/* News */
/* Contenu de la news */
.news_container{	
	width:96%;
	margin:auto;
	background:#FFFFFF;
	margin-bottom:5px;
}
.news_content{
	padding:6px;
	background:#FFFFFF;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	border:2px solid #003366;
	height:1%;
}

/* Barre inférieure des news */

.news_bottom{
	background-color:#85a4c2;
	border:1px solid #4D4D4D;
	color:#FFFFFF;
	padding-bottom:20px;
	margin:1px;
}

