/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
/*#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	margin:0 auto;
}*/
#lightbox-loading {
	/*position: absolute;
	top: 0;
	left: 0;*/
	padding-top:35%;
}
#commentaires{
  bottom:0;
  height:100%;
  left:0;
  position:absolute;
  width:100%;
}
/*#titre-image{
  width:100%;
  color: #AD0719; 
  text-align:left;
  clear:both;
  font: 12px Tahoma, Helvetica, sans-serif;
  font-weight:bold;
}*/
#over-leg{
  /*height:100%;
  width:100%;*/
  filter : alpha(opacity=80);
  -moz-opacity : 0.8;
  opacity : 0.8; 
  background:#000 none repeat scroll 0 0;
}
#legende-image{
  /*height:50px;
  width:200px;*/
  color: #908281; 
  /*margin: 0 auto;*/
  overflow: hidden;
 /* text-align:center;*/
  padding:20px;
  font: 12px Tahoma, Helvetica, sans-serif;
  font-weight:bold;
}
#lightbox-container-image { padding: 10px;position:relative;}

#lightbox-container-image-data-box {
	font: 9px Tahoma, Helvetica, sans-serif;
	background: #000;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	padding:0 10px 0;

}
#lightbox-container-image-data {
	color: #666; 
	width: 100%;
	position:relative;
	background: url(../images/logoLightbox.gif) no-repeat left top;
	height:70px;
}
#log{
  filter : alpha(opacity=50);
  -moz-opacity : 0.5;
  opacity : 0.5; 
  top:0;
  left:0;
  position:absolute;
  background-color:#000;
  height:50px;
  width:70px;

}
#log:hover{
  filter : alpha(opacity=0);
  -moz-opacity : 0;
  opacity : 0;

}
#lightbox-container-image-data #savoirPlus{
  color:#424242;
  text-decoration:none;
  display:block;
  padding:2px;
  position:absolute;
  right:0;
  top:0;
}
#lightbox-container-image-data-box #lightbox-container-image-data #lightbox-nav{
  width:85px;
  height:50px;
  margin:0 auto 0 auto;
  text-align:center;
  padding-top:20px;
}
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display: block;
	height:17px;
	width:17px;
	float:left;
}
#lightbox-image-details-currentNumber {
  float:left;
  padding:3px 5px 0 5px;
}
#lightbox-container-image-data #lightbox-secNav-btnClose{
  display:block;
  height:20px;
  width:76px;
  position:absolute;
  right:0;
  bottom:5px;
}


/*
#lightbox-container-image-data #lightbox-image-details { 
	width: 92%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-legende { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	float: left;
  text-align:center; 
	width:50px;
	background:#ff0000;
	margin:0 auto 0 auto;
}			
#lightbox-secNav-btnClose a{
	width:76px; 
	float: right;
}*/