@charset "UTF-8";
/* CSS Document */

#contact{
	font-size: 16px;
	color: #000;
	position: relative;
	width: 350px;
	background-color: #F8F7FE;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]height: 470px; */
	padding: 10px;
	border-radius: 5px;
}
.bouton_submit{
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	color: #000032;
	font: 14px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: auto;
	padding: 7px 15px;
	text-transform: uppercase;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.6);
	float: none;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.6);
}

.bouton_submit:hover{
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	color: #000032;
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin: auto;
	padding: 7px 15px;
	text-transform: uppercase;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.6);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.6);
}
form#formulaire textarea {
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	outline: none;
}
form#formulaire input {
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	padding: 2px;
}

FORM {
	margin: auto;
}
FORM * {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
TEXTAREA, INPUT, LABEL {
	margin: 0 5px 5px 0;
}
Input{
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	padding: 2px;
	float: right;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 2px 1px #BABABA;
	box-shadow: 2px 2px 5px 1px #BABABA;
}
.checkit {
	width: auto;
	vertical-align: middle;
	display: inline-block;
}
.venus {
	display: none;
	position: absolute;
	top: -1000px;
	left: -1000px
}
TEXTAREA {
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 2px 1px #BABABA;
	box-shadow: 2px 2px 5px 1px #BABABA;
resize: none;
	width: 340px;
	height: 130px;
	background-color: #fff;
}
FORM P {
	clear: both;
	margin: 0;
	border-radius: 8px;
	resize: none;
}
FORM LABEL {
	float: left;
	width: 120px;
	text-align: right;
}
.FORMLABEL {
	float: left;
	width: auto;
	text-align: right;
}
.focusform {
	background-color: #FF0;
	width: 200px;
}
.focusformtext {
	background-color: #FF0;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	resize: none;
	width: 340px;
	height: 130px;
}
.spanerreur {
	background-color: #FF0;
}
#inputform {
	width: 200px;
	-webkit-box-shadow: 2px 2px 2px 1px #BABABA;
	box-shadow: 2px 2px 5px 1px #BABABA;
}
.red {
	color: #F00;
	font-size: 14px;
}


