#listeSuggestionRecherches {
display: none;
position: absolute;
z-index: 4;
line-height: 1.35em;
background-color: #fff;
border: 1px solid #000;
}

#listeSuggestionRecherches a {
display: block;
color: #000;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
padding: 0 2px;
}

#listeSuggestionRecherches a.hovered {
color: #fff;
background-color: #4986d9;
}

#listeSuggestionRecherchesHaut {
display: none;
position: absolute;
z-index: 4;
line-height: 1.35em;
background-color: #fff;
border: 1px solid #000;
}

#listeSuggestionRecherchesHaut a {
display: block;
color: #000;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
padding: 0 2px;
}

#listeSuggestionRecherchesHaut a.hovered {
color: #fff;
background-color: #4986d9;
}

#listeSuggestionRecherchesBas {
display: none;
position: absolute;
z-index: 4;
line-height: 1.35em;
background-color: #fff;
border: 1px solid #000;
}

#listeSuggestionRecherchesBas a {
display: block;
color: #000;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
padding: 0 2px;
}

#listeSuggestionRecherchesBas a.hovered {
color: #fff;
background-color: #4986d9;
}