body
{
   width: 780px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
   background-image: url("fond_site.jpg");/*j'ai rien mis */
   background-repeat: repeat-x;
   background-color: orange;
 }  

   p
{
   Font-size: 1em;
   Font-family: "Times New Roman", arial, verdana;
   text-indent: 20px;
   text-align: center;
}

p3
{ 
	Font-size: 0.9em;
   Font-family: "Times New Roman", arial, verdana;
   }
   
	p:first-letter /* La première lettre de chaque paragraphe */
{
   font-weight: bold; /* En gras */
   font-size: 1em; /* Ecrit légèrement plus gros que la normale */
   color: orange; /* En orange */
}

a
{
text-decoration : none;
}

img
{
border : 3px solid orange;
}

.centrer
{
text-align : center;
}

table

{
 width: 780px;
 }


/* L'en-tête */
#en_tete
{
   width: 790px;
   height: 135px;
   background-image: url("banniere_final.jpg");
   background-repeat: no-repeat;
}


/* Le corps de la page */
#corps
{
   width: 780px;
   margin-left: 0px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-right: 0px;
   margin-bottom: 0px; /* 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 */
   
   color: black;
   background-color: white; /* Une couleur de fond pour le corps  que j'ai pas mis*/
   background-image: url("motif.jpg");
   background-repeat: repeat-x; /* Une petite image de fond qui se répètera horizontalement en haut que j'ai pas mis*/
   
   border-top: 0px solid orange; /* Une bordure pour bien marquer les limites du corps et pour faire joli que j'ai pas mis*/
   border-bottom: 5px solid orange;
}

.element_corps 
{
   Font-size: medium;
   Font-family: "Times New Roman", arial, verdana;
   text-align: justify;
   width: 780px;
   margin: auto;
}  

.element_corps td /* Les cellules normales */
{
   border: none;
   font-family: "Times New Roman", arial, verdana; 
   text-align: center; /* Tous les textes des cellules seront centrés*/
   vertical-align: top;
   padding: 20px;
}

.element_corps a:hover /* Quand on pointe sur un lien du menu */
{
   color: orange;
}

#pied_de_page
{
   padding: 5px;
   width: 780px;
   text-align: center;

   color: black;
   background-color: white;
   background-image: none;
   background-repeat: none;
   font-size: small;
   border: none;

}


