/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


body {
	background-color: #EFEFEF;
	
	height: 100%;
}

a img {
	border: none;
}



/* conteneur global */
#conteneur {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 979px;
	
	z-index: 1;
	
	background-image: url(images/page_bg_conteneur.gif);
	background-repeat: repeat-y;
	
	height: 200px;
	
	
}
/* Hack pour regler une hauteur mini a la fois sous ie et firefox (ie ne reconnait pas le min height, les ligne suivantes ne sont reconnues que par firefox) */
html>body #conteneur {
	height: auto;
	min-height: 200px;
}
/* Bandeau */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#bandeau{
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 970px;
	height: 189px;
	
	background-color: #FFFFFF;
	
	z-index: 60;
}
#logo {
	position: absolute;
	top: 28px;
	left: 7px;
	
	z-index: 100;
}


/* Menu Principal */
#nav_princ {
	position: absolute;
	top: 0px;
	left: 233px;
	z-index: 100;
	
	font-size: 1em;
}
ul#nav_princ li {
	display: inline;
	margin: 0;
}
/* Menu deroulant */
#nav_princ, #nav_princ ul {
	float: left;
	/* width: 36em; */
	list-style: none;
	line-height: 1;
	background-color: #C2373F;
	font-weight: bold;
	padding: 0;
	/* border: solid #eda;
	border-width: 1px 0; */
	margin: 0 0 1em 0;
}

#nav_princ a {
	display: block;
	/* width: 10em;
	w\idth: 6em; */
	color: #FFFFFF;
	
	text-decoration: none;
	/* padding: 0.25em 2em; */
}

#nav_princ a.daddy {
	/* background: url(rightarrow2.gif) center right no-repeat; Fleche si second niveau de menu */
}

#nav_princ li {
	float: left;
	padding: 0;
	/* width: 10em; */
}

#nav_princ li ul {
	position: absolute;
	left: -999em;
	height: auto;
	/* Determine la largeur du bloc sous menu */
	/* width: 14em;
	w\idth: 12.8em; */
	font-weight: normal;
	/* border-width: 0.25em; */
	margin:0;
	
}
/* Reglage du decalage et de la largeur des sous menu, a moduler avec  les "Largeur des sous menu" plus bas, premier ligne IE, seconde firefox*/
#nav_princ li ul.decouvrez {
	margin-left: 21px;
	width: 129px;
	/* width: 11.3em;  */
	
}
#nav_princ li ul.savourez {
	margin-left: -2px;
	width: 121px;
	/* width: 10.7em; */
	
}
#nav_princ li ul.bougez {
	margin-left: -4px;
	width: 122px;
	/* width: 10.7em; */
	
}
#nav_princ li ul.sejournez {
	margin-left: -20px;
	width: 137px;
	/* width: 11.9em; */
	
}

#nav_princ li li {
	/*padding-right: 1em;
	 width: 13em */
	 border-bottom: 1px solid  #FFFFFF;
	padding: 3px;
}

#nav_princ li ul a {
	/*width: 13.9em;
	w\idth: 12.3em;*/
	font-size: 1.1em;
}
/* Largeur des sous menu */
#nav_princ li ul.decouvrez a {
	width: 129px;
	w\idth: 123px;
	
	
	/* width: 11em;
	w\idth: 10.7em; */
}
#nav_princ li ul.savourez a {
	width: 121px;
	w\idth: 115px;
	
	/* width: 11.1em;
	w\idth: 10.1em; */
}
#nav_princ li ul.bougez a {
	width: 122px;
	w\idth: 116px;
	
	/* width: 10.9em;
	w\idth: 10.1em; */
}
#nav_princ li ul.sejournez a {
	width: 137px;
	w\idth: 131px;
	
	/* width: 11.9em;
	w\idth: 11.4em; */
}
#nav_princ li ul ul {
	/* margin: -1.75em 0 0 14em; */
}

#nav_princ li:hover ul ul, #nav_princ li:hover ul ul ul, #nav_princ li.sfhover ul ul, #nav_princ li.sfhover ul ul ul {
	left: -999em;
}

#nav_princ li:hover ul, #nav_princ li li:hover ul, #nav_princ li li li:hover ul, #nav_princ li.sfhover ul, #nav_princ li li.sfhover ul, #nav_princ li li li.sfhover ul {
	left: auto;
}

#nav_princ li:hover, #nav_princ li.sfhover {
	background: #940C10;
}

/* Photo */
#photo {
	position: absolute;
	top: 39px;
	left: 0px;
	z-index: 10;
}
/* Venir */
#venir {
	position: absolute;
	top: 90px;
	left: 663px;
	z-index: 20;
}
/* Carte */
#carte {
	position: absolute;
	top: 90px;
	left: 729px;
	z-index: 20;
}
ul#menuhaut {
	position: absolute;
	top: 0px;
	left: 688px;
	
	width: 147px;
	height: 189px;
	
	background-image: url(images/page_bg_menuhaut.gif);
	background-repeat: no-repeat;
	
	list-style-type: none;
	
	padding: 17px 0px 0px 135px;
}
ul#menuhaut li {
	display: inline;
}
/* Block Contenu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_contenu {
	position: absolute;
	top: 189px;
	left: 0px;
	
	background-image: url(images/page_bg_conteneur.gif);
	background-repeat: repeat-y;
	
	z-index: 50;
}
/* Colonne gauche */
#col_gauche {
	float: left;
	width: 236px;
	
	overflow-x: hidden;
	
	background-image: url(images/page_bg_colgauche.jpg);
	background-repeat: no-repeat;
	
	height: 546px;
	
	padding: 0px 0px 100px 0px;
}
/* Hack pour regler une hauteur mini a la fois sous ie et firefox (ie ne reconnait pas le min height, les ligne suivantes ne sont reconnues que par firefox) */
html>body #col_gauche {
	height: auto;
	min-height: 546px;
}

