#content.contacts .gauche .formulaire li { margin-bottom: 10px; }
	#content.contacts .gauche .formulaire span { height: 26px; line-height: 26px; }
		#content.contacts .gauche .formulaire span.libelle { width: 120px; text-indent: 5px; }
		
		#content.contacts .gauche .formulaire span.input { background-image: url("../../img/CONTACT/fond_input01.gif"); }
		#content.contacts .gauche .formulaire span.input.erreur { background-image: url("../../img/CONTACT/fond_input01_erreur.gif"); }
			#content.contacts .gauche .formulaire span.input input { margin-left: 6px; width: 204px; border: none; }
		
		#content.contacts .gauche .formulaire span.input_adresse { background-image: url("../../img/CONTACT/fond_input02.gif"); }
		#content.contacts .gauche .formulaire span.input_adresse.erreur { background-image: url("../../img/CONTACT/fond_input02_erreur.gif"); }
			#content.contacts .gauche .formulaire span.input_adresse input { margin-left: 6px; width: 564px; border: none; }
		
		#content.contacts .gauche .formulaire span.input_message { height: 176px; background-image: url("../../img/CONTACT/fond_input03.gif"); }
		#content.contacts .gauche .formulaire span.input_message.erreur { height: 176px; background-image: url("../../img/CONTACT/fond_input03_erreur.gif"); }
			#content.contacts .gauche .formulaire span.input_message textarea { margin-left: 6px; margin-top: 6px; width: 564px; height: 160px; border: none; }
		
		#content.contacts .gauche .formulaire span.input_envoyer input { float: right; }
			

#content.contacts .droite .gros_titre_2 { margin-top: 17px; }
