
BODY {
  background:	#F5F5F5;
  color:	black;
  }

A, BLOCKQUOTE, BODY, DIV, EM, FORM, LI, OL, P, SAMP, IMG,
SMALL, STRONG, SUB, SUP, UL, APPLET, BIG, TD, TABLE, TR {
  font-family:		Tahoma, Verdana, 'Myriad Web', Syntax, sans-serif;
  font-size: 		10pt;
  }

PRE, TT {
  font-family:		'Courier New', Courier, monospace;
  font-size: 		10pt;
  }

STRONG {
  font-style:		none;
  font-weight:		bold;
  }

B {
  font-weight:		bold;
  }

I {
  font-style:		italic;
  }

SMALL {
  font-size:		80%;
  }
BIG  {
  font-size:		120%;
  }

SMALL A {
  font-size:		100%;
  }

/* Titres, en-têtes : BEGIN */

H1, H2, H3, H4, H5, H6, TH {
  font-weight:		bold;
  font-family:		Tahoma, Verdana, 'Myriad Web', Syntax, sans-serif;
  }

H1 {
  font-size:		16pt;
  }
  
H1 SMALL {
  font-weight:		normal;
  font-size:		14pt;
  }

TH {
  text-align:		center;
  font-size:		10pt;
  }

H2 {
  font-size:		13pt;
  }

H3 {
  font-size:		11pt;
  }
  
H4, H5, H6 {
  font-size:		10pt;
  }

/* Titres, en-têtes : END */

/* Liens : BEGIN */

A {
  text-decoration:	none;
  background:		#DDF;
  }
A:link {	
  color:		#00F;
  }
A:visited {	
  color:		#009;
  }
A:active {
  background:		#EEF;
  color:		#009;
  }
A:hover {
  background:		#EEF;
  color:		#009;
  }

/* Liens : END */

a.pict, a.pict:link, a.pict:visited, a.pict:active, a.pict:hover { background: none; }