/* News */
/* Contenu de la news */
.news_container{	
-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
border:1px solid #919191;
margin:auto auto 30px;
width:100%;
}
/* Barre supérieur des news */
.news_top_l{
	float:left;
}
.news_top_r{
	float:right;
}
.news_top{
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
background:transparent url(images/news_content.png) repeat-x scroll center top;
color:#515C68;
font-size:12px;
font-weight:bold;
height:30px;
}
/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
	font-size:12px;
	font-weight:bold;
	color:#5A5A5A;
}

a.news_title:hover{
	font-size:12px;
	font-weight:bold;
	color:#BCBCBC;
}

.news_content{
background:transparent url(images/content.png) repeat scroll 0 0;
padding:6px;
text-align:justify;
}
/* Barre inférieure des news */
.news_bottom_l{
}
.news_bottom_r{
}
.news_bottom{
-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
background:transparent url(images/content.png) repeat scroll 0 0;
	height:18px;
	font-size:10px;
	padding-left:6px;
	padding-right:6px;
}
