	/**
	*
	*
	*
	*
	*
	*/
	function verifContact(){
		var mesg = '';
		mesg +=champVide("nom_c"," - Nom ");
		mesg +=champVide("email_c"," - Email ");
		mesg +=mailValide("email_c");
		mesg += champVide("message_c"," - Message ");
		if(mesg==''){
			document.frm_contact.submit();	
		}else{
			alert(mesg);
		}
	}