/* ******************************* RESET ********************************** */
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
}


/* ******************************* GÉNÉRAL ********************************** */
body {
	background: #5e9736 url(images/fond_feuilles.jpg) center no-repeat fixed;
	color: #54281d;
}

#conteneur {
	background: url(images/blanc_contenu.png) repeat-y;
	width: 750px;
	margin: 0 auto;
	padding: 0;
}


/* ******************************* ENTÊTE ********************************** */
#entete {
	width: 698px;
	height: 270px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/banniere.jpg);
}

#logo {
	position: relative;
	right: 80px;
	top: 20px;
}

#logo a img {
	border: none;
}

/* --- pour cacher le texte (h1) --- */
.cache {
	display: none;
}


/* ******************************* MENUS ********************************** */
a:link {
	color: #54281d;
}

a:visited {
	color: #54281d;
}

a:hover {
	color: #5e9736;
}

#menuPrincipal {
	background-image: url(images/fond_menu.png);
	width: 172px;
	height: 552px;
	float: left;
	margin: 0 0 0 24px;
}

#menuPrincipal ul li {
	font-size: 18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 8px 0;
	position: relative;
	left: 15px;
}

#ulMenu {
	position: relative;
	top: 52px;
}

/* --- style de "sites", "sentiers pédestres" et "interprétation"  --- */
.texteMenu  {
	font-weight: bold;
}


/* ******************************* CONTENU ********************************** */
#contenu {
	width: 460px;
	text-align: justify;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	float: right;
	margin: 5px 45px 0 0;
	line-height: 20px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 30px 0;
	text-align: center;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 30px 0 0 0;
}


/* ******************************* DIAPORAMA ********************************** */
.navigation {
	margin: 0 0 10px 0;
}

.navigation a img{
	border: none;
}

.title {
	font-size: 13px;
}

.description {
	font-size: 11px;
	margin: 5px 0 0 0;
}


/* ******************************* PIED DE PAGE ********************************** */
#piedPage {
	clear: both;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0 0 0 10px;
	width: 818px;
	height: 194px;
	background: url(images/bas_page.png) no-repeat;
	letter-spacing: -0.05em;
}

#menuSecondaire li {
	display: inline;
}

#menuSecondaire a {
	margin: 0 5px;
}

#piedPage p {
	position: relative;
	top: 150px;
	right: 35px;
}

#menuSecondaire {
	position: relative;
	top: 140px;
	right: 35px;
}