/*charte.css*/
body
{
 background-color:  #ffffdc;
 }
#en-tete
 {  width: 1050px;
   height: 150px;
   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; 
   padding-top: 100px;
   padding-bottom: 50px;
   padding: 10px;
   background-color: #009b02;
}
h1
{
 text-align: center;
 font-size: 1.5em;
 }

#corps
{
   width: 1050px;
   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 */
   background-color: #ffffdc ; /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   font-size: 1em;
   font-family:  "Time New Roman" , Georgia, Arial, Verdana, serif;
   text-align: justify;
   padding: 30px;
}
h4
{
  color:purple;
   font-family: Verdana,"Time New Roman", Arial, Georgia, serif;
    font-size: 1.3em;
}
  
span
{ 
  color: red;
   font-family:"Cracked Johnnie", "Time New Roman", Arial, Verdana, Georgia, serif;
 
}
#pied_de_page
{
 
  color: green;
   font-family: Verdana, "Time New Roman", Arial,  Georgia, serif;
   font-size: 1.1em;
   text-align: center;
 
}
.suite
{ 

  font-size: 2em;
  text-indent: 500px;
}
.accueil
{
 font-size: 1.4em;
  text-indent:30px;
 }




