/* Fichier CSS pour les menus d'années (menu avec hublot) réalisé avec l'ancien fichier menu_generique.css*/ 
#titre_annee {
 height: 78px; /* 80 (haut du hublot) - 2 : nb de pixels au bord sur le hublot ie */
  
}

#entrees {
  height: 272px;  /* 380 (position du bas) -228 */
  /*top: 228px;*/ /* 80 + 146 (taille du hublot) + 2 */
/*  background: transparent url(images/maquette/menu1993.png) top left no-repeat ;*/
  /*background-position: 0% -228px ;*/
}
/* Le div class=entrees est nécessaire avec IE pour séparer une partie transparente et non réactive,
d'une partie non transparente et réactive */

#hublot {
  height: 150px ;
  /*top: 78px ; */
/*  background: transparent url(images/maquette/menu1993.png) top left no-repeat ;*/
  /*background-position: 0% -78px ;*/
}


/* Mettre display:block dispense de mettre un <div></div> dans le lien comme je faisais avant ! */
#hublot a {
width: 250px ;
height: 150px ;
padding: 0px ;
margin: 0px ;
display: block ;
z-index: 2 ;
}


h2#entrees1 {
  position: absolute;
  width: 250px ;
  /*top: 25px ;*/
  text-align: center ;
  margin-top: 0px; 
} 

h2#entrees1 a {
  text-decoration: none ;
  font-style: normal ; 
/*  color: rgb(102, 51, 0); */
/*  width: 250px ;*/
}





h2#entrees1 a:hover, h3 a#retour:hover, #apropos a#entrees2:hover, #apropos a#entrees3:hover {
  color: rgb(153,51,0) ; 
}





#triangle {
  top: 380px ; 
  background-position: 0% -380px ;
}
/* position : 500 (taille de l'image principale) - 120 (taille de l'image IE) */
/*  background: transparent url(images/maquette/menu1993.png) top left no-repeat ;*/
