/*GENERAL*/
body { 
font-family:Arial, Helvetica, sans-serif, "Lucida Sans"; 
font-size:10pt;
}
h2 { font-weight:bold; font-size:1.4em; color:#000;}

* { background:none; } /* aucun fond sur tous les éléments*/

	.col-left,
	#nav,
	#footer #powered,
	#footer #w3c,
	#footer ul,
	#header #wcb,
	img,
	#logoH1,  
	.formbutton
	{ display:none; }
	
	.vcard { border:1px solid #000; padding:5px; margin:5px; position:static; margin-top:50px; }
	.vcard .type { display:none; }

/*SPECIFIQUE PAGE CONTACT*/
#contact fieldset div { height:40px; } /*toutes les divs contenant les input font 40 de hauteur*/
textarea { height:400px; } /* a definir sinon le textarea fait 0*/

#contact .vcard { 
	position:relative; 
	display:block; 
	height:auto;
}


input { 
border-bottom:1px dotted #000;
border-top:none;
border-left:none;
border-right:none;
}


.textfieldRequiredMsg,
.textfieldInvalidFormatMsg,
#legal  { display:none; }



/* texte signature ne devant apparaitre que lors de l'impression*/
#contact .signature { display:block; margin-top:100px; margin-bottom:100px; margin-right:50px; float:right; }
