/* Autocompletion */

.update{
        position:absolute;
        width:250px;
        background-color:white;
        border:1px solid #888;
        margin:0px;
        padding:0px;
} 

ul.localites  {
        list-style-type: none;
        margin:0px;
        padding:0px;
        text-align: left;
}
ul.localites li.selected { background-color: #ff8204; cursor: pointer; }
li.localite {
        list-style-type: none;
        display:block;
        margin:0;
        padding:2px;
        
}

#localite_update a {
    text-decoration: none;
}

.selected {
    background: #ff8204;
}