BODY { /* fond et police par défaut */ background-color:#FFFFC0; /* background-image: url(../images/fond.gif); */ font-family:tahoma,verdana,"ms sans serif"; margin:2px } TH { /* entête des tableaux */ color:#FFFFC0; background-color:#B36B1E; font-size:small; font-weight:bold } TD { /* cellules des tableaux */ color:#A00000; font-size:x-small } .fondEntete { /* fond des cellules d'entêtes */ color:#FFFFC0; background-color:#B36B1E; font-size:x-small } .fondTexte { /* fond de texte en évidence */ color:#A00000; background-color:#FFFFE0; font-size:x-small } .lienEntete { /* liens dans les entêtes */ color:#FFFFC0; text-decoration:none; font-size:medium; } .lienEntete:hover { color:yellow; text-decoration:underline } .lienTexte { /* liens dans le texte */ color:blue; text-decoration:none; font-size:x-small } .lienTexte:hover { color:#B36B1E; text-decoration:underline }