/*   Instruction spécifiques à ce fichier */
#entrees {
  height: 500px ;
  background: transparent url(images/maquette/menu.png) top left no-repeat ;
}
#hublot {
  /*height: 284px ; *//* 284 au lieu de 285 sinon Firefox met des barres */
/*  top: 215px ; */
  height: 0px ;
  background: transparent url(images/maquette/menu.png) top left no-repeat ;
/*  background-position: 0% -215px ;*/
}
#liste_menu {
  top: 20px ; /* Décalage de la liste par rapport au haut */
}
ul#apropos {
  top: 100px ; /* Décalage de la liste par rapport au haut */
}

img#lucarne {
/*  bottom: 65px ; */ /* 60 + 5 de marge */
  top: 224px ; /* 220 + 5 de marge -> 1 de moins ?*/
}

a#entrees1:hover {
  background: transparent url(images/maquette/menu.png) top left no-repeat ;
  background-position: 0% -520px ; /* 500 (hauteur d'image) + 20 (pos. du haut) */
/* Normalement la hauteur de l'image c'est 501 ! */
}

a#entrees2:hover {
  background: transparent url(images/maquette/menu.png) top left no-repeat ;
  background-position: 0% -555px ; /* 500 + 20 + 35 (taille du menu) */
}

a#entrees3:hover {
  background: transparent url(images/maquette/menu.png) top left no-repeat ;
  background-position: 0% -600px ; /* 500 + 20 + 2 *35 + 10 (taille du menu) */
}

#entrees4:hover {
  background: transparent url(images/maquette/menu.png) top left no-repeat ;
  background-position: 0% -620px ; /* 500 + 20 + 2*35 + 20 +10(taille du menu) */
}

a#entrees5:hover {
  background: transparent url(images/maquette/menu.png) top left no-repeat ;
  background-position: 0% -640px ; /* 430 + 20 + 2*35 + 2*20 +10(taille du menu) */
}

a#entrees6:hover {
  background: transparent url(images/maquette/menu.png) top left no-repeat ;
  background-position: 0% -660px ; /* 430 + 20 + 4*35 + 3*20 + 10 (taille du menu) */
}

a#entrees7:hover {
  background: transparent url(images/maquette/menu.png) top left no-repeat ;
  background-position: 0% -680px ; /* 430 + 20 + 5*35 + 3*20 + 10 (taille du menu) */
}

