BODY {
  color:               #000000;
  background:          #FFFFFF;
  margin-left:         6%;
  margin-right:        6%;
  text-align:          justify;
  background-image:    url(coin-rouge.gif);
  background-repeat:   no-repeat;
}

H1 { 
  margin-left:         -6%; 
  font-size:           12pt;
  font-weight:         bold;
  color:               #FFD0D0;
}

H2 {
  background-image:    url(barre.gif);
  background-repeat:   no-repeat;
  font-family:         "Eurostile", "helvetica", "sans-serif", "Arial";
  font-size:           24pt;
  text-decoration:     none;
  color:               #FF0000;
  margin-left:         -4%;
}

H3 {
  font-family:         "Eurostile", "helvetica", "sans-serif", "Arial";
  font-size:           14pt;
  color:               #800000;
  font-style:          italic;
  margin-left:         -2%;
}

H4 { 
  font-size:           12pt; 
  color:               #800000; 
}

H5 { 
  font-size:           10pt; 
  color:               #800000; 
}

H6 { 
  font-size:           10pt; 
  font-weight:         normal;
  color:               #800000; 
}

P {
  font-size:           12pt;
  font-family:         "helvetica", "sans-serif", "Arial", "Verdana";
  text-indent:         12pt;
}

UL { 
  margin-top:          10pt; 
  margin-bottom:       10pt;
  font-size:           12pt; 
  list-style-type:     disc; 
}

LI { 
  font-size:           12pt; 
}

link { 
  font-weight:         bold; 
  color:               #B00000; 
}

A:link { 
  font-weight:         bold; 
  color:               #C00000; 
}

A:visited { 
  font-weight:         bold; 
  color:               #A00000; 
}

A:active { 
  font-weight:         bold; 
  color:               #FF0000; 
}

HR { 
  margin-left:         -6%; 
  margin-right:        -6%; 
}

BLOCKQUOTE { 
  margin-left:         -4%; 
  margin-right:        -4%;
  margin-top:          5pt; 
  margin-bottom:       5pt; 
}

ADDRESS { 
  color:               #800000; 
}

CODE, KBD { 
  font-family:         "fixed", "courrier";
  color:               #800000; 
}

EM { 
  font-style:          italic; 
}

SMALL { 
  font-family:         "helvetica", "sans-serif", "Arial", "Verdana";
  font-size:           10pt; 
}

STRONG { 
  font-weight:         bold; 
}

PRE { 
  margin-left:         8%; 
  margin-right:        8%;
  font-family:         "fixed", "courrier"; 
  color:               #800000;
}

TABLE { 
  padding:             3; 
  background-color:    #FFCCCC; 
}

TR { 
}

TD { 
  vertical-align:      top; 
}

TH { 
  background-color:    #FF9999; 
}

CAPTION { 
  font-weight:         bold; 
  font-style:          italic;
  color:               #800000; 
  border-bottom-width: 1; 
}

