.fenetreinfo {
	color: #737373;
	width:400px;
}
.fenetreinfo div#fenetre { padding:0 0 21px 0; background:transparent url(../_image/fenetre_dialogue/bas.png) bottom no-repeat; width:400px; overflow:hidden; }

.fenetreinfo div#fenetre #authentification { height:15px; width:370px; background:transparent url(../_image/fenetre_dialogue/haut.png) 0 0 no-repeat; padding:0 15px 0 15px; }

.fenetreinfo div#fenetre #champs { width:370px; background:#fff; overflow:hidden; padding:0 15px 0 15px;  }
.fenetreinfo div#fenetre #champs h1 {
	font-size: 16px;
	color: #545454;
	line-height: normal;
	padding-left: 19px;
	padding-bottom: 14px;
	background-image: url(../_image/puce01.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

#popup_layer
{
	/*width:300px;
	margin: 0 auto;
	top:190px;
	z-index:10;*/
	visibility:hidden;
}

#lightbox{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1000;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: absolute;
	/*width: 250px;
	margin: 0 auto;
	margin-left:-500px;*/
	left:50%;
	/*top:110px;*/
	}
		
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 990;
	width: 100%;
	height: 500px;
	}
.overlayoff{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 990;
	width: 100%;
	background-color: #0f0b00;
	/*filter:alpha(opacity=69); ajouté dans le head*/
	-moz-opacity: 0.69;
	opacity: 0.69;
	}
	
#boutonForm {
	text-align: center;
}