body {
	background-color: #000;
}
#fond {
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
	left: 0px;
	top: 0px;
}
#lune {
	position:fixed;
	width:350px;
	height:753px;
	z-index:1;
	bottom: 50%;
	margin-bottom: -376px;
	left: 5%;
}
#tete {
	position:fixed;
	width:371px;
	height:380px;
	z-index:3;
	right: 5%;
	bottom: 50%;
	margin-bottom: -190px;
}
#banniere {
	position:absolute;
	width:850px;
	height:213px;
	z-index:4;
	left: 50%;
	top: 3%;
	margin-left: -425px;
}
#liens {
	position:absolute;
	width:950px;
	height:80px;
	z-index:8;
	left: 50%;
	margin-left: -475px;
	top: 260px;
	border-bottom: 2px ridge;
}
#Texte {
	position:absolute;
	width:800px;
	z-index:6;
	left: 50%;
	top: 360px;
	margin-left: -400px;
}
#texte1 {
	position:absolute;
	width:200px;
	z-index:6;
	top: 0px;
	left: 5%;
}
body,td,th {
	color: #FFF;
}
#Texte2 {
	position:absolute;
	width:500px;
	z-index:7;
	top: 0px;
	right: 5%;
}


