/* Table adaptée à la fenêtre */
#quick_login table.tborder {
   width: 100%;
   margin: 0;
   padding: 0;
}
/* Couleur de fond des lignes impaires */
#quick_login td.trow1 {
   background: #4b4b4b;
}
/* idem quand souris dessus */
#quick_login td.trow1:hover {
   background: #4b4b4b;
}
/* Couleur de fond des lignes paires */
#quick_login td.trow2 {
   background: #605f5f;
}
/* idem quand souris dessus */
#quick_login td.trow2:hover {
   background: #605f5f;
}