<style type="text/css">
.useless  {
	color : #663333;
}

/* Pourquoi la première commande ne fonctionne pas ? Cette ligne évite d'annuler le BODY*/
BODY  {
	background-color : white;
	color : black;
}

BODY.index  {
	background-color : black;
	color : white;
}

A.themes:link,A.themes:visited,A.themes:active  {
	font-family : Verdana, Arial, Helvetica;
	text-decoration : none;
	font-size : 7pt;
	color : #FFFFFF;
	font-weight : bold;
}

A.themes:hover { 
	color : #8EACD6;
}

/* liens utilisé incliquable */
.used  {
	font-family : Verdana, Arial, Helvetica;
	font-size : 7pt;
	color :  #8EACD6;
	font-weight : bold;
}

/* liens*/
A:link  {
	color : #FF0000;
	text-decoration : none;
}

A:active  {
	color : #396BAD;
	text-decoration : none;
}

A:visited  {
	color : #AA2222;
	text-decoration : none;
}

/* Paragraphes et texte courant*/
DL, UL, OL, LI, DD, P, TD, TH  {
	font-family :  Arial, Helvetica;
	color : black;
	font-size : 10pt;
}

.toc  {
	font-size : 8pt;
	padding-top: -10;
	margin-top: -10;
}

/* Titres*/
H1, H2, H3, H4, H5, H6  {
	font-family : Verdana, Arial, Helvetica;
	font-style : normal;
}

H1  {
	font-size : 16pt;
	font-weight : bold;
	color : #396BAD;
}

H2  {
	font-size :15pt;
	font-weight : bold;
	color : #396BAD;
}

H3  {
	font-size : 12pt;
	font-weight : bold;
	color : #396BAD;
}

H4  {
	font-size : 10pt;
	font-weight : bold;
}

H5  {
	font-size : 10pt;
	font-style : italic;
}

H6  {
	font-size : 10pt;
}

.headertitle  {
	font-weight : bold;
	color : White;
	font-size : 12pt;
}

/* Classes pour titrage sans interlignage*/
.H1  {
	font-size : 15pt;
	font-weight : bold;
	color : #396BAD;
}

.H2  {
	font-size : 12pt;
	color : #396BAD;
	font-weight : bold;
}

.H3  {
	font-size : 12pt;
	color : #396BAD;
	font-weight : bold;
}

.H4  {
	font-size : 10pt;
	font-weight : bold;
}

.H5  {
	font-size : 10pt;
	font-style : italic;
}

/* Forcer le caractere par defaut*/
.normal  {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10pt;
	font-weight : normal;
}

.blue  {
	color : #638CC6;
}


.xsmall  {
	font-size : 7pt;
}

/* Classes Background*/

.bgblue2  {
	background : #8EACD6;
}

.bgblack  {
	background : #000000;
}





