function change_photo(photo, idDiv) {
	document.getElementById(idDiv).innerHTML = '<img src="images/biens/'+photo+'" alt="" />';
}