/*****************************************************************************
	Agestis - Content Management System - http://www.agestis.com 
	by ARICIA http://www.aricia.fr
*****************************************************************************
			Version:	20120119.1658
			coder:	Damien
*****************************************************************************
	Feuille de style par defaut du module contact virtualisé
****************************************************************************/


	#aContact {}
	
	#aContact  form .label {
		width:110px;
	}
	
	#aContact #ListeAdresses { border:0; }
	#aContact #ListeAdresses  .Adresse { font-size:85%; width:100%; text-align:center; }

	#aContact #ListeAdresses  .Adresse DIV { display:inline; padding:0 2px; }
	#aContact #ListeAdresses  .Adresse DIV.titre { display:block; font-weight:bold;}
	#aContact #ListeAdresses  .Adresse DIV.code_postal { margin-left: 20px;}
	
	#aContact FORM { width:75%; margin:0 auto 50px; }
	#aContact FORM  FIELDSET { padding:0; }
	#aContact FORM LEGEND.legend { color:#095D85; margin-bottom: 15px; }

	.contactForm .label { font-weight:bold; }
	.contactForm LABEL ,
	.contactForm  .label {
		display: inline-block;
		text-align: left;
		vertical-align: top;
	}
	
	#aContact FORM .pseudos_labels.horizontal {  }