#autocomplete_choices{
        position:absolute;
        width:550px;
        background-color:white;
        border:1px solid #cccccc;
        margin:0px;
        padding:0px;
}
ul.liste_jeux  {
        list-style-type: none;
        margin:0px;
        padding:0px;
        text-align: left;
}
ul.liste_jeux li.selected { background-color: #ffb; cursor: pointer; }
li.jeu {
        list-style-type: none;
        display:block;
        margin:0;
        padding:2px;
        height:20px;
		width:250px;
}
li.jeu span.nom_jeux {
        font-weight:bold;
        font-size:12px;
        line-height:1.2em;
		font-family: verdana; 
		font-size: 7.5pt;
        }
