a.                     { cursor: hand; color: navy; text-decoration: none        }
a.hover                { cursor: hand; color: red;  text-decoration: underline   }
a.visited              { cursor: hand; color: navy; text-decoration: none        }
a.visited:hover        { cursor: hand; color: red;  text-decoration: underline   }

a.menu                 { cursor: crosshair ; color: navy; text-decoration: none        ; text-transform: uppercase }
a.menu:hover           { cursor: crosshair ; color: red;  text-decoration: underline   ; text-transform: uppercase }
a.menu:visited         { cursor: crosshair ; color: navy; text-decoration: none        ; text-transform: uppercase }
a.menu:visited:hover   { cursor: crosshair ; color: red;  text-decoration: underline   ; text-transform: uppercase }


p                     { font-size: 12px; font-family: Verdana; font-weight: Normal; color: #800000; text-align: justify; vertical-align: top; text-indent: 1cm }
p.citation            { font-style: Italic; font-variant: Small-Caps; color: #000080 }
p.citation.moliere    { color: gray; cursor: not-allowed }
p.citation.voltaire   { color: green; cursor: move  }
p.citation.racine     { letter-spacing: 12px }
p.important           { font-weight: bold }
p.important.basse     { font-weight: 100; color: green}
p.important.moyenne   { font-weight: 200; color: orange}
p.important.haute     { font-weight: 300; color: red}

h1
{
font-size:    14px;
font-family:  Verdana;
color:        #000080;
text-align:     center;
vertical-align: top;
}

h2
{
font-size:    10px;
font-family:  Verdana;
color:        #000080;
text-align:     center;
vertical-align: middle;
}

h2.SsClss
{
font-size:    10px;
font-family:  Arial;
color:        gray;
}

h2.SsClss.Sniv1
{
font-size:    10px;
font-family:  Arial;
color:        red;
}

h2.SsClss.Sniv1.Sniv2
{
font-size:    10px;
font-family:  Arial;
color:        green;
}


BODY
{
background:            #F6F3E2;
background-image:      url("ex4_bg.jpg");
background-attachment: fixed;


margin-left:   0px;
margin-top:    0px;
margin-right:  0px;
margin-bottom: 0px;

font-size:    12px;
font-family:  Courier;
font-weight:  Normal;
font-style:   Normal;
color:        #800000;

text-align:     left;
vertical-align: top;

scrollbar-face-color:       #E8D8B0;
scrollbar-darkshadow-color: #B99B59;
scrollbar-shadow-color:     #F1E8D0;
scrollbar-highlight-color:  #B99B59;
scrollbar-3dlight-color:    #EEEEEE;
scrollbar-track-color:      #F1E8D0;
scrollbar-arrow-color:      #B99B59;
}

.input_ent
{
background-color: #E8D8B0;
color:            #800000;
font-family:      Verdana;
font-size:        12px;
border:           1 solid #800000;
}


.input_a
{
background-color: #F6F3E2;
color:            #800000;
font-family:      Verdana;
font-size:        12px;
border:           1 solid #800000;
}


.table
{
color:            #800000;
font-family:      Verdana;
font-size:        12px;
border-collapse:  collapse;
}

.cellule_ent
{
background-color: #E8D8B0;
color:            #800000;
font-family:      Verdana;
font-size:        12px;
text-align:     center;
vertical-align: middle;
}


.cellule_alta
{
background-color: #F6F3E2;
color:            #800000;
font-family:      Verdana;
font-size:        12px;
text-align:     left;
vertical-align: top;
}

.cellule_altb
{
background-color: #F1E8D0;
color:            #800000;
font-family:      Verdana;
font-size:        12px;
text-align:     left;
vertical-align: top;
}


.cellule_table
{
background-color: #F6F3E2;
color:            #800000;
font-family:      Verdana;
font-size:        10pt;
text-align:     justify;
vertical-align: top;
}


