$(document).ready(function() {
   $("#requestAccessButton").click(function() {
       window.location="demandeacces.php";
   });
   $("#forgotIDButton").click(function() {
       window.location="loginperdu.php";
   });
});
