/* Edito */

.edito_container{
	background:url("../../images/imgs/fond-edito.png") repeat-x;
	
	margin:auto;
	margin-bottom:25px;
	border-bottom:1px solid #8f8f8f;

}

/* News */
/* Contenu de la news */
.news_container{

	margin-left:3px;
	width:96%;

}
.news_top{	
	color:#6b6b6b;
}

.news_top hr{
	border:1px dashed #707070;
	width:76%;
	margin:auto;
}
/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
	font-size:25px;
	color:#6b6b6b;
	font-weight:normal;
	text-decoration:none
}
a.news_title:hover{
	
	color:#a60909;
}

.news_content{
	
	padding:8px;
	text-align:justify;
}

.news_date{
	background:url("../../images/imgs/date.png") no-repeat;
	width:100px;
	height:91px;
	color:#333333;
	padding-top:7px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
/*.news_date:hover{
	#background:url("../../images/imgs/fond-date-hover.png") no-repeat;
	#width:140px;
	#height:28px;
}*/
.news_date a{
	color:#333333;
	font-weight:bold;
	font-size:13px;
}

.news_date a:hover{
	color:#a60909;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}
/* Barre inférieure des news */

.news_bottom{	
	margin-bottom:25px;
	clear:both;
}
