BODY {
    background: #99ccff ;
    color : black ;
    margin-left : 6%; 
    margin-right : 2%; 
    margin-top : 3em; 
    margin-bottom : 1em; 
    text-align : justify; 
} 
ADDRESS {
    text-align : left; 
    line-height : 100%; 
} 
A:link {
    color : blue; 
    background : transparent; 
} 
A:visited {
    color : navy ; 
    background : transparent; 
} 
A:active {
    color : red; 
    background : transparent; 
} 
A.url {
    color : black;
    font-family : courier, sans-serif;
    font-size : 0.94em;
}
A.titre {
    text-align : center; 
} 
A.notes {
    font-family : courier, sans-serif; 
    text-align : left; 
} 
A.note {
    background : white; 
    color : red; 
} 
A.emph {
      font-size : 105%;
    }
A.vert {
    background : white; 
    color : lime ; 
    font-weight : bold; 
} 
H1.titre {
    text-align : center; 
} 
H2.titre {
    text-align : center; 
} 
H3.titre {
    text-align : center; 
} 
H4.titre {
    text-align : center; 
} 
H4.gche {
    text-align : left; 
} 
EM.import {
    background : white; 
    color : red ; 
    font-weight : bold; 
} 
H4.vert {
    background : white; 
    color : lime ; 
    font-weight : bold; 
} 
H4.marge {
    text-align : left; 
    margin-left : 20%; 
} 
H4.serre {
    text-align : center; 
    margin-top : -0.8em; 
} 
IMG.titre {
    text-align : center; 
} 
IMG.centree {
    margin-left : 25%; 
} 
UL.serre {
    margin-top : -0.5em; 
} 
UL.juste {
    text-align : justify; 
    margin-bottom : 0.5em; 
} 
PRE.vert {
    background : white; 
    color : lime ; 
    font-weight : bold; 
    font-family : monospace; 
} 
P , UL , OL {
    margin-left : 0%; 
} 
P.centree {
    text-align : center; 
} 
P.notes {
    margin-top : -0.3em; 
} 
OL.minus {
    list-style-type : lower-alpha; 
} 
LI.non {
    list-style : none; 
} 
TABLE.droite {
    text-align : right; 
} 
TH.entete {
    text-align : center; 
    background-color : #DFDFDF;
} 
TD.entete2 {
    text-align : left; 
    background-color : #DFDFDF;
} 
TD.top {
    vertical-align : top; 
} 
TD.rouge {
    background : #99ccff; 
    color : red; 
} 
