#conteneur {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #06548A;
}
#menu5 {
	position: absolute;
	height: 600px;
	width: 50px;
	left: 750px;
	top: 0px;
}
#menu4 {
	position: absolute;
	height: 600px;
	width: 50px;
	left: 700px;
	top: 0px;
}
#menu3 {
	position: absolute;
	height: 600px;
	width: 50px;
	left: 650px;
	top: 0px;
}
#menu2 {
	position: absolute;
	height: 600px;
	width: 50px;
	left: 600px;
	top: 0px;
}
#menu1 {
	position: absolute;
	height: 600px;
	width: 50px;
	left: 550px;
	top: 0px;
}
#retouracceuil {
	position: absolute;
	height: 110px;
	width: 218px;
	left: 15px;
	top: 15px;
}
#titre {
	position: absolute;
	height: 110px;
	width: 220px;
	left: 320px;
	top: 15px;
}
#texte {
	position: absolute;
	width: 500px;
	height: 367px;
	top: 159px;
	left: 32px;
}
body {
	background-color: #CCCCCC;
	background-image: url(images/fond.gif);
	background-repeat: repeat;
}

