/* ppan */
div.lbalbum { clear: both; /* LOA  padding: 0 7px;  LOA */ padding-top: 7px; }
div.lbalbum img { border: 1px solid white; margin: 0 7px 7px 0 }
div.lbcartouche {
	background: #666; float: left; margin: 6px 13px 6px 0; text-align: center
}
div.lbcartouche img { margin: 13px; margin-bottom: 5px; padding: 0 }
div.lbcartouche p { margin: 0 0 7px 0; padding: 0 }
div.lbcartouche .auteura { font-size: 88% }
div.lbcartouche a { text-decoration: none }
/*div.lbcartouche img { margin: 0; margin-bottom: 5px; padding: 0 }
div.lbcartouche p { margin: 0; padding: 0 }*/

/*------------------------------------------------------ folio */
p.lbfolio { margin: 0; padding: 0; height: 22px }
p.lbfolio span { visibility: hidden }
p.lbfolio a { display: block; width: 19px; height: 17px; float: left; margin-right: 5px }
p.lbfolio a.tous { width: auto }
p.galfolio { height: 23px; width: auto; margin: 0; padding: 0; }
p.galfolio a { }

/* Lightbox v 1.5 */
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 1000;
}
.lbLoading {
	background: #fff url('template/loading.gif') no-repeat center;
}
#lbImage {
	border: 10px solid #fff;
}
/*
.photos {
	padding: 3px;
	border: 1px solid #fff;
}
a:hover .photos {
	border: 1px solid #999;
}
*/
.lightboxDesc a {
	color: #999999;
	text-decoration: none;
}
.lightboxDesc a:hover {
	color: #000000;
	text-decoration: none;
}

/* styles pour next & previous cachés (showControls: false) */

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 50px;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url('template/prevlabel.png') no-repeat 0% 50%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url('template/nextlabel.png') no-repeat 100% 50%;
}

/* styles pour next & previous en pied de page (showControls: true) */
/*
#lbPrevLink, #lbNextLink {
	display: block;
	width: 32px;
	height: 32px;
	outline: none;
}
#lbPrevLink {
	float: left;
	background: transparent url('template/prevlabelgris.png') no-repeat left;
	-moz-opacity: 0.4; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); 
}
#lbPrevLink:hover {
	-moz-opacity: 1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); 
}
#lbNextLink {
	float: right;
	background: transparent url('template/nextlabelgris.png') no-repeat right;
	-moz-opacity: 0.4; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); 
}
#lbNextLink:hover {
	-moz-opacity: 1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); 
}
#lbControls {
	display: block;
	height: 32px;
}
/*************************************************************/
#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	clear: both;
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url('template/closelabel.png') no-repeat center;
	-moz-opacity: 0.4; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); 
	margin: 0;
	margin-right: 4px;
}
#lbCloseLink:hover {
	-moz-opacity: 1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); 
}
#lbCaption, #lbNumber, #lbDescription {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
.lightboxDesc, .noscript {
	display: none;
}
/*************************************************************/
