/* News */
/* Barre supérieur des news */
.news_top_l{
	margin-right:0px !important;
	margin-right:-3px;
	width:20px;
	height:39px;
	background:url(images/news_top_l.gif) no-repeat left;
	float:left;
}
.news_top_r{
	margin-left:0px !important;
	margin-left:-3px;
	width:20px;
	height:39px;
	background:url(images/news_top_r.gif) no-repeat right;
	float:right;
}
.news_top{
	margin:0;
	height:25px;
	background:url(images/news_top.gif) repeat-x;
	padding-top:14px;
	padding-left:15px;
	padding-right:15px;
	color:#FFFFFF;
}
.news_top a{
	color:#FFFFFF;
}
/* Contenu de la news */
.news_container{	
	width:99%;
	margin:auto;
	background:#EAE8E9;
	margin-bottom:30px;
}
.news_content{
	padding:6px;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
}

/* Barre inférieure des news */
.news_bottom_l{
	margin-right:0px !important;
	margin-right:-3px;
	width:10px;
	height:25px;
	background:url(images/news_bottom_l.gif) no-repeat left;
	float:left;
}
.news_bottom_r{
	margin-left:0px !important;
	margin-left:-3px;
	width:10px;
	height:25px;
	background:url(images/news_bottom_r.gif) no-repeat right;
	float:right;
}
.news_bottom{
	height:19px;
	background:#EAE8E9 url(images/news_bottom.jpg) no-repeat;
	font-size:10px;
	padding-top:6px;
	padding-left:6px;
	padding-right:6px;
}
