body {
	background-color: #CC9933;
	margin: 0px;
}


.texte {
	font-family: "Agency FB";
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}


#socle {
	height: 450px;
	width: 800px;
	top: 100px;
	left: 50%;
	position: absolute;
	margin-left: -400px;
}
#logo {
	height: 200px;
	width: 600px;
	position: absolute;
}
#menu {
	font-family: "Agency FB";
	color: #000000;
	float: right;
	text-align: right;
	width: 200px;
	left: 600px;
	position: absolute;
	height: 200px;
	font-weight: bold;
}
#menu a:link {
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
