html, body {
	height: 100%;
	margin: 0;
}
html {
   font-size: 100%; /* Évite un bug d'IE 6-7. */
}
body {
   padding:0; 	/* Remettre à zéro si nécessaire. */
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: 0.75em; 	/* À adapter pour la police choisie. */
   line-height: 1.6; 	/* À adapter au design. */
   color:#333333;
   background-image:url(images/fond.png);
}

/* TAILLE DU DOCUMENT : 1000 x 620 px */

/* ----------------------------------------------------------------------------- */
/* -------------------------- STRUCTURE GENERALE ------------------------------- */
/* ----------------------------------------------------------------------------- */

/* Zone principale, permettant de fixer la position de tout le site */
div#global {
	min-height: 100%;
	width: 985px;
	padding: 0;
	margin: 0 auto;
	position: relative; /* L'utilisation de position:relative définit les frontières de l'élément #global comme point de repère pour le positionnement de ses enfants*/
	background-image:url(images/global.png);
	background-position:center;
	background-repeat:repeat-y;
}
/* EN-TETE */
div#header {
		display:none;
}
	div#header h1 {
		display:none;
	}
	div#header img {
		display:none;
	}

div#center {
	padding-bottom: 45px; /* Pour éviter la superposition du pied de page et du contenu */
	overflow: auto;		  /* sans ça, les Float sortent de la zone Center -  il faut obliger #center à englober les flottants dans le calcul de sa hauteur */
}

/* PIED DE PAGE */
div#footer {
	position: absolute;
	width: 98%;
	margin: 0 0 0 15px;
	padding:0;
	bottom: 0;
	color:#003366;
	text-align:center;
	font-weight:bold;
	font-size: 0.8em;
	border-top:solid 2px #006666;
}
	div#footer p{
		width:530px;
		margin:4px auto 0 auto;
		padding:0 0 0 8px;
		text-align:center;
	}
	div#footer a{
		display:none;
	}	
/* ----------------------------------------------------------------------------- */
/* ------------------------------ DANS "CENTER" -------------------------------- */
/* ----------------------------------------------------------------------------- */
	
div#content {
	float: right;
	width: 95%;
	margin:0 8px 0 4px;
	padding:0 12px 0 0;
	font-size:1em;
	line-height:1.8em;
	overflow:hidden;
}
div#sidebar {
	display:none;
}
	/* -------------------------- MENU ------------------------------- */
	ul#menu {
	display:none;
	}
	ul#menu li a, ul#menu li span{
	display:none;
	}
	ul#menu li a:hover {
	display:none;
	}
	
	/* -------------------------- SOUS-MENU ------------------------------- */
		#menu li.aDerouler a, #menu li.aDerouler span {
			display:none;
		}
		#menu .open a, #menu .open span {
			display:none;
		}
		#menu .sousMenu, #menu .open_at_load {
			display:none;
		}
		#menu ul.sousMenu, #menu ul.open_at_load{
			display:none;
		}

		#menu ul.sousMenu a, #menu ul.open_at_load a {
			display:none;
		}
		#menu ul.sousMenu a:hover, #menu ul.open_at_load a:hover{
			display:none;
		}

/* ----------------------------------------------------------------------------- */
/* ------------------------- ATTRIBUTS SPECIFIQUES ----------------------------- */
/* ----------------------------------------------------------------------------- */

/* ------------ BANDEAU ------------ */
.flash{
	display:none;
}
.imgBandeau{
	display:none;
}
.bandeauDroite{
	display:none;
}
.bandeauDroite input.recherche{
	display:none;
}
.bandeauDroite input.ok{
	display:none;
}
.bandeauDroite a:link, .bandeauDroite a:visited{
	display:none;
}
.bandeauDroite a:hover{
	display:none;
}
/* ECUSSON */
.ecusson{
	display:none;
}
/* LANGUES */
ul#langues {
	display:none;
}
ul#langues li{
	display:none;
}
ul#langues li a{
	display:none;
}
ul#langues li a:hover{
	display:none;
}

