/*news home*/
balises {
  propriété : valeur !important;
}
#Container #news {position: absolute;
	width :834px;
	bottom: 67px; left: 0;
	margin :0 10px 0 10px;
	//margin :0 10px 0 10px;
	padding:5px 0 0 20px;
	background-image: url(../img/bg_news.jpg);
	background-repeat: repeat-x;
	height:155px;
}

html:not([lang*=""]) #Container #news {position: absolute;
	width :834px;
	bottom: 67px; left: 0;
	margin :0 10px 0 9px;
	padding:5px 0 0 20px;
	background-image: url(../img/bg_news.jpg);
	background-repeat: repeat-x;
	height:155px;
}



#Container #news h1{font-family: Geneva, Arial, Helvetica, sans-serif;font-size: 16px;font-weight: bold;color: #993333;padding-left:10px;}
#Container #news div {padding-left:10px;margin-top:10px;
	float:left;
	width:265px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d6a8a8;
}

#Container #news div.none {
	border-right-width: 0;
	border-right-style: none;
}

#Container #news div h1{font-size: 10px;
	font-weight: bold;
	color: #990000;
	padding : 0 5px 3px 15px;
	background-image: url(../img/fl_h1_news.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;}

#Container #news p {font-size: 11px;line-height:11px;padding : 0px 10px 5px 15px;height:30px;}
#Container #news a {padding-left:15px;font-size: 11px;font-weight: bold;color: #666666;line-height:15px;}
	
hr {height:1px;padding:0;margin:2px 10px 2px 15px;padding:0;border:0;display:block;}

#footertop{margin-bottom: 0; visibility:hidden;clear:both;
/* Ă©vite tout risque de fusion des marges */	
padding-bottom: 205px;}
#Footer{	
position: absolute;
	bottom: 0; left: 0;
	width:854px;height:105px;
			/* pour que le bloc prenne toute la largeur du bloc de rĂ©fĂ©rence
			   Note : le bloc de rĂ©fĂ©rence est le plus proche ancĂȘtre positionnĂ©
			   en relatif ou en absolu */
	clear:both;	
	margin-left:10px;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: repeat;	
	background-position: bottom;
}

html:not([lang*=""]) #Footer{	
position: relative;
	bottom: 0; left: 0;
	width:854px;height:105px;
			/* pour que le bloc prenne toute la largeur du bloc de rĂ©fĂ©rence
			   Note : le bloc de rĂ©fĂ©rence est le plus proche ancĂȘtre positionnĂ©
			   en relatif ou en absolu */
	clear:both;	
	margin-left:9px;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: repeat;	
	background-position: bottom;
}


#Footer 
/*corrections marges pour ie 7*/
*+ html #Footer{margin-left:10px;}