body
{
	background-color: white ;
	margin: 0px ; 
	padding: 0px ;
	/*margin-right: 100px ;*/
}

a:hover, a:link, a:visited
{
	color: black ;
	text-decoration: none ;
}
#entete
{
	margin: 0px ;
	color: white ;
	background-image: url(./images/barre_en_tete.png) ; 
	background-repeat: x-repeat ; 
	font-size: 35px ; 
	text-align: center ;
	/*width: 1024px ;*/
}

#menu_navigation
{
	background-color: #EEEEEE ; 
	font-family: verdana ; 
	text-align: left ; 
	padding-left: 230px ; 
	margin-top: 0px ;
	width: 1150px ;
}

#menu_gauche
{
	background-image: url(./images/fond_ecran_menu_gauche.png); 
	background-repeat: x-repeat ; 
	/*float: left ; */
	font-family: verdana ; 
	padding-top: 0px ;
	padding-bottom: 20px ;
}

#corps
{
	margin-top: 0px ; 
	width: 1024px ;
}

#pied_de_page
{
	height: 36px ; 
	margin-bottom: 0px ; 
	padding-bottom: 0px ; 
	font-weight: bold ; 
	font-size: 20px ; 
	color: white ; 
	border: 0px solid black ; 
	background-color: #0046ad ;
	width: 1024px ;
}
