jQuery(document).ready(function() {
    jQuery("#made-by").html('<a id="made-by-logo" title="Visiter le site Digital Age" target="_blank" href="http://www.digitalage.fr"></a>');
    var hebergement = '<h2>H&eacute;bergement : Digital Age</h2><p class="nopadding">17/19 Rue Pelleport, 75020 Paris&nbsp;<br /><a class="bold" href="http://www.digitalage.fr" target="_blank" title="Visiter le site Digital Age">http://www.digitalage.fr</a></p><p class="nopadding" style=" margin-top:5px;"><strong>T&eacute;l. :</strong> 08 25 16 01 01<br /><strong>Fax :</strong> 08 25 16 01 01</p>';
    jQuery("#hebergement").html(hebergement)
    changeToMail("mails-place-0", 0, true);
    setStyles();
});
