<!--
function ieavclose() {
if (document.getElementById('blocall')) document.getElementById('blocall').style.visibility='hidden';
if (document.getElementById('ieavert')) document.getElementById('ieavert').style.visibility='hidden';
return false
}
function ieavopen() {
if (document.getElementById('blocall')) document.getElementById('blocall').style.visibility='visible';
if (document.getElementById('ieavert')) document.getElementById('ieavert').style.visibility='visible';
return false
}
var posX = 0;
var posY = 0;
if (window.innerWidth) posX=((window.innerWidth - 400)/2);
else if (document.body.clientWidth) posX=((document.body.clientWidth - 400)/2) + 8;
if (window.innerHeight) posY=((window.innerHeight - 275)/2);
else if (document.body.clientHeight) posY=((document.body.clientHeight - 275)/2) + 8;
document.write('<div id="blocall" style="position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 10; background-image: url(images/err_ie_mac.gif); visibility: hidden"><img src="images/espace.gif" alt="" width="100%" height="100%" border="0"></div>\n');
document.write('<div id="ieavert" style="position: absolute; width: 400px; height: 275px; left: '+posX+'px; top: '+posY+'px; border: 1px solid #7d1c09; background-color: #c9d765; visibility: hidden; z-index: 1000">');
document.write('<div style="margin: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: justify">');
document.write('<p><b style="font-size: 16px; color: #7d1c09">AVERTISSEMENT</b></p>');
document.write('<p>Nous avons d&eacute;tect&eacute; que votre navigateur est la version &laquo;&nbsp;bêta&nbsp;&raquo; de Microsoft Internet Explorer 7. Cette version, non disponible officiellement, est incompatible avec les rubriques &laquo;&nbsp;La Boutique&nbsp;&raquo; et &laquo;&nbsp;Votre Commande&nbsp;&raquo; de notre site Internet.</p>');
document.write('<p>Nous travaillons actuellement &agrave; rendre ces rubriques compatibles avec Internet Explorer 7 pour sa sortie officielle. L\'int&eacute;gralit&eacute; de notre site reste bien entendu fonctionnelle avec Internet Explorer 6 (version courante) et Mozilla Firefox.</p>');
document.write('<p>Nous vous prions de bien vouloir accepter toutes nos excuses pour ce d&eacute;sagr&eacute;ment.</p>');
document.write('<p align="right"><a href="#" onClick="return ieavclose()" style="font-size: 10px">Fermer ce message</a></p>');
document.write('</div></div>');

// -->