function changer_photo(saison,chemin,photo){
	alert(saison+'/'+chemin+'/'+photo);
	//return(false);
	
	return(true);
}


