.calque{
  opacity:.80;
  color: #FFFFFF;
  position: absolute;
  visibility : hidden;
  padding: 0px;
  font-family: Courrier;
  align: center;
  font-size: 8pt;
  background-color: #000000;
  opacity : 0.75;
  filter : alpha(opacity=70);
  width: 100%;
  height : 100%;
  top : 0;
  left : 0 ;
  z-index: 1;
}


.image_calque{
  height: 100%;
}

.window{
  color: #FFFFFF;
  position: absolute;
  visibility : hidden;
  padding: 0px;
  font-family: Courrier;
  align: center;
  font-size: 12pt;
  background-color: transparent;
  width: 400;
  height : 300;
  left: 50%;
  top: 50%;
  margin-top: -200px; /* moitié de la hauteur */
  margin-left: -190px; /* moitié de la largeur */
  z-index: 2;
}

.contemp_window{
  width: 100%;
  height : 100%;
  border : 0;
}


<!-- PV 26/11/07 Style du Tooltip pour le Carrousel -->
#helpBox {
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 160px;
}

DIV.helpBoxDIV {
  width: 160px;
  padding: 2px;
  background: white;
  border: 1px solid black;
  color: black;
  font-family: Verdana;
  font-style: Normal;
  font-weight: Normal;
  font-size: 9px;
  line-height: 12px;
}