/* News */
/* Contenu de la news */
.news_container{	
	width:100%;
	margin:auto;
	margin-bottom:25px;

}
/* Barre supérieur des news */
.news_top_l{
	float:left;
	
		background:url(images/topl.png) left no-repeat;
		height:57px;
		width:36px;
}
.news_top_r{
	float:right;
	
	
		background:url(images/topr.png) left no-repeat;
		height:57px;
		width:12px;
}
.news_top{
padding-top:5px;
	height:50px;
	font-size:20px;
	font-weight:bold;
	color:#94b25e;
	background:url(images/top.png) repeat-x;
}
/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
	font-size:16px;
	font-weight:bold;
	color:#8dad55;
}
.news_content{

	padding:8px;
	text-align:justify;
	background:#fff;
}
.news_content a{
color:#94b25e
}
/* Barre inférieure des news */
.news_bottom_l{
float:left;
background:url(images/botl.png) left no-repeat;
height:12px;
width:10px;

}
.news_bottom_r{
float:right;
background:url(images/botr.png) right no-repeat;
height:12px;
width:10px;
}
.news_bottom{
	height:15px;
    font-size:8px;
	padding-left:6px;
	padding-right:6px;
	background:url(images/bot.png) repeat-x;
}
.news_bottom a{
color:#8dad55;
}