function DIVaffiche(pcadre) {
	document.getElementById(pcadre).style.visibility='visible'; 
}
function DIVcache(pcadre) {
	document.getElementById(pcadre).style.visibility='hidden';
}

