// All functions that must be launch after window is loaded
 
window.onload = function() {
        activatePlaceholders();
        montre();
}
