@charset "utf-8"; /* CSS Document */ body { /*background-attachment:fixed;*/ background-position:center top; margin:0 auto; color: #000000;/*#FFFFCC;*/ } /*############# ANTOCOMPLETION ##########*/ .update{ position:absolute; width:250px; background-color:white; border:1px solid #888; margin:0px; padding:0px; } ul.noms, ul.marques, ul.txtrecherche { list-style-type: none; margin:0px; padding:0px; text-align: left; } ul.noms li.selected, ul.marques li.selected, ul.txtrecherche li.selected { background-color: #ffb; cursor: pointer; } li.nom, li.marque, li.txtrecherche { list-style-type: none; display:block; margin:0; padding:2px; height:15px; } li.nom div.nom, li.marque div.nom { font-weight:bold; font-size:12px; line-height:1.2em; } .selectedDiv{cursor:pointer; }