
body {
  margin: 0 0 0 0; 
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  text-align: center; /* pour corriger le bug de centrage IE */
  /*max-width: 1024px;*/
  overflow-x: hidden;
  overflow-y: auto;
  left :0%;
    width: 100vw;
  height: 100vh; 
  background: #fbedd0 url(../images/menu_fond_carte1024.jpg) no-repeat center center fixed; 
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
  z-index: 10;

}
#overflow{
  -webkit-overflow: hidden;
  -moz-overflow: hidden;
  -o-overflow: hidden;
  overflow: hidden;
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
@media (orientation: portrait) {
#overlay { display: block; }
}
@media (orientation: landscape) {
#overlay { display: none; }
}
#overlay{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#000;
  color:#fff;
  text-align: center;
  z-index:10000000000;
}

a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  text-decoration: none ;
}

img {
  border: 0;
}

.clear {
  clear: both;
}



/* MAINTENANCE */

#maintenance {
  position: absolute;
  left: 50%; 
  top: 50%;
  width: 1024px;
  height: 733px;
  margin-left: -512px; /* moitié de la largeur */
  margin-top: -366px; /* moitié de la hauteur */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #ffffff;
  text-decoration: none ;
  text-align: center;
  background-image: url(../images/galerie_fondseul.jpg);
  background-repeat: no-repeat;
  z-index: 1;
}



/* ANNONCE */

#annonce {
    left :0%;
    width: 100vw;
  height: 100vh; 
  background: #fbedd0 no-repeat center center fixed; 
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
  z-index: 10;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #ffffff;
  text-decoration: none ;
  text-align: center;
}

#annonce .popup {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 300px;
  margin-left: -200px;
  margin-top: -200px;
  /* background-image: url(../images/popup_pc.gif); */
  z-index: 1;
}
.popup img{
  height: 100%;
  width: auto;
  max-width: 100%;
}

#annonce .texte {
  position: absolute;
  left: 50%; 
  top: 50%;
  width: 400px;
  height: 300px;
  margin-left: -200px; /* moitié de la largeur */
  margin-top: 120px; /* moitié de la hauteur + taille texte */
  z-index: 1;
}

#annonce .texte a {
  color: #aaaaaa;
  text-decoration: underline ;
  z-index: 1;
}



/* CARTE MENU */

#menu {
  left :0%;
    width: 100vw;
  height: 100vh; 
  background: url(../images/menu_fond_carte1024.jpg) no-repeat center center fixed; 
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
  z-index: 10;
}

#menu_actualites {
  position: absolute;
  left: 34%; 
  top: 5%;
  width: 22%;
  height: 60%;
  -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
  background-image: url(../images/menu_actualites1024.png);
  background-repeat: no-repeat;
  z-index: 10;
}

#menu_actualites:hover {
  z-index: 50;
  cursor: pointer;
  padding-top: 5%;
  padding-left:5%;
  -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
}

#menu_actualites span {
  position: absolute;
  left: 25%;
  top: 50%;
  background-color: #ffd;  /* Couleur jaune ressemblant à une bulle d'aide. */
  font-size: 7pt;
  text-decoration: none;
  width: 200px;
  padding: 3px;
  border: 1px outset gray;
  z-index: 100; /* Pour être sûr qu'elles apparaissent au dessus de tout le reste. */
  -moz-border-radius: 5px;
  border-radius: 5px; /* Pour arrondir les coins. */
  display: none;
}

#menu_actualites:hover span {
  display: block;
}

#menu_livredor{
  position: absolute;
  left: 6%; 
  bottom: 12%;
  width: 11%;
  height: 21%;
  -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
  background-image: url(../images/menu_newsletter.png);
  background-repeat: no-repeat;
  z-index: 5;
}

#menu_livredor:hover {
 z-index: 50;
 cursor: pointer;
  padding-top: 5%;
  padding-left:5%;
  -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;}

#menu_livredor span {
  position: absolute;
  left: 25%;
  top: 50%;
  background-color: #ffd;  /* Couleur jaune ressemblant à une bulle d'aide. */
  font-size: 7pt;
  text-decoration: none;
  width: 200px;
  padding: 3px;
  border: 1px outset gray;
  z-index: 100; /* Pour être sûr qu'elles apparaissent au dessus de tout le reste. */
  -moz-border-radius: 5px;
  border-radius: 5px; /* Pour arrondir les coins. */
  display: none;
}

#menu_livredor:hover span {
  display: block;
}

#menu_contacts{
  position: absolute;
  left: 0px; 
  top: 2%;
  width: 22%;
  height: 61%;
  -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
  background-image: url(../images/menu_contacts1024.png);
  background-repeat: no-repeat;
  z-index: 15;
}

#menu_contacts:hover {
  z-index: 50;
  cursor: pointer;
  padding-top: 5%;
  padding-left:5%;
  -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
}

