/* CSS Document */ 
#formMX p, ul, li, form {
 /*font-size: .9em;*/
 margin: 0 0 .4em 0; 
}
label { 
 font-size: .9em;
 font-weight: bold;
 text-transform: uppercase; 
} 
input, textarea { 
 background: #FFFFFF; 
 border: 1px solid #FFFFFF; 
 color: #666666; 
 display: block; 
 font: .8em verdana, geneva, sans-serif; 
 margin: 4px 0 4px 0; 
 -moz-border-radius: 3px; 
 padding: 1px; 
}
#contact-heading {  
 margin: 0; 
 height: 24px; 
}
#form-contact {
 background-color: #005BA5; 
 padding: 0 0 10px 42px;
 text-align: left;
}
#form-contact div { 
 padding: 10px 0px 0 0; 
}
#form-contact-tel, #form-contact-name, #form-contact-email, #form-contact-message { width: 370px; }
#form-contact label {
	padding: 0 0 0 14px;
	color: #FFFFFF;
	background: url(../contact_img/carre.gif) no-repeat 0px 50%;
}
#list-error { 
 list-style-type: none; 
 color: #FFFFFF; 
} 
#list-error li { 
 padding-left: 20px; 
 background: transparent url(../contact_img/exclam.gif) no-repeat 0 50%; 
}
label.form-error { 
 font-weight: bold; 
} 
label.form-error:after { 
 content: " [Champ obligatoire]"; 
 color: #FF6600; 
} 
input.form-error, textarea.form-error { 
 background: #FF6600; 
 color: #FFFFFF; 
}
label.form-error:after { 
 content: " [Champ obligatoire]"; 
 color: #FF6600; 
}
#form-contact p { color: #FFFFFF; } 
.erreurHaut {
	font-size: .8em;
	font-style: italic;
	color: #FF6600;
	padding-left: 28px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-top: 0px;
	background-color: #002852;
	background-image: url(../contact_img/exclam.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

