function montre(id){
	document.getElementById('note_resa').style.display='inline';
}

function cache(id){
	document.getElementById('note_resa').style.display='none';
}
