BODY
  {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  background-color: #ffffff;
  }
  
P
  {
  font-size: 10pt;
  margin: 5;
  margin-left: 10;
  }

DIV
  {
  font-size: 10pt;
  }

H1
  {
  color: black;
  font-size: 14pt;
  font-weight: bold;
  margin: 5;
  margin-top: 10;
  }
  
H2
  {
  color: black;
  font-size: 12pt;
  font-weight: bold;
  margin: 5;
  }
  
H3
  {
  color: black;
  font-size: 11pt;
  font-weight: bold;
  margin: 5;
  }
  
H4
  {
  color: black;
  font-weight: bold;
  font-size: 10pt;
  margin: 5;
  margin-left: 10;
  }
  
BLOCKQUOTE
  {
  margin-top:10;
  margin-bottom:10;
  margin-left:20;
  margin-right:0;
  }

TABLE
  {
  font-size: 10pt;
  }

TD
  {
  }

TR
  {
  }

TH
  {
  color: #FF0000;
  font-size: 11pt;
  font-weight: bold;
  }

UL
  {
  list-style-position: outside;
  list-style-type: circle;
  list-style-image: none;
  margin: 5;
  margin-left: 25;
  }
  
OL
  {
  list-style-position: outside;
  list-style-type: decimal;
  margin: 5;
  margin-left: 25;
  }

LI
  {
  font-size: 10pt;
  margin-top: 2;
  margin-bottom: 0;
  margin-left: 20;
  margin-right: 0;
  }
  
SMALL
  {
  font-size: 8pt;
  }

STRONG, B
  {
  color: black;
  font-weight: bold;
  }

INPUT
  {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  }

TEXTAREA
  {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  }

.AvecBords TABLE, .AvecBords TH, .AvecBords TR, .AvecBords TD, P.AvecBords
  {
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse;
  border-color: yellow;
  }

A
  {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #006633;
  text-decoration: underline
  }

A:link
  {
  }

A:visited
  {
  text-decoration: none
  }

A:hover
  {
  color: #00FF33;
  text-decoration: underline
  }

A:active
  {
  }
  
  
