/* Divers */

body{   width: 800px;   margin: auto; /* Pour centrer notre page */   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */   margin-bottom: 20px;    /* Idem pour le bas du navigateur */   background: black;
   line-height: 16px;
}

#locbre
{
	width: 400px;
	heigth: 200px;
}

p
{
	font-family: helvetica;
	color: #b0d694;
	font-size: 14px;
}

h1
{
	font-family: helvetica;
	color: #b0d694;
	border-bottom: 2px solid #b0d694;
	font-size: 18px;
}	

h6
{
	font-family: helvetica;
	color: #b0d694;
	font-size: 12px;
	font-style: italic;
	text-align: justify;
}

ul
{
	font-family: helvetica;
	color: #b0d694;
	font-size: 14px;
	list-style-type: disc;
	line-height: 20px;
}

a img
{
	border: none;
}

a
{
	font-family: helvetica;
	color: #b0d694;
	font-size: 14px;
}

.general
{
	font-family: helvetica;
	color: #b0d694;
	font-size: 14px;
}

.center
{
	font-family: helvetica;
	color: #b0d694;
	font-size: 14px;
	text-align: center;
}

.justify
{
	font-family: helvetica;
	color: #b0d694;
	font-size: 14px;
	text-align: justify;
}

#ilv
{
	margin: auto;
	font-family: arial;
	font-size: 10px;
	color: #FF0000;
	text-align: center;
	background-image: url("images/lv1.png");
	background-repeat: no-repeat;
	width: 116px;
	height: 86px;
	padding-top: 10px;
	line-height: 10px;
}

#ilv p
{
	font-family: arial;
	font-size: 10px;
	color: #427100;
	font-weight: bold;
	text-decoration: none;
	line-height: 2px;
	font-style: italic;
}

#ilv a
{
	font-family: arial;
	font-size: 10px;
	color: #427100;
	font-weight: bold;
	text-decoration: none;
}
	
/* L'en-tête */#head1{   width: 800px;   height: 240px;   background-image: url("images/top.png");   background-repeat: no-repeat;   margin-bottom: 10px;}

/* Le menu */#menu{   float: left; /* Le menu flottera à gauche */   width: 140px; /* Très important : donner une taille au menu */
   /*margin-top: 55px;*/}

/* Le corps de la page */

#main
{
	margin-left: 150px;
	width: 640px;
}

/* Le footer */

#footer
{
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	background-image: url("images/footer.png");
	background-repeat: no-repeat;
}
#main_content{   background-image: url("images/fond.png");   background-repeat: repeat-y;
   padding-top: 1px;
   padding-left: 8px;
   padding-right: 10px;
   padding-bottom: 1px;
   margin-top: -17px;
   text-align: left;
   min-height: 350px;}

#main_footer
{
	margin-top: -10px;
	height: 20px;
	background-image: url("images/footer_main.png");
	background-repeat: no-repeat;
}

#top_photos
{
	height: 80px;
	background-image: url("images/top_photos.png");
	background-repeat: no-repeat;
}

#main_top
{
	height: 80px;
	background-image: url("images/top_main.png");
	background-repeat: no-repeat;
}

#top_acces
{
	height: 80px;
	background-image: url("images/top_acces.png");
	background-repeat: no-repeat;
}

#top_contact
{
	height: 80px;
	background-image: url("images/top_contact.png");
	background-repeat: no-repeat;
}

#top_tarifs
{
	height: 80px;
	background-image: url("images/top_tarifs.png");
	background-repeat: no-repeat;
}

#top_resa
{
	height: 80px;
	background-image: url("images/top_resa.png");
	background-repeat: no-repeat;
}

/* Lightbox */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url("images/prevlabel.gif") left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("images/nextlabel.gif") right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	/*filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;*/
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
