body{
	margin:0;
	padding:0;
	text-align: center;
	color:#000;
	font: 10px /*"Century Gothic",*/Verdana, Arial, Helvetica, sans-serif;
}

#accueil{
	width : 1000px;
	height : 600px;
	margin : 0 auto;
	position: relative;
}
#haut{
	background-image:url('images/acceuil_01.jpg');
	width : 1000px;
	height : 121px;
	z-index:0;
}
 #imageGauche{
	float : left;
	background-image:url('images/acceuil_02.jpg');
	width : 389px;
	height : 387px;
	z-index:0;
 }
 #imageDroite{
	float : left;
	width : 389px;
	height : 387px;
	background-image:url('images/acceuil_04.jpg');
	z-index:0;
 }
 
 #boutons{
	float : left;
	width : 222px;
	height : 387px;
 }
 #boutonBas{
	width : 222px;
	height : 192px;
	background-image:url('images/acceuil_05.jpg');
	z-index:0;
 }
 #boutonHaut{
	width : 222px;
	height : 195px;
	background-image:url('images/acceuil_03.jpg');
	z-index:0;
 }
  #boutonBasVert{
	display : none;
	position : absolute;
	top : 316px;
	left: 389px;
	width : 222px;
	height : 192px;
	background-image:url('images/acceuil_05_orange.jpg');
	z-index:0;
 }
 #boutonHautVert{
	display : none;
	position : absolute;
	top : 121px;
	left: 389px;
	width : 222px;
	height : 195px;
	background-image:url('images/acceuil_03_orange.jpg');
	z-index:0;
 }