/* News */
/* Contenu de la news */
.news_container{	
	width:100%;
	margin:auto;
	margin-bottom:25px;
}
.edito_top{
	background:#00FF7F;
	width:615px;
	height:18px;
}
.edito_content{
	background:#aed0da;
	width: 615px;
	font-style: italic;
	color: #00FF7F;
	text-align:	justify;
	text-indent: 30px;
}
.edito_bottom{
	background:#ecf1f2;
	width:615px;
	height:5px;
}
/* Barre supérieur des news */
.news_top_l{
	float:left;
}
.news_top_r{
	float:right;
}
.news_top{
	height:24px;
	font-size:18px;
	font-weight:bold;
	color:#515C68;
	border-bottom:2px solid #ecaa2a;
}
/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
	font-size:18px;
	font-weight:bold;
	color:#515C68;
	
}
.news_content{
	padding:8px;
	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;
}

