body, img {
	margin: 0px;
	padding: 0px;
}

#background {
	background: #00aeef;
}

#banner {
	width: 800px;
	margin: 0px auto 0px;
}

#links {
	width: 900px;
	margin: -18px auto;
	background: #f3f5f6;
	min-height: 500px;
	position: relative;
	padding: 40px;
	box-sizing: border-box;
}

.linksNav {
	display: block;
	width: 300px;
	height: 30px;
	background: #636768;
	border-bottom: 5px solid #747879;
	padding: 20px;
	color: white;
	text-decoration: none;
	font-size: 18px;
	position: relative;
}

.linksNav a {
	list-style-type: none;
}

.fleche {
	position: absolute;
	left: 250px;
	top: 0px;
}

.barre {
	position: absolute;
	height: 70px;
	width: 10px;
	left: 0px;
	top: 0px;
}

#footer {
	width: 900px;
	margin: 0px auto;
	background: #6bd2f9;
	height: 50px;
	min-height: 50px;
}

#footerNotice {
	width: 300px;
	margin: 10px auto;
	height: 50px;
	line-height: 50px;
}
