/* ==--- Contact Form */
div.form {
	width:           937px;
	height:          517px;
	position:        relative;
	margin: 0; padding: 0; border: 0;
	background:      url("../images/instants_precieux.jpg") no-repeat;
	overflow:        hidden;
	opacity: 1;
}

div.inner-form {
	width:           937px;
	height:          517px;
	background: #000000;
	opacity:         0;
	padding-top:     100px;
	margin:0 auto;
	text-align:center;
}
div.inner-form table { margin:0 auto; text-align:center; }
div.inner-form td {
	padding-bottom:  20px;
}
div.inner-form th {
	font-family:     "Orator Std", Helvetica, Arial, sans-serif;
	font-size:       140%;
	text-align:      right;
	padding-right:   20px;
	color:           #f6f6e8;
	top:             0;
	vertical-align:  top;
}
/* ===--- Valideur */
div.inner-form ul.error_list li {
	list-style-position: inside;
}
div.inner-form ul.error_list li {
	font-family:     "Orator Std", Helvetica, Arial, sans-serif;
	font-size:       1.4em;
	color: red;
}
div.response-form {
	width:           500px;
	height:          517px;
	font-family:     "Orator Std", Helvetica, Arial, sans-serif;
	font-size:       160%;
	text-align:      left;
	color:           #f6f6e8;
	top:             0;
	padding-top:     100px;	
	margin:0 auto; text-align:center;
}
div.response-form hr {
	
}
p.message {
	font-family:     "Book Antiqua","Times New Roman", Times, serif;
	font-size:       120%;
}
span.phone {
	font-family:     "Book Antiqua","Times New Roman", Times, serif;
	font-size:       120%;
}
span.email {
	font-family:     "Courrier New", Courrier, sans-serif;
	font-size:       120%;
}