body
{
	background: #646464 url("../images/fond.png") repeat-y center top;
	width: 900px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
}

/* L'en-tête */
#en_tete
{
 width: 900px;
   height: 200px;
   background-image: url("../images/banniere.jpg");
   background-repeat: no-repeat;
   margin-bottom: 00px;
}

#menu2
{
	background-image: url("../images/menu.jpg");
	background-repeat: no-repeat;
	width:885px;
	height:20px;
	margin-top: 00px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Couleur des traits de separation */
	color: #b05454;
	background-color: #e1e2e4;
	list-style-type: none;
	padding-top:10px;
	padding-left:15px;
	padding-bottom:5px;
	border-top: 1px solid #0f5af1;
	border-bottom: 1px solid #0f5af1;
}

#menu2 li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	color: #cd702c;
}

 #menu2 a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}

 /* Sur passage de la souris, texte en orange */
 #menu2 a:hover {
	color: #cd702c;
}

/* Le corps de la page */
#corps
{
   margin-bottom: 20px;
   padding: 5px;
   
   color: #120e43;
   background-color: #e1e2e4;
   background-image: url("motif.png");
   background-repeat: repeat-x;
   border: 2px outset black;
}

#corps h1
{
   color: #120e43;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;
   background-image: url("../images/marmotte.png");
   background-repeat: no-repeat;
   padding-left: 50px;
   color: #120e43;
   text-align: left;
}

/* Utilisé dans la page Activités */
#corps h4
{
	font-family: "Times New Roman", Arial, "Arial Black", Times, serif;
	font-size: 1.2em;
	text-align: left;
	background-image: url("../images/marmotte.png");
	background-repeat: no-repeat;
    padding-left: 50px;
   
}

#corps p
{
	font-family: "Comic Sans MS",Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: 1em;
	padding-left: 10px;
}

#listecourses
{
	margin-left: 20px;
	list-style-image: url("piolet.png");
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */
#pied_de_page
{
	text-align: center;
	font-size: 0.8em;
}

/* Mise en forme du tableau des tarifs */
table
{
	margin: auto; /* Centre le tableau */
   border: 4px outset blue; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
   width: 600px;
}
th /* Les cellules d'en-tête */
{
	border: 2px solid black;
   background-color: #b7b9bb;
   color: white;
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

td /* Les cellules normales */
{
   border: 1px solid black;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}

#imagecentrale
{
	margin-top: 10px;
	margin-left: 300px;
	
}
#googlemap
{
	margin-top: 10px;
	margin-left: 200px;
	
}

/* Paramètres pour l'affichage 'lightbox' des photos */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