/* ----------- Contenu Accueil ---------- */
/* Rappel Actus */
#rappelActu{
	display:none;
}
#rappelActu h2{
	display:none;
}
#rappelActu .gauche{
	display:none;
}
.menu_deroulant{
	display:none;
}
#defilant{
	display:none;
}
/* ---- */
#droiteAccueil{
	float:right;
	width:315px;
	padding:0;
	margin:10px auto;
	background-image:url(images/chisteraFond.jpg);
	background-position: right 160px;
	background-repeat:no-repeat;
}
#droiteAccueil ul{
	list-style:disc;
	margin:0 0 0 15px;
	padding:0;
}
#droiteAccueil ul li{
	padding-bottom:5px;
}
#droiteAccueil .gauche{
	float:left;	
	margin:2px 10px 0 0;
	padding:0;
}
.carte img{
	margin:0;
	padding:0;
	border:none;
}

/* LOGOS des partenaires */
ul.logos{
	list-style:none;
	margin:0;
	text-align:center;
	padding:5px;
}
ul.logos li{
	display:inline;
	margin:0 auto;
	text-align:center;
	border:none;
	padding:0 5px;
}
.logos a{
	border:none;
}
/*--------------------- MOSAIQUES ------------------- */
.mosaique{
	display:none;
}
.mosaique img a{
	display:none;
}

/* ----------------------------------------------------------------------------- */
/* --------------------------- ATTRIBUTS GENERAUX ------------------------------ */
/* ----------------------------------------------------------------------------- */
.droite{
	float:right;
	margin:0 10px;
}
.gauche{
	float:left;
	margin:5px 15px 2px 5px;
}
.droiteSansMarge{
	float:right;
	padding:0;
	margin:0 0 5px 5px;
}
h1, h2, h3, h4, h5, h6 {
   line-height: 1.2em;
   font-weight: bold; /* Valeur par défaut. (6) */
   font-style: normal; 
}
h0 {
	/* Pour que le titre ne soit pas visible */
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	left: 733px;
	top: 293px;
	font-size: 1em;
}
h1 {
	margin-bottom:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color:#1c71bb;
}
h2 {
	padding-bottom:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.45em;
	font-style:italic;
	color:#BB4C1C;
	border-bottom:solid 1px #cc6600;
}
h2.sansBord {
	padding-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	color:#BB4C1C;
	text-decoration:underline;
	border:0;
}
h2.traitImg{
	color:#BB4C1C;
	font-size:1.3em;
	margin:20px 0 5px 0;
	padding:0 0 3px 0;
	border:none;
	background-image:url(images/traitH3.png);
	background-position:bottom left;
	background-repeat:no-repeat;

}
h3 {
	padding:2px;
	margin:15px 3px 15px 3px;
	font-size:1.15em;
	font-weight:bold;
	color:#669600;
	text-decoration:underline;
}

/* Paragraphes */
p {
   margin: 0.75em 0; /* Marges plus faibles que par défaut. (7) */
   text-indent:10px;
}
/* Liens */
a{
	text-decoration: underline;
	color: #006699;
}
a:visited{}
a:hover, a:focus, a:active {
	color: #0099CC;
	text-decoration: none;
}
/* Pas de bordure autour des images dans les liens */
a img {
   border: none;
}
/* Bordure pour les images */
img{
	/*border: 1px solid #333333;*/
   border: none;
}
/* Formulaires */
form, fieldset {
	margin: 0;   padding: 0;   border: none;	font-size:0.9em;
}
input, button, select {
	font-size:1em;
	vertical-align: middle; /* Solution pb. d'alignement. (9) */
}
ul{
	margin-top:5px;
}
/* ------------------------------- */
/* -------- FICHE ------- */
/* ------------------------------- */
#fiche{
	width:430px;
	margin:0 auto;
	padding:5px;
	font-size:0.9em;
	background-color:#FFFFFF;
}
#fiche h1{
	text-align:center;
	margin:0;
	padding:10px 0;
}
#fiche h2{
	color:#924A03;
	font-size:1.2em;
	margin:20px 0 5px 0;
	padding:0 0 3px 0;
	border:none;
	background-image:url(images/traitH3.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#fiche .coord{
	color:#924A03;
}
#fiche .infos{
	color:#333333;
}
#fiche .fermer{
	display:none;
}
#fiche img.imgCadre{
	border:5px solid #333333;
}
#fiche img{
	border:none;
}
/* -------------------------------- */
/* --- REMONTER En haut de page --- */
div.remonter{
	display:none;
}
div.remonter a{
	display:none;
}
div.remonter a:hover{
	display:none;
}


