/* 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.png) no-repeat;
	float:left;
}
.news_top_r{
	margin-left:0px !important;
	margin-left:-3px;
	width:20px;
	height:39px;
	background:url(images/news_top_r.png) no-repeat;
	float:right;
}
.news_top{
	height:25px;
	background:url(images/news_top.png) repeat-x;
	padding-top:14px;
	padding-left:5px;
	padding-right:5px;
	margin-left:20px;
	margin-right:20px;
	font-variant:small-caps;
	color:#000000;
}
.news_top a{
	color:#000000;
}
/* Contenu de la news */
.news_container{	
	width:100%;
	margin:auto;
	background:url(images/news_bg_l.png) repeat-y left;
	margin-top:10px;
	margin-bottom:5px;
}
.news_content{
	background:url(images/news_bg_r.png) repeat-y right;
	padding:5px 15px;
	margin:0px 0px;
	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:20px;
	height:35px;
	background:url(images/news_bot_l.png) no-repeat;
	float:left;
}
.news_bottom_r{
	margin-left:0px !important;
	margin-left:-3px;
	width:20px;
	height:35px;
	background:url(images/news_bot_r.png) no-repeat;
	float:right;
}
.news_bottom{
	height:29px;
	background:url(images/news_bot.png) repeat-x;
	font-size:10px;
	padding:6px 10px 0px 10px;
	margin-left:20px;
	margin-right:20px;
}

