#entete {
	height: 100px;
	width: 900px;
	background-image: url(/images/entete.jpg);
	background-repeat: no-repeat;
}
#menu {
	height: 30px;
	width: 900px;
}
#contenu {
	height: 400px;
	width: 900px;
	position: absolute;
	top: 130px;
}
#texte {
	height: 320px;
	width: 530px;
	position: absolute;
	top: 40px;
	left: 338px;
	overflow: auto;
}
#pied {
	height: 30px;
	width: 900px;
	position: absolute;
	top: 530px;
	left: 0px;
	background-image: url(/images/pied.jpg);
	text-align: right;
}
#conteneur {
	position: absolute;
	height: 560px;
	width: 900px;
	margin-top: -280px;
	margin-left: -450px;
	left: 50%;
	top: 50%;
}
body {
	background-color: #3D1B16;
}
