SELECT id_album FROM table_audio_mot_clef WHERE mot = 'la' OR (mot = 'fouine') GROUP BY id_album having count(id_album) >=2 order by importance_mot DESC