body
{
background-color: #292929; /* Couleur de fond de toute la page*/
margin: auto;/*Redimensionnement automatique des marges (pour IE)*/
margin-top: 5px; /*Marge du haut de la page*/
margin-bottom: 5px;/*Marge du bas de la page*/
}
#haut
{
text-align: center;/*Alignement du texte*/
margin-left: 20px;
margin-right: 20px;
text-align:center;
border-bottom: 0.8px solid white;/*Bordure du menu de gauche*/
}

#menu
{

padding: 1px;
/*border-top: 1px dotted white;
border-bottom: 1px dotted white; */
background-color:black;/*Couleur de fond*/
margin-top: 5px;/*Marge du haut*/
margin-left: 5px;/*Marge de gauche*/
margin-right: 5px;/*Marge de gauche*/


text-align:center;
}
#corps
{
border: 1px dotted white;/*Bordure du menu de gauche*/
margin-right: 100px;/*Marge de droite*/
margin-left: 100px; /* marge à gauche  */
margin-top: 15px;/*Marge du haut*/
margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
padding: 15px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
background-color: #226f2b; 

}


#pied_de_page
{
padding : 10px;
text-align:center;
border: 1px solid white;/*Bordure du menu de gauche*/
background-color:black;/*Couleur de fond*/
margin-top: 10px;/*Marge du haut*/
margin-left: 25px;/*Marge de gauche*/
margin-right: 25px;/*Marge de gauche*/
color:white;
overflow: auto; /*Redimensionnement automatique*/
   
}
#center
{

border: 1px dotted white;/*Bordure du menu de gauche*/
margin-right: 100px;/*Marge de droite*/
margin-left: 100px; /* marge à gauche  */
margin-top: 5px;/*Marge du haut*/
margin-bottom: 10px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
background-color: #226f2b; 
text-align:center;
}
.right
{
text-align:right;
}
.left
{
text-align:left;
}
.center
{
text-align:center;
}
.petit
{
font-size:0.8em;
}
h2
{
color:white;
font-size:2em;
font-family: "Trebuchet MS",Georgia,"Courier New", Impact,  serif ;
overflow:auto;
}
h3
{
color:white;
font-size:1.3em;
font-family: "Trebuchet MS",Georgia,"Courier New", Impact,  serif ;
overflow:auto;
}
p

{
color:white;
font-size:1em;
font-family: "Trebuchet MS",Georgia,"Courier New", Impact,  serif ;
overflow:auto;

}
a
{
color:white;
text-decoration: none;
font-family:"Trebuchet MS",Georgia ,Impact,serif ;
font-size:1.1em;
}
a:hover
{
color:#ffffca;
text-decoration: none;
font-family: "Trebuchet MS",Georgia, serif ;
font-size:1.1em;
}

input, textarea
{
font-family:  "Trebuchet MS" ,serif ;
background-color:#722302; 
border: 1px solid white;
color:white;
text-align:center;
}

img
{
border:none;
}
caption
{
color:white;
font-size:1em;
font-family: "Trebuchet MS",Georgia,"Courier New", Impact,  serif ;
font-weight: bold;  
}
table
{
border-collapse: collapse;/*cellule*/

color:white;
margin: auto;
text-align: center;
overflow: auto; /*Redimensionnement automatique*/
}
