
div.fenetre {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
}

/* FENETRE POP-UP */

.fenetre {
	position: absolute;
	top: 10px;
	left: 10px;
	padding-top: 25px;
	z-index:1000;
	display: block;
	visibility: hidden
}

/* HEAD */
.fenetrehead {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 100%;
	padding-left: 5px;
	background-image: url(images/win_top_left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.fenetrehead-right {
	padding-right: 5px;
	background-image: url(images/win_top_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.fenetrehead-mid {
	position: relative;
	background-image: url(images/win_top_mid.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	
	overflow: hidden;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	cursor: hand;
	text-align: center;
	font-weight: bold;
}

/* BODY */
.fenetreBody {
	position: relative;
	height: 100%;
	padding: 0 2px 2px 2px;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #809aa9;
	background-color: #cbdae4;
}

.fenetreBody-content {
	position: relative;
	height: 100%;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #809aa9;
	padding: 20px 20px 20px 20px;
	background-color: #ffffff;
	overflow: hidden;
}

.fenetreBody-content p {
	text-align: left;
	margin-bottom: 40px;
	margin-left: 40px;
	margin-top: 0px;
}

.progress_form {
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: center;
}

#transparent_bleu {
	position: absolute;
	Z-INDEX: 900;
	visibility: hidden;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background:  #000000;
	opacity : .1;
	filter : alpha(opacity=10);
}

/* CLOSE BOUTON */
a.fenetre-closeBouton div {
	background-image: url(images/close.gif);
	right: 5px;
	position: absolute;
	top: 6px;
	height: 13px;
	width: 13px;
	overflow: hidden;
	cursor: hand;
}

/* HOVER */
a.fenetre-closeBouton:hover {border:0px } 
a.fenetre-closeBouton:hover div{background-position: 0 -13px}

/* BOUTON */

a.bouton {
	text-decoration: none;
	cursor: hand;
}

.fenetreBody-content input.bouton {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: #F3F4FD;
	border: 1px solid #7C90CE;
	height: 25px;
	cursor: pointer;
	width: 100px;
}

/* CORNERS */
.bouton-top-left,
.bouton-top-right,
.bouton-bottom-left,
.bouton-bottom-right {
	height: 4px;
	width: 4px;
	overflow: hidden;
	background-position: 0 0;
}

/* BORDERS */
.bouton-top,
.bouton-bottom {
	background-repeat: repeat-x;
	background-position: 0 0;
	overflow: hidden;
}
.bouton-left,
.bouton-right {
	background-repeat: repeat-y;
	background-position: 0 0;
	overflow: hidden;
}

/* IMAGES */
.bouton-top {background-image: url(images/bouton_top.gif);}
.bouton-bottom {background-image: url(images/bouton_bottom.gif);}
.bouton-left {background-image: url(images/bouton_left.gif);}
.bouton-right {background-image: url(images/bouton_right.gif);}
.bouton-top-left {background-image: url(images/bouton_top_left.gif);}
.bouton-top-right {background-image: url(images/bouton_top_right.gif);}
.bouton-bottom-left {background-image: url(images/bouton_bottom_left.gif);}
.bouton-bottom-right {background-image: url(images/bouton_bottom_right.gif);}

/* HOVER */
a.bouton:hover {border:0px } 
a.bouton:hover td.bouton-top{background-position: 0 -4px}
a.bouton:hover td.bouton-bottom{background-position: 0 -4px}
a.bouton:hover td.bouton-top-left{background-position: 0 -4px}
a.bouton:hover td.bouton-top-right{background-position: 0 -4px}
a.bouton:hover td.bouton-bottom-left{background-position: 0 -4px}
a.bouton:hover td.bouton-bottom-right{background-position: 0 -4px}
a.bouton:hover td.bouton-left{background-position: -4px 0}
a.bouton:hover td.bouton-right{background-position: -4px 0}
