/* 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;
	width:20px;
	height:39px;
	background:url(images/msg_top_l.png);
	float:left;
}
.news_top_r{
	margin-left:0px !important;
	margin-left:-3px;
	width:20px;
	height:39px;
	background:url(images/msg_top_r.png);
	float:right;
}
.news_top{
	height:29px;
	background:url(images/msg_top.png) repeat-x;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	margin-left:15px;
	margin-right:15px;
	color:#021380;
}
.news_top a{
	color:#021380;
}
/* Contenu de la news */
.news_container{	
	width:99%;
	margin:auto;
	background:none;
	margin-bottom:20px;
}
.news_content{
	background:#EFE0D5;
	padding:6px;
	margin-left:8px;
	margin-right:8px;
	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:10px;
	height:25px;
	background:url(images/msg_bot_l.png);
	float:left;
}
.news_bottom_r{
	margin-left:0px !important;
	margin-left:-3px;
	width:10px;
	height:25px;
	background:url(images/msg_bot_r.png);
	float:right;
}
.news_bottom{
	height:22px;
	background:url(images/msg_bot.png) repeat-x;
	font-size:10px;
	padding-top:3px;
	padding-left:20px;
	padding-right:15px;
	margin-left:10px;
	margin-right:10px;
}
