/* News */
/* Contenu de la news */
.news_container{	
	width:100%;
	margin:auto;
	margin-bottom:25px;
}
/* Barre supérieur des news */
.news_top a.com{
	}
.news_top_l{
	float:left;
}
.news_top_r{
	float:right;
}
.news_top{
	height:25px;
	font-size:18px;
	padding-bottom:7px;
	padding-left:-30px;
	color:#fff;
	border:1px solid #e2001a;
	border-bottom: dashed 1px #e2001a;
	padding-left:-20px;
}
/* Titre et contenu de la news */
.news_top h3{
	font-weight:none;
	margin-bottom:2px;
}

a.news_title{
	font-size:18px;
	font-weight:none;
	color:#bae400;
}
.news_content{
	padding:8px;
	text-align:justify;
	border: 1px solid #e2001a;
	border-top:none;
	background-color:#313131;
}
/* Barre inférieure des news */
.news_bottom_l{
}
.news_bottom_r{
}
.news_bottom{
	height:18px;
	font-size:12px;
	padding-left:6px;
	padding-right:6px;
}

