/* CSS Document */
html {
		height: 100%;
		overflow: hidden;}
		
body{
	background-color:#000000;
	position:relative;
	height: 100%;
	margin: 0;
	padding: 0;
	top:5%;}
	
#conteneur{
	background-image:url(../divers/fond.png);
	position:relative;
	width:1024px;
	height:768px;
	margin-left: auto; 
  	margin-right: auto; 
  	width: ...; /* largeur obligatoire pour être centré */}

#menu_01{
	position:absolute;
	width:108px;
	height:99px;
	top:445px;
	left:190px;}
#menu_02{
	position:absolute;
	width:108px;
	height:99px;
	top:445px;
	left:700px;}
