   body
{
margin:0;
padding:0;
height: 100%;
width: 100%;
background: url(degrad.png) rgb(1,121,203) repeat-x;
position:absolute;
z-index:1;
}

#en_tete
{
   width: 800px;
   height: 171px;
   background-image: url(entete.png);
   background-repeat: no-repeat;
   background-position: center top;
   position:relative;
   z-index:2;
   margin-left:150px;
   margin-top:10px;
}


#menu
{
   float: left;
   width: 150px;
   margin-top:10px;
   margin-left:10px;
}

 
   
.element_menu1
{
   width: 150px;
   height: 42px;
   background-image: url("menu1.png");
   background-repeat: no-repeat;
   position:relative;
   z-index:2;
   padding:O;
   margin:O;
}


.element_menu2
{
   width: 150px;
   font-family: "Monotype Corsiva";
   background-image: url("menu2.png");
   font-size: 20px;
   position:relative;
   z-index:2;
   padding:O;
   margin:O;
}

.element_menu3
{
   width: 150px;
   height: 42px;
   background-image: url("menu3.png");
   margin-bottom: 10px;
   background-repeat: no-repeat;
   position:relative;
   z-index:2;
   padding:O;
   margin:O;
}