body
{
   width: 760px;
   margin: auto; 
   margin-top: 20px; 
   margin-bottom: 20px; 
   background-color: rgb(255,214,107); 
   cursor: url("curseur2.ani"), default;
   
   }
   
   strong
{  margin-top:20px;
   margin-bottom: 20px;
   display: block;
   color: rgb(255,131,78);
   font-size: 21px;
   font-family: "Impact", Verdana, Arial, serif;
   text-decoration: blink;
   text-align: center;
   width: 75%;
}



img
{
   display: block;
   margin: auto;
}
a img 
{
   border: none; 
   margin: auto;
  
}


p
{
color: black;
font-size: 18px;
font-family: "Book Antiqua", "Impact", Verdana, Arial, serif;
text-align: justify;
width: 75%;
font-weight: normal;

}


img
{
   display: block;
   margin: auto;
}

h1
{
color: rgb(255,19,29);
text-align: justify;
font-size: 30px;
font-family: "Arial Black", Arial, "Times New Roman", serif;
text-decoration: underline;

}

h2
{
text-transform: uppercase;
color: rgb(117,159,45);
font-weight: bolder;
text-decoration: underline;
margin-top: 100px;



}





#pied_de_page
{
   padding: 5px;
   text-align: center;
   background-repeat: repeat-x;
   
  
}

#menu
{
   float: left;
   width: 220px;
   position: fixed;
   left: 30px;
  
   
   
}

.element_menu
{
   background-color: rgb(117,157,45);
   background-repeat: repeat-x;
   
   border: 2px solid black;
   
   margin-bottom: 20px;
   cursor: url("curseur3.ani"), default;
}


/* Quelques effets sur les menus */


.element_menu h3 /* Tous les titres de menus */
{   
   color: rgb(255,131,78);
   font-size: 30px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   margin-top: 10px;
   margin-bottom: 5px;
   cursor: url("curseur3.ani"), default;
}

.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
   list-style-image: url("pucemandarin.jpg");
   padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 20px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin: 20px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   margin-bottom: 10px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
   font-size: 22px;
   font-family: "Comic Sans MS", Arial, "Times New Roman", serif;
   cursor: url("curseur3.ani"), default;
   
}

.element_menu a /* Tous les liens se trouvant dans un menu */
{
   color: rgb(195,255,0);
   text-decoration: none;
  
   
}



#corps
{
  
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   margin-left: 180px; /* 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 */
   color: black;
  
  
   
  
}




