body{
	width: 100%;
    height: 100%;
	background-color:#FC6;
	margin: 0;
	padding: 0;
}
#fenetre{
	width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
}
#fond{
	width:100%;
	min-width: 800px;
	max-width:1600px;
	height:600px;
	background:url(../images/Fond.jpg);
	position: absolute;
	top: 50%;
	margin-top: -25%;
	padding: 0;
	}

#conteneur {
	width: 800px;
	height: 600px;
	margin: 0 auto;
	padding: 0;
}

#haut {
	width: 800px;
	height: 100px;
	background-image:url(../images/banniere.png);
}
#separateurH{
	height: 10px;
	clear:left;
}
#gauche {
	width:150px;
	height:450px;
	background-image:url(../images/Fond%20Menu.png);
	background-position: center;
	float:left;
}
#menu { 
    width: 100px ;
    list-style: none ;
	margin: 0 auto;
	padding: 0;

}
#menu li {
	width: 100px;
	height: 50px;
	margin-top: 48px;
	background-image:url(../images/bouton.png);
}
#navigation li:hover { 
    background: #F86 ; 
}
#menu li a {
	display: block;
    color: #192404 ;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 45px ;
    text-align: center ;
    text-decoration: none ;
    margin: 0;
	padding: 0;
}
   
#separateurV{
	width:10px;
	float:left;
	height:450px;	
}
#centre {
	width:640px;
	height:450px;
	float:left;
	background-image:url(../images/centre.png);
	vertical-align: center;
}
