@charset "UTF-8";
.fenetreinfo {
	color:#5e5e5e;
	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;
	
	border:1px solid #ccc;
}
.fenetreinfo div#fenetre #champs h2 {
	font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
    margin-bottom:9px;
	
	color:#e2001a;
	text-transform:lowercase;
	font-variant:small-caps;
}
#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: 700px;
}
.overlayoff {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #0f0b00;
	 /*filter:alpha(opacity=69);ajoute dans le head*/
	-moz-opacity: 0.69;
	opacity: 0.69;
}

.fenetreinfo A.boutonForm {
	width:71px;
	height:0;
	padding-top:22px;
	overflow:hidden;
	display:block;
	background-image:url(../_image/fr/btt_fermer.png);
	background-position:0 0;
	background-repeat:no-repeat;
	margin:0 auto;
}