#popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	height: 100%;
	width: 100%;
}
#masque {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	opacity: 0.75;
	filter:alpha(opacity=75);
	width: 100%;
	height: 100%;
	z-index: 1;
}
#contenuPopup {
	background: #CC0000;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	/*padding: 25px;*/
	text-align: left;
	overflow: auto;
	border: 1px outset #990000;
    padding-bottom:30px;
}
#contenuPopup #formulaire {
	width: auto;
	overflow: auto;
	position: relative;
	padding: 25px;
}
#contenuPopup p#closing {
	display: block;
	margin: 0px;
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: auto;
	right: 25px;
	background: no-repeat;
	top: 15px;
	text-align: center;
}
#contenuPopup p#closing a {
	display: block;
	height: 100%;
	width: 100%;
	font: bold 18px/20px Arial, sans-serif;
	color: #CC0000;
	text-decoration: none;
	border: 1px outset #CC9999;
	background: #FFFFFF;
}
#contenuPopup p#closing a:hover {
	display: block;
	color: #FF0000;
	border: 1px inset #CC9999;
}
form#popupForm h2, form#popupForm h3 {
	display: block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0em;
	margin: 20px 20px 0px 0px;
	width: 175px;
	text-align: right;
    padding-bottom:20px;
}
form#popupForm h3 {
	width: auto;
	margin-right: 0px;
	text-align: left;
}
form#popupForm label {
	display: block;
	float: left;
	width: 175px;
	margin: 0px 20px 10px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
form#popupForm fieldset, form#popupForm br { clear: left }
input.champs, form#popupForm textarea {
	display: block;
	margin: 0px 0px 10px;
	padding: 0px 5px;
	float: left;
	height: 20px;
	width: 200px;
	border: 1px inset #CC9999;
}
form#popupForm textarea {
	width: 300px;
	height: 200px;
	padding: 5px;
}
#avertissement {
	display: block;
	font-size: smaller;
	font-weight: normal;
	color: #FFFFFF;
}

input.invalid, form#popupForm textarea.invalid {
	background-color: #EA7266 ;
}
