html, body {
	margin: 0px;
	padding: 0px;
	border:: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:top;
	background-color:#000000;
}

.txt_normal_blanc {
	font-family:Arial, "Arial Black", Courier, "MS Sans Serif", "Times New Roman";
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	color:#FFFFFF;
}

.txt_normal_noir {
	font-family:Arial, "Arial Black", Courier, "MS Sans Serif", "Times New Roman";
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	color:#000000;
}