if (document.cookie.indexOf('disclaimer')<=-1)
	{
	document.cookie='test1_cook=oui;path=/';
	if (document.cookie.indexOf('test1_cook')<=-1){window.location.replace('http://www.concorde.fr/index.asp?url=' + escape(window.location));}
	else {
		function visite()
			{
			document.cookie='disclaimer=ok;';
			if(document.getElementById)
				document.getElementById("container").style.display='none'
			}
			document.write("<div id='container' style='text-align:left;'>");
			document.write("<div style='position:absolute;z-index:1050;width:100%;height:2500px;min-height:2500px;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;border:0px #DF358B solid; background-color:#000000;filter:alpha(opacity=70);-moz-opacity:0.70;opacity: 0.70;text-align:center;line-height: normal ; clear: both;'>");
			document.write("</div>");
			document.write("<div style='position:absolute;z-index:1051;width:100%;text-align:center; clear: both;'>");
			document.write("<div style='width:680px;height:485px;margin-left:auto;margin-right:auto;margin-top:20px;border:0px #DF358B solid;padding:10px;background-color:#FFFFFF;font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;font-size:13px;color:#000000;'>");
			document.write("<p><map name='FPMapdisclamer'>");
			document.write("<area href='#' onclick='visite();return(false)' shape='rect' coords='324, 382, 443, 412' title='Visiter ce site interdit aux mineurs' alt='Entrez dans ce site'>");
			document.write("<area href='http://www.google.fr' shape='rect' coords='463, 383, 571, 410' title='Ne pas visiter ce site r&eacute;serv&eacute; aux adultes' alt='Quittez ce site'>");
			document.write("<area href='http://www.icra.org/labelv02.html' target='_blank' shape='rect' coords='418, 446, 488, 464' alt='étiqueté grâce à ICRA'>");
			document.write("<area href='http://www.concorde.fr/plan.htm' shape='rect' coords='419, 466, 485, 478'>");
			document.write("</map>");
			document.write("<img border='0' src='http://www.concorde.fr/boutique/gfx/disclamer/disclamer_concorde.jpg' width='680' height='485' usemap='#FPMapdisclamer' alt='avertissement'></p>");
			document.write("</div><br><br />");
			document.write("</div>");		
			document.write("</div>");		

		}
	}