.texteNormal {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: bold;
}
.texteNormalR {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #BC0000;
}
.texteNormalP {

	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	font-weight: bold;
}
.texteTitre {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	font-style: italic;
	color: #530000;
	font-weight: bold;
}
.texteInfo {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}
body {
	background-color: #FF6600;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #993300;
}

.texteInfoNoir {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.texteTitreBleu {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	font-style: italic;
	color: #003399;
	font-weight: bold;
	background-color: #0066FF;
}
.texteTitreGrand {
	font-family: "Courier New", Courier, monospace;
	font-size: x-large;
	font-style: italic;
	color: #530000;
	font-weight: bold;
}
.texteNormalBlanc {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

