.autocomplete_wait {
    background: url("../img/attente_small.gif") no-repeat scroll left top transparent;
    float: left;
    height: 16px;
    margin-left: 5px;
    width: 16px;
}
.autocomplete_choices {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    padding: 5px;
    position: absolute;
    z-index: 1;
	width:auto;
}
.autocomplete_choices#rechercheproduitmiseenavant_choices {
    z-index: 10;
}
.autocomplete_choices ul {
    margin: 0;
    padding: 0;
	max-height:300px;
	overflow:auto;
}
.autocomplete_choices ul, .autocomplete_choices li {
    list-style-type: none;
}
.autocomplete_choices li.selected {
    background-color: #DEDEDE;
}