BODY, TABLE, TR, TD, IMG, P, UL, LI, A {
 color: #000000;
 font-family: Verdana, Arial, sans-serif;
 font-style: normal;
 font-variant: normal;
 font-weight: normal;
 text-indent: 0px;
 text-align: left;
 text-decoration : none;
 text-transform: none;
 letter-spacing: normal;
 word-spacing: normal;
 line-height: 1.2;
 margin: 0px 0px 0px 0px;
 border: 0px none;
 outline: none 0px;
 padding: 0px 0px 0px 0px;
}

BODY {
 background-color: #ffffff;
 margin: 10px 98px 10px 0px;
}

TABLE{
 width: 100%;
 border-spacing: 0px;
}
TR, TD {
 border-spacing: 0px;
 text-align: center;
}

H1 {
 color: #a00000;
 text-align: left;
 font-size: 16pt;
 font-weight: bold;
}
H2 {
 color: #a88000;
 text-align: left;
 font-size: 13pt;
 font-weight: bold;
}
H3 {
 color: #ffffff;
 background-color: #a00000;
 text-align: center;
 font-size: 16pt;
 font-weight: bold;
}

P {
 font-size: 11pt;
 text-align: justify;
 margin: 3px 0px 0px 0px;
}

UL {
 list-style-type: square;
 list-style-position: outside;
 padding: 0px 0px 0px 20px;
}
LI {
 font-size: 11pt;
 text-align: justify;
 padding: 5px 0px 0px 0px;
}

A {
 color: #6060ff;
}
A:hover {
 background-color: #ffffd0;
}

.italic {
 font-style: italic;
}
.rouge {
 color: #ff0000;
 font-weight: bold;
}





.gras {
 font-weight: bold;
}
.grasitalic {
 font-weight: bold;
 font-style: italic;
}
.souligne {
 text-decoration: underline;
}

