/* News */
/* Contenu de la news */
.news_container{	
	width:100%;
	margin:auto;
	margin-bottom:25px;
}
/* Barre supérieur des news */
.news_top_l{
	float:left;
}
.news_top_r{
	float:right;
}
.news_top{
	height:18px;
	font-size:12px;
	font-weight:bold;
	color:#315EB0;
	border-bottom:2px solid #315EB0;
	margin-left:7px;
	margin-right:7px;
}
/* Titre et contenu de la news */
a.news_title{
	font-size:12px;
	font-weight:bold;
	color:#315EB0;
}
.news_content{
	padding:10px 20px 0 20px;
	text-align:justify;
}
/* Barre inférieure des news */
.news_bottom{
	height:18px;
	font-size:10px;
	padding-left:12px;
	padding-right:12px;
}
.edito .title{
	padding-left:5px;
}
.edito .news_content{
	text-indent:25px;
}
.news_top img{
	padding-left:5px;
}