function direct_email(){
        var chaine_mail = '<a rel="nofollow" href="mailto:';
        chaine_mail += '?subject= ' + encodeURIComponent( document.title );
        chaine_mail += '&amp;body= Je te recommande cette page : ' + encodeURIComponent( document.title );
        chaine_mail += '. Consultable à cette adresse : ' + encodeURIComponent(window.location.href);
        chaine_mail += '" title="Envoyer par e-mail" class="bouton"><img src="http://theme.xboxpassion.fr/img/boutons/email.png" alt="Envoyer à un ami" class="bouton"></a>';
        document.write(chaine_mail);
}
