BODY {
  background-color:#fff;
}

A:link {color:#00B}
A:visited,A:active{color:#900}

P,UL,DIV,BODY {
  color : #000080 ;
  font-family:Arial,Helvetica ;
  font-size:10pt;
  text-align : justify
}
DIV {text-align:left}
P,DIV{padding-left:1.5em}

TD,TH {
  color : #000080 ;
  font-family:Arial,Helvetica ;
  font-size:10pt;
}

H1,H2,H3 {
  font-family:Arial,Helvetica ;
  font-weight:bold;
  color : #000080;
}
H1 {
  font-size:16pt ;
  text-align : center 
}
H2 {
  font-size:12pt ;
  text-align : left 
}
H3 {
  font-size:10pt ;
  text-align : left ;
  font-style:italic
}
   
P.cadre { 
  border-color:red ;
  border-width:thin ;
  border-style:ridge ;
  padding:10px ;
  text-align:justify;
  background-image:none;
  background-color:#FFD;
  width:95%
}

UL {
  list-style-type:disc;
  list-style-image:url(images/point.gif);
  text-align : left
}

OL {
  list-style-image:none;
  text-align : left
}
