#conteneur {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: none;
	height: 700px;
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	margin:0px;
	padding:0px;
	height: 130px;
	width: 900px;
	position:relative;
	top:0px;
}
#barreBouton {
	position:absolute;
	top: 130px;
	padding:0px;
	margin:0px;
	height: 47px;
	width: 900px;
	overflow: hidden;
}
.bouton {
	background-image: url(images/bouton_fond.gif);
	float: left;
	height: 47px;
	width: 112px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	line-height: 15px;
	display: block;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	background-repeat: no-repeat;
}

body {
	margin: 0px;
	padding: 0px;	

}
a {
	text-decoration:none;
}
a.bouton:link {
	color:#000;
}
a.bouton:visited {
	color:#000;
}
a.bouton:hover {
	color:#000;
	background-image: url(images/boutonActif_fond.gif);
}

#texteFond {
	background-image: url(images/texte_fond.gif);
	height: 523px;
	width: 668px;
	top: 177px;
	position:absolute;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	color: #FFA3C5;
	line-height: 50px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#txtAccueil {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	height: 344px;
	width: 544px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	top: -85px;
	background-color: #1A0612;
}
#agenda {
	background-color: #1A0612;
	height: 523px;
	width: 232px;
	position: absolute;
	left: 668px;
	top: 177px;
}
#barreBas {
	height: 18px;
	width: 900px;
	top: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(images/barreBas.gif);
}
