/* ******************************* 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;
}

#content {
	width: 698px;
	padding-top: 20px;
}

.clear { clear:both; }


/* ******************************* ***** ********************************** */

/* ******************************* ENTÊTE ********************************** */
#entete {
	width: 698px;
	min-height: 272px;
	margin: 0 auto;
	padding: 0;
	background: url(images/banniere.jpg) top center no-repeat;
}

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

#logo a img { border: none; }

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


/* ******************************* ***** ********************************** */

/* ******************************* MENUS ********************************** */
a:link, a:visited, a:active { color: #54281d; }
a:hover { color: #5e9736; }

#menuPrincipal {
	float: left;
	width: 172px;
	min-height: 552px;
	background: url(images/fond_menu.png) no-repeat;
	margin-left: 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; }

/* --- --------------- style du menu des langues ----------------  --- */
#header_menuLang {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	padding: 20px 40px 0 0;
}

#menuLang li { display:inline; }

#header_menuLang a:link, #header_menuLang a:visited, #header_menuLang a:active {
	color: #ffffff;
	text-decoration: none;
}


#header_menuLang a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/* --- ---------------------------------------------------------  --- */


/* ******************************* ***** ********************************** */

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

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

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


/* ******************************* ***** ********************************** */

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

.navigation a img{ border: none; }

.title { font-size: 13px; }

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


/* ******************************* ***** ********************************** */

/* ******************************* PIED DE PAGE ********************************** */
#piedPage {
	width: 818px;
	min-height: 194px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	letter-spacing: -0.05em;
	background: url(images/2011_footer-img.png) bottom right no-repeat;
}

.footer { 
	width: 435px;
	text-align: center;
	padding: 50px 0 10px 0;
	margin-left: 125px;
}

.footer-img {
	padding-bottom: 25px;
	margin-left: 20px;
}

/* --- Class du ul --- */
#menuSecondaire { padding: 15px 0; }
#menuSecondaire li { display: inline; }

#menuSecondaire a { margin: 0 5px; }

#piedPage p { }




/* ******************************* ***** ********************************** */
