#facebox .b {
  background:url(../element/b.png);
}

#facebox .tl {
  background:url(../element/tl.png);
}

#facebox .tr {
  background:url(../element/tr.png);
}

#facebox .bl {
  background:url(../element/bl.png);
}

#facebox .br {
  background:url(../element/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: left;
  width:100%;
}

#facebox .pop_up {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

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

#facebox .body {
  padding: 10px;
  background: #fff;
  width: auto;
}

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

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

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

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

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#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');
}


.body #top{display:none;}
.body #banner{display:none;}
.body #line{display:none;}
.body #pied{display:none;}
.body #ariane{display:none;}

.body #body{width:800px;}
.body #content_rub{margin:0px;min-height:300px; height:auto!important; height:300px;}
.body #contenu{ background-image:none; color:#000000;width:690px; min-height:350px; height:auto!important; height:350px;}

#facebox #body{background:none;}
#facebox .bodycontents{width:auto; padding:10px;}
#facebox #contents{min-height:250px; height:auto!important; height:250px;background:none;margin-top:0px;}
#facebox #contenu{ margin-top:0px; margin-bottom:0px; min-height:250px; height:auto!important; height:250px;border:1px solid #cacaca;}

