body {
	background-color:#78716e;
	background-image:url(../images/fond.gif);
	margin:0px;
	padding:0px;

    text-align: center; /* pour corriger le bug de centrage IE */
}

#position_site_accueil {
	position:absolute;

	width:989px;
	height:558px;

	top:50%;
	left:50%;

	margin-top:-279px;
	margin-left:-495px;

	z-index:0;

	background-image:url(../images/fond-accueil.png);
	background-repeat:no-repeat;
}

#diaporama {
	position:absolute;
	left:335px;
	top:220px;
	width:395px;
	height:234px;
}

#contenu {
	position:absolute;
	left:820px;
	top:280px;
	font:normal 12px georgia;
	color:white;
	text-align:left;
}

#contenu a {
	font:normal 12px georgia;
	color:white;
	text-decoration:none;
}

#contenu a:hover {
	text-decoration:none;
}



#BLOC_DEV {
	position:absolute;
	left:0px;
	top:0px;
	color:white;
	font-family:arial;
}


