/* News 
par david Ramery (dramery@free.fr)
pour www.AWDMI.fr */
/* Barre supérieur des news */
.news_top_l{
	margin-right:0px !important;
	margin-right:-3px;
	margin-left:0px;
	width:50px;
	height:59px;
	background:url(images/msg_top_l.png);
	float:left;
}
.news_top_r{
	margin-left:0px !important;
	margin-left:-3px;
	margin-right:0px;
	width:30px;
	height:59px;
	background:url(images/msg_top_r.png);
	float:right;
}
.news_top{
	height:38px;
	background:url(images/msg_top.png) repeat-x;
	padding-top:20px;
	padding-left:10px;
	margin-left:30px;
	margin-right:30px;
	color:#ffffff;
}
.news_top a{
	color:#ffffff;
}
/* Contenu de la news */
.news_container{	
	width:100%;
	margin:auto;
	background:#0C0C0E url(images/bg_l.png) repeat-y left;

}
.news_content{
	background:url(images/bg_r.png) repeat-y right;
	padding:8px 16px 0px 16px;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
	clear:both;
}

/* Barre inférieure des news */
.news_bottom_l{
	margin-right:0px !important;
	margin-right:-3px;
	margin-left:0px;
	width:20px;
	height:41px;
	background:url(images/msg_bot_l.png);
	float:left;
}
.news_bottom_r{
	margin-left:0px !important;
	margin-left:-3px;
	margin-right:0px;
	width:22px;
	height:41px;
	background:url(images/msg_bot_r.png);
	float:right;
}
.news_bottom{
	height:29px;
	background:url(images/msg_bot.png) repeat-x;
	font-size:10px;
	padding-top:12px;
	padding-left:20px;
	padding-right:15px;
	margin-left:15px;
	margin-right:15px;
}
