/* News */
/* Contenu de la news */
.news_container{	
	width:96%;
	margin:auto;
	background:#FFFFFF;
	margin-bottom:30px;
}
.news_content{
	padding:6px;
	background:#FFFFFF;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
}

/* Barre inférieure des news */
.news_bottom{
	height:25px;
	background:#FFFFFF url("images/news_bottom.gif") repeat-x;
	color:#000000;
	font-size:10px;
	padding-left:6px;
	padding-right:6px;
}
