/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


body {
	background-color: #CFC9AC;
	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: 974px;
	height: 194px;
	
	background-color: #FFFFFF;
	
	z-index: 60;
}
#logo {
	position: absolute;
	top: 29px;
	left: 12px;
	
	z-index: 100;
}


/* Menu Principal */
#nav_princ {
	position: absolute;
	top: 0px;
	left: 229px;
	z-index: 100;

}
ul#nav_princ li {
	display: inline;
	margin: 0;
}

/* Photo */
#photo {
	position: absolute;
	top: 39px;
	left: 0px;
	z-index: 10;
}

/* Carte */
#carte {
	position: absolute;
	top: 20px;
	left: 690px;
	z-index: 20;
	
	width: 116px;
	height: 174px;
	
	background-image: url(images/page_bg_carte.gif);
	background-repeat: no-repeat;
}
#carte img {
	margin: 48px 0px 0px 25px;
}
ul#menuhaut {
	position: absolute;
	top: 20px;
	left: 806px;
	
	width: 155px;
	height: 135px;
	
	background-image: url(images/page_bg_menuhaut.gif);
	background-repeat: no-repeat;
	
	list-style-type: none;
	
	padding: 39px 0px 0px 13px;
}
ul#menuhaut li {
	display: inline;
}
/* Block Contenu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_contenu {
	position: absolute;
	top: 194px;
	left: 0px;
	
	background-image: url(images/page_bg_conteneur.gif);
	background-repeat: repeat-y;
	
	z-index: 50;
}
/* Colonne gauche */
#col_gauche {
	float: left;
	width: 237px;

	height: 233px;
	
	padding: 0;
	background: url(images/page_bg_colgauche.jpg) no-repeat;
}
/* 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: 233px;
}

/* Recherche */
#recherche {
	background-image: url(images/page_bg_recherche.gif);
	background-repeat: no-repeat;
	width: 219px;
	height: 34px;
	
}
#recherche {
	padding: 4px 0px 0px 18px;
}
#recherche p {
	background-image: url(images/home_bg_input_recherche.gif);
	background-repeat: no-repeat;
}
#recherche input {
	width: 125px;
	height: 17px;
	background: none;
	border: 0px;
	padding: 0px 3px 0px 3px;
	color: #902E43;
	font-size: 11px;
}
html>body #recherche input {
	background-attachment: inherit;
}
#recherche img, #recherche input {
	vertical-align: middle;
}

/* Titres */
#titres {
	width: 237px;
	height: 79px;
	
	background-image: url(images/page_bg_titre.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}
h1 {
	padding: 5px 0px 5px 25px;
	margin: 0px 0px 0px 0px;
	
}
#col_gauche h2 {
	padding: 0px 0px 0px 16px;
	margin: 0px 0px 0px 0px;
}

/* Sous menu */
#sousmenu {
	margin: 15px 10px 0px 16px;
}
#sousmenu li a {
	display: block;
}


/* Contenu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#contenu {
	float: left;
	width: 569px;
	
	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: 200px;
	left: 398px;
	
	z-index: 100;
}
#zone_contenu {
	padding: 47px 60px 0px 66px;
}
/* Colonne droite */
#col_droite {
	float: left;
	width: 168px;
	
	overflow-x: hidden;
	
	background-image: url(images/page_bg_coldroite.gif);
	background-repeat: no-repeat;
	height: 114px;
	
	padding: 0px 0px 150px 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: 114px;
}

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

}

/* Lien office tourisme */ 
#lien_ot {
	float: right;
	position: relative;
	text-align: center;
	margin: -115px 0px 0px 0px;
	width: 168px;
	height: 115px;
	
	z-index: 100;
}
#footer p#baspage a {
	text-decoration: none;
	color: #fff;
	font-size: 0.9em;
	font-style: italic;
}
#footer p#baspage a:hover {
	text-decoration: underline;
}
#coordonnees {
	position: absolute;
	top: 0px;
	left: 280px;
	color: #fff;
	font-size: 0.9em;
}
#baspage {
	position: absolute;
	top: -1px;
	left: 820px;
}

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

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

}

