.noJs{display:none}

#menu{height:0 /* bug IE */ }
#menu dl { /* sous-menus complets */
 width: 11em;
 float: left;
 margin: 0 1px;
}
#menu dt { /* titres */
 text-align: center;
 font-weight: bold;
 background: #85B4D0;
 border: 1px solid gray;
}
#menu dd { 
 width: 11em; /* Opéra */
 border: 1px solid gray;
 background: #85B4D0;
}
#menu li {
 list-style-type: none;
 text-align: left;
 background: #BEC8CE;

}
#menu li a, #menu dt a { /* liens */
 color: #4448C3;
 text-decoration: none;
 display: block;
 height: 100%;
 border: 0 none;
 font-family: verdana;
 font-size: 14px;
}
#menu li a:hover, #menu dt a:hover { /* liens survolés */
 background: #eee;
}

#menu dd {/* partie dynamique */
 display:none;
 position: absolute;
 z-index:100;
}

body
{
   width: 1250px;
   margin: auto;
   margin-top: 10px;
   margin-bottom: 20px;    
}

#en_tete
{
   background-color: #799DFE;
   width: 1250px;
   height: 120px;
   background-repeat: no-repeat;
   margin-bottom: 15px;
}


.element_menu
{
   background-color: #3399FF;   
   border: 2px solid black;
   height: 610px;
   margin-bottom: 15px;
   width: 200px;
   float: right;
   color: #FFFFFF;
}


#corps
{
   height: 600px;
   margin-left: 15px;
   margin-right: 205px;
   margin-bottom: 15px;
   padding: 5px;
   
   color: #B3B3B3;
   background-color: #3399FF;
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

#corps h1
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #B3B3B3;
   text-align: left;
}

#pied_de_page
{
   margin-top: auto;
   padding: 3px;
   height : 35px;
   text-align: center;

   color: #FFFFFF;
   background-color: #799DFE;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}
