.LB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #080918;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.LB_window {
	position: absolute;
	background: #3366CC;
	color:#000000;
	display:none;
	border: 4px solid #3366CC;
}

.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: move;
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#A70EA7;
}

.LB_closeAjaxWindow a{
	color:#FCE804;
	cursor: pointer;
}

.LB_content{
	overflow:none;
}

.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;
}

.LB_content label:hover{
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}

.LB_content form{
	padding:10px;
	padding-bottom:0;
}

.LB_content form p{
	margin:0;
	padding:3px;
}

.LB_content form input{
	border:1px solid #000;
}

.LB_content form label{
	color:#FFF;
	font-weight:bold;
	font-size:12px;
}

.LB_content form h1{
	color:#22245D;
	margin:0;
	font-size:14px;
	font-weight:bold;
}

.LB_content form #info{
	border:0;
	margin:0;
	padding:0;
}

.LB_content form #dure{
	margin:0;
	padding:5px;
	border:1px solid #A70EA7;
	margin-bottom:10px;
}

.LB_content form #dure legend{
	color:#FFF;
	font-weight:bold;
	font-size:12px;
}

.LB_content form #dure label{
	margin-right:5px;
}

.LB_content form #dure input{
	border:0;
}

.LB_content form #info label{
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 20%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
}

.LB_content #hider{
	background-color:#A70EA7;
	border:1px outset #A70EA7;
	padding:3px;
	color:#FFF;
	width:150px;
}