.textred {
	font-family : Arial, Helvetica, sans-serif;
	color: red;
}

.textblack {
	font-family : Arial, Helvetica, sans-serif;
	color: black;
}

.legendblanc {
	font-family : Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10pt;
	font-style: italic;
	
}

.titreblack {
	font-family : Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	font-size: 22px;
	
}

.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	margin-left: 15px;
}

.erreur {
	color: #FF0000;
	font-family: verdana;
	font-size: 12px;
	/*margin-left: 20px;*/
}

fieldset {
	font-family: tahoma;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

h1  { color: black; font-style: normal; font-weight: bold; font-size: 32px; font-family: "Times New Roman", Georgia, Times; text-decoration: none; text-align: left }
h4  { color: black; font-style: normal; font-weight: normal; font-size: 20px; font-family: "Times New Roman", Georgia, Times; text-decoration: none; text-align: left }
h5 { color: black; font-style: italic; font-weight: normal; font-size: 16pt; font-family: "Times New Roman", Georgia, Times; text-decoration: none; text-align: right }
p { color: black; font-style: normal; font-weight: normal; font-size: 12pt; font-family: "Times New Roman", Georgia, Times; text-decoration: none; text-align: justify }
h3 { color: red; font-style: normal; font-weight: normal; font-size: 12pt; font-family: "Times New Roman", Georgia, Times; text-decoration: none; }
h2 { color: black; font-style: normal; font-weight: normal; font-size: 10pt; font-family: Arial; text-decoration: none; }
b  { font-weight: bold }
a:link { color: black; text-decoration: none }
a:visited { color: black; text-decoration: none }
a:hover  { color: blue; text-decoration: underline }

.white { color: white; font-weight: bold}