A:active {
	color: #FFCC00;
	/* qd le lien est actif, il est orange clair*/
}

A:hover {
	color: #FF9900;

}
/* le curseur de la souris passe sur le lien, il est orange-rouge*/

A:link {
	color:yellow ;
	/* le lien est tout neuf, il est jaune   */
}

A:visited {
	color: #CCFF00;
	font-weight:bold;
	/* qd le lien a été visité, il devient vert fluo */
}

A.titre {
	margin-left: 1.0em;
	text-indent: 0.9em;
}

A.h1 {
	color: #FFCC99;
	font-weight: bold;
	font-size: 12pt;
	font-variant: normal;
	text-align: left;
}

A.onglet:hover {
	color: #FF9900;

}

A.space:hover {
	letter-spacing:2pt ;
	}

body {
	background-image: url(../images/motifnoir.jpg);
	color: #FFFF99;
	font-family: verdana, serif;
	font-size: 6pt;
	font-variant: normal;
	font-weight: normal;
	line-height: 12pt;
	margin:1.0em;
	padding: 0.3em;
	text-align: left;
}

h1 {
	color: #FFCC99;
	font-weight: bold;
	font-size: 12pt;
	font-variant: normal;
	text-align: left;
	text-decoration: underline;
}

h2 {
	color: #FFCC99;
	font-weight: bold;
	font-size: 11pt;
	font-variant: normal;
	text-align: left;
	text-decoration: underline;
}

h3 {
	color: #FFCC99;
	font-weight: bold;
	font-size: 10pt;
	font-variant: normal;
	text-align: left;
	text-decoration: underline;
}

table.normal {
	width: 100%;
	
	}
	
td.feu {
	width: 50px;
}

.noir {
	color: #000000;
	font-size:1pt;
}
 a.noir:link {
	color: #000000;
	font-size:1pt;
}
a.noir:visited {
	color: #000000;
	font-size:1pt;
}
a.noir:hover {
	color: #000000;
	font-size:1pt;
}
a.noir:active {
	color: #000000;
	font-size:1pt;
}
 .jaune {
	color: #FFCF08;
	font-size:1pt;
}
a.jaune:link {
	color: #FFCF08;
	font-size:1pt;
}
a.jaune:visited {
	color: #FFCF08;
	font-size:1pt;
}
a.jaune:hover {
	color: #FFCF08;
	font-size:1pt;
}
a.jaune:active {
	color: #FFCF08;
	font-size:1pt;
}

p.signature {
	font-size: 8pt;
	font-family: verdana;
	font-style: italic;
	text-align:center;
}