/** COMPLETION **/
/* apparence des listes de suggestion, le positionnement est fait a partir de l'ID */

div.auto_complete {
	position:relative;
	width:230px;
	padding:5px;
	background-color:#fff;
	border:1px solid #888;
	list-style-type:none;
	cursor: default;
	z-index:1000;
	font-weight:bold;
	font-size:11px;
	text-transform:none;
}
div.auto_complete li:first-child {
	border-top:none;
}
div.auto_complete li {
	list-style-type: none;
  display:block;
  height:auto;
  border-top:1px solid #65CCCC;
  color:#000;
	cursor: pointer;
	font-weight:bold;
	padding-left:15px;
	background:#fff url(/base/img/ico_avion.gif) no-repeat top left;
}
div.auto_complete ul li.subelement{
  border-style:none;
	font-weight:normal;
  padding-left: 25px;
	background:transparent url(/base/img/ico_avion.gif) no-repeat 10px 0px;
}
div.auto_complete ul li.selected{
    background-color:#65CCCC;
    color:#FFF;
}

div.auto_complete p span{
    white-space: normal;
    cursor: pointer;
}

div.auto_complete p span.selected{
    background-color:#65CCCC;
    color:#FFF;
}

/* VOITURES */ 
  div.entetevoiture{ height:20px; }
  #formCAR .valid{ left:160px;top:145px; }

  #pickUpLocationError{
    position:absolute;
		clear:both;
		margin:-5px 0 0 130px;
    width:325px;
    height:12px;
    font:bold 12px Arial,Helvetica,sans-serif;
    color:white;
  }

  #pickUpLocationSelect {
    position:relative;
    visibility:hidden;
    width:183px;
  }
  #pickUpLocationDropDown, #pickUpLocationDropDown_iefix {
    position:absolute;
    width:235px;
    left:475px;
    top: 221px;
  }

/* HOTEL */ 
  #lieuError{
    position:absolute;
		clear:both;
		margin:-15px 0 0 5px;
    width:325px;
    height:12px;
    font:bold 12px Arial,Helvetica,sans-serif;
    color:white;
  }
  #lieuDropDown, #lieuDropDown_iefix {
    position:absolute;
    left:475px;
    top: 221px;
  }
  
/* VOLS */ 
#departAllerError,#arriveeAllerError {
    position:absolute;
		clear:both;
		margin:-15px 0 0 5px;
    width:325px;
    height:12px;
    font:bold 12px Arial,Helvetica,sans-serif;
    color:white;
  }
#departAllerDropDown, #departAllerDropDown_iefix {
    position:absolute;
    left:475px;
    top: 223px;
    width: 230px;
  }
#arriveeAllerDropDown, #arriveeAllerDropDown_iefix {
    position:absolute;
    left:475px;
    top: 265px;
    width: 230px;
  }
