/* News */
/* Contenu de la news */
.news_container{	
	width:96%;
	margin:auto;
	background:url(images/border.gif) repeat-y left;
	margin-bottom:30px;
}
.news_content{
	padding:8px;
	background:url(images/border.gif) repeat-y right;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
	color:#FFFFFF;
	border-top:1px solid white;
	border-bottom:1px solid white;
}
.news_content2{
	background:url(images/bgcontent.png) repeat !important;
	background:#2B2B2B;
	margin-left:4px;
}

/* Barre inférieure des news */
.news_bottom_l{
	width:4px;
	height:18px;
	background:url(images/border.gif) repeat-y left;
	float:left;
}
.news_bottom_r{
	width:4px;
	height:18px;
	background:url(images/border.gif) repeat-y right;
	float:right;
}
.news_bottom{
	height:18px;
	background:url(images/border.gif) repeat-x bottom;
	color:#000000;
	font-size:10px;
	padding-left:6px;
	padding-right:6px;
	color:white;
}
