/* the news box */
#ligne1 { float:left; height:40px; width:350px; position:absolute;	
	top:120px; 
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
	overflow:hidden;
}
#ligne2 { float:left; height:40px; width:350px; position:absolute;	
	top:120px; 
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
	overflow:hidden;
}
#ligne3 { float:left; height:40px; width:350px; position:absolute;	
	top:120px; 
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
	overflow:hidden;
}
#ligne4 {float:left; height:40px; width:350px; position:absolute;	
	top:120px; 
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
	overflow:hidden;
}
#ligne5 { float:left; height:40px; width:350px;	position:absolute;	
	top:120px; 
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
	overflow:hidden;
}
#ligne6 { float:left;height:40px; width:350px; position:absolute;	
	top:120px; 
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
	overflow:hidden;
}


/* SI D'AUTRES LIGNES A AJOUTER:
#ligne7 { float:left;height:40px; width:350px; position:absolute;	
	top:120px; 
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
	overflow:hidden;
}
#ligne8 { float:left;height:40px; width:350px; position:absolute;	
	top:120px; 
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
	overflow:hidden;
}
#ligne9 { float:left;height:40px; width:350px; position:absolute;	
	top:120px; 
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
	overflow:hidden;
}
#ligne10 { float:left;height:40px; width:350px; position:absolute;	
	top:120px; 
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
	overflow:hidden;
}
*/

#news
{
	width:354px;
	margin-top:6px;
	background:#990000;
	color:#FFFFFF;
	height:120px;
	overflow:hidden;
	position:relative;
}
#news a
{
	color:#FFFFFF;
}
#news ul
{
	padding:0; height:120px; background-color:#99FFFF; overflow:hidden;
	margin: 0;
}
#news li{
	line-height:3em;
}
 
.centerline { line-height:40px; text-align:center; width:354px; margin-left: -7px;
 }
 
/* .centerline { line-height:35px; text-align:center; width:354px; margin-left: -7px;
 }
 */
/* the news box when JavaScript is available */
#news.hasJS
{
	height:120px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px; 
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
	overflow:hidden;
}
