/* 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:32px;
	font-size:12px;
	font-weight:bold;
	padding-top : 5px;
	color:#ffffff;
	background : url(images/module-top.png) repeat-x;
}
/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
.news_content{
    padding:20px 15px;
	margin-top:-5px;
    padding-bottom:15px;	
    clear:both;
	background : url(images/content.png) repeat;
    text-align:justify;
}
/* Barre inférieure des news */
.news_bottom_l{
}
.news_bottom_r{
}
.news_bottom{
	height:22px;
	font-size:10px;
	padding-left:6px;
	padding-right:6px;
	background : url(images/module-bottom.png) repeat-x;
}
