// JavaScript Document
/* ----- This function tells the user that the page is not translated */
function notTranslated()
{
        alert('Désolée\, la page n\'est pas traduite.');
}
