*{
	padding: 0px;
	margin: 0px;
}
body{
	background-color: #4D895C;
	text-align: center;
}
#global{
	position: absolute;
	width: 914px;
	height: 510px;
	left: 50%;
	top: 50%;
	margin-left: -457px;
	margin-top: -255px;
	text-align: left;
}
.accueil{
	position: relative;
	left: 0px;
	top: 0px;
	width: 914px;
	height: 480px;
}
.pied-page{
	position: relative;
	left: 0px;
	top: 10px;
	width: 914px;
	height: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #BDCB7A;
}
a{
	text-decoration: none;
	color: #B6C778;
	font-weight: bold;
}