
body {
  overflow: hidden;
  /* Supprime les ascenseurs verticaux, si la fenêtre est trop petite */  
}
    
/* Préciser body p et autres est nécessaire sous firefox dans la version allégée. C'est sans doute dû au fait
 que le doctype est forcé à transitionnel dans ce cas */    

body, p, #compteur, li {
/*    line-height: 13.2pt ;*/
    line-height: 0.92em ;
}

div#maj {
   font-family: "LinLibertine", Georgia, serif;
    font-size: 12pt;
}

#titre, #titre_gen, #titre_rec_lg, #titre_rec, #titre_jeu, #titre_jeu_lg, #titre_jeu_tlg, #titre_cartes { 
position: absolute;
top: 50px;
left: 50%;
height: 100px;
width: 100%;
line-height: 100px;
margin-top: -50px;
margin-left: -50.001%;
padding: 0px;
}

#menu, #menu_carte {
  position: absolute ;
  width: 250px;
  height: 500px ;
  left: 0px;
  top: 100px ;
}

#entrees, #titre_annee {
  position: absolute ;
  width: 250px; 
}

#entrees {
height:500px ;
}

ul#liste_menu {
  position: absolute ;
  width: 250px;   
}
#liste_menu a {
width: 250px ;  
}

/* → le truc qui contient « retour au sommaire »*/
#compteur, #menu_universel {
  position:absolute;
  width: 250px;
}


/*Ceci est différent du site standard !!! */
/* → le truc en bas à gauche qui souvent s’affiche mal */
#cadre_bg {
  position: absolute;
  width: 250px ;
  top: 600px;
  left: 0px;
}

#contenu, #contenu-special {
position: absolute ;
/* top: 100 px */
top: 100px ;
left: 250px ;
}

/* Si la fenêtre devient trop petite, on fait disparaître le menu */
/* https://www.w3schools.com/html/html_responsive.asp */
@media screen and (max-width: 750px) {
  #menu, #menu_carte {
    display: none ;
    background: transparent ;
  }  
  #compteur, #menu_universel {
    display: none ;
    background: transparent ;
  }
  #cadre_bg {
  display: none ;
  background: transparent ;
  }
  #contenu, #contenu-special {
  left: 0px ;
  }
}


#contenu, #contenu-special {
   padding-left: 8px;
   padding-right: 8px;
   bottom: 0px;
   /*width: 100% - 250px ;*/
/*  padding-bottom: 8px ;*/

  overflow-y: scroll ;
   /*NB : pour avoir un ascenseur seulement vertical ; il paraît qu'avec opera ça ne fonctionne pas*/
/*   height: 600px;*/
/*  height: 100% ;*/
  text-align: justify;

  /*display: inline-block ;*/
  /*width: 100% ;*/
  /*display: block  ;*/
  overflow-x: hidden;
  
}

/* Contenu spécial : pour les pages contenant peu ou pas de texte, afin de forcer l'ascenseur à être complètement à droite */
#contenu-special {
  right: 0px;
}


#bloc-note {
    position: absolute ;
    /* top: 100 px */
    top: 100px ;
    left: 250px ;
   padding-left: 8px;
   padding-right: 8px;
   bottom: 0px;
   right: 0px;

  overflow: hidden;
  text-align: justify;
}




#bloc-note iframe {
border: none;
width:820px ; 
height: 630px ;
  position: absolute;
  
}



#bas_carte {
  text-align: center ;  
  position: absolute ;
  width: 500px;
  /*position-y: fixed ;*//* -> cette balise n’existe pas ! */
  /*
  position: fixed ;
  left: 250px; 
  right: 0px;
  bottom: 0px;
  height: 120px;
  */
}



/*Ceci est différent du site standard !!! */
#cadre_bg {
  padding: 0px;
  z-index: 1 ;
/*  height: 100px;*/
 /*height: 100%;*/
 bottom: 0px;
 background-color: rgb(204,179,128);

}

