	/**
	*
	*
	*
	*
	*
	*/
	function verifCV(){
		var mesg = '';
		mesg +=champVide("titre_cv"," - Titre CV ");
		if(mesg==''){
			document.frm_cv.submit();
			return true;	
		}else{
			alert(mesg);
			return false;
		}
	}