body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt; font-weight: bold;
	background-color: #BCBCBC; color: #000000;
	margin-left:20;
	overflow-y:auto;
	overflow-x:auto;
}
a {text-decoration:none; color:blue;}
a:visited {color:#000000;}
a:link {color:#000000;}
a:hover {color:red;}

table {font-size:10pt;}

#Haut {
	position: absolute;
	align-content: center;
	border: 0;
	top: 8;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 60;
	width: 1400px;
}
#Bas {
	position: absolute;
	align-content: center;
	border: 0;
	top: 60;
	overflow: auto;
	height: 90%;
	width: 1420px;
}