body {
	font: 10pt/12pt arial;
	margin-top:0px;
	color: #000;
	background-color:#aaa;

}

h1{color:#008000; font-size:10pt;}

h2{color:#fff;font: 10pt Arial; background:url(imgs/h2.jpg); height:19px;fon t-weight:bold; padding-left:5px; width:300px;}
h2#long{color:#fff;font: 10pt Arial; background:url(imgs/h2.jpg); height:19px;fon t-weight:bold; padding-left:5px; width:600px;}

table#produits ul{list-style-image: url(imgs/puce.jpg)}
table#produits td{border:1px dotted #000; margin:10px; text-align:left;}
table#produits td ul{margin-left:20px;}
table#produits a{color:#016603; text-decoration:none;}
table#produits a:hover{text-decoration:underline;}



div#conteneur{
	position:relative;
	margin:auto;
	width:960px;
	margin-top:0px;
	height:auto;
	
	border-top:0px;
	background:#C5BFBF;
}

div#haut{float:left; width:960px; height:112px; back ground:url(imgs/haut.jpg);border-left:1px solid #000;border-right:1px solid #000; border-top:1px solid #000;}
div#photo{float:left; width:960px; height:218px; background:url(imgs/photo.jpg);border-left:1px solid #000;border-right:1px solid #000;}
div#photo2{float:left; width:960px; height:318px; background:url(imgs/photo.jpg);border-left:1px solid #000;border-right:1px solid #000;}

input{color:#000; border:1px solid #000; background:#fff;}
textarea{color:#000; border:1px solid #000; background:#fff;}

div#menu{float:left; width:960px; height:28px;background:url(imgs/menu.jpg); border-left:1px solid #000;border-right:1px solid #000;}
div#menu a{margin:0px; color:#008000; font-weight:bold; font: 12pt/10pt arial; display:block; float:left; width:auto; height:21px; padding-top:7px; margin-left:5px; margin-right:5px;}
div#menu a:hover{color:#485048;}

div#milieu{float:left; width:960px; height:auto; background-color:#C5BFBF; border-left:1px solid #000;border-right:1px solid #000;border-bottom:1px solid #000;}
div#bas{float:left; width:960px; height:auto; background-color:#aaa;}

div#entete{float:left; width:960px; height:30px; padding-top:10px;}
div#page{float:left; width:960px; height:auto;}

div#bien{float:left; width:230px; height:100px; ba ckground:red; margin-left:15px; margin-bottom:7px; margin-top:7px; bo rder:1px solid #000;}
h1{color:#008000; font-size:10pt;}





#lightbox{
	position: absolute;
	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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}