#ConteneurNewsDefile {
 position: relative;
 width: 630px;
 height: 22px;
 overflow: hidden;
}

#ConteneurNewsDefileContenu {
 width: 630px;
 height: 22px;	
 white-space: nowrap;
 font-size: 11pt;
 font-weight:bold;
 padding-top:2px;
 left:0px;
}

#ConteneurNewsDefileContenu a{
 font-size: 11pt;
 font-weight:bold;
 color:#333;
}
#ConteneurNewsDefileContenu a:hover{
 font-size: 11pt;
 font-weight:bold;
 color:#F00;
}
#ConteneurNewsDefileContenu span {
	color:#F00;
	font-weight:bold;
	margin-left:15px;
	margin-right:15px;
	font-size:12pt;
}