/* ------------------------------- */
/* --------- PARTIE ADMIN -------- */
/* ------------------------------- */

#formulAjout{
	margin:0 auto;
	padding:5px;
	width:650px;
	border:1px solid #006699;
	background-color:#FFFAF0;
}
#formulAjout div{
	margin:0;
	padding:3px;
}
.action a{
	font-style:normal;
	color:#CC0000;
	text-decoration:none;
}
.action a:visited{}
.action a:hover{
	color:#FF6600;
	text-decoration:underline;
}
.confirmation{
	margin:4px auto;
	padding:2px 10px;
	font-weight:bold;
	background-color:#FF0000;
	color:#FFFFFF;
	font-size:1em;
	text-align:center;
	width:90%;
}
.confirmation a{
	font-weight:bold;
	color:#FFCC33;
	font-style:italic;
	text-decoration:underline;
}
.confirmation a:visited{}
.confirmation a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

/* -------- Page PILOTARI ------- */
.logoPilotari{
	float:left;
	margin:20px 50px 0 5px;
}
.legende{
	font-size:0.8em;
	font-style:italic;
	color:#993300;
	text-align:center;
	width:100%;
	line-height:1.5em;
}
/* ------------------------------ */
/* -------- Page A FAIRE -------- */
#aFaire h2{
	margin-left:5px;
	margin-top:20px;
	padding-left:5px;
	font-size:1.3em;
	border:none;
	background-image:url(images/traitH3.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#aFaire ul{
	list-style:none;
	margin:0;
	padding:0 0 0 20px;
}
#aFaire li{
	line-height:1.8em;
	margin-bottom:15px;	
}
#aFaire .titreAct{
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	font-size:1.05em;
}
#aFaire a.titreAct {
	color:#006699;
}
#aFaire a.titreAct:hover{
	color:#CC6600;
}
#aFaire a.titreAct:visited{}
#aFaire li a{
	color:#003399;
	text-decoration:underline;
	font-style:normal;
	font-weight:normal;
	font-size:1em;
}
#aFaire li a:visited{ }
#aFaire li a:hover{
	color:#0099CC;
	text-decoration:none;
}
#cadreIcones{
	display:none;
}
ul#cadreIcones{
	display:none;
}
ul#cadreIcones li{
	display:none;
}
.asterisque{
	color:#FF0000;
	font-weight:bold;
	font-size:1.3em;
}

/* ------------------------------------------------------- */
/* ------------ TABLES LISTES HEBERGEMENTS --------------- */
/* ------------------------------------------------------- */
.listeHeb{
	border:1px solid #003366;
	width:80%;
	padding:2px;
	margin:0 auto;
	border-collapse:collapse;
	text-align:center;
}
.ligneTitre{
	background-color:#ACCCCC;
	margin:0;
	padding:0;
	height:28px;
	color:#336666;
	border-bottom:2px solid #003366;
	border-right:1px solid #003366;
}
.ligneTitre td{
	border-right:1px solid #003366;
}
.listeHeb td{
	padding:0 0 2px 0;
	margin:0 0 2px 0;
	border-bottom:1px solid #CCCCCC;
	width:125px;
	height:24px;
	color:#333333;
}

/* PATRIMOINE : paragraphe Nature */
.nature_lac{
	background-image:url(images/nature_lac.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}

/* ------- CONTACTS ------ */
.remarque{
	padding:0 0 0 10px;
	font-size:0.9em;
	color:#993300;
	width:100%;
	line-height:1.5em;
}

ul.liens{
	list-style:none;
	margin:0;
	padding:0;
	width:80%;
}
ul.liens li{
	padding:4px 10px;
	margin:3px 0;
	font-size:0.9em;
	border:1px solid #CCC;
}
ul.liens li a{
	font-size:1.1em;
	line-height:1em;
}

ul.liens li a:hover{
}

/* FESTIVITES */
.titreFest{
	margin:0;
	padding:0 0 0 10px;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	font-size:1.15em;
	line-height:2.6em;
}
a.titreFest {
	color:#336699;
	text-decoration:underline;
}
a.titreFest:hover{
	color:#0099CC;
	text-decoration:none;
}
a.titreFest:visited{}
