/* Licence Publique Générale GNU (GNU General Publique License), Copyright 2005-2008 Geffrotin Yann */

/* Le haut */

.logo{
  position: fixed;
  left:0px;
  top:-2px;
  padding-left:22px;
}

.cache{
  position: fixed;
  left:0%;
  top:0px;
  
  text-align:center; 
  width:100%;
  height: 80px; /* hauteur */
  margin:0px auto;
  z-index: 20; 
  background-color: #FFFFFF ;
  color: black;
}

.erreur_haut{
  width:96%;
  margin:0px auto;
}
