body {
  margin: 0 auto 0 auto; 
  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;
}

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

img {
  border: 0;
}

.clear {
  clear: both;
}



/* GOODIES */

#goodies {
  position: absolute;
  left: 50%; 
  top: 50%;
  width: 1024px;
  height: 733px;
  margin-left: -512px; /* moitié de la largeur */
  margin-top: -366px; /* moitié de la hauteur */
  color: #000000;
  background-image: url(../images/goodies_fond.jpg);
  background-repeat: no-repeat;
  z-index: 1;
}

#goodies_boussole {
  position: absolute;
  left: 0px; 
  top: 0px;
  width: 230px;
  height: 140px;
  background-image: url(../images/boussole.png);
  background-repeat: no-repeat;
  z-index: 10;
}

#goodies_boussole:hover {
  cursor: pointer;
}

#goodies_contenu {
  position: absolute;
  left: 494px; 
  top: 70px;
  width: 480px;
  height: 600px;
  padding: 5px;
  /*margin: 10px;*/
  z-index: 10;
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #f2d5a6;
  text-align: justify;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #ffffff;
}

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

#goodies_contenu a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #f2d5a6;
  text-decoration: underline;
}

#goodies_cartes {
  position: absolute;
  left: 103px; 
  top: 83px;
  width: 364px;
  height: 396px;
  background-image: url(../images/goodies_cartes.png);
  background-repeat: no-repeat;
  z-index: 10;
}

#goodies_cartes:hover {
  z-index: 50;
  cursor: pointer;
}

#goodies_cartes 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;
}

#goodies_cartes:hover span {
  display: block;
}

#goodies_cahier {
  position: absolute;
  left: 348px; 
  top: 33px;
  width: 550px;
  height: 610px;
  background-image: url(../images/goodies_cahier.png);
  background-repeat: no-repeat;
  z-index: 10;
}

#goodies_cahier:hover {
  cursor: pointer;
}

#goodies_cahier 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;
}

#goodies_cahier:hover span {
  display: block;
}

#goodies_clopes {
  position: absolute;
  left: 750px; 
  top: 521px;
  width: 265px;
  height: 212px;
  background-image: url(../images/goodies_clopes.png);
  background-repeat: no-repeat;
  z-index: 10;
}

#goodies_clopes:hover {
  cursor: pointer;
}

#goodies_fond_menu {
  position: absolute;
  left: 50%; 
  top: 50%;
  width: 1024px;
  height: 733px;
  margin-left: -512px; /* moitié de la largeur */
  margin-top: -366px; /* moitié de la hauteur */
  color: #000000;
  background-image: url(../images/goodies_fond_menu_fond.jpg);
  background-repeat: no-repeat;
  z-index: 1;
}

#goodies_cartes_menu {
  position: absolute;
  left: 168px; 
  top: 178px;
  width: 382px;
  height: 400px;
  background-image: url(../images/goodies_cartes_menu.png);
  background-repeat: no-repeat;
  z-index: 10;
}

#goodies_cartes_menu:hover {
  cursor: pointer;
}

#goodies_mobile_menu {
  position: absolute;
  left: 626px; 
  top: 166px;
  width: 235px;
  height: 423px;
  background-image: url(../images/goodies_mobile_menu.png);
  background-repeat: no-repeat;
  z-index: 10;
}

#goodies_mobile_menu:hover {
  cursor: pointer;
}


#goodies_footer {
  position: absolute;
  left: 0px; 
  top: 705px;
  width: 1151px;
  height: 28px;
  padding: 0px;
  z-index: 10;
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #493e4f;
  text-align: center;
  overflow: hidden;
}

#goodies_footer a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #493e4f;
  text-decoration: none;
}

#goodies_footer a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #493e4f;
  text-decoration: underline;
}