/* Recherche */
#recherche p {
	padding: 9px 0px 0px 19px;
}
#recherche input {
	width: 125px;
	height: 17px;
	background: none;
	border: 0px;
	padding: 0px 3px 0px 3px;
	color: #8D293E;
}
html>body #recherche input {
	background-attachment: inherit;
}
#recherche img, #recherche input {
	vertical-align: middle;
}

/* Titres */
#titres {
	width: 238px;
	/* height: 83px; */
	margin: 0px 0px 40px 0px;
}
h1 {
	padding: 25px 0px 0px 22px;
	margin: 0px 0px 0px 0px;
	
}
#col_gauche h2 {
	padding: 0px 30px 0px 22px;
	margin: 0px 0px 0px 0px;
}

/* Sous menu */
#sousmenu {
	margin: 0px 10px 0px 22px;
	position: absolute;
	top: 160px;
	left: 0px;
	
	width: 204px;
}
#sousmenu li a {
display:block;
margin-top:3px;
}


/* Contenu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#contenu {
	float: left;
	width: 575px;
	
	overflow-x: hidden;
	
	background-image: url(images/page_bg_contenu.gif);
	background-repeat: no-repeat;
	
	height: 400px;
	
	padding: 0px 0px 50px 0px;
}

/* Hack pour regler une hauteur mini a la fois sous ie et firefox (ie ne reconnait pas le min height, les ligne suivantes ne sont reconnues que par firefox) */
html>body #contenu {
	height: auto;
	min-height: 400px;
}

#chemin {
	position: absolute;
	top: 178px;
	left: 398px;
	
	z-index: 50;
}
#zone_contenu {
	margin: 60px 56px 0px 58px;
}
/* Colonne droite */
#col_droite {
	float: left;
	width: 159px;
	
	overflow-x: hidden;
	
	background-image: url(images/page_bg_coldroite.jpg);
	background-repeat: no-repeat;
	height: 116px;
	
	padding: 0px 0px 200px 0px;
}
/* Hack pour regler une hauteur mini a la fois sous ie et firefox (ie ne reconnait pas le min height, les ligne suivantes ne sont reconnues que par firefox) */
html>body #col_droite {
	height: auto;
	min-height: 116px;
}

/* Une */
#une {
	text-align: right;
	padding: 121px 3px 0px 0px;
}
#une p img {
	padding: 11px 19px 0px 0px;
}
#une p.date {
	color: #80ae2e;
	font-size: 95%;
	padding: 12px 19px 0px 5px;
}
#une h3 {
	padding: 4px 19px 0px 5px;
}
#une h3 a {
	color: #315200;
	font-size: 95%;
	font-weight: bold;
}
#une p.texte {
	padding: 0px 19px 0px 5px;
}
#une p.texte a {
	color: #74a62a;
}
/* Footer */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer {
	position: relative;
	width: 979px;
	height: 24px;
	background-image: url(images/page_bg_footer.gif);
	background-repeat: no-repeat;
	color: #fff;

}
/* Newsletter */ 
#newsletter {
	float: left;
	position: relative;
	margin: -81px 0px 0px 0px;
	width: 236px;
	height: 81px;
	
	padding: 25px 0px 0px 10px;
	
	
	background-image: url(images/page_bg_news.gif);
	background-repeat: no-repeat;
	

}
#newsletter h3 {
	margin: 0px 0px 2px 0px;
}
#newsletter p {
	color:#213700;
	font-style: italic;
	font-size: 11px;
}

#newsletter input.saisie {
	width: 154px;
	height: 19px;
	/*
	background-image: url(images/page_bg_inputnews.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-color: #FFE5CB;
	*/
	background: none;
	border: 0px;
	
	line-height: 15px;
	
	padding:  0px 6px 0px 6px;
	
	color: #8D293E;
	
}
html>body #newsletter input.saisie {
	background-attachment: inherit;
}
#newsletter img.bouton, #newsletter input.saisie {
	vertical-align: middle;
}

/* En cas de message d'erreur */
.erreur_form {
	background-color: #FFE5CB;
	width: 73%;
	height: 40px;
	color: #FFE5CB;
	
	overflow: hidden;
}
#newsletter p.erreur_form {
	color: red;
	font-style: normal;
	font-size: 90%;
}
/* Logo partenaires */ 
#logos {
	float: right;
	position: relative;
	text-align: center;
	margin: -170px 0px 0px 0px;
	width: 159px;
	height: 170px;
	
	z-index: 100;
}
#footer p#baspage a {
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	font-style: italic;
}
#footer p#baspage a:hover {
	text-decoration: underline;
}
#coordonnees {
	position: absolute;
	top: 1px;
	left: 341px;
	color: #fff;
	font-size: 10px;
}
#baspage {
	position: absolute;
	top: 0px;
	left: 820px;
}


/* FORMULAIRE ADMIN */
.spip-admin-bloc {
	background-color: #EEEEEE;
	text-align: center;
	
	padding: 20px 0px 20px 0px;
	
}

/* ON CACHE LES ELEMENTS DE LA PAGE POUR IMPRIMER */
.imprimer {
	display: none;

}

