/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
        height:21px;
        background-color:#3f3f3f;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 990px;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	width: 990px;
	left: 10px;
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	position: relative;
	left: 990px;
	font-size:11px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
}

ul.newsticker a {
     	text-decoration:none;
      	color:#bfbfbf;
    	padding-left:10px;
      	white-space: nowrap;
    	margin: 0 50px 0 0;
}

ul.newsticker a:hover {
        color:#fea202;
}

ul.newsticker span {
        margin: 0 10px 0 0;
        color:#00ccff;
}

/* end */

	/* ticket */
        #ticket {
                height:21px;
                background-color:#3f3f3f;
                padding-top:6px;
        }

        #ticketMargin {
                width:990px;
                margin:auto;
        }

        .ceciEstUnTicket {
                font-size:11px;
                display:inline;
        }

        .ticketDate {
                display:inline;
                padding-left:35px;
        }

        .ticketDate p {
                display:inline;
                color:#00ccff;
        }


        .ticketContenu {
                display:inline;
        }

        .ticketContenu a {
                text-decoration:none;
                color:#bfbfbf;
                padding-left:10px;
        }

        .ticketContenu a:hover {
                color:#fea202;
        }

        /* fin de ticket */

