.salon
{
   background-color: white;
   background-image: url("fond_hcorps.png");
   background-repeat: repeat-x;
   text-align: center;
}
input 
{
   margin-top:0; margin-left:0; margin-right:0;
   background-color: #B2F4B0;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif; 
   font-size: 12px; 
   color: #000000;
}
select 
{
   margin-top:0; margin-left:0; margin-right:0;
   background-color: #B2F4B0;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif; 
   font-size: 12px; 
   color: #000000;
}
#session input 
{
   margin-top:0; margin-left:0; margin-right:0;
   background-color: #B2F4B0;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif; 
   font-size: 10px; 
   color: #000000;
}
textarea 
{
   margin-top:0; margin-left:0; margin-right:0;
   background-color: #B2F4B0;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif; 
   font-size: 12px; 
   color: #000000;
}
body
{
   width: 800px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 10px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;

   background-image: url("fond_v.png");
   background-repeat: repeat-x;
   background-attachment:fixed;
}
#en_tete
{
   width: 800px;
   height: 130px;

   border: 1px solid black;
   background-image: url("banniere.png");
   background-repeat: no-repeat;
}
.top
{
   width: 150px;
   font-size: 16px;
   font-weight: bold;
   text-align: center;
   font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
   border:1px solid black;
}
#corps
{
   width: 470px;
   color: black;
   border: none;
   margin-left: 160px;
   margin-bottom: 10px;
   padding: 5px;
}
#corps_index
{
   color: black;
   border: none;
   margin-left: 160px;
   margin-bottom: 10px;
   padding: 5px;
}
img
{
  border:none;
}
ul,li {
   font-size : 11px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   color : black;
}
.profil_
{
   color: black;
   border: 1px black;
   margin-bottom: 10px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   
}
.team
{
   color: black;
   border: none;
  
}
#corps h1 /* Tous les titres h1 du corps */
{
   color: green;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2 /* Tous les titres h2 du corps */
{ 
   height: 20px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   color: red;
   text-align: center;
}

#corps h3 /* Tous les titres h3 du corps */
{
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   color: blue;
   text-align: center;
}
#corps h4 
{
   height: 15px;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps h5 
{
   height: 14px;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps thead
{
   border: 2px #000000;
   background-color: white;
   background-image: url("fond_hcorps.png");
   background-repeat: repeat-x;
   height: 15px;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps_index thead
{
   border: 2px #000000;
   background-color: white;
   background-image: url("fond_hcorps.png");
   background-repeat: repeat-x;
   height: 15px;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps tbody
{
  padding: 5px;
  border: 1px #000000;
}
#corps_index tbody
{
  padding: 5px;
  border: 1px #000000;
}

#pied_de_page 
{
   clear:both;
   /*margin-left: 160px; */
   text-align: center;
   color: white;
   background-color: #57BB64;
   border: 1px solid black;
   font-size : 11px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps p {
   font-size : 12px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   color : black;
}
#corps_index p {
   font-size : 12px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   color : black;
}
#corps td {
   font-size : 12px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   color : black;
}
#corps_index td {
   font-size : 12px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   color : black;
}
#session {
   font-size : 11px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   color : black;
}
.partenaires {font-size : 14px;}
.partenaires a:link {color: black; text-decoration:none;}
.partenaires a:visited {color: black; text-decoration:none;}
.partenaires a:hover {color: red; text-decoration:none; font-weight: bold;}

a:link {color: darkblue; text-decoration:none;}
a:visited {color: darkblue; text-decoration:none;}
a:hover {color: red; text-decoration:none;}
#pied_de_page a:link {color: yellow; text-decoration:none;}
#pied_de_page a:visited {color: yellow; text-decoration:none;}
#pied_de_page a:hover {color: orange; text-decoration:none;}