body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   background: url("../photos/champs.jpg") fixed repeat-y center;
}

#en_tete
{
   width: 756px;
   height: 80px;
   background-image: url("../bannieres/titre.png");
   background-repeat: repeat-y;
   margin-bottom: 0px;
   border: 2px groove orange;
   border-bottom: 0px;
}

#menu
{
   
   float: left;
   width: 0px;
}

.element_menu
{
   background-color: #339966;
   background-repeat: repeat-x;
   border: 2px groove orange;
   padding-bottom: 0px;
}
   
.element_menu h3 /* Tous les titres de menus */
{   
   color: #B3B3B3;
   font-family: "Verdana", "Times New Roman", serif;
   text-align: left;
   font-size: 14px;
   padding-left: 10px;
   color: yellow;
   font-variant: small-caps;
   text-decoration: underline;
}

.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
   font-size: 12px;
   font-variant: small-caps;
   list-style-image: url("../photos/cat.gif"); /* On change l'apparence des puces */
   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: 31px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
}

.element_menu a /* Tous les liens se trouvant dans un menu */
{
   
   color: red;
   text-decoration: none;
   font-family: "Arial Black", serif;
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   color: yellow;
}

/* Le corps de la page */

#corps
{
   margin-left: 140px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 0px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding-left: 35px;
   padding-right: 20px;
   
   color: yellow;
   font-family: "Verdana", serif;
   font-size: 11px;
   background-color: #375a5e; /* Une couleur de fond pour le corps */
   background-image: url("../photos/fondbleu.jpg");
   background-repeat: repeat-x; /* Une petite image de fond qui se répètera horizontalement en haut */
   
   border: 2px groove orange;
}

#corps a
{
	color: red;
}


#corps a:hover
{
	color: yellow;
}

#corps h1
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", serif;
}

#corps h2
{
   height: 30px;
   font-variant: small-caps;
   font-family: "Verdana", serif;
   font-size: 16px;
   padding-left: 30px;
   color: orange	;
   text-align: justify;
}

#corps p
{
	text-align: justify;
}

#corps hr
{
	color: #00CC66;
	margin: 20px;
}

#corps img
{
	float: right;
	margin-left: 15px;
	margin-top: 18px;
	border: 1px groove aqua;
}

#renseignements
{
   padding-left: 10px;
   margin: 3px;
   margin-right: 217px;
   margin-bottom: 21px;
   padding-bottom: 15px;
   padding-top: 15px;
   
   color: orange;
   border: 2px groove #ff6302;
}

#pied_de_page
{  
   font-family: "Verdana" serif;
   font-size: 10px;
   text-align: center;

   color: white;
   background-color: #5e0108;
   background-image: url("../photos/chakicour.gif");
   background-repeat: repeat-x;
   
   padding-left: 162px;
   border: 2px groove orange;
   border-top: 1px groove yellow;   
}
