/* News */
/* Contenu de la news */
.news_container{	
	width:96%;
	margin:auto;
	background:#E8F5F5 url(images/border.gif) repeat-y left;
	margin-bottom:30px;
}
.news_content{

	padding:6px;
	background:url(images/border.gif) repeat-y right;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
}

/* Barre inférieure des news #AFD2E8  */
.news_bottom_l{
	width:2px;
	height:18px;
	background:#E8F5F5 url(images/border.gif) repeat-y left;
	float:left;
}
.news_bottom_r{
	width:2px;
	height:18px;
	background:#E8F5F5 url(images/border.gif) repeat-y right;
	float:right;
}
.news_bottom{
	height:18px;
	background:#E8F5F5 url(images/border.gif) repeat-x bottom;
	color:#000000;
	font-size:10px;
	margin-left:2px;
	margin-right:2px;
	padding-left:6px;
	padding-right:6px;
}
/* Contenu de la news */
.news_container_news{	
	width:96%;
	margin:auto;
	background:#F4FBF7;
	margin-bottom:10px;
}
.news_content_news{

	padding:6px;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
}

/* Barre inférieure des news #AFD2E8  */
.news_bottom_l_news{
	width:2px;
	height:18px;
	background:#F4FBF7;
	float:left;
}
.news_bottom_r_news{
	width:2px;
	height:18px;
	background:#F4FBF7;
	float:right;
}
.news_bottom_news{
	height:18px;
	background:#F4FBF7;
	color:#000000;
	font-size:10px;
	margin-left:2px;
	margin-right:2px;
	padding-left:6px;
	padding-right:6px;
}