body {
	background-color:white;
	font-family:Verdana;
}

div#Global {
	margin-left: auto;
	margin-right: auto;
	height:1400px;
	width:992px;
	z-index: 1;
}

div#Header {
	height:380px;
	width:992px;
	background-color:white;
	z-index: 100;
}

div#Texte {
	height:1300px;
	width:718px;
	background-color:white;
	z-index: 92;
	float: left;
}

div#menu {
	height:1300px;
	width:274px;
	background-color:white;
	z-index: 91;
	float: right;
}


div#Footer {
	height:287px;
	width:992px;
	background-color:white;
	z-index: 99;
}