@import url(./infos_etapes_resa_gl.css);
@import url(./recherche.css);

#legend_dateArrivee, #fs_dateDureeSejour legend{
  display:none;
}


#div_dateSejourSimple{
  width:100%;
  display: block;
}

#fldset_dateSejour{
  margin:0;
  padding:0;
}

legend.dateSejour a{
  background-color: #766F64;
  color:#ffffff;
  line-height:20px;
  text-indent:5px;
  display:block;
  width:860px;
}

#div_dateSejourAff_Cache{
  float:left;
  width:100%;
  padding:10px 0;
}
  #div_dateSejourArrivee{
    float:left;
    width:280px;
    padding-left:20px;
  }
  
  #span_dateArrivee, #span_dateDureeSejour{
    background-image: url(../img/puce_date_resa.gif);
    background-repeat: no-repeat;
    background-position:left center;
    line-height:20px;
    padding-left:15px;
    display:block;
    color:#766F64;
    font-weight:bold;
  }
  
  #ul_dateArrivee{
    margin:0;
    padding:0;
  }
  
    #ul_dateArrivee li{
      display:inline;
      padding-right:5px;
    }
    
#div_dateSejour_valid{
  float:right;  
  margin-right:10px;
}
  #span_dateDureeSejour{
    margin-bottom:10px;
  }
  #div_dateSejour_valid a{
    color:#ffffff;
    font-weight:bold;
    text-decoration:none;
    font-size:13px;
    line-height:35px;
    display:block;
    width:107px;
    text-align:center;
    background-image: url(../img/fond_valider_resa.gif);
  }