/* essai 1*/
body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url(pat.jpg);
  
}

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
   color: #86b398;
}
a 
{
   border: none; /* Pas de bordure */
   color: #be1b8d;
}
p
{
   text-align: center;
} 

hr
{
   color: #bd0b00;
  
} 

em
{
   text-decoration: underline;
} 

a
{
   
   
}
h2
{   
    text-decoration: underline;
   text-align: center;
   font-family: Comic sans MS;
}

h3
{   
    color: #bd2500;
   text-align: center;
   font-family: Comic sans MS;
}

/* L'en-tête */

#en_tete h1
{
   font-family: Arial;
   color: black;
   text-decoration: blink;
   background-color: #eed4ff;
   border: 2px solid black;
   text-align: center;
}


/* Le menu */

#menu
{
   float: left;
   width: 120px;
  
}
h6
{
   color: blue;
  font-size: large;
  text-align: center;
}
.element_menu
{
   background-color: #fbafa2;
   background-repeat: repeat;
   
   border: 2px solid black;
   
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: BLACK;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   
}

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

.element_menu a
{
   color: black;
}

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


/* Le corps de la page */

#corps
{
   margin-left: 150px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: black;
   background-color: #fbafa2;
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

#corps h1
{
   color: black;
   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: #710064;
   text-align: center;
   font-family: Georgia;
}
h4
{
   color: black;
  text-align: center;
  
}
h6
{
   color: blue;
  font-size: large;
  text-align: center;
}
h5
{
   color: black;
  
  text-align: center;
}
}
img
{
   text-align: center;
   color: none;
}
p
{
   font-size: large;

}

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

#pied_de_page

{
   padding-left: 50px;
margin-left: 150px;
   text-align: center;
   position: center;
   margin-top: 40px;
   color: #009400;
   background-image: url(papi.jpg);
   background-repeat: repeat;
   
   border: 2px solid black;
}
input, textarea
{
   font-family: Comic sans MS /* On modifie la police du texte tapé l'intérieur des champs */
}

input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
   background-color: #FFFF99;
}

label
{
   color: #c61015; /* Colorer en bleu tous les labels (bah oui, pourquoi pas en bleu ?) */
}
