body
{
 background-color: #d6e7ff;
 width: 980px;
 }
#en-tete
{
  width: 980px;
   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: #d6e7ff;
}
h2
{
color:#800080;
font-family: "times new Roman", Arial, Verdana, Georgia, serif;
font-size: 1.8em;
text-align: center;
}
strong
{
 font-size: 1.8em;
 font-family: "Cracked Johnnie","times new Roman", Arial, Verdana, Georgia, serif;
 
}
h1
{ 
  color:#800080;
font-family:"Comic sans ms" ,"times new Roman", Arial, Verdana, Georgia, serif;
font-size: 1.8em;
text-align: center;
}


 
#corps
{
    width: 930px;
   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:#d6e7ff ; /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   font-size: 1em;
   font-family:  Georgia,"Time New Roman", Arial, Verdana, serif;
   text-align: justify;
   padding: 30px;
   
 }  
em
{
  color:#800080;
  }
.suite
{ 

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

.duo
{
  float:right;
  margin-right: 20px;
}
.gue
{
  float:right;
  margin-right: 60px;
  margin-top: 10px;
  }
 .gauche
 {
  float: left;
  margin:12px;
 }