body
{
 background-color: #d6e7ff;
 }
#en-tete
{
  width: 950px;
   height: 230px;
   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: 20px;
   padding-bottom: 10px;
   padding: 10px;
   background-color: yellow;
}
h1
{ 
  color:#800080;
font-family:"Cracked Johnnie" ,"times new Roman", Arial, Verdana, Georgia, serif;
font-size: 1.8em;
padding-left: 20px;
}
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;
 
}
h5
{
 color:green;
 font-family: Georgia, Verdana, serif;
font-size: 0.8em;
 }
 
#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:#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;
 text-indent: 500px;
 }
.duo
{
   float:right;
  margin: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  }

.sol
{
  float:left;
  margin: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}


