#conteneur {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #AE5B7F;
}
#menu1 {
	position: absolute;
	height: 600px;
	width: 50px;
	left: 750px;
	top: 0px;
}
#menu2 {
	position: absolute;
	height: 600px;
	width: 50px;
	left: 700px;
	top: 0px;
}
#menu3 {
	position: absolute;
	height: 600px;
	width: 50px;
	left: 650px;
	top: 0px;
}
#menu4 {
	position: absolute;
	height: 600px;
	width: 50px;
	left: 600px;
	top: 0px;
}
#menu5 {
	position: absolute;
	height: 600px;
	width: 50px;
	left: 550px;
	top: 0px;
}

#retouracceuil {
	position: absolute;
	height: 110px;
	width: 218px;
	left: 15px;
	top: 15px;
	color: #FFFFFF;
}
#texte {
	position: absolute;
	height: 413px;
	width: 521px;
	left: 30px;
	top: 182px;
	line-height: normal;
}
#sousmenu {
	position: absolute;
	height: 30px;
	width: 526px;
	left: 18px;
	top: 150px;
	float: left;
	font-size: 12px;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}


#titre {
	position: absolute;
	height: 110px;
	width: 220px;
	left: 320px;
	top: 15px;
}
#texte div {
	position: absolute;
	width: 240px;
	left: 260px;
	top: 1px;
	height: 200px;
	line-height: 30px;
}
body {
	background-color: #CCCCCC;
	background-image: url(images/fond.gif);
	background-repeat: repeat;
}

