/* CSS Document */
body
{   width: 760px;
   margin: auto; 
   }
   
/* L'en-tête */

#en_tete
{
   width: 760px;
   margin-top:0px;
margin-bottom:0px;
margin-left: 0px;
margin-right: 0px;
}
#en_tete h1
{
margin-top:0px;
margin-bottom:0px;
margin-left: 0px;
margin-right: 0px;
background-image:url(im_div/bande_grise02.jpg);
background-repeat: no-repeat;
background-position: center;
text-align: center;
font-family: Verdana, Arial, serif;
color: #818084;
font-size: 1.2em;
font-weight: bold;
}
   
   

