<!--//--><![CDATA[//><!--
function opennav(submenu,onclick) {
	navRoot = document.getElementById("menu");
	for (i=0; i<navRoot.childNodes.length; i++) {
		node = navRoot.childNodes[i];
		if (node.nodeName=="LI" && node == submenu) {
			node.className=node.className ="over";
			if(onclick != 1){
				links = navRoot.getElementsByTagName('A');
				for (i = 0; i < links.length; i++) {
					if(links[i].href == window.location){
						links[i].className ="active";
					}
				}
			}
		}
		else {
			node.className="hide";
		}
	}
}

startList = function() {
	navRoot = document.getElementById("menu");
	for (i=0; i<navRoot.childNodes.length; i++) {
		node = navRoot.childNodes[i];
		if (node.nodeName=="LI") {
			node.onclick=function() {
				opennav(this,1);
			}
		if (node.className.length==0) node.className="hide"
		}
	}
	navRoot = document.getElementById("menu1");
	for (i=0; i<navRoot.childNodes.length; i++) {
		node = navRoot.childNodes[i];
		if (node.nodeName=="LI") {
			node.onclick=function() {
				opennav(this,1);
			}
			if (node.className.length==0) node.className="hide"
		}
	}
		navRoot = document.getElementById("menu2");
	for (i=0; i<navRoot.childNodes.length; i++) {
		node = navRoot.childNodes[i];
		if (node.nodeName=="LI") {
			node.onclick=function() {
				opennav(this,1);
			}
			if (node.className.length==0) node.className="hide"
		}
	}
	
	
	if (document.getElementById("menu3") != null)
	{
		navRoot = document.getElementById("menu3");
		for (i=0; i<navRoot.childNodes.length; i++) {
		node = navRoot.childNodes[i];
		if (node.nodeName=="LI") {
				node.onclick=function() {
				opennav(this,1);
			}
			if (node.className.length==0) node.className="hide"
		}
		}
	}
	
	if (document.getElementById("menu4") != null)
	{
		navRoot = document.getElementById("menu4");
		for (i=0; i<navRoot.childNodes.length; i++) {
		node = navRoot.childNodes[i];
		if (node.nodeName=="LI") {
				node.onclick=function() {
				opennav(this,1);
			}
			if (node.className.length==0) node.className="hide"
			}
		}
	}
	
	if (document.getElementById("menu5") != null)
	{
		navRoot = document.getElementById("menu5");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onclick=function() {
				opennav(this,1);
			}
			if (node.className.length==0) node.className="hide"
			}
		}
	}
	
	
	if (document.getElementById("menu6") != null)
	{
		navRoot = document.getElementById("menu6");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onclick=function() {
				opennav(this,1);
			}
			if (node.className.length==0) node.className="hide"
			}
		}
	}
	
	if (document.getElementById("menu7") != null)
	{	
		navRoot = document.getElementById("menu7");
		
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onclick=function() {
					opennav(this,1);
				}
				if (node.className.length==0) node.className="hide"
			}
		}
	}
	
	if (document.getElementById("menu8") != null)
	{	
		navRoot = document.getElementById("menu8");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onclick=function() {
					opennav(this,1);
				}
				if (node.className.length==0) node.className="hide"
			}
		}
	}
	if (document.getElementById("menu9") != null)
	{
		navRoot = document.getElementById("menu9");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onclick=function() {
					opennav(this,1);
				}
				if (node.className.length==0) node.className="hide"
			}
		}
	}
	
	if (document.getElementById("menu10") != null)
	{
		navRoot = document.getElementById("menu10");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onclick=function() {
					opennav(this,1);
				}
				if (node.className.length==0) node.className="hide"
			}
		}
	}
	
	
	if (document.getElementById("menu11") != null)
	{
		navRoot = document.getElementById("menu11");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onclick=function() {
					opennav(this,1);
				}
				if (node.className.length==0) node.className="hide"
			}
		}
	}
	
}
function clic(e) {
  var message = "Le contenu de cette page n'est pas libre de droit.";
  
  if(!document.rightClickDisabled) // initialize
  {
    if(document.layers) 
    {
      document.captureEvents(Event.MOUSEDOWN);
      document.onmousedown = clic;
    }
    else document.oncontextmenu = clic;
    return document.rightClickDisabled = true;
  }
  if(document.layers || (document.getElementById && !document.all))
  {
    if (e.which==2||e.which==3)
    {
      alert(message);
      return false;
    }
  }
  else
  {
    alert(message);
    return false;
  }
}

function UnCryptMailto( s ){
	var n = 0;
   var r = "";
   for( var i = 0; i < s.length; i++)
      {
       n = s.charCodeAt( i );
       if( n >= 8364 ){
        	n = 128;
       }
       r += String.fromCharCode( n - 1 );
       }
   return r;
}

    function linkTo_UnCryptMailto( s )
    {
        location.href=UnCryptMailto( s );
}

window.onload=startList;
//--><!]]>
