body /* la page entiere*/
{
   width: 750px;
   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-family: serif,"Comic Sans MS","Trebuchet MS", Georgia;/*style ecriture*/width: 760px;
   height: 100px;
   background-color: black; /* Le fond de la page sera noir */
   font-size: medium;  
   color:#5853a9;

  }
  /* ______________________________ EN TETE _____________________*/
  h1
{  
   border: 1px solid black;
   width: 380px;
   right: 220px;
   position: fixed;   
   top: 100px;
   }
   
   #top
   {  
   border: 1px solid black;
   top: 60px;
   left: 50px;
   position: fixed;      
   }
   img
   {
   border: 1px solid black;
   }
   
 /* __________________________________________ C O R P_________________________ */ 
 #corps
{
   margin-left: 0px; /* Une marge ? gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */   
   color: #aca0ff;  
   border: 3px inset #64287c;/*bordure 3D*/
   padding: 30px;/*marge interieur de la bordure*/   
   background-color: black; /* Une couleur de fond pour le corps */
   margin-bottom: 15px; /* Ca c'est pour ?viter que le corps colle trop au pied de page en-dessous */
   font-style: italic;   
}



.pre
{
background-color: black;
}
  ol
{
list-style-image: url("galerienelly/bouton.gif");
  }
.select
 {
 color: #0000ff;
 background-color: #fdde86;
 } 
.input
 {
 background-color: #fdde86;
 border: 1px solid black;
 color: #0000ff;
 font-family: Georgia,"Comic Sans MS","Trebuchet MS", serif;
 font-size: medium;
 font-style: italic;   
 }
 
 .imageflottante
{
   float: left;
 
 
  /* _________________________________________ AUTRE ___________________________*/
 
