@CHARSET "ISO-8859-1";

#bottom{
  /* Zone de base de page
   * On applique la méthode clear pour revenir
   * à l'ensemble de la page
   */
  clear:both; 
  float:left;	  
  height: 50px;
}

/* 
 * Définition du menu bas
 */   

#texte-copyright{
  clear:both;
  float:none;
  text-align:center;
  width:100%;
  padding:0;
  margin:0;
  margin-bottom:50px;
  font: Tahoma; 
}
