#conteneur {
	background-color: #933E0B;
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#menu2 {
	position: absolute;
	height: 600px;
	width: 50px;
	right: 0px;
}
#menu3 {
	position: absolute;
	height: 600px;
	width: 50px;
	right: 50px;
}
#menu1 {
	position: absolute;
	height: 600px;
	width: 50px;
	right: 200px;
}

#menu4 {
	position: absolute;
	height: 600px;
	width: 50px;
	right: 100px;
}
#menu5 {
	position: absolute;
	height: 600px;
	width: 50px;
	right: 150px;
}
#texte {
	position: absolute;
	height: 50px;
	width: 400px;
	left: 75px;
	top: 230px;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: italic;
	color: #000000;
	text-decoration: none;
}

a {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-size: 18px;
}
#retouracceuil {
	position: absolute;
	height: 110px;
	width: 218px;
	left: 15px;
	top: 28px;
}
#titre {
	position: absolute;
	left: 320px;
	top: 15px;
}
body {
	background-color: #CCCCCC;
	background-image: url(images/fond.gif);
	background-repeat: repeat;
}

