body
{
   
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background: center;
   background-image: url("images/"); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
    font-family:  Arial, Verdana, serif; /* On essaie d'avoir Arial Black en priorité */
	background-color: black;
}



#en_tete
{
   width: 760px;
   height: 200px;
   background-image:url("images/banniere.gif") ;
   background-repeat: no-repeat;
   margin-bottom: px;
   
}

#corps
{
   overflow: auto;
   width: 480px;
   height: 330px;
   background-color: black;
   margin-left: 20px;
   margin-right: 20px;
   margin-top: 25px;
   padding-left: 200px;
   padding-top: 20px;
   padding: 20px;
   color:white ;
   background-repeat: repeat-x;
   font-size: 14px;
}

#plan
{
   float: right; /* Le menu flottera à gauche */
   color:white ;
   margin-top: 25px;
   margin-right: 20px;
   width: 140px;
   font-size: 10px;
   padding: 10px;
   border: 2px solid #FFFFFF;
   width: 150px;
   
} 


 
p
{
   font-size: 14px;
}

a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: white; /* Les liens seront en rouge au lieu de bleu */
   background-image: url("")
   font-size: 14px;
}

#pied_de_page
{
   width: 760px;
   height: 225px;
   background-image:url("images/banniere bas.png") ;
   background-repeat: no-repeat;
   margin-bottom: 10px;
   padding-left: 20px;

}



h2
{
   font-size: 18px; 
}

dl, dt, dd, ul, li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;

}

#menu
 {
	position: absolute; /* placement du menu, à modifier selon vos besoins */
	z-index:100;
	width: 760px;
	margin: auto;
	margin-top: 1px;
	margin-bottom: 1px; 
	color: white;
	font-size: 13px;
	margin-right: 1px;
	margin-left: 10px;
}

#menu dl
 {
	float: left;
	width: 144px;
	color: white;
	height: 25px;
}

#menu dt
 {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #969696;
	color: white;
	margin: 1px;
	background-image:url("images/bouton1.png") ;
	height: 17px;
}
#menu dd

 {
	display: none;
	border: ;
	background: #969696;
	color: white;
	background-image:url("images/bouton3.png") ;
	margin: 5px;
}

#menu li 
{
	text-align: left;
	background: ;
	color: white;
}

#menu li a, #menu dt a 
{
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	color: white;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: #646464;
	background-image:url("images/bouton2.png") ;
}