#menu_contacts span {
  position: absolute;
  left: 25%;
  top: 50%;
  background-color: #ffd;  /* Couleur jaune ressemblant à une bulle d'aide. */
  font-size: 7pt;
  text-decoration: none;
  width: 200px;
  padding: 3px;
  border: 1px outset gray;
  z-index: 100; /* Pour être sûr qu'elles apparaissent au dessus de tout le reste. */
  -moz-border-radius: 5px;
  border-radius: 5px; /* Pour arrondir les coins. */
  display: none;
}

#menu_contacts:hover span {
  display: block;
}

#menu_galerie {
  position: absolute;
  left: 21%; 
  top: 40%;
  width: 12.5%;
  height: 44%;
  -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
  background-image: url(../images/menu_galerie1024.png);
  background-repeat: no-repeat;
  z-index: 20;
}

#menu_galerie:hover {
  z-index: 50;
  cursor: pointer;
  padding-top: 5%;
  padding-left:5%;
  -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
}

#menu_galerie span {
  position: absolute;
  left: 25%;
  top: 50%;
  background-color: #ffd;  /* Couleur jaune ressemblant à une bulle d'aide. */
  font-size: 7pt;
  text-decoration: none;
  width: 200px;
  padding: 3px;
  border: 1px outset gray;
  z-index: 100; /* Pour être sûr qu'elles apparaissent au dessus de tout le reste. */
  -moz-border-radius: 5px;
  border-radius: 5px; /* Pour arrondir les coins. */
  display: none;
}

#menu_galerie:hover span {
  display: block;
}

#menu_concerts {
  position: absolute;
  left: 57%; 
  bottom: 0px;
  width: 31.5%;
  height: 65%;
  -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
  background-image: url(../images/menu_concerts1024.png);
  background-repeat: no-repeat;
  z-index: 14;
}

#menu_concerts:hover {
  z-index: 50;
  cursor: pointer;
  padding-top: 5%;
  padding-left:5%;
  -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;;
}

#menu_concerts span {
  position: absolute;
  left: 25%;
  top: 50%;
  background-color: #ffd;  /* Couleur jaune ressemblant à une bulle d'aide. */
  font-size: 7pt;
  text-decoration: none;
  width: 200px;
  padding: 3px;
  border: 1px outset gray;
  z-index: 100; /* Pour être sûr qu'elles apparaissent au dessus de tout le reste. */
  -moz-border-radius: 5px;
  border-radius: 5px; /* Pour arrondir les coins. */
  display: none;
}

#menu_concerts:hover span {
  display: block;
}

#menu_liens {
  position: absolute;
  right: 5%; 
  top: -2%;
  width: 19%;
  height: 51.5%;
  -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
  background-image: url(../images/menu_liens1024.png);
  background-repeat: no-repeat;
  z-index: 5;
}

#menu_liens:hover {
  z-index: 50;
  cursor: pointer;
  padding-top: 5%;
  padding-left:5%;
  -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
}

#menu_liens span {
  position: absolute;
  left: 25%;
  top: 50%;
  background-color: #ffd;  /* Couleur jaune ressemblant à une bulle d'aide. */
  font-size: 7pt;
  text-decoration: none;
  width: 200px;
  padding: 3px;
  border: 1px outset gray;
  z-index: 100; /* Pour être sûr qu'elles apparaissent au dessus de tout le reste. */
  -moz-border-radius: 5px;
  border-radius: 5px; /* Pour arrondir les coins. */
  display: none;
}

#menu_liens:hover span {
  display: block;
}

#menu_discographie {
  position: absolute;
  left: 25%; 
  bottom: 0%;
  width: 33%;
  height: 37%;
  -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
  background-image: url(../images/menu_discographie1024.png);
  background-repeat: no-repeat;
  z-index: 9;
}

#menu_discographie:hover {
  z-index: 50;
  cursor: pointer;
  padding-top: 5%;
  padding-left:5%;
  -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
}

#menu_discographie span {
  position: absolute;
  left: 25%;
  top: 50%;
  background-color: #ffd;  /* Couleur jaune ressemblant à une bulle d'aide. */
  font-size: 7pt;
  text-decoration: none;
  width: 200px;
  padding: 3px;
  border: 1px outset gray;
  z-index: 100; /* Pour être sûr qu'elles apparaissent au dessus de tout le reste. */
  -moz-border-radius: 5px;
  border-radius: 5px; /* Pour arrondir les coins. */
  display: none;
}

#menu_discographie:hover span {
  display: block;
}

#menu_goodies {
  position: absolute;
  right : 20%; 
  top: 5%;
  width: 24%;
  height: 48%;
  -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
  background-image: url(../images/menu_goodies1024.png);
  background-repeat: no-repeat;
  z-index: 10;
}

#menu_goodies:hover {
  z-index: 50;
  cursor: pointer;
  padding-top: 5%;
  padding-left:5%;
  -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
}

