html {
	margin:0px;
	width: 100%;
	height: 100%;
}

body {
	margin:0px 0px 0px 0px;
	background-color: #000000;
	width: 100%;
	height: 100%;
}

table {
	height: 100%;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}

td {
}
.Style1 {
	font-size: 16px;
	font-variant: small-caps;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.Style2 {
	color: #FFF;
	font: normal 13px Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	color: #FFF;
}
a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}.petit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	line-height: 20px;
}
