body
{
	background-color: white ;
	margin: 0px ;
	padding: 0px ;
	/*margin-right: 10% ;*/
	/*height: 100% ;*/
	font-family: verdana ;
}
#entete
{
	background-color: #1D83B4 ;
	height: 150px ;
	padding: 10px ;
	border-bottom: 1px solid white ;
	width: 900px ;
}
#lien_menu_navigation
{
	font-size: 18px ; 
	font-weight: bold ; 
	text-decoration: none ; 
	color: black ; 
	font-weight: bold ;
}
#menu_gauche
{
	font-size: 12px ;
	color: black ;
	width: 200px ;
	padding-top: 10px ;
	padding-bottom: 10px ;
	padding-left: 10px ; 
	background-color: #DFDFDF ;
	height: 100% ;
	float: left ;
	border-right: 1px solid white ;
	/*height: 2419px ;*/
}
#menu_gauche a 
{	
	text-decoration: none ;
	color: black ;
}
#corps
{	
	background-color: #DFDFDF ;
	border-left: 0px solid white ;
	border: 0px solid green ;
	/*height: 100% ;*/
	width: 700px ;
	padding-top: 10px ;
	float: left ;	
	font-size: 12px ;
	/*height: 2419px ;*/
	/*text-align: center ;*/	
    /*margin-left: 200px;*/
}
li
{
	list-style-image: url(images/puce.gif) ;
}
#lien_a
{
	color: #1d83b4 ; 
	text-decoration: none; 
	font-weight: bold ; 
	font-family: verdana ;
}
#vente
{
	text-align: center ; 
	margin-left: 50px ; 
	padding-top: 10px ;
	/*height: 100% ;*/
	font-size: 12px ;
}
#piedpage
{
	border: 0px solid black ;
	text-align: center ;
	background-color: #1d83b4 ;
	padding-top: 10px ;
	padding-bottom: 10px ;
}