/* Style sheet GesWeb */
/* Theme Portdecheyres.ch - Form Page*/
/* Copyright 2008 Obtic Sŕrl e-consultant	*/

	/* Texte */
	#frmContact                			{ margin-top:1em; margin-left:20px; margin-right:20px;  }
	#frmContact table               { border-collapse:collapse; font-size:1.1em;}
	#frmContact p table               { border-collapse:collapse; }
	#frmContact.Texte               { margin-top:1em; }

/* Champ du formulaire */
	/* Combo Box */

	/* TexteBox */
	#frmContact .input 							{ margin:5px 5px 0px 0px; padding:0px 5px; width:240px; height:17px; vertical-align:middle;  font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:inherit; border:1px solid #9fd204;	}
	
	/* TexteBox */
	#frmContact .InpNoPostal				{	margin:5px 5px 0px 0px; padding:0px 5px; width: 60px;	height:17px; font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:inherit; border:1px solid #9fd204; }
	
	/* Texet Area */
	#frmContact .textarea 					{ margin:5px 5px 0px 0px; padding:0px 5px; width: 240px; font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:inherit; border:1px solid #9fd204; }
	
	/* Select */
	#frmContact .select 						{	margin:5px 0px 0px 0px; width: 252px; font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:inherit; border:1px solid #9fd204;	}

	/* CheckBox */
	#frmContact input.checkbox			{ width:20px; background-color:#fff; border:1px solid #9fd204;}
	
	/* Button 	*/	

	#frmContact .button 						{ width: 100px; }
/* Texte intérieurs */

	/*Label des champs*/
	.TitreChamp  										{ font-size:1em;}	
	.TitreChampObli									{ font-weight:bold;}
	.TitreChampFaux									{ font-weight:bold; color: #900;}

	/*Message d'erreur */
	.ErrorMsg												{ font-size:0.9em; font-weight:bold; color: #900;}

