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

a.boutonForm {
	padding:4px 10px 4px 10px;
	text-decoration:none;
	font-size:12px;
	font-variant:small-caps;
	color:#fff;
	background-color:#805c39;
	/*border:1px solid;
	border-top-color:#fdcf00;
	border-right-color:#fdb700;
	border-bottom-color:#fdb700;
	border-left-color:#fdcf00;*/
}
a.boutonForm:hover {
	color:#fff;
	background-color:#adbc65;
	/*border-top-color:#009ae9;
	border-right-color:#0068df;
	border-bottom-color:#0068df;
	border-left-color:#009ae9;*/
}