body
{
   width: 1200px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   background-color:#f4ec9c;

}

/* L'en-tête */

#en_tete
{
   width:1200px;
   height: 147px;
   background-image: url("images/header.jpg");
   margin-left: auto; 
  margin-right: auto; 
     background-repeat: no-repeat;
   background-color:#f4ec9c;
}




/* Le menu */


#menu a
   {
  
     height:30px; /*La même hauteur que notre menu*/
   border:none; /*On enlève les bordures (enfin, on ne les met pas, même s'il n'y en avait pas)*/
   text-align:center; /*Pour que les liens soient centrés par rapport à l'horizontale*/
    background-image: url(images/menupuce.png);
    text-decoration: none;
   }
#menu a, #menu a:visited   

{
	text-decoration: none;
color: white; 
text-align:center;
}
 
#menu a:hover, #menu a:visited:hover {
color: #9e1b32			;
background-color : #f4ec9c;
text-decoration:none;
text-align:center;

}

p 
{

float: right;
padding: 2%;
margin-left: 2px;
margin-top: 2px;
width: 250px;
height: 25px;
 
}
p1 
{

float: left;
padding: 2%;
margin-left: 2px;
margin-right: 5px;

}

#corps
{
color: #243319;
text-align:left;
margin-left: auto;
margin-right: auto;
width: 750px;
 

}

#corps h1
{
   color: #243319;
   text-align: center;
   font-family:Trajan Pro ;
   font-size: 20pt;
}

#corps h2
{
   color: #243319;
 
    font-family:helvetica neue ;
   font-size: 14pt;
}
#corps h3
{
   color: #631210;
   text-align: center;
    font-family:helvetica neue ;
   font-size: 10pt;
  
}


table {
background-color:black ;
   display:block;
margin-left: auto; 
  margin-right: auto; 
 width:770px;

 }
 
td { 
background-color:black ;
width: 192px;
 float:center;
text-align:center;
}

td:hover
{ 
background-color : #f4ec9c;
}
.classeur
{ 
width:300px;
background:none repeat scroll 0 0 #F4EC9C;
text-align:center;
}
.classeur td
{ 
background-color: #f4ec9c;
}

#pied_de_page
{
color: #243319;
   text-align: center;
    font-family:helvetica neue ;
   font-size: 9pt;
    margin-top: 75px;
    text-decoration:none;  /*on enlève le soulignement du lien*/
}


