/* 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;
background:#fef3bd url(images/news_content.png) repeat-x center top;
border:1px solid #716e71;
margin:auto auto 30px;
width:96%;
}
/* Barre supérieur des news */
.news_top_l{
	float:left;
}
.news_top_r{
	float:right;
}
.news_top{
color:#716e71;
font-size:1em;
font-weight:bold;
height:30px;
margin-top:5px;
}
/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
	font-size:1em;
	font-weight:bold;
	color:#1F1F1F;
}

a.news_title:hover{
	font-size:1em;
	font-weight:bold;
	color:#fe7102;
}

.news_content{
background:transparent url(images/news_content_corner.png) no-repeat right bottom;
	padding:8px;
	text-align:justify;
	margin-top:5px;
}
/* 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/news_content_bottom.png) repeat-x 0 0;
height:30px;
	font-size:0.8em;
	padding-left:6px;
	padding-right:6px;
}

