#commentaires {margin:0;padding:0 0 0 10px;width:250px;border-left:solid #DDD 1px}
#commentaires ul{width:219px}
#commentaires li{background:#DBD7D1 url('images/fiche_commentaire.png') no-repeat;padding:5px 5px 10px 5px;width:209px;height:35px}
#photo_commerce {margin:0px 0 10px 0;width:373px;background:#FFF url('images/photo_commerce.png') no-repeat top left}
#photo_commerce img {margin:15px 15px 14px 15px;width:341px;height:189px;border:0}
#fiche_photo {background:url('images/fiche_photo.png') no-repeat;padding:6px 6px 0 7px;margin:0;width:360px;height:87px}
#fiche_photo li {border:solid 1px #000;padding:1px;margin:0 3px;width:110px;height:73px}
#fiche_photo img {margin:0;width:110px;height:73px}

#fiche_articles {background:#FFF url('images/article.png') no-repeat;margin:0 0 10px;width:710px;height:80px;padding:5px 15px}
#fiche_articles h3 {margin:0; font-size:1em;}
#fiche_articles p {font-size:small;margin:0}
#fiche_articles .lire {font-weight:bold}
#coordonnes {width:220px}

.p250 img{border:0}

/* -- impromptu -- */
.jqiwarning .jqi{background-color:#b0be96}
.jqifade{position:absolute;background-color:#333}
.jqi{position:absolute;background:url('images/lightbox.png') no-repeat;width:460px;height:360px;padding:40px;text-align:left}
.jqi .jqiclose{float:right;cursor:pointer;margin:-35px -10px 0 0;display:none}
.jqi .jqicontainer{background-color:#FFF;width:460px;color:#fff;font-weight:700;padding:0}
.jqi .jqimessage{background-color:#FFF;padding:0}
.jqi .jqimessage .field{padding:5px 0}
.jqi .jqimessage .field label{display:block;clear:left;float:left;width:100px}
.jqi .jqimessage .field input{width:150px;border:solid 1px #777}
.jqi .jqimessage .field input.error{width:150px;border:solid 1px red}
.jqi .jqibuttons{text-align:center;padding:5px 0 0}
.jqi button{margin:0 10px;padding:0px 10px;height:20px;font-size:x-small}

#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/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#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;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#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;
	display: none;
	}
	

.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 */
	}	
	
