* {
	border: 0;
	padding: 0;
	margin: 0;
}
#conteneur {
	position: relative;
	width: 800px;
	height: 630px;
	margin:auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
#left {
	position: absolute;
	top: 0;
	left: 0;
	width: 106px;
}
#centre {
	margin-left: 106px;
	margin-right: 290px;
}
#right {
	position: absolute;
	right: 0;
	top:0;
	width: 290px;
}
#top {
	height: 123px;
	background-image:url(../img/accueil_top.jpg);
}
#titre {
	position: relative;
	top: 85px;
	margin-right: 10px;
	color: #963A21;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight:bold;
	font-size: 18px;
}
#middle{
	height: 335px;
}
#bottom {
	height: 141px;
	background-image: url(../img/accueil_bottom.jpg);
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 100px;
	font-size: 15px;
	text-align: center;
}
#bottom p {
	padding-top: 15px;
}
#pied {
	border-top: 2px solid white;
	height: 28px;
	background-image:url(../img/pied.jpg);
	color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#pied p {
	text-align:center;
	margin-top: 1px;
}
#pied a {
	color: white;
	font-weight: bold;
	text-decoration:none;
}
#pied a:hover {
	text-decoration:underline;
}