body{
  font-family : arial;
  font-size : 16px;
}

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

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

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

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

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

#facebox {
  margin : 0 auto;
  width : 500px;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

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

#facebox .body {
  padding: 10px;
  background: #fff;
  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;
  display : none;
}

#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 : #000;
  z-index: 99;
}

dl{
  padding : 0;
  margin : 0 0 15px 0;
  /*border : 1px solid red;*/
}

dl.conc{
  background : #eee;
}

dl.orange dt.title a{
   color : #ff5500;
   font-weight : bold;
   text-decoration : none;
}

dl.sfr dt.title a{
   color : #d50114;
   font-weight : bold;
   text-decoration : none;
}

dl.sante dt.title a{
   color : #CF40B1;
   font-weight : bold;
   text-decoration : none;
}

dl.leboncoin dt.title a{
   color : #83531b;
   font-weight : bold;
   text-decoration : none;
   display : block;
}

dl dd.description a{
  font-size : 14px;
  color : #000;
  text-decoration : none;
}


dl.voyage dt.title a{
   color : #52aef7;
   font-weight : bold;
   text-decoration : none;
   display : block;
}

dl.hotel dt.title a{
   color : #ADC800;
   font-weight : bold;
   text-decoration : none;
   display : block;
}

dl.sejour dt.title a{
   color : #FF6600;
   font-weight : bold;
   text-decoration : none;
   display : block;
}

dl.vol dt.title a{
   color : #EC008C;
   font-weight : bold;
   text-decoration : none;
   display : block;
}

dl dd.host a{
  font-size : 14px;
  color : #c0c0c0;
  text-decoration : none;
}

dl dd{
  padding : 0;
  margin : 0;
}

h1#lien_spons{
  color : #c0c0c0;
  text-align : right;
  margin : 0;
  padding : 0;
  font-size : 13px;
}

h2{
  padding : 0;
  margin : 0;
  color : #000;
  /*border : 1px solid #000;*/
}

h2 a img{
  border : none;
}

h2 a{
  color : #000;
  text-decoration : none;
  display : block;
}

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

