html, body {
	font-family: Tahoma, Helvetica, sans-serif;
	background-color: #e0e6e6;
	background-image: url(/img/interface/background.jpg);
	background-repeat: repeat-x;
	color: #494949;
}
html { 
	font-size: 100%; 
}

body { 
	font-size: 0.7em; 
}

#centreur { 
	text-align: center; 
}

#centreurw3c { 
	position: relative; 
	width: 932px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align:left; 
}


#header-accueil { 
	position: absolute; 
	width: 932px; 
	height: 377px; 
}

#contenu-accueil{
	position: absolute;
	background-image: url(/img/interface/accueil/fond-global-accueil.gif);
	background-repeat: no-repeat;
	width: 913px;
	height: 375px;
	margin-top: 387px;
	margin-left: 9.5px;
	display: block;
	
}

#footer-accueil {
	position: absolute;
	margin-top: 791px;
	width: 932px;
	height: 66px;
	background-image: url(/img/interface/accueil/bg-footer-accueil.jpg);
	background-repeat: no-repeat;
}

/* div pour la fiche sous la bande verte (footer) */
#fiche-sous-footer{
	position: absolute;
	width: 900px;
	margin-left: 15px;
	margin-top: 855px;
	text-align: center;
	
}

#menu { 
	position: absolute; 
	width: 932px; 
	height: 42px; 
	margin-top: 333px; 
	z-index: 10; 
}

#bloc-accueil-top {
	height: 45px;
	width: 907px;
	margin-top: 10px;
	margin-left: 22px;
}
/* Bloc comprenant les trois pavés de l'accueil */
#blocs-lmr{
	margin-top: 5px;
	margin-top: -5px \0/; /* Corrige positionnement des pavés sous IE8-9 */
	color: black!important;
}

#bloc-accueil-left {
	height: 195px;
	width: 240px;
	margin-left: 45px;
	display: block;
}

#bloc-accueil-middle {
	height: 195px;
	width: 240px;
	margin-left: 53px;
	display: block;
}

#bloc-accueil-right {
	height: 195px;
	width: 240px;
	margin-left: 55px;
	display: block;
}

#bloc-accueil-bottom {
	height: 110px;
	width: 870px;
	margin-top: 10px;
	margin-left: 22px;
	display: block;
}



