body

{
background-color: #ffffdc;
}
#en-tete {
width: 910px;

margin: auto;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 100px;
padding-bottom: 50px;
padding: 10px;
background-color: #009b02;
}
table /* Le tableau en lui-même */
{   
   width: 900px;
   margin: auto; /* Centre le tableau */
   border: 4px outset green; /* Bordure du tableau avec effet 3D (outset) */
  
}

th /* Les cellules d'en-tête */
{
   background-color: #006600;
   
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}
.element-table a:hover /* Quand on pointe sur un lien du menu */
{
 color: red;
 }

.table 
{ color:#ffffdc;
}
.petit
{
 font-size: 0.8em;
text-indent: 5px;
}


span {
color: red;
font-family: "Cracked Johnnie", "Time New Roman", Arial, Verdana, Georgia, serif;
}
h1 {
font-size: 1.7em;
font-family: "Cracked Johnnie", "Time New Roman", Arial, Verdana, Georgia, serif;
text-align: center;
color: #ffffdc;
}
h2
{font-size: 1.1em;
font-family:  Verdana, Arial,"Cracked Johnnie", "Time New Roman", Georgia, serif;
text-align: justify;
margin-left: 12px; 
margin-right: 10px; 
color: black;
}
h4
{
 color: #3b408f;
 font-family: Georgia, Verdana, serif;
font-size: 0.8em;
text-indent: 7px;
 } 
p {
color: purple;
 font-family: Georgia, Verdana, serif;
font-size: 0.8em;

}
#menu {
width: 330px;
float: left;
margin-left: 10px;

}
.img
{ padding: 40px;
}
.asso
{background-color:  #f5f5ff;
 border: 2px solid blue;
   margin-bottom: 20px;
   padding: 5px;
    text-align: center;
   text-indent: 20px;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;


}
.element-menu
{
background-color: #ffffb3;
 border: 1px solid green;
   margin-bottom: 20px;

}
.element-menu h3 /* Tous les titres de menus */
{    
   color: green;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   text-indent: 20px;
   padding-left: 25px;
     padding-right: 25px;
}
.element-menu p
{ font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
  padding: 10px;
  
}


.element-menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
    color: red;
   padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 20px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
}

.element-menu a /* Tous les liens se trouvant dans un menu */
{
   color: green;
}

.element-menu a:hover /* Quand on pointe sur un lien du menu */
{
   background-color: #ffacb3;
   color: black;
}
img {
float: left;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 2px;
margin-right: 2px;
}
 
#corps {
width: 600px;
float: right;
margin: auto;
margin-right: 10px;
margin-top: 20px;
margin-bottom: 20px;
background-color: #ffffdc;
font-size: 1em;
font-family: "Time New Roman", Arial, Verdana, Georgia, serif;
text-align: justify;
padding: 10px;
}
em {
font-size: 1.3em;
}
dl {
color: green;
}
dt {
color: purple;
font-family: Verdana, Georgia, Arial, serif;
font-size: 1.1em;
}
strong {
font-size: 1.3em;
color:red;
font-family:  serif;
}
h3 {
color: #ffffb3;
font-family: Verdana, Georgia, Arial, serif;
font-size: 1.1em;
text-indent: 50px;
}
h5 {
color: #69b5ca;
font-family: "times new roman", Verdana, Georgia, Arial, serif;
font-size: 0.7em;
text-align: center;
}
h6 {
color: yellow;
font-size: 0.8em;
font-family: Tahoma, Verdana, serif;
}
#pied-de-page

{ float: right;
 width: 900px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   font-size: 1em;
   font-family: "Time New Roman", Arial, Verdana, Georgia, serif;
   text-align: justify;
   text-indent: 150px;
   padding: 30px;
}
.suite a
{
font-size: 1.7em;
text-align: center;
color: green;
}


