@charset "utf-8";
body {
	background-color: #81aaa1;
}
#entete {
	height: 150px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	background-image: url(Images/menu%20background_bis.jpg);
}
#contenu {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#pied {
	width: 900px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 125px;
}
#menu ul li a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu ul li {
	display: inline;
}
.bouton_espace {
	float: left;
	padding-right: 50px;
}
#contenu #navigation #fleche_precedent {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contenu #navigation #fleche_suivant {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