#menu_goodies span {
  position: absolute;
  left: 25%;
  top: 50%;
  background-color: #ffd;  /* Couleur jaune ressemblant à une bulle d'aide. */
  font-size: 7pt;
  text-decoration: none;
  width: 200px;
  padding: 3px;
  border: 1px outset gray;
  z-index: 100; /* Pour être sûr qu'elles apparaissent au dessus de tout le reste. */
  -moz-border-radius: 5px;
  border-radius: 5px; /* Pour arrondir les coins. */
  display: none;
}

#menu_goodies:hover span {
  display: block;
}

#menu_presse {
  position: absolute;
  right: 0px; 
  bottom: 2%;
  width: 18.5%;
  height: 60%;
  -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
  background-image: url(../images/menu_presse1024.png);
  background-repeat: no-repeat;
  z-index: 13;
}

#menu_presse:hover {
  z-index: 50;
  cursor: pointer;
  padding-top: 5%;
  padding-left:5%;
  -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
}

#menu_presse span {
  position: absolute;
  left: 25%;
  top: 50%;
  background-color: #ffd;  /* Couleur jaune ressemblant à une bulle d'aide. */
  font-size: 7pt;
  text-decoration: none;
  width: 200px;
  padding: 3px;
  border: 1px outset gray;
  z-index: 100; /* Pour être sûr qu'elles apparaissent au dessus de tout le reste. */
  -moz-border-radius: 5px;
  border-radius: 5px; /* Pour arrondir les coins. */
  display: none;
}

#menu_presse:hover span {
  display: block;
}

#menu_clopes {
  position: absolute;
  left: 50%; 
  top: 45%;
  width: 19%;
  height: 42%;
  -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
  background-image: url(../images/menu_clopes1024.png);
  background-repeat: no-repeat;
  z-index: 15;
}

#menu_clopes:hover {
  z-index: 50;
  cursor: pointer;
  padding-top: 5%;
  padding-left:5%;
  -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
}

#menu_clopes span {
  position: absolute;
  left: 25%;
  top: 50%;
  background-color: #ffd;  /* Couleur jaune ressemblant à une bulle d'aide. */
  font-size: 7pt;
  text-decoration: none;
  width: 200px;
  padding: 3px;
  border: 1px outset gray;
  z-index: 100; /* Pour être sûr qu'elles apparaissent au dessus de tout le reste. */
  -moz-border-radius: 5px;
  border-radius: 5px; /* Pour arrondir les coins. */
  display: none;
}

#menu_clopes:hover span {
  display: block;
}

#menu_groupe {
  position: absolute;
  left: 17%; 
  top: -5%;
  width: 28%;
  height: 50.5%;
  -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
  background-image: url(../images/menu_groupe1024.png);
  background-repeat: no-repeat;
  z-index: 5;
}

#menu_groupe:hover {
  z-index: 50;
  cursor: pointer;
  padding-top: 5%;
  padding-left:5%;
  -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
}

#menu_groupe span {
  position: absolute;
  left: 25%;
  top: 50%;
  background-color: #ffd;  /* Couleur jaune ressemblant à une bulle d'aide. */
  font-size: 7pt;
  text-decoration: none;
  width: 200px;
  padding: 3px;
  border: 1px outset gray;
  z-index: 100; /* Pour être sûr qu'elles apparaissent au dessus de tout le reste. */
  -moz-border-radius: 5px;
  border-radius: 5px; /* Pour arrondir les coins. */
  display: none;
}

#menu_groupe:hover span {
  display: block;
}




/* PORTES */
@media only screen and (max-width: 700px) {
#porte{
display: none;
}
#porte_gauche{
display: none;
}
#porte_droite{
display: none;
}
}

#porte {
	position: absolute;
	bottom: 0%;
	height: 100vh;
	width: 100vw;
}

#porte span {
  position: absolute;
  left: 500px;
  top: 550px;
  background-color: #ffd;  /* Couleur jaune ressemblant à une bulle d'aide. */
  font-size: 7pt;
  text-decoration: none;
  width: 150px;
  padding: 3px;
  border: 1px outset gray;
  z-index: 100; /* Pour être sûr qu'elles apparaissent au dessus de tout le reste. */
  -moz-border-radius: 5px;
  border-radius: 5px; /* Pour arrondir les coins. */
  display: none;
}

#porte:hover span {
  display: block;
} 

#porte_gauche {
  position: relative;
  float: left;
  bottom: 0%;
  left: 0%;
  width: 50%;
  height: 100vh;
  z-index: 99;
  -webkit-background-size: 50vw 100vh;
  -moz-background-size: 50vw 100vh;
  -o-background-size: 50vw 100vh;
  background-size: 50vw 100vh;
  background-image: url(../images/index_porte_gauche1024.png);
  background-repeat: no-repeat;
}

#porte_droite {
  position: relative;
  float: right;
  bottom: 0%;
  right: 0%;
  width: 50%;
  height: 100vh;
  z-index: 99;
  -webkit-background-size: 50vw 100vh;
  -moz-background-size: 50vw 100vh;
  -o-background-size: 50vw 100vh;
  background-size: 50vw 100vh;
  background-image: url(../images/index_porte_droite1024.png);
  background-repeat: no-repeat;
}

