/* CSS Document */

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
	font-size:1.5em;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}

input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
	font-size:1.2em;
	line-height:1.5em;
}

label {
	font-weight: bold;
}

.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {
	float:left;
	width:130px;
	text-align:right;
}

.field-widget {
	float:left;
	margin: 0 0 0 15px;

}

.button{
	border: 1px solid #00A8E6;
	color:#00A8E6;
	margin: 0 0 0 200px;
	cursor:pointer;
}

.reset{
	border: 1px solid #00A8E6;
	color:#00A8E6;
}

#f_civilite{
	width:50px;
	margin: 0 0 0 15px;
}

#f_nom:focus, #f_nom:hover,
#f_prenom:focus, #f_prenom:hover,
#f_adresse:focus, #f_adresse:hover,
#f_cp:focus, #f_cp:hover,
#f_ville:focus, #f_ville:hover,
#f_pays:focus, #f_pays:hover,
#f_email:focus, #f_email:hover,
#f_antispam:focus, #f_antispam:hover{
	background-color:#f8ebe1;
}