.fenetreinfo {
	color: #646566;
	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: 18px;
	line-height: normal;
	color: #db1e1a;
	margin-bottom: 15px;
}
.fenetreinfo div#fenetre #champs a {
	float: right;
	color: #db1e1a;
}

#boutonForm {
	text-align: center;
}
	
	
#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: 100;
}

#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: 90;
	width: 100%;
	height: 500px;
}
.overlayoff {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #0f0b00;
	/*filter: alpha(opacity=69);
	ajouté dans le head*/
	-moz-opacity: 0.69;
	opacity: 0.69;
}
	