@CHARSET "ISO-8859-1";

   div.autocomplete {
      position:absolute;
      width:450px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
    }
    div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }
  
    div.autocomplete ul li.selected { background-color: #ffb;}
    div.autocomplete ul li {
      white-space: nowrap;
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:14px;
      cursor:pointer;
    }



/* Autocompletion pour les Jobs */
.autocompleteUpdate{
    position:absolute;
    background-color:white;
    border:1px solid #888;
    margin:0px;
    padding:0px;
}

ul.autocomplete {
    list-style-type: none;
    margin:0px;
    padding:0px;
    text-align: left;
}

ul.autocomplete li.selected { 
	background-color: #DDE4EE; 
	cursor: pointer;
	font-weight:bold; 
}

li.autocomplete {
    list-style-type: none;
    display:block;
    margin:0;
    padding:2px;
    height:10px;
}

li.autocomplete div.nom {
    font-size:11px;
    line-height:1.1em;
}
