@CHARSET "UTF-8";

/*
Formulaire
*/

form {
	margin-top: 90px;
	color: #333;
	position: absolute;
	top: 150px; left: 430px;
	width: 450px;
	text-align: left;
}

form h2 {
	font-family: impact;
	color: #ED1E79;
	font-size: 2em;	
}

form {
/*	padding: 0.5em 0;*/
	font-size: 0.9em;
}

form p.intro, p.intro {
	font-size: 0.9em;
}

form label {
	font-size: 0.9em;
	float:left;
	font-weight: bold;
	width:60px;
}

form label.required label:after {
	content: ' *';
	color: red;
}

form input {
	border: 1px solid #CCC;
	left: 7em;
	width: 110px;
}

form p.civilite {
	font-size: 0.9em;
}

form p.civilite select {
	position: absolute;
	left: 7em;
	width: 9em;
	font-size: 0.9em;
}

form div.checkbox {
	padding: 15px 0 5px 55px;
	font-size: 0.8em;
	width: 390px;
	background: url(../images/x2.jpg) no-repeat top left;
}

form div.checkbox select {
	clear:both;
	font-size: 0.8em;	
}

form p#obligatory {
	font-size: 0.6em;
	font-style: italic;
	position: absolute;
	left: 0;
	bottom: 5px;	
}

form p.error input {
	border: 1px solid red;
	color: #FF0000;
}

form p.error select {
	border: 1px solid red;
	color: #FF0000;
}

form div.submit {
	height: 55px;
	-height: auto;
	text-align:center;
	padding-top:15px;
}

form div.submit input {
	border: none;
	margin-right: 1em;	
	width: auto;
}

form div.submit span {
	float: left;
	width: 390px;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #A7C507;
	font-size: 0.8em;
}