/* News */
/* Contenu de la news */
.news_container{	
	width:100%;
	margin:auto;
	margin-bottom:25px;
}

.edito_top{
	background:url("../../images/imgs/edito-top.png");
	width:615px;
	height:18px;
}
.edito_content{
	background:url("../../images/imgs/edito-middle.png");
	width:615px;
	font-style:italic;
	color:#6b6356;
}
.edito_bottom{
	background:url("../../images/imgs/edito-bottom.png");
	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:20px;
	font-weight:bold;
	color:#515151;
	border-bottom:2px solid #ea9f0d;
}

.news_top :first-letter {
	height:24px;
	font-size:22px;
	font-weight:bold;
	display:inline;
	color:#ea9f0d;
}

/* Titre et contenu de la news */
.news_top a.com :first-letter{

	font-size:10px;

}

a.news_title{
	font-size:14px;
	font-weight:bold;
	color:#515151;
}
.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;
}
