/*v3 css*/
body
{
 background-color: #ffffdc;
 }


#en-tete
{  width: 900px;
   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: #ffffdc;
}

h1
{ 
  font-size: 3.2em;
  font-family: "Cracked Johnnie","Time New Roman", Arial, Verdana, Georgia, serif;
  text-align: center;
  color:green ;
}
h2
{
  font-size: 2.2em;
  color: green;
  font-family: Georgia,"Cracked Johnnie","Time New Roman", Arial, Verdana,  serif;
  text-indent: 100px;
} 
em
{
 color: red;
 font-size: 1.1em;
 font-family: "Cracked Johnnie", Georgia,"Time New Roman", Arial, Verdana, serif;
 }
span
{
color: orange;
}



a
{
 color: green;
 font-size:1.3em;
 }

.ess
{
 float: left;
  margin: 10px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
}
#menu
{  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 */
  color: purple;
   font-size: 1em;
   font-family: Georgia,"Time New Roman", Arial, Verdana, serif;
   text-align: justify;
   padding: 30px;
 }
#corps
{
   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 */
   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", Arial, Verdana, Georgia, serif;
   text-align: justify;
   padding: 30px;
   
}




h4
{
  color: black;
 font-family: Verdana, Georgia, Arial, serif;
 font-size: 1.1em;
 text-indent: 50px;
} 
h5
{
   color:  black;
 font-family:"times new roman", Verdana, Georgia, Arial, serif;
 font-size: 1.2em;
 text-align: center;
} 
h6
{
  color: green;
  font-size: 1.2em;
  font-family: Tahoma, Verdana, serif;
}
 
q
{
 text-align: center; 
} 
.suite
{ 
  font-size: 2em;
  text-indent: 500px;
}
.accueil
{
  
 font-size: 1.4em;
  text-indent: 30px;
 }
