
/* A rajouter ou modifier */

/* Reserver Hotel */ /****************************************8*/

#reserver_hotel{
  margin: 0px;
  width:230px;
  font-family: arial; 	
  font-size:10px;
}

#reserver_hotel #reserver_hotel_head{
  background:url(images/reserver_hotel_head.gif) top center no-repeat;
  width:230px;
  height:35px;
  text-align:left;
}

#reserver_hotel #reserver_hotel_head h2{
  font-size:15px;
  color:#1a58a1;
  font-weight:bold;
  margin:0;
  padding:7px 0 0 5px;
}



#reserver_hotel #reserver_hotel_body{
  width:220px;
  background:url(images/reserver_hotel_body.gif) top center repeat-y;
  padding: 5px 5px 0px 5px;

}

#reserver_hotel #reserver_hotel_body table{
  width:220px;
  border:0;
  font-size:10px;
  color:#1958a3;
}

#reserver_hotel #reserver_hotel_body input#destination{
  width:192px;
  height:16px;
  background:#FFF;
  border:1px solid #CCC;
  color:#1958a3;
  padding:0 2px;
  font-size:10px;
}



#reserver_hotel #reserver_hotel_body option {
  width:17px;
  height:14px;
}

#reserver_hotel #reserver_hotel_body select{
  background:#FFF;
  border:1px solid #CCC;
  color:#666;
  padding:0;
  font-size:10px; 
  text-align:center;
}

#reserver_hotel #reserver_hotel_body select#day{
  width:40px;
}

#reserver_hotel #reserver_hotel_body a{
  color:#999; 
  font-size:10px;
}



#reserver_hotel #reserver_hotel_body a:hover{
  color:#1958a3; 
}



#reserver_hotel #reserver_hotel_body input#rechercher{
  width:16px;
  height:16px;
  border:none;
  margin: 0;
  vertical-align:text-bottom;
}

#reserver_hotel #reserver_hotel_body td#recherche_avancee{
  text-align:right;
}



#reserver_hotel #reserver_hotel_foot{
  background:url(images/reserver_hotel_foot.gif) top center no-repeat;
  width:230px;
  height:11px;
}



#reserver_hotel #reserver_hotel_foot img{
  margin:0;
}


/* Calcul d'itinÃ©raire */ /****************************************8*/

#calcul_itineraire{
  margin: 10px 10px 0 10px;
  width:230px;
}



#calcul_itineraire #calcul_itineraire_head{
  background:url(images/calcul_itineraire_head.gif) top center no-repeat;
  width:230px;
  height:50px;
  text-align:left;
}

#calcul_itineraire #calcul_itineraire_head h2{
  font-size:15px;
  color:#1a58a1;
  font-weight:bold;
  margin:0;
  padding:7px 0 0 5px;
}



#calcul_itineraire #calcul_itineraire_body{
  width:230px;
  background:url(images/calcul_itineraire_body.gif) top center repeat-y;
  padding: 8px 0;
  color:#2980dc;
  margin:0;
}



#calcul_itineraire #calcul_itineraire_body table{
  width:215px;
  border:none;
  padding:0;
  margin:0;
  font-size:10px;
  color:#1958A3;
}



#calcul_itineraire #calcul_itineraire_body input#ville_depart{
  width:106px;
  height:14px;
  background:#FFF;
  border:1px solid #CCC;
  color:#333;
  padding:0 2px;
  font-size:10px;
}



#calcul_itineraire #calcul_itineraire_body input#ville_arrivee{
  width:86px;
  height:14px;
  background:#FFF;
  border:1px solid #CCC;
  color:#333;
  padding:0 2px;
  font-size:10px;
}



#calcul_itineraire #calcul_itineraire_body input#calcule_itineraire{
  width:16px;
  height:16px;
  border:none;
  margin: 0 0 0 2px;
  vertical-align:text-bottom;
}



#calcul_itineraire #calcul_itineraire_foot{
  background:url(images/calcul_itineraire_foot.gif) top center no-repeat;
  width:230px;
  height:11px;
}



#calcul_itineraire #calcul_itineraire_foot img{
  margin:0;
}

