#Top {
	position:absolute;
	top:0px;
	left:0px;
	width:700px;
	height:149px;
	z-index:5;
	background-image:url(../images/top.png);
	background-repeat:no-repeat;
	background-position: 0px -20px;
}
#Menu {
	position:absolute;
	width:200px;
	height:250px;
	z-index:8;
	left: 10px;
	top: 120px;
	z-index:6;
}
#Contenu{
	position:absolute;
	left:210px;
	top:136px;
	right:0px;
	bottom:30px;
	width:auto;
	height:auto;
	overflow:auto;
	padding:10px;
	padding-top:0px;
	z-index:6;
	border-left: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}
#Copyright {
	position:absolute;
	bottom: 2px;
	left:50%;
	right:50%;
	width:400px;
	margin-left:-200px;
	font-size: 10px;
	text-align:center;
	z-index:1;
}
#Firefox {
	position:absolute;
	top:0px;
	right:0px;
	padding:2px;
	width:auto;
	height:auto;
	text-align:center;
	line-height:16px;
	}
