/* 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:transparent url(images/news_content.png) no-repeat center top;
border:1px solid #789FC7;
margin:auto auto 30px;
width:96%;
}
/* Barre supérieur des news */
.news_top_l{
	float:left;
}
.news_top_r{
	float:right;
}
.news_top{
color:#515C68;
font-size:12px;
font-weight:bold;
height:18px;
}
/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

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

.news_content{
	padding:8px;
	text-align:justify;
	margin-top:5px;
}
/* Barre inférieure des news */
.news_bottom_l{
}
.news_bottom_r{
}
.news_bottom{
	height:18px;
	font-size:10px;
	padding-left:6px;
	padding-right:6px;
}
