#facebox {
  position: absolute;
  background:red;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox div.popup {
  position: relative;
  background:#690033;
  border:2px solid #977a2e;
  padding:10px 10px 10px 10px;
}

#facebox div.popup a.close { color:#FFF; font-size:1.2em; text-align:right; display:block; padding:5px 0 0 0; text-decoration:none; }
#facebox div.popup a.close:hover { text-decoration:underline; }

#facebox table {
  border-collapse: collapse;
  background:#e4bc03;
}
#facebox table.papier tr td.border {border-bottom:2px solid #690033; }
#facebox table.papier tr td.bordermidden { border-bottom:3px solid #690033; }
#facebox table.papier tr td { font-size:1.8em; color:#690033; line-height:1.2em; padding:5px 20px; }

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 0px;
  background: white;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div.fullbg { 
position:fixed;
top:0;
left:0;
width:100%;
height:5000px;
background:#000;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

* html div.fullbg { 
display:none;
}