/** style des listes deroulantes AJAX pour les villes/aeroport de depart : simplement conserver le position:absolute **/
#liste_depart,
#liste_destination
{
position : absolute;
border : 1px solid black;
width:200px;
background-color :  white;
color:#06375f;
cursor:pointer;
/*margin-left:80px;*/
}

#moteur_gauche{
background-color:#FFFFFF;

}

#moteur_gauche #liste_depart,
#moteur_gauche #liste_destination
{
margin-left:0px;
}

#promos #liste_depart,
#promos #liste_destination
{
max-height:80px;
overflow:auto;
margin-left:120px;
}

#liste_depart .item,
#liste_destination .item
{
width:100%;
}

#liste_depart .item_FR,
#liste_destination .item_FR
{
width:100%;
font-weight:bold;
}

.texte75
{
font-size:80%;
}

.surligner
{
width:100%;
background-color:#EFEFEF;
}

.transparent
{
width:100%;
background-color:transparent;
}

