/* News */
/* Contenu de la news */
.news_container{	
-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
background:#C4DDED url(images/news_content.png) no-repeat scroll center top;
border:2px solid #FFFFFF;
margin:auto auto 20px;
/*width:96%;*/
}
/* Barre supérieur des news */
.news_top_l{
	float:left;
}
.news_top_r{
	float:right;
}
.news_top{
	height:34px;
	font-size:12px;
	font-weight:bold;
	color:#2E9F21;

}
/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
	font-size:12px;
	font-weight:bold;
	color:#515C68;
}
.news_content{
	padding:18px;
	text-align:justify;
}
/* Barre inférieure des news */
.news_bottom_l{
}
.news_bottom_r{
}
.news_bottom{
	height:18px;
	font-size:10px;
	padding-left:6px;
	padding-right:6px;
}
