/* News */
/* Barre supérieur des news */
.news_top_l{
	margin-right:0px !important;
	margin-right:-3px;
	width:20px;
	height:39px;
	background:url(../images/box_top_l.jpg) no-repeat left;
	float:left;
}
.news_top_r{
	margin-left:0px !important;
	margin-left:-3px;
	width:20px;
	height:39px;
	background:url(../images/box_top_r.jpg) no-repeat right;
	float:right;
}
.news_top{
	margin:0;
	height:25px;
	background:url(../images/box_top.jpg) 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:#ffffff;
	margin-bottom:30px;
}
.news_content{
	padding:16px;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
	text-align:justify;
}

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