
#pop_bg {
  /* couleur de fond */
display:none;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* transparence de couverture */
  -moz-opacity: 0.90;
  opacity:.9;
  filter:alpha(opacity=90);
  z-index: 23;
}

#pop_img {
 display:none;
  position: absolute;
  left: 50%;
  top: 50%;
  /* taille du block divisé par 2, pour le centrer dans la page */
  margin-left: -250px;
  margin-top: -250px;
  z-index: 24;
}

#pop_next {

  /* css du texte "acceder au site" */
  position: absolute;
  z-index: 25;
  text-align: center;
  left: 0;
  top: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
}

#pop_next a {
  color: #fff;
  text-align: center;
}

