#nonews {
	/* Cacher les news */
	position: absolute;
	visibility: hidden;	
}
#news {
	clear: both;
	background-image: url("../images-design/bg-footer-contenu.jpg");
	background-repeat: repeat-x;
	background-color: #79BCED;
	padding: 0.5em;
/*	text-align: justify;*/
	font-weight: bold;
	height: 1%; /* Pour Internet Explorer... */
	overflow: hidden;
}
#news h1 {
	font-size: 130%;
}

#news h1, #news h2, #news h3{
	margin: 0;
	padding: 0 1em 0 0.3em;
	color: #FFF;
	float: left;
	border: none;
	width: auto;
}
#news .chiffres h2 {
	font-weight: bold;
	float: none;
	text-align: left;
}
#news a {
	color: #FFF;
	border-color: #FFF;
}
#news div.chiffres {
	float: left; 
	padding-left: 3em;
	width: 30%;
}
#news p {
	text-indent: 0;
	margin-top: .1em;
}

#news .webcols {
	float: left; 
	padding-left: 3%;
	width: 30%;
}
#news .webcols img {
	float: right;
	margin: -0.5em 3px 5px 3px;
}
#news .webcols a {
	font-weight: normal;
}
