function ValideForm(){
var obj = document.form_sign;
captVerif(obj);
}

function Fermer(){
	OF_calque('signlivre','fermer');
	OF_calque('cachesign','fermer');
	document.getElementById('ajoutsign').style.display = 'inline';	
}

function Signer(){
	document.getElementById('ajoutsign').style.display = 'none';	
	OF_calque('cachesign',0,0)
	OF_calque('signlivre','','',0,1);
}

function choixPage(p){
	window.location="<?=$PHP_SELF?>?page="+p;
}