/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width:100%!important;
	width: 200%;
	background-color: #3c5f84;
	cursor: pointer;
}

#lbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	height:340px;
}

#lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

.bout {
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #989898;
	line-height: 1.4em;
	text-align: center;
	text-decoration:none;
}

#lbTitre {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #989898;
	top:10px;
	text-align: center;
	width:100%;
	font-weight: bold;
}

#lbImage {
	
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0px;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 5px;
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
	display: block;
}

#lbNextLink {
	right: 0;
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
	display: block;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #989898;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	border-bottom-style:none;
}


#lbCommentaire {
  margin-top:20px;
  margin-bottom:5px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	color: #989898;
	line-height: 1.4em;
	text-align: center;
}

#lbCommentaire img{
	border: 0px solid #fff;
}

#lbCloseLink {
  display: block;
	width: 66px;
	height: 22px;
	float:right;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 0px 0 0 0;
	outline: none;
}

#lbNumber {
float:left;
}

#lbCaption {
	margin-right: 5px;
  font-size:12px;
  text-align:justify;
}

#lbCaption  H2{
	font-weight: bold;
	font-size:14px;
}

#lbTitre  H2{
	font-weight: bold;
	font-size:14px;
}
