/* CSS Document */

*
	{
	margin:0;
	padding:0;
	}


html, body
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-image:url(../img/background_blanc.gif);
	background-repeat:no-repeat;
	background-attachment: fixed;
	text-align:justify;
	
	}
#filtre
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index:995;
	  opacity:0.7;
          filter:alpha(opacity=40)
	
}
#box 
{
	display: none;
	position: absolute;
	top: 2%;
	left: 22%;
	width: 880x;
	height: 700px;
	padding: 10px;
	margin: 0 auto;
	border: 1px solid black;
	background-color: white;
	z-index:998;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:900px;
	height:30px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	background-color: #68b2d2;
	color:white;
        font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

#close_box
	{
	position:absolute;
	float:right;
	top:0;
	right:0;
	}
<!-----------------------
div#total
	{
	position:relative;
	width:800px;
	height:600px;
	margin: 0 30px 0 300px;
	position:absolute;
	border:1px solid red ;
	}

#header
	{
	margin-left:220px;
	margin-top:10px;
	width:700px;
	height:200px;
	color:#3366FF
	}
	
#logo
	{
	float:left;
	margin-left:80px;
	width:200px;
	height:200px;
	background-image:url(../img/logo.png);
	}
	
#bandeau
	{
	margin-left:300px;
	width:470px;
	height:200px;
	background-image:url(../img/bandeau_blancOK.png);
	
	}
	

#centre
	{
	margin-left:290px;
	margin-top:5px;
	height:400px;
	width:700px;

	
	}

#gauche
	{ 
	float:left;
	width:210px;
	height:400px;
	}
	
	
	
#menu
	{
	margin-left:10px;
	margin-top:0px;
	float:left;
	height:150px;
	width:200px;
	background-image:url(../img/menu.png);
	
	}
	
#maison
	{ 
	float:left;
	margin-top:5px;
	margin-left:10px;
	width:200px;
	height:200px;
	background-image:url(../img/maison.png);
	}
	
#saison
	{ 
	float:left;
	margin-top:5px;
	margin-left:10px;
	apdding:10px;
	width:200px;
	height:40px;
	background-image:url(../img/fond_saison.png);
	}	

#contenu
	{
	margin-left:230px;
	padding:10px;
	height:380px;
	width:450px;
	background-image:url(../img/fond_contenu.png);
	}



#footer
	{
	height:10px;
	margin:10px 0 0 400px;
	width:590px;
	}

<!----------------------------------- titre

h1
	{
	
	}


h2
	{
	
	}



<!------------------------------------- menu

/* 	Début Menu  */

ul 
	{
	list-style:none;
	}

ul#ulmenu{
	margin:10px 0 0 5px;;
	padding:0;
	list-style:none;
	}

	
ul#ulmenu li a {
	display:block;
	height: 15px;
	line-height: 15px;
	margin: 0px 15px;
	color:#666666;
	font-size: 12px;
	text-decoration: none;
	border-bottom:1px dotted;
	}
	
	
ul#ulmenu  li a:hover {
	color:#999999;
	}

.txt_footer	
	{
	text-align:right;
	color:#666666;
	font-size:9px;
	}
	
.txt_saison
	{
	margin-left:50px;
	text-align:left;
	color:#333333;
	}
	
.img_gallerie
	{
	width:130px;
	height:98px;
	margin-top:20px;
	margin-left:13px;
	border:0;
	}
	
.tabtitre
	{
	color:#333333;
	font-size:13px;
	}

h1
	{
	color:#333333;
	font-size:13px;
	margin-bottom:7px;
	}
	
.mask
	{
	color:#CCCCCC;
	}
	
p 
	{
	margin-bottom:10px;
	}

.img_pages
	{
	
	text-align:center;
	margin-left:100px;
	margin-bottom:15px;
	}
	
.ul_pages
	{
	margin-left:10px; 
	}
	
.li_pages
	{
	list-style:none;
	}
	

a 
	{
	color:#444444;
	}


a:hover
	{
	color:#666666;
	}

a:visited
	{
	color:#444444;
	}






#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(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
	
	
	
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}





#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;
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	
	a img {
	border:0;
	}

	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

