body
{
   width: 1000px;
   margin: auto; 
   margin-top: 0px; 
   margin-bottom: 20px;   
   background: url("cavern.jpg") fixed;

   font-family: Arial, Verdana, serif;
   font-size: 1em;   
   font-weight: bold;  
   text-align: justify;
   overflow: auto;
}

#en_tete
{
   height: 110px;
   background: url("cavern2.jpg") center;
   
   position: absolute;
   padding-left: 55px;
   padding-right: 53px;
   padding-top: 20px;
   
   left: 75px;
   
   border: 2px black solid;
}   

#menu
{
   float: left;
   width: 120px;
   height: 678px;
   background: url("cavern3.jpg");
   color: white;
   text-align: center;
   
   position: absolute;
   left: 75px;
   top: 133px;
  
   border: 2px black solid;
}

#corps
{
   background: url("texture4.gif");
   width: 550px;
   height: 678px;
   
   position: absolute;
   left: 197px;
   top: 133px;
   
   border: 2px black solid;
   

   padding-left: 30px;
   padding-right: 30px;
   
   overflow: auto;
      
   font-size: 0.9em;
   font-weight: bold;
}

#corps2
{
   background: url("cavern3.jpg");
   width: 120px;
   height: 638px;
   
   position: absolute;
   left: 807px;
   top: 133px;

   border: 2px black solid;
   padding-top: 40px;
   
   text-align: center;
}

h3
{
   text-align: center;
}

em
{
   text-decoration: underline;
   color: 
}

a
{
   text-decoration: none;
   font-style: normal;
   color: white;
}

.lien2
{  
   text-decoration: none;
   font-style: normal;
   color: black;  
}

a:hover
{
   text-decoration: underline;
   font-style: italic;
}

#logo
{
   border: 2px black solid;
}

#logofnh
{
   border: 2px black solid;
   float: left;
   margin-right: 5px;
}

#sceaux
{
	position: absolute;
	top: 625px;
	right: 4px;
}

#lien
{
   text-decoration: none;
   font-style: normal;
   color: red;
}

#lien:hover
{
   text-decoration: underline;
   font-style: italic;
}