var ie6_warning=navigator.userAgent.indexOf('MSIE 6')
if (ie6_warning > 0)
{
	
	alert("Attention, le navigateur que vous utilisez actuellement (Internet Explorer 6) est trop ancien. Merci d'utiliser Internet Explorer 8 pour visualiser correctement ce site"); 	
	
	document.write("<div style='border: 1px solid #F7941D; background: #FEEFDA; text-align: center; clear: both; height: 75px; position: relative;'> <div style='position: absolute; right: 3px; top: 3px; font-family: courier new; font-weight: bold;'><a href='#' onclick='javascript:this.parentNode.parentNode.style.display=\"none\"; return false;'><img src='img/ie6/ie6nomore-cornerx.jpg' style='border: none;' alt='Close this notice'/></a></div> <div style='width: 740px; margin: 0 auto; text-align: left; padding: 0; overflow: hidden; color: black;'> <div style='width: 75px; float: left;'><img src='img/ie6nomore-warning.gif' alt='Attention!'/></div> <div style='width: 275px; float: left; font-family: Arial, sans-serif; color:#000'> <div style='font-size: 14px; font-weight: bold; margin-top: 12px; color:#000'>Votre navigateur web Internet Explorer 6 est obsol&egrave;te</div> <div style='font-size: 12px; margin-top: 6px; line-height: 12px; color:#000'>Pour une visualisation correcte de ce site, veuillez utiliser l'un des navigateurs suivants.</div> </div><div style='width: 75px; float: left;'><a href='http://www.firefox.com' target='_blank'><img src='img/ie6/ie6nomore-firefox.jpg' style='border: none;' alt='Get Firefox 3.5'/></a></div><div style='width: 75px; float: left;'><a href='http://www.browserforthebetter.com/download.html' target='_blank'><img src='img/ie6/ie6nomore-ie8.jpg' style='border: none;' alt='Get Internet Explorer 8'/></a></div> <div style='width: 73px; float: left;'><a href='http://www.apple.com/safari/download/' target='_blank'><img src='img/ie6/ie6nomore-safari.jpg' style='border: none;' alt='Get Safari 4'/></a></div></div></div>" );}
	

