/* Mise en forme du corps de page */

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

#corps
{
   margin-left: 140px; 
   margin-bottom: 20px; 
   padding: 5px; 
   background-image: url("vert3.png");
   background-repeat: repeat-y; 
   border: 2px solid black; 
}

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

#corps h2
{
   text-indent: 30px;
   padding-left: 30px;
   font-size: 20px;
   text-align: left;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   border: 1px solid black; 

}

#corps h3 
{
font-size: 18px;
text-indent: 20px;
font-style: italic;
font-weight: bold;
}

strong
{
font-size: 15px;
}

/* L'en-tte */

#en_tete
{
   width: 1100px;
   height: 90px;
   background-image: url("banniere.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   background-position: center;
}

/* Mise en forme du menu */

#navcontainer
{
   float: left;
   width: 340px;
}


.niveau1
{
background-image: url("vert2.png");
width: 310px;
border: 5px ridge green;
}


#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}

#navcontainer li 
{ 
margin: 0 10px 15px 10px;
text-indent: 10px;
   position:relative;
                list-style: none; 
				padding: 12px;
 }
 
#navcontainer ul ul {
                position: absolute;
                top: 0;
                left: 300px; 
				display:none
               }  
			   
div#navcontainer ul.niveau1 li.sousmenu:hover ul.niveau2,
div#navcontainer ul.niveau2 li.sousmenu:hover ul.niveau3 {
                                                  display:block;
                                                 }


#navcontainer a 
{
display: block;
padding: 2px 40px 2px 40px;
border: 1px solid #333;
width: 190px;
background-color: #22ab1c;
background-image: url("vert.png");
text-indent: 0px;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #333;
background-color: #076303;
background-image: url("vert.png");
color: #333;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #22ab1c;
background-image: url("vert.png");
color: #333;
}
