.LB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;

}

.LB_window {
	position: absolute;
	background: #3e3e3e;
	color:#fff;
	display:none;
	border: 1px solid #bababa;
	z-index:10000;
	width : 415px;
	height : 225px;
}

.LB_window #codebox {
   width: 420px;
   height: 80px;
   margin: 0 65px 15px 65px;
   border: 1px dotted #666;
   overflow: auto;
}
.LB_window label {
   margin: 0;
}

.LB_caption{
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
    width: 100%;
}

#LB_closeWindow{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}

.LB_closeAjaxWindow{
	cursor: none;
	padding:0px;
	height:33px;
	width : 415px;
	border-bottom : 1px solid #818181;
	text-align:left;
	background : url('fond_entete.gif') #818182;
}

.LB_closeAjaxWindow a{
	cursor: pointer;
	text-decoration:none;
	color:black;

}

.LB_divMess{
	float: left;
	background : url('titre_entete.gif') no-repeat 2px 6px;
	height : 28px;
	width : 95px;
	text-indent : -5000px;
}
.LB_divclose{
	float:right;
	height : 22px;
	width : 20px;
	padding : 6px 5px 0px 0px;
}
.LB_divclose img {
border : none;
}
.LB_closeAjaxWindow a{
	cursor: pointer;
}

.LB_content{
	overflow:auto;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	background: #3e3e3e;
	color:#fff;
	padding : 35px 10px 10px 20px;
	height : 140px;
}

.LB_content a,
.LB_content a:visited {
	color : #e01c75 !important;

}
.LB_resize{
   background-image: url("handle.gif");
   background-position: bottom right;
   background-repeat: no-repeat;
   height: 13px;
   width: 15px;
   position: absolute;
   bottom: 0;
   right: 0;
}