.contformu {
	position:fixed;
	background: #432511 url(cuivre.jpg);
	left:50%;
	margin-left:-220px;
	width:440px; 
	height:360px;
	top:-500px;
	text-align:center;
	color: black;
	/*border:orange 1px solid;*/
	-moz-border-radius: 220px;
	-webkit-border-radius: 220px;
	-o-border-radius: 220px;
	-ms-border-radius: 220px;
	border-radius: 10px;
	z-index:1004; 
		-moz-box-shadow: -10px 20px 30px #000;
		-webkit-box-shadow: -10px 20px 30px #000;
		box-shadow: 0px 0px 30px #000;
	}
.fond {
	position:absolute;
	background: #ffffff; 
	width:100%; 
	height:100%;
	left:0px;
	top:0px; 
	z-index:1003; 
	}
.exped {
	background: #432511 url(cuivre.jpg);
	}
.contactable {
	top:0;
	left:20px;
	width:400px;
	padding:5px;
	}
.contactable td {
	padding:5px;
	text-align:center;
	}
.contactable .titre {
	text-align: center;
	color: gray;
	font-size:20px;
	}
.contactable .label {
	width: 70px;
	height: 30px;
	padding-right: 10px;
	text-align: right;
	color:#A16B09;
	font-size:14px;
	}
.contactable input[type=text] {
	background:#A28978;
	width:200px;
	height: 15px;
	border:black 1px inset;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	font-style:italic;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
.contactable input[type=submit], .contactable input[type=button] {
	background:#947B68;
	width:100px;
	height: 30px;
	color: white;
	border:black 2px outset;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
		text-shadow: 0px -1px 1px #000;
	}
.contactable textarea {
	background:#947B68;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	font-style:italic;
	width:200px;
	border:black 1px inset;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
.contactable input[type=text]:focus,
.contactable textarea:focus {
	background:#BAA292;
	color: #000;
	}
.contactable input[type=submit]:hover {
	background:#A68B79;
	color:black;
	text-shadow: 0px 1px 1px #fff;
	}
#resultat {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	color:orange;
	}
.butferme {
	position:absolute;
	background:url(quit.gif) left top no-repeat;
	right:15px;
	top:10px;
	width:16px;
	height:16px;
	cursor:pointer;
	}
.butferme:hover {
	background:url(quit.gif) left bottom no-repeat;
	}
.chaine1, .chaine2 {
	position:absolute;
	background:transparent url(chaine.png);
	left:50%;
	top:10px;
	width:27px;
	height:713px;
	}
.chaine1 {
	margin-left:-190px;
	}
.chaine2 {
	margin-left:160px;
	}






