/*

<lien url="http://www.siteduzero.com">http://www.siteduzero.com</lien>
*/

body
{
   width: 860px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   /*background-image: url("images/fond.png");*/
}

/* L'en-tête */

#en_tete
{
   width: 960px;
   height: 200px;
   background-image: url("images/emmeralogo.gif");
   background-repeat: no-repeat;
   margin-bottom: 0px;
   background-position : center top;
}


/* Le menu */

#menu
{
   float: left;
   width: 160px;
}

.element_menu
{
   background-color: #f5f5dc;
   background-image: url("images/fondmenu.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
   
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #000000;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("images/puce.png");
   padding: 0px;
   padding-left: 30px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #000000;
}

.element_menu a:hover
{
   background-color: #B3B3B3;
   color: black;
}


/* Le corps de la page */

#corps
{
   margin-left: 0px;
   margin-bottom: 20px;
   padding: 5px;
   text-align: center;
   
   color: #000000;
   background-color: #a9a9a9;
   /*background-image: url("images/motif.png");
   background-repeat: repeat-x;*/
   
   border: 2px solid black;
}

#corps h1
{
   color: #000000;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

   /*background-image: url("images/titre.png");
   background-repeat: no-repeat;*/
   
   padding-left: 30px;
   color: #8b0000;
   text-align: center;
}
#corps h5
{
   color: #000000;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 5px;
   clear: both;

   text-align: center;

   color: #B3B3B3;
   background-color: #626262;
   /*background-image: url("images/motif.png");*/
   background-repeat: repeat-x;
   
   border: 2px solid black;
}
input, textarea
{
   font-family: "Times New Roman", Times, serif; /* On modifie la police du texte tapé l'intérieur des champs */
}
 
input:focus, textarea:focus /* Quand le curseur est sur un champ */
{
   background-color: #FFFF99;
}
 
label
{
   color: blue; /* Colorer en bleu tous les labels (bah oui, pourquoi pas en bleu ?) */
}
 
legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
   color: #FF9933;
   font-weight: bold;
}
 
fieldset
{
   margin-bottom: 15px; /* Une marge pour séparer les fieldset */
   background-color: #FFFFCC;
}

