function ie6(div, style){
	$(div).prepend('<a target="_blank" title="Cliquez ici pour choisir votre navigateur" href="http://www.vivelavie.fr/php/page.php?page=navigateur" style="display: block; background: url(\'http://www.vivelavie.fr/images/ie6.jpg\') #FEEFDA no-repeat right center; padding: 20px 200px 20px 10px; border: 1px solid #F7941D; color: #000; font-weight: bold; width: 400px; position: relative; margin: 0 auto; text-align: center; '+style+'" id="ie6">Vous utilisez une version périmée d\'Internet Explorer. <br>Pour une navigation optimale nous vous recommandons de mettre à jour votre navigateur.</a>');
}

