/* 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{

background:transparent url(images/barre-title.png) no-repeat scroll 0 0;
height:41px;
color:#5c5c5c;
font-size:14px;
font-weight:bold;
height:38px;
padding:8px;
}
/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
	font-size:12px;
	font-weight:bold;
	color:#5C5C5C;
}
a.news_title:hover{
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
.news_content{
	padding:8px;
	text-align:justify;
}
/* Barre inférieure des news */
.news_bottom_l{
}
.news_bottom_r{
}
.news_bottom{
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
	height:18px;
	font-size:10px;
	padding-left:6px;
	padding-right:6px;
	border:1px solid  lightgrey;
}
