body /*--------- style par défaut : corps du texte---------*/ { font-family : Arial, Helvetica, sans-serif; font-size : 12px; color : #000000; background-image : url("FondGris.png"); width: 100%; } #tableaugeneral { width: 700px; border:2px solid black; } /* ================================*/ /* ========== LES TITRES ==========*/ /* ================================*/ h1 /*----- titre 1er niveau -----*/ { font-family : verdana, Helvetica, sans-serif; font-size : 20px; letter-spacing : 4px; color : navy; background-image : url("lignetit1.gif"); background-position : center bottom; background-repeat : no-repeat; text-align : center; } h2 /*----- titre 2eme niveau -----*/ { font-family : Arial, Helvetica, sans-serif; font-size : 18px; color : navy; letter-spacing : 2px; font-style : italic; text-indent : 5pt; background-image : url("puce22.gif"); background-repeat : no-repeat; background-position : right center; border-bottom-width : thin; border-bottom-color : navy; border-bottom-style : inset; } h3 /*----- titre 3eme niveau -----*/ { font-family : Arial, Helvetica, sans-serif; font-size : 16px; color : black; text-indent : 20pt; background-image : url("lignedegradee.jpg"); background-repeat : no-repeat; background-position : left bottom; } h4 /*----- titre 4eme niveau -----*/ { font-family : Arial, Helvetica, sans-serif; font-size : 14px; color : #8B0000; font-style : italic; text-indent : 35pt; } A:LINK { COLOR: dodgerblue; } A:VISITED { COLOR: gray; } .menu A:HOVER { BACKGROUND-COLOR:#8A9FF7; color: white; } .fond_blanc { padding: 0 20px 0 20px} .fond_blanc A:HOVER { BACKGROUND-COLOR:#FFF; color: black;} .entete A:HOVER { BACKGROUND-COLOR:#FFF; color: black;} /* ===============================================*/ /* ======= LISTEs à PUCES ou NUMEROTEES ========*/ /* ===============================================*/ UL { line-height: 1.6em; padding-right: 20px; text-align: justify; } OL { } /* ===============================================*/ /* ========== CLASSES pour les TABLEAUX ==========*/ /* ===============================================*/ TR { height : 25px; } .tittab { font-family : arial, helvetica, sans-serif; font-size : 15px; color : #000000; font-weight : bold; text-align : center; background-image : url("fd-vague.gif"); height : 25px; } .titcol { font-family : arial, helvetica, sans-serif; font-size : 13px; color : #000000; font-weight : bold; text-align : center; background-color : lightsteelblue ; height : 25px; } .titlig { font-family : arial, helvetica, sans-serif; font-size : 12px; color : #000000; font-weight : bold; text-align : left; background-color : gold; } .celneutre { font-size : 12px; color : #000000; } .cel0 { font-family : Arial, Helvetica, sans-serif; font-size : 12px; color : #000000; background-color : white; } .cel1 { font-family : Arial, Helvetica, sans-serif; font-size : 12px; color : #000000; background-color : #FFFF88; } .cel2 { font-family : Arial, Helvetica, sans-serif; font-size : 12px; color : #000000; background-color : #FFFFBB; } .cel3 { font-family : Arial, Helvetica, sans-serif; font-size : 12px; color : #000000; background-color : lavender; } /* ===============================================*/ /* ========= CLASSES pour les SPAN et div =========*/ /* ===============================================*/ .important { color : red; font-weight : bold; background-color : #FFFF00; } .info { font-family : verdana, Helvetica, sans-serif; color : navy; font-weight : bold; }