#newstitre 
{ 
	display: none;	/* réaffiché par javascript */
	position: absolute; 
	top: 35px; 
	left: 57%;
	width: 288px; 
	height: 20px; 
	padding-left: 5px; 
	padding-top: 2px; 
	font-weight: bolder; 
	z-index: 1; 
	color1: #fc9838; 
	background-color: #cdeda9; 
	background-color: #8edb37;
	background-color: #c6ec94;
}
#news 
{ 
	display: none; /* réaffiché par javascript */
	position: absolute; 
	top: 55px; 
	left: 57%;
	width: 280px; 
	height: 80px; 
	border: #bdc2c4 1px solid; 
	padding-left: 5px; 
	padding-top: 10px; 
	padding-right: 5px; 
	padding-bottom: 5px; 
	z-index: 2; 
}
#news ul li { list-style-type: none; }
.newsdescription { font-weight: bolder; font-size: 1.1em; color: #6b8ecf; text-indent: 0px; text-align: left; }
.newsdate { color: #6b8ecf; }
a.news { font-weight: bold; font-size: 0.7em; text-indent: 0px; text-align: left; text-decoration: none; }
a.news:active { color: #545454; text-decoration: none; }
a.news:hover { color: #545454; text-decoration: none; }
a.news:visited { font-size: 1.2em; color: #6b8ecf; text-decoration: none; }


/* image de substitution si pas de nouvelles */
#nonews1 { position: absolute; top: 18px; right: 28%; }
#nonews2 { position: absolute; top: -15px; left: 50%; }
#nonews3 { position: absolute; top: 10px; left: 50%; }
#nonews4 { position: absolute; top: -65px; left: 58%; }