/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #ccc;
	cursor: pointer;
	z-index:910;
}

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow:visible;
	background-color: #D1000D;
	z-index:912;
}

.lbLoading {
	background: #D1000D url(loading.gif) no-repeat center;
}
#lbpati {
background-color: #D1000D ;
height:35px;
 font-style:italic;
	font-size:0.9em;
	padding:50px 20px 0 160px;
	color:#fff;
	font-weight:700;
	text-align:left;
	
}
#lbImage {
	border: 10px solid #D1000D;
	background:#D1000D url(pati.gif) no-repeat 0 0;
	
}


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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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



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

#lbCloseLink, #lbCloseLink:hover {
	display: block;
	float: right;
	width: 35px;
	height: 35px;
	background: transparent url(closelabel2.gif) no-repeat center -35px;
	margin: 5px 0;
}

#lbCloseLink:hover {
	background: transparent url(closelabel2.gif) no-repeat center 0;
	}

#lbCaption, #lbNumber  {
	margin-right: 71px;
	font-size:1.1em;
}
 #lbutilisation { 
 font-style:italic;
 margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}

