<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { font-family:Verdana,Arial,Sans ;
font-size:12px ;
background:#CCC;
 }

 table { border-collapse: collapse;
 }
 
 td { /* toutes les lignes du tableau*/
 border: 1px solid black;
 }
 
#footer { font-family:Verdana,Arial,Sans ;
color: black;
font-size: 12px ;
 }

/* ecrans*/
 
/*accueil titre*/
/*accueil texte des regles*/
 
#titre { font-size:16px ;
color: red;
 }
 
#listes { display:inline-block ;  /*listes et cartes mis en ligne pour que la carte */
 }                                /* apparaisse Ã&nbsp; cÃ´tÃŠ des listes et non plus dessous */
  
#carte {display:inline-block;
 }
  
#boutons { margin-top:30px; }

.OK { background: #33FF00; }    /* Bon = Vert */

.NOK { background: #FF0000; }   /* Faux = Rouge */</pre></body></html>