/* liScroll styles */
/* modifiŽ pour le cas particulier du ticker de L'association */
/* liScroll styles */

.tickercontainer { /* the outer div  */
	background: #fff; 
	width: 945px; 
	height: 27px;
	margin: 0 2px;
	padding: 2px 0;
	overflow: hidden; 
	border-bottom: 1px solid #d8dcde;
	font-family: "proxima-nova-extra-condensed-n6","proxima-nova-extra-condensed",sans-serif;
	font-size: 1.55em;
	font-weight: 600;
	line-height: 27px;
	color: black;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0 60px 0 0;
	padding: 0;
	width: auto;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ff0000;
	margin: 0 50px 0 0;
} 
ul.newsticker span {
	margin: 0 10px 0 0;
}




.masque_flashinfo {
	position: relative;
	left: 2px;
	top: -31px;
	height: 31px;
	width: 47px;
	margin:  0;
	padding: 0;
	overflow: hidden;
}
.gauche {
	float: left;
	margin: 0;
	background: transparent url(../images/ticker-mask-left.png) top left repeat-y;
}
.droite {
	float: right;
	margin-right: 5px;
	background: transparent url(../images/ticker-mask-right.png) top left repeat-y;
}
