/* News */
/* Contenu de la news */
.news_container1{	
	width:99%;
	margin:auto;
	background:url(images/sr_l.png) repeat-y left;
	margin-bottom:30px;
}
.news_content1{
	background:#16160C url(images/sr_r.png) repeat-y right;
	padding-right:22px;
	margin-left:10px;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
	clear:both;
	padding:8px;
	text-align:justify;
}
.news_container{	
	width:99%;
	margin:auto;
	background:#16160C;
	border:1px dashed #626262;
	margin-bottom:30px;
}
.news_content{
	background:#16160C;
	padding-right:10px;
	margin-left:10px;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
	clear:both;
	padding:8px;
	text-align:justify;
}

/* Barre supérieur des news */
.news_top_l1{
	margin-right:0px !important;
	margin-right:-3px;
	width:25px;
	height:44px;
	background:url(images/msg_top_l.png) no-repeat left;
	float:left;
}
.news_top_r1{
	margin-left:0px !important;
	margin-left:-3px;
	width:30px;
	height:44px;
	background:url(images/msg_top_r.png) no-repeat right;
	float:right;
}
.news_top1{
	height:30px;
	background:url(images/msg_top.png) repeat-x;
	padding-top:14px;
	padding-left:6px;
	font-size:12px;
	font-weight:bold;
}
/* Titre et contenu de la news */
.news_top1 a.com{
}
a.news_title1{
	font-size:12px;
	font-weight:bold;
	color:#7DAA6C;
}

/* Barre inférieure des news */
.news_bottom_l1{
	margin-right:0px !important;
	margin-right:-3px;
	width:28px;
	height:36px;
	background:url(images/msg_bottom_l.png) no-repeat left;
	float:left;
}
.news_bottom_r1{
	margin-left:0px !important;
	margin-left:-3px;
	width:30px;
	height:37px;
	background:url(images/msg_bottom_r.png) no-repeat right;
	float:right;
}
.news_bottom1{
	height:29px;
	background:url(images/msg_bottom.png) repeat-x bottom;
	padding-top:7px;
	padding-left:6px;
	font-size:12px;
}
