/* News */
/* Contenu de la news */
.news_container{	
	margin:10px 0;
	margin-right:10px;
	float:left;
	width:95%;
	padding:10px 10px 20px;
}
/* Barre supérieur des news */
.news_top_l{
float:left;					
}
.news_top_r{
float:right;
}
.news_top{
	height:44px;
	width:100%;
}
/* Titre et contenu de la news */
.news_top a.com{

}
a.news_title{
	-x-system-font:none;
	font-family:'Trebuchet MS',Arial,Sans-serif;
	font-size:2.8em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:-2px;
	line-height:normal;
	padding-bottom:0;
}

a.news_title:hover{
text-decoration:none;}


.news_content{
	padding:8px;
	text-align:justify;
	color:#FFFFFF;
}
.news_content p{
	padding:8px;
	text-align:justify;
	color:#FFFFFF;
}
/* Barre inférieure des news */
.news_bottom_l{
}
.news_bottom_r{
}
.news_bottom{
	margin:20px 15px 10px;
	padding:8px 10px;
	text-align:right;
	font-size:12px;
}


.news_bottom a{	
font-weight:lighter;
	font-size:12px;
 text-decoration:none;}
.news_bottom a:hover{	
font-weight:lighter;
	font-size:12px;
 text-decoration: underline;}