body {
	height: 100%;
}
h1, h2, h3 {
	font-weight: normal;
}
h1 {
	font-size: 18px;
	padding: 5px;
	margin-bottom: 7px;
}
img {
	border: none;
}
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#fade {
  width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	filter:alpha(opacity=50);
	opacity: .50;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*--IE 8 Transparency--*/
	z-index: 10;
}
.popup_block {
  width: 700px;
  padding: 10px 20px;
  float: left;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0px;
	margin-left: -360px;
	z-index: 100;
}
.popup_block .popup {
	float: left;
	width: 100%;
	margin: 10px 0;
	padding: 10px 0;
}
.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	font-size: 1.5em;
	font-weight: normal;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
.popup .cntrl {
  width: 25px;
  height: 25px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}
 
/*-- Faire IE6 gérer le positionnement fixe --*/
 
*html #fade {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}
 
*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}
 
/*--IE 6 PNG Fix--*/
 
img{ behavior: url(iepngfix.htc) }


/******************************/
/******************************/
/***** F O R M U L A I R E ****/
/******************************/
/******************************/

.popup .photo {
  width: 363px;
  height: 441px;
  background-position: no-repeat;
  margin-right: 15px;
  float: left;
}
.popup .form {
  width: 320px;
  float: left;
}
.cellule1 {
  width: 90px;
  font-size: 13px;
  margin-top: 5px;
  margin-right: 10px;
  padding-top: 3px;
  float: left;
}
.cellule2 {
  width: 200px;
  margin-top: 5px;
  float: left;
}
input {
	width:189px;
	height:15px;
	padding: 3px;
}
textarea {
	width:300px;
	float: left;
	padding: 10px 5px 10px 5px;
}
.btn_send {
	width:175px;
	height:30px;
	border: 0px;
	position: absolute;
	left: 100px;
	top: 550px;
	cursor: pointer;
}
.btn_confirm {
	width: 175px;
	height: 30px;
	border: 0px;
	cursor: pointer;
}
.popup .error {
  width: 300px;
  text-align: center;
  position: absolute;
	left: 40px;
	top: 530px;
  display: none;
}
.center {
  text-align: center;
}

/******************************/
/******************************/
/** C U S T O M I S A T I O N */
/******************************/
/******************************/

/* N O E L *
#fade {
  background: #FFF;
}
.form h1 {
  color: #FFF;
  border-bottom: 1px solid #debe8f;
}
.cntrl {
  background-image: url(../images/icon_close.gif);
}
.popup_block {
	background-image: url(../images/fd_popup.jpg);
	border: 10px solid #fff;
}
.popup h3 {
	border-bottom: 1px solid #debe8f;
	color: #FFF;
}
.popup .photo {
  border: 0px;
}
.btn_send {
  background: url(../images/btn_envoyer.png) no-repeat;
}
.btn_confirm {
  background: url(../images/btn_confirm.png) no-repeat;
}
input {
	border: 1px solid #ba955d;
	background-color: #dbb67f;
}
textarea {
	background-color: #dbb67f;
	border: 1px solid #ba955d;
}
.popup .error {
  color: #F00;
}
.popup .champ_oblg {
  color: #F00;
}
/***********/

/* T E S T */
#fade {
  background: #FFF;
}
.form h1 {
  color: #000;
}
.popup .cntrl {
  background-image: url(../images/icon_close3.gif);
}
.popup_block {
	background: #fff;
	border: 6px solid #d4df82;
}
.popup h3 {
	border-bottom: 1px solid #acb818;
	color: #000;
}
.popup .photo {
  background-repeat: no-repeat;
}
.btn_send {
  background: url(../images/btn_envoyer3.gif) no-repeat;
}
.btn_confirm {
  background: url(../images/btn_confirm3.gif) no-repeat;
}
input {
	border: 1px solid #acb818;
	background-color: #eee;
}
textarea {
	border: 1px solid #acb818;
	background-color: #eee;
}
.popup .error {
  color: #F00;
}
.popup .champ_oblg {
  color: #F00;
  size: 12px;
}
/***********/
