// JavaScript Document<SCRIPT type="text/javascript">

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
	if (navigator.appName.indexOf("Explorer") > -1) {version();}
	
	function version(){
		version = navigator.appVersion
		var version=version.split("MSIE");
		version=version[1].split(";");
			
		if (version[0] < 6 ) {
		document.write ("<style> @import url('/css/menuIE5.css');</style>");
		}
	}
	
function blanc() {
	var doc
	doc=document.location.href;
	doc = doc.split("/");
	rub = doc[5];
	
	if (rub != undefined ) {	
		var colorlien = "#FFFFFF"; //couleur du texte
		document.getElementById(rub).style.color=colorlien;
	}	
}


