@charset "utf-8";
/* CSS Document */

body {
	background-color: #333333;
}
.texte_legal {
	color: #999999;
	font-weight: bold;
	}
.texte_standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F0F0F0;
}
.texte_formulaire {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
a {
	color: #FF0000;
	text-decoration: underline;
}
