div.advanced_search {	
}

.ongletsearch_horizontal {
    float: left;
    background: #f0fcc8;
    width: 70px;
}
.ongletsearch_horizontal_div {
    margin-left: 70px;
    width: 230px;
}

#sejour_div div.tableau, #weekend_div div.tableau, #vol_div div.tableau, #voiture_div div.tableau, #hotel_div div.tableau, #car_div div.tableau {
    float: left;
    height: 260px;
}

#sejour_div div.lancer, #weekend_div div.lancer, #vol_div div.lancer, #voiture_div div.lancer, #hotel_div div.lancer, #car_div div.lancer {
    text-align: center;
}

#advanced-search-list li {
    text-align: left;
    height: 40px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#advanced-search-list li label {
	margin-left: 12px;
}
#advanced-search-list li input, #advanced-search-list li select {
	text-align: left;
	margin-left: 10px;
	padding: 0px;
}

#advanced-search-list li label {
    color: #fff;
}

a.ongletsearch_horizontal {
  display: block;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
}

/*
Rose  = #f0aaa8
Rouge = #9b000d
*/

a.sejour, a.sejour_actif {
  /*background: url(../images/sejour.png) no-repeat 45% 20% #f0fcc8;*/
  background: url(../images/sejour_blanc.png) no-repeat 45% 20% #f0aaa8;
  padding-top: 33px;
  color: #9b000d;
}
a.sejour:hover, a.sejour_actif {
  /*background: url(../images/sejout_hover.png) no-repeat 45% 20% #e1f7fa;*/
  background: url(../images/sejour_blanc.png) no-repeat 45% 20% #9b000d;
  color: #ffffff;
}

a.weekend, a.weekend_actif {
  background: url(../images/weekend_blanc.png) no-repeat 45% 20% #f0aaa8;
  padding-top: 33px;
  color: #9b000d;
}
a.weekend:hover, a.weekend_actif {
  background: url(../images/weekend_blanc.png) no-repeat 45% 20% #9b000d;
  color: #ffffff;
}

a.vol, a.vol_actif {
  background: url(../images/vol_blanc.png) no-repeat 40% 20% #f0aaa8;
  padding-top: 33px;
  color: #9b000d;
}
a.vol:hover, a.vol_actif {
  background: url(../images/vol_blanc.png) no-repeat 40% 20% #9b000d;
  color: #ffffff;
}

a.car, a.car_actif {
  background: url(../images/bus_blanc.png) no-repeat 40% 20% #f0aaa8;
  padding-top: 33px;
  color: #9b000d;
}
a.car:hover, a.car_actif {
  background: url(../images/bus_blanc.png) no-repeat 40% 20% #9b000d;
  color: #ffffff;
}

a.voiture, a.voiture_actif {
  background: url(../images/voiture_blanc.png) no-repeat 40% 20% #f0aaa8;
  padding-top: 33px;
  color: #9b000d;
}
a.voiture:hover, a.voiture_actif {
  background: url(../images/voiture_blanc.png) no-repeat 40% 20% #9b000d;
  color: #ffffff;
}

a.hotel, a.hotel_actif {
  background: url(../images/hotel_blanc.png) no-repeat 40% 20% #f0aaa8;
  padding-top: 33px;
  color: #9b000d;
}
a.hotel:hover, a.hotel_actif {
  background: url(../images/hotel_blanc.png) no-repeat 40% 20% #9b000d;
  color: #ffffff;
}

a.ongletsearchactif, a.ongletsearchinactif {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  /*background: #e1f7fa;*/
  cursor: pointer;
  margin-left: -1px;
  margin-right: -1px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 2px;
  padding-right: 2px;
}

a.ongletsearchinactif {
  background: #f0fcc8;
}

#vol_div td.main, #voiture_div td.main, #hotel_div td.main, #weekend_div td.main, #car_div td.main, #sejour_div td.main {
  font-weight: bold;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
}
#vol_div select, #voiture_div select, #hotel_div select {
  font-size: xx-small;
}

#sejour_div, #hotel_div, #vol_div, #voiture_div, #weekend_div, #car_div {
    height: 290px;
    background: url(../images/sejours.jpg) no-repeat bottom right #9b000d;
    padding-top: 10px;
}
#car_div {
  background: url(../images/circuits-cars.jpg) no-repeat bottom right #9b000d;
}
#hotel_div {
  background: url(../images/hotels.jpg) no-repeat bottom right #9b000d;
}
#vol_div {
  background: url(../images/vols.jpg) no-repeat bottom right #9b000d;
}
#voiture_div {
  background: url(../images/voitures.jpg) no-repeat bottom right #9b000d;
}
#weekend_div {
  background: url(../images/week-ends.jpg) no-repeat bottom right #9b000d;
}
