#accueil {
  position: absolute;
  
  left: 50%;
  top: 0;
  
  margin-left: -500px;
  
  width: 1000px;
  height: 800px;
  
  background-image: url(./IMG/cadre_animation_plein.png);
  background-position: 70px 135px;
  background-repeat: no-repeat;
}

#accueil .logo {
  display: block;
  position: absolute;
  
  top: 0px;
  left: 50%;
  
  width: 185px;
  height: 171px;
  
  margin-left: -92px;
  
  background-image: url(./IMG/logo_accueil.png);
}

#accueil .titre {
  display: block;
  position: absolute;
  
  top: 171px;
  left: 50%;
  
  width: 402px;
  height: 135px;
  
  margin-left: -201px;
  
  background-image: url(./IMG/zabelou_titre_accueil.png);
}

#accueil .titre span {
  display: none;
}

#accueil .animation {
  position: absolute;
  
  left: 50%;
  top: 300px;
  
  margin-left: -199px;
  
  width: 400px;
  height: 400px;
  
  border: solid 1px #000;
}

#accueil .entrer {
  display: block;
  position: absolute;
  
  top: 705px;
  left: 50%;
  
  margin-left: -70px;
  
  width: 140px;
  height: 39px;
  
  background-image: url(./IMG/bouton_entrer.png);
  background-repeat: no-repeat;
}


#accueil .pied,
#accueil .pied a {
  font-size: 12px;
  font-weight: bold;
  color: #4d2c0b;
}

#accueil .pied {
  position: absolute;
  
  bottom: 0px;
  
  width: 100%;
  
  text-align: center;
}
