a {text-decoration :none}
a:hover {color: #FF0000}
body {
	background-color: #ffffff;
	color: #000000;
}
.texte_NORMAL {
	font-family: Courier New, Courier;
	color: #000000;
	font-size: 16px;
}

.texte_BOLD {
	font-family: Courier New, Courier;
	color: #000000;
	font-size: 16px;
    font-weight: bold;
}

.texte_ITALIC {
	font-family: Courier New, Courier;
	color: #000000;
	font-size: 16px;
    font-weight: italic;
}

.texte_PETIT {
	font-family: Courier New, Courier;
	color: #000000;
	font-size: 10px;
}

.texte_BLUE {
	font-family: Courier New, Courier;
	color: #0000FF;
	font-size: 16px;
    font-weight: bold;
}

.texte_BOLD_BIG {
	font-family: Courier New, Courier;
	color: #000000;
	font-size: 18px;
    font-weight: bold;
}

.texte_WHITE {
	font-family: Courier New, Courier;
	color: #FFFFFF;
	font-size: 12px;
}