body {
	BACKGROUND: #191919;

	color: #F5F5F5;
}

.bordure {
	border: 1px solid #505050;
}
.bordure_gr2 {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #505050;
	border-left: none;
}

.bordure_bas {
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #505050;
	border-left: none;
}
.bordure_bas2 {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #505050;
	border-left: none;
}
.texte{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: normal;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: #FFC601;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #FFC601;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
