body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("adadapetit.jpg");
}

/* L'en-tête */


#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("banniere.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   border: 2px solid black;
}
/* Le menu */
h1
{
   text-align: center; /* Pour centrer le titre */
   font-family: "Arial Black", Arial, Verdana, serif; /* Un titre en Arial Black c'est mieux :o;) */
}
#ligne1
{
   font-family: Verdana;
   font-size: 1.0em;
}
caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 1.2em;
   color: #009900;
   margin-bottom: 20px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}

table /* Le tableau en lui-même */
{
   margin-left: 140px; /* Centre le tableau à gauche */
   border: 4px outset black; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
   background-color: rgb(245, 189, 105);
}

th /* Les cellules d'en-tête */
{
   background-color: rgb(245, 189, 105);
   color: rgb(106, 53, 0);
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

td /* Les cellules normales */
{
   border: 1px solid black;
   font-family: Verdana, "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: left; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
   font-size: 0.8em;
   color:rgb(106, 53, 0);   
   }




blockquote
{
  
  text-align: justify; /* La citation sera justifiée */
  font-family: Verdana, "Comic Sans MS", Georgia, "Times New Roman", serif;
  font-size: 1em;
}
fieldset
{
   margin-bottom: 15px; /* Une marge pour séparer les fieldset */
   margin-right: 0px;
   margin-left: 140px;
   background-color: rgb(245, 189, 105);
   font-family: Verdana, "Comic Sans MS", "Times new roman";
   font-size: 0.8em;
   color:rgb(106, 53, 0);
   
}
legend
{
  font-family:Verdana;
  color: rgb(106, 53, 0);
  
}


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

.element_menu
{
   background-color: rgb(245, 189, 105);
   background-repeat: repeat-x;
   
   border: 2px solid black;
   
   margin-bottom: 20px;
}
/* Quelques effets sur les menus */


.element_menu h3
{    
   color: rgb(106, 53, 0);
   font-family: Mandela, Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   font-size: 1.2em;
}

.element_menu ul
{
   list-style-image: url("puce.png");
   padding: 0px;
   padding-left: 20px;
   margin: 10px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: rgb(106, 53, 0);
   font-family: Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 0.8em;
   
}

.element_menu a:hover
{
   background-color: orange;
   color: black;
}

/* Le corps de la page */

#corps
{
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px;
   font-family: Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 0.8em;
   color: rgb(106, 53, 0);
   background-color:rgb(245, 189, 105) ;
   
   background-repeat: no-repeat;
   
   
   border: 2px solid black;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: rgb(106, 53, 0);
   background-color: rgb(245, 189, 105);
   font-family: Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   background-repeat: repeat-x;
   font-size: 0.7em;
   border: 2px solid black;
}
