CINXE.COM

Images Bonjour Qu茅bec

<!doctype html> <html> <head> <title>Images Bonjour Qu茅bec</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="initial-scale = 1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="description" content="Notre banque d'images comprend des photos."> <meta name="keywords" content="Photos, vid茅os"> <meta name="robots" content="index,follow"> <meta name="revisit-after" content="15 days"> <meta name="author" content="Images Bonjour Qu茅bec"> <meta property="ajaris:baseURL" content="/Phototheque/" /> <meta property="ajaris:language" content="" /> <link rel="shortcut icon" href="/Phototheque/style/img/fav-icon-1740038275008.ico;jsessionid=F8D88986ACCD2555C6E89B0FE4CAFEBE" type="image/x-icon" /> <link rel="stylesheet" href="/Phototheque/ajathemes/WebSuite/jquery-ui/css/flick/jquery-ui-1.8.13.custom.css;jsessionid=F8D88986ACCD2555C6E89B0FE4CAFEBE" type="text/css"> <link rel="stylesheet" href="/Phototheque/style/style-1740038275133.css;jsessionid=F8D88986ACCD2555C6E89B0FE4CAFEBE" type="text/css" /> <link rel="stylesheet" href="/Phototheque/style/style-login-1740038275117.css;jsessionid=F8D88986ACCD2555C6E89B0FE4CAFEBE" type="text/css" /> <link rel="stylesheet" href="/Phototheque/mod_ajaris/font-awesome-4.7.0/css/font-awesome.min.css;jsessionid=F8D88986ACCD2555C6E89B0FE4CAFEBE" type="text/css" /> <script type="text/javascript" src="/Phototheque/mod_ajaris/js/ajax.js;jsessionid=F8D88986ACCD2555C6E89B0FE4CAFEBE"></script> <script type="text/javascript" src="/Phototheque/mod_ajaris/js/aja_common.js;jsessionid=F8D88986ACCD2555C6E89B0FE4CAFEBE"></script> <script type="text/javascript" src="/Phototheque/mod_ajaris/js/jquery-1.6.4.min.js;jsessionid=F8D88986ACCD2555C6E89B0FE4CAFEBE"></script> <script type="text/javascript" src="/Phototheque/mod_ajaris/js/jquery-ui-1.8.13/jquery-ui.min.js;jsessionid=F8D88986ACCD2555C6E89B0FE4CAFEBE"></script> <script type="text/javascript" src="/Phototheque/mod_ajaris/js/jquery-ui-1.8.13/jquery-ui-i18n.min.js;jsessionid=F8D88986ACCD2555C6E89B0FE4CAFEBE"></script> <script type="text/javascript" src="/Phototheque/mod_ajaris/js/jquery.cookie.js;jsessionid=F8D88986ACCD2555C6E89B0FE4CAFEBE"></script> <script type="text/javascript" src="/Phototheque/mod_ajaris/js/jquery.mousewheel.min.js;jsessionid=F8D88986ACCD2555C6E89B0FE4CAFEBE"></script> <script type="text/javascript" src="/Phototheque/mod_ajaris/js/ajaris-utils.js;jsessionid=F8D88986ACCD2555C6E89B0FE4CAFEBE?v=6.4.1-24094"></script> <script type="text/javascript" src="/Phototheque/mod_ajaris/js/ajaris-globals.js;jsessionid=F8D88986ACCD2555C6E89B0FE4CAFEBE?v=6.4.1-24094"></script> <script src="/Phototheque/scripts/cookie-consent-1.1.js;jsessionid=F8D88986ACCD2555C6E89B0FE4CAFEBE" data-cookie-consent="true" data-lang="fr" data-contextpath="/Phototheque"></script> <script type="text/javascript"> try { sessionStorage["ajaris_auth_url"] = JSON.stringify({url:"/Phototheque/;jsessionid=F8D88986ACCD2555C6E89B0FE4CAFEBE",ts:new Date().getTime()}); } catch (e) {} $(function(){ var $login = $("#login-page-login-button"), $user = $("#login-page-username"), $form = $("#login-page-form"), done = false; /* login */ $form.submit(function() { if (!$login.length || done) return false; if ($.trim($user.val()).length == 0) { $user.val("").trigger("init").flashMe(); return false; } if (!_start_connect($login)) return false; }); $(document).keydown(function(e) { if (e.keyCode == 13) { $login.trigger("click"); } }); $("#sso-login-button, #guest-login").click(function() { if (!_start_connect($(this))) return false; document.location = $(this).attr("href"); }); function _start_connect($btn) { if (done) return false; $("#login-box").append("<div class='login-box-disabler' />"); $(".lds-ring").first().appendTo($btn).show(); done = true; return true; } /* password reveal */ var $pwd = $('#login-page-password'), $pwdToggler = $('#plain-password-toggler'); $pwdToggler.hide().bind('click',function(e) { var x = $pwd.get(0); if (x.type === "password") { x.type = "text"; $pwdToggler.addClass("fa-eye-slash"); } else { x.type = "password"; $pwdToggler.removeClass("fa-eye-slash"); } }); $("#plain-password-toggler-container").bind('click',function(e) { if ($e.target().is("#plain-password-toggler")) return; $pwdToggler.trigger("click"); }); $pwd.bind("init propertychange change click keyup input paste",function(e) { var filled = $(this).val().length != 0; if (!filled && e.type == 'init'){ try {filled = $(this).is(':-webkit-autofill');}catch(err){}; } $pwdToggler.toggle(filled); }); setTimeout(function() { $pwd.trigger("init"); },500); /* page reset on back button */ $(window).bind("pageshow", _pageshow); function _pageshow() { var visit_track_bit = document.getElementById('visit_track'); var isFirstVisit = visit_track_bit.value == '0'; if (isFirstVisit || !done) return; $(".lds-ring").first().hide().appendTo($("#login-box")); $(".login-box-disabler").remove(); done = false; } setTimeout(function() { var visit_track_bit = document.getElementById('visit_track'); visit_track_bit.value = '1'; },800); /* languages */ var lang = "", useLocalStorage = $.supportsLocalStorage(); if (!lang.length && useLocalStorage) { lang = AJARISGLOBALS.getPref("lang-ui"); } if (lang && lang.length) { $("#language-list a").each(function() { if (lang == $(this).attr("ajaris-lang")) { if (useLocalStorage) { AJARISGLOBALS.setPref("lang-ui", $(this).attr("ajaris-lang")); } document.location.href = $(this).attr("href"); return false; } }); } if (useLocalStorage) { $("#language-list a").click(function() { AJARISGLOBALS.setPref("lang-ui", $(this).attr("ajaris-lang")); }); } window.onbeforeunload = function(e) { // necessary for removing button hover effect on history back } }); </script> <style> input[type=password]::-webkit-contacts-auto-fill-button, input[type=password]::-webkit-credentials-auto-fill-button {opacity: 0;pointer-events:none;} @media not all and (min-resolution: 0.001dpcm) { /** Safari only */ i.fa-eye { margin-top:-2px; } } </style> </head> <body class="login-page"> <div id="login-page-logo-container" class="logo"></div> <div id="login-box" class="login-box unselectable"> <div class='lds-ring'><div></div><div></div><div></div><div></div></div> <form id="login-page-form" action="/Phototheque/Index.do;jsessionid=F8D88986ACCD2555C6E89B0FE4CAFEBE" method="post" accept-charset="utf-8"> <input type="hidden" name="lang" value="fr" /> <h2 id="site-label" class="title">Images Bonjour Qu茅bec</h2> <input type="hidden" name="preserveStack" value="6"/> <input type="hidden" name="contributionId" value="" /> <input type="hidden" name="bdxDLId" value="" /> <input type="hidden" name="ciAccessKey" value="" /> <input type="hidden" name="sharingKey" value=""/> <input type="hidden" name="goto" value=""/> <h2 id="logged-access-title" class="title">Se connecter</h2> <div class="entry username"> <input type="text" name="pseudo" value="" id="login-page-username" placeholder=" " spellcheck="false" /> <span id="login-page-username-label" class="placeholder">Identifiant</span> </div> <div class="entry password"> <input type="password" name="password" id="login-page-password" value="" placeholder=" " /> <span class="placeholder">Mot de passe </span> <i class="fa fa-eye" id="plain-password-toggler"></i> <a href="/Phototheque/recover-password;jsessionid=F8D88986ACCD2555C6E89B0FE4CAFEBE" id="recover-password" class="linktext right">Mot de passe oubli茅 ?</a> </div> <button id="login-page-login-button" type="submit" class="button"> <span id="login-page-login-button-label">Connexion</span> </button> <a href="/Phototheque/register;jsessionid=F8D88986ACCD2555C6E89B0FE4CAFEBE" id="create-account" class="linktext">Cr茅er mon compte</a> </form> <div id="guest-login-container"> <div id="guest-section-top-separator" class="line"></div> <button id="guest-login" type="button" class="button" href="/Phototheque/IndexVisit.do;jsessionid=F8D88986ACCD2555C6E89B0FE4CAFEBE"> <span id="guest-login-button-label">Acc猫s visiteur</span> </button> </div> <ul id="language-list" class="lang-list"> <li><span class="unselectable">Fran莽ais</span></li> <li><a class="unselectable" href="/Phototheque/mobile/setlang.do;jsessionid=F8D88986ACCD2555C6E89B0FE4CAFEBE?lang=en" ajaris-lang="en">English</a></li> </ul> </div> <form id="visit-tracker" name="visitTracker" style="height:0px;width:0px;display:none;"> <input type="hidden" id="visit_track" name="visit_track" value="0" /> </form> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10