/* News */
/* Contenu de la news */
.news_container{
	background:#fff;
margin-bottom:15px;	

}
/* Barre supérieur des news */
.news_top_l{
	float:left;
}
.news_top_r{
	float:right;
}
.news_top{
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-moz-border-radius-topleft:7px;
-moz-border-radius-topright:7px;
background-attachment:scroll;
background-color:#FFFFFF;
background-image:none;
background-position:0 0;
border-bottom:2px solid #EDBE41;
border-top:2px solid #B5D2E0;
color:#888888;
font-size:16px;
font-weight:bold;
height:30px;
margin:8px;
}

/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
	font-size:16px;
	font-weight:bold;
	color:#888;
}
.news_content{
	padding:8px;
	text-align:justify;
		background:#fff;
}
/* Barre inférieure des news */
.news_bottom_l{
background:transparent url(images/bottom_l.png) no-repeat scroll left center;
float:left;
height:57px;
margin-top:-10px;
width:22px;
}
.news_bottom_r{
background:transparent url(images/bottom_r.png) no-repeat scroll right center;
float:right;
height:52px;
margin-right:8px;
margin-top:-5px;
width:18px;
}
.news_bottom{
	height:18px;
	font-size:10px;
	padding-left:6px;
	padding-right:6px;
}
.main_bottom_l {

}
.main_bottom_r {

}
.main_bottom {
height:33px;
margin-left:22px !important;
margin-right:26px !important;
}
