function cache_cadre_photos(){
	var cadre_photos = document.getElementById('photos');
	cadre_photos.style.display='none';
}
