/*** caracteristiques generales ***/ /*NB couleurs: * orange: #ee5e19 * gris clair (background): #f3eeee * gris (foreground): #666666 * bleu fonce (menus,titres): #22397c (ex: 20295c ou #22397c) * bleu outremer (cellules): #22397c * bleu electrique: #0040b2 */ body { color: black; background: white; font-family: arial, helvetica, sans-serif; font-size: small; font-size: 13px; } p { font-family: arial, helvetica, sans-serif; font-size: small; font-size: 13px; } ul { font-family: arial, helvetica, sans-serif; font-size: small; font-size: 13px; } ol { font-family: arial, helvetica, sans-serif; font-size: small; font-size: 13px; } dl { font-family: arial, helvetica, sans-serif; font-size: small; font-size: 13px; } td { font-family: arial, helvetica, sans-serif; font-size: small; font-size: 13px; } blockquote { font-family: arial, helvetica, sans-serif; font-size: small; font-size: 13px; } /*** styles specifiques ***/ em { font-style: normal; color: #ee5e19 /* orange */ } span.em { font-weight: bold; color: #ee5e19 /* orange */ } /*** titre afihm ***/ td.titre-afihm { font-family: arial, helvetica, sans-serif; font-size: medium; font-size: 13px; color: white; background: #22397c; /* bleu fonce */ } a.titre-afihm { font-family: arial, helvetica, sans-serif; font-size: medium; font-size: 10px; color: white; background: #22397c; /* bleu fonce */ } a.titre-afihm:link {text-decoration: none; color:white;} a.titre-afihm:visited {text-decoration:none; color:white;} a.titre-afihm:active {text-decoration:none; color:white;} a.titre-afihm:hover {text-decoration:none; background:#ee5e19;} /*orange*/ /*** titres pages et sections ***/ div.titre-page { font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: large; font-size: 20px; color: white; background: #22397c; /* bleu fonce */ /* bug de netscape? pour que padding soit affiche en background-color il faut que border-width soit > 0. donc on le met a 1 et on met border-style a none pour que le border ne soit pas affiche. */ padding:7; border-width: 1; border-style: none; /* fait aller le div jusqu'au bord droit sous netscape */ margin-right: 0; } span.titre-section { font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: medium; font-size: 13px; color: white; background: #ee5e19; /* orange */ /* bug de netscape? pour que padding soit affiche en background-color il faut que border-width soit > 0. donc on le met a 1 et on met border-style a none pour que le border ne soit pas affiche. */ padding:5; border-width: 1; border-style: none; } /*** menus/sommaire ***/ table.menu-principal { background: #22397c; /* bleu fonce */ } td.menu-principal { color:orange; font-size: 13px; } a.menu-principal:link {text-decoration:none; color:white;} a.menu-principal:visited {text-decoration:none; color:#f3eeee;} /*gris clair*/ a.menu-principal:active {text-decoration:none;} a.menu-principal:hover {color:yellow;} /*** listes d'items ***/ td.titre-liste { font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: medium; font-size: 13px; color: white; background: #22397c; /* bleu fonce */ } a.in-liste { font-size: small; font-size: 13px; } a.in-liste:link {color:black;} a.in-liste:visited {color:#666666;} /* gris */ a.in-liste:hover {color:#ee5e19;} /* orange */ /*** cellules des tables ***/ td.titre { font-weight: bold; color: white; background: #22397c; /* bleu outremer */ width: 25%; } td.mess { color: navy; background-color: #f3eeee; /*gris clair*/ } td.red { color: white; background-color: #ee5e19; /*rouge*/ } td.blue { color: white; background-color: #0040b2; /*bleu*/ } /*** bas de page ***/ td.bas-de-page { font-family: arial, helvetica, sans-serif; font-size: 8pt; color: #666666; /* gris */ } a.bas-de-page { font-family: arial, helvetica, sans-serif; font-size: 8pt; color: #666666; }