var vote = 0;
function voter()
{
  if (vote != 0) { document.location.href='../s06_sondages/s06p01_sondages.php?vote=' + vote; }
  else           { alert("Merci de faire un choix pour voter.");  }
}