#corps h1
{
font-family: "trebuchet MS",Georgia, Arial, "Arial Black", "Times New Roman", Times, serif;
margin-bottom: 10px;
margin-top: 5px;
font-size:1.8em;
color: rgb(0,147,0);
text-align: center;
font-style: oblique;
}
#corps p
{
font-size:0.8em;
margin: auto;
text-align: justify;
color: Black;
font-family: "trebuchet MS", "Times New Roman", Arial, "Arial Black",Times, serif;
}
#corps h2
{
color: rgb(0,147,0);
font-size: 1.2em;
text-align: center;
text-transform: uppercase;
margin-bottom: 0px;
font-family: "trebuchet MS",Georgia, Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps h3 ,a /* Pour les ancres de retour en haut de la page */
{
margin-top: 0px;
text-align: center;
color: rgb(66,66,255);
font-size: 1em;
text-decoration: none;
font-family: "trebuchet MS",Georgia, "Times New Roman", Arial, "Arial Black", Times, serif;

}
#corps h3 a:hover
{
 border: none;
  background-color: #e6ffe6; 
  color:#000352;
}
#corps #connexion /* Pour les liens de connexion, d'inscription */
{
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
color: rgb(66,66,255);
font-size: 0.8em;
text-decoration: none;
font-family: "trebuchet MS",Georgia, "Times New Roman", Arial, "Arial Black", Times, serif;
}
#corps  #connexion a:hover
{
border: none;
  background-color: #e6ffe6; 
  color:#000352;
   }
#corps #liste
{
margin: auto;
}

#corps #suj td,th /* Toutes les cellules des tableaux... */
{
   width: 375px; 
   height: 20px;
   border: 2px ridge black; /* ... auront une bordure rentrée intérieure de 2px et blanche */
   text-align: center;
   font-size: 0.8em;
font-family: "trebuchet MS", "Times New Roman", Arial, "Arial Black",Times, serif;
}
#corps th
{
width: 375px; 
height: 20px;
border: 2px ridge black; /* ... auront une bordure rentrée intérieure de 2px et blanche */
text-align: center;
font-family: "trebuchet MS", "Times New Roman", Arial, "Arial Black",Times, serif;
font-weight: bold;
font-size: 0.8em;
color: green;
text-transform: uppercase;
}
#corps td a
{
font-family: "trebuchet MS", "Times New Roman", Arial, "Arial Black",Times, serif;
font-size: 1em;
color: rgb(66,66,255);
}
#corps td a:hover /* Quand on pointe sur un lien du menu */
{
  border: none;
  background-color: #e6ffe6; 
  color:#000352;
}
#corps td
{
font-family: "trebuchet MS", "Times New Roman", Arial, "Arial Black",Times, serif;
font-size: 0.7em;
color: black;
}

label {
display:block;
width:150px;
float:left;
font-family: "Trebuchet MS", Georgia, "Times New Roman", Arial, "Arial Black", Times, serif;
font-size:0.9em;
text-decoration: underline;
}
#italic
{
font-family:"trebuchet MS",Verdana;
font-style:oblique;
}
#gras
{
font-weight:bold;
}
#souligne
{
text-decoration:underline;
}
#smiley
{
margin-left:150px;
}
.bouton
{
border: 1px solid black;
padding: 2px;
margin-top:2px;
}
.bouton:hover, .imagesmile:hover
{
background-color:#aee4e3;
}