/* 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:25px;
	font-size:20px;
	font-weight:bold;
	color:#FEFFE4;
	background:#9BB08D;
	border:2px solid #7B7C68;
	border-bottom:none;
	-moz-border-radius-topright:12px;
	-khtml-border-radius-topright:12px;
	-webkit-border-top-right-radius:12px;
	-moz-border-radius-topleft:12px;
	-khtml-border-radius-topleft:12px;
	-webkit-border-top-left-radius:12px;
	border-radius:12px;
}
/* Titre et contenu de la news */
.news_top a.com{
	color:#FEFFE4;
}
a.news_title{
	font-size:20px;
	font-weight:bold;
	color:#FEFFE4;
}
.news_content{
	padding:8px;
	text-align:justify;
	background:#9BB08D;
	border-left:2px solid #7B7C68;
	border-right:2px solid #7B7C68;
	border-bottom:none;
	border-top:none;
}
/* Barre inférieure des news */
.news_bottom_l{
	color:#FB16F8;
	width:2px;
	margin-top:-2px;
	height:20px;
	background:#9BB08D;
	border-bottom:2px solid #7B7C68;
	border-left:2px solid #7B7C68;
	float:left;
}
.news_bottom_r{
	width:2px;
	margin-top:-2px;
	height:20px;
	background:#9BB08D;
	border-bottom:2px solid #7B7C68;
	border-right:2px solid #7B7C68;
	float:right;
}
.news_bottom{
	margin-top:-2px;
	height:20px;
	background:#9BB08D;
	border-bottom:2px solid #7B7C68;
	color:#000000;
	font-size:10px;
	padding-left:6px;
	padding-right:6px
}
