function popupEsprit(ligne) {
  location.href = 'popup.html?philo'+ligne+','+ligne+'-0';
  return false;
}