body
{
   width: 700px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-color: black;
   color:white;
   font-family:"Comic Sans MS", Verdana, Arial, serif;
}

#en_tete
{
   width: 700px;
   height: 100px;
   background-image: url("images/bandeau.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}

#menu
{
	
   float: left; /* Le menu flottera à gauche */
   position:absolute;
   top:340px;
   width: 200px; /* Très important : donner une taille au menu */
   background-image: url("images/texture_menu.png");
   background-repeat: repeat;
}

#menu a
{
	color:white;
   font-family:"Comic Sans MS", Verdana, Arial, serif;
   text-align:justify;
   font-variant:small-caps;
   text-decoration:none;
   font-weight:bold;
   font-size:150%;
   }
   
#menu a:hover /* Quand on pointe sur un lien du menu */
{
   color: rgb(121,52,63);
   }
   
#logo
{
 width: 200px;
   height: 156px;
   background-image: url("images/logo.png");
   background-repeat: no-repeat;
   position:absolute;
   top:135px;
   }
   
#corps
{
   margin-left: 220px; /* Une marge ? gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   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-image: url("images/symbol_gym3.png");
   background-repeat: repeat-x; /* Une petite image de fond qui se r?p?tera horizontalement en haut */
   text-align:justify;
   font-size:110%;
   border-left: 2px dotted white; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
   border-top: 2px dotted white; 
 padding-top:30px;
}

#corps p
{
text-indent:30px
}

#corps h1
{
font-variant:small-caps;
font-size:250%;
}

#corps h2
{
   padding-left: 50px;
   text-align: left;

font-size:180%;
color:white;
}

table
{
border-collapse:collapse;
}

td, th
{
border:2px solid white;
}

th
{
background-color:rgb(70,69,79);
}

.a0,.a1,.b0,.b1,.c0,.c1,.d0,.d1,.e0,.e1,.f0,.f1,.g0,.g1
{
color:black;
}

.a0,.a1
{
background-color:rgb(196,81,107);
}

.a
{
background-color:rgb(90,30,49);
}

.b0,.b1
{
background-color:rgb(113,72,39);
}

.b
{
background-color:rgb(47,22,16);
}

.c0,.c1
{
background-color:rgb(230,224,67);
}

.c
{
background-color:rgb(130,124,0);
}

.d0,.d1
{
background-color:rgb(118,147,220);
}

.d
{
background-color:rgb(8,37,60);
}

.e0,.e1
{
background-color:rgb(71,155,52);
}

.e
{
background-color:rgb(31,61,21);
}

.f0,.f1
{
background-color:rgb(165,102,55);
}

.f
{
background-color:rgb(85,49,25);
}

.g0,.g1
{
background-color:rgb(128,85,198);
}

.g
{
background-color:rgb(43,19,57);
}

td
{
font-size:80%;
color:black;
}

#corps #a
{  
background-image: url("images/a'.png"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
   }
   
#corps #b   
   {   background-image: url("images/b'.png"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */}
   
#corps #c
   {   background-image: url("images/c.png"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */}
   
#corps #d{   background-image: url("images/d.png"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */}
   
#corps h3
{
font-variant:small-caps;
}

#corps a
{
	color:olive;
   font-family:"Comic Sans MS", Verdana, Arial, serif;
   text-align:justify;
   text-decoration:none;
   font-weight:bold;
   }
   
#corps a:hover /* Quand on pointe sur un lien du menu */
{
   color: rgb(121,52,63);
   }

#pied_de_page
{
border: 2px dotted white;
text-align:center;
}



