body {
	margin:0px;
	background-color:#707070;
	text-align:center;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
div {
	font:Arial, Helvetica, sans-serif;
	margin:0px;
}
#main {
	position: relative; /* on positionne le conteneur */
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	width:800px;
	top:-23px;
	z-index:1;
}
#Layer1 {
	position:relative;
	text-align:left;
	left:100px;
	width:600px;
	top:-320px;
	height:23px;
	z-index:20;
}
#Layer3 {
	position:relative;
	text-align:left;
	left:00px;
	width:600px;
	top:00px;
	height:500px;
	z-index:3;
}
#Layer2 {
	position:relative;
	text-align:left;
	left:0px;
	width:600px;
	top:200px;
	height:200px;
	z-index:4;
	background-color:#FFFFFF;
	border:#FF9900 solid 2px;
}
#Layer4 {
	position:absolute;
	left:181px;
	top:159px;
	width:640px;
	height:726px;
	z-index:1;
	overflow:auto;
	padding-left:5px;
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF683F;
}
a:active {
	text-decoration: none;
	color: #333333;
}
