* {
margin:0;
padding:0;
}
#conteneur {
	width: 870px;
	height: 600px;
	margin: 0 auto;
	border: 0;
}
h1, #nom, #centre li {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: normal;	
}
h1 {
	font-size: 2em;
	position: absolute;
	margin: 24px 104px 24px 25px;
}
#gauche {
	float: left;
	top: 0;
	left: 0;
	width: 498px;
	height: 600px;
}
#titre {
	width: 498px;
	height: 138px;
	background-color: #007554;
	color: White;
	z-index: 1;
}
#contenu {
	width: 498px;
	height: 462px;
	z-index: 2;
}
#contenu img {
	width: 498px;
}
#nom {
	position: relative;
	background-color: Black;
	color: White;
	text-align: center;
	font-size: 1.2em;
	top: -365px;
	left: 0;
	width: 170px;
	height: 30px;
	z-index: 4;
}
#principe {
	position: relative;
	padding: 0 0 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: italic;
	font-size: 14px;
	top: -365px;
	left: 0;
	width:165px;
	height:65px;
	z-index: 5;
}

#bdcentre {
	position: relative;
	top:-556px;
	left: 394px;
	width:104px;
	height:265px;
	z-index: 3;
}
#bdcentre img {
	width: 104px;
}


#centre {
	float: left;
	left: 499px;
	top: 0;
	width: 188px;
	height: 600px;
}
#centre img {
	width: 142px;
	padding: 23px;
}
#centre ul {
	margin: 0;
	padding: 10px 0 10px 5px;
	list-style: none;
}
#centre li {
	list-style-type: none;
	background-image: url(../images/puce.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 5px 0 5px 40px;
	font-size: 20px;
}
address {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding: 20px 10px 0 10px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
#droite {
	float: right;
	top: 0;
	right: 0;
	width: 184px;
	height: 600px;	
}
#droite img {
	width: 184px;
}
/* Liens */
a {
	text-decoration: none;
	background-color: transparent;
}
a:link, a:active, a:visited {
	color: #9085A2;
}
a:hover, a:focus {
	color: #007554;
}
#accueil #m0 a,
#principe #m1 a,
#boutique #m2 a,
#cours #m3 a,
#contact #m4 a,
#liens #m5 a,
#promenades #m6 a {
	background-color: transparent;
	color: Black;
}
