
body
{
   width: 760px;
   margin: 0px auto;
   background-image:url('back.gif');  
}



/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 300px;
 
}


/* Les menus */

#menu
{
   float: left;
   width: 130px;
   height: 300px;   
   background-image: url('menu.gif');
   background-repeat: repeat-x;
   margin-bottom: 20px;
   margin-top: 20px;
   }

#menu_haut
{
   float: top;  
   width: 750px;
   height: 60px;
   background-color: #626262;
   background-image: url('menu_haut.gif');
   background-repeat: repeat-x;
   border: 1px solid black;
   margin-bottom: 10px;
	
}


/* Quelques effets sur les menus */


#menu h3
{   
   color: #123a1a;
   font-family: Garamond;
   text-align: center;
   margin-top: 100px;
}


#menu a
{
   color: #123a1a; 

}

#menu a:hover
{
   background-color: #B3B3B3;
   color: black;
}
#menu_haut h3
{   
   color: #123a1a;
   font-family: Garamond;
   text-align: center;
   margin-top: 20px;
}

#menu_haut a
{
   color: #123a1a;
}

#menu_haut a:hover
{
   background-color: #B3B3B3;
   color: black;
 }  
/* Le corps de la page */

#corps
{
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 35px;
     color:  #051208;
   background-color: #626262;
   background-image: url('fond.gif');
     
   border: 2px solid black
}

a:link { color:black ; text-decoration:underline ; font-weight: bold ; }

a:visited { color:black ; font-weight: bold ; }

a:hover { color:blue ; text-decoration: none ; background-color:green ; }

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

#corps h2
{

   height: 30px;
   padding-left: 30px;
   color: #123a1a;
   text-align: center;
   font-family: BlackChancery;

}


caption 
{
   margin: auto; 
   font-family: BlackChancery;
   font-size: 20px;
   color: #B3B3B3;
   margin-bottom: 20px;
}

table 
{
   margin: auto; 
   border: 4px outset grey;
   border-collapse: collapse;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{

   text-align: center;
   height: 18px;
   color: #051208;
   background-color: #000066;
   background-image: url('piedpage.gif');
	font-size : 12px;
   border: 2px solid black
}

