if(document.styleSheets) document.styleSheets[1].disabled=true;
function swap(){this.className="msieFix"}
function swapBack(){this.className="titre-menu"}
function swapfocus() {this.parentNode.parentNode.parentNode.className="msieFix"}
function swapblur() {this.parentNode.parentNode.parentNode.className="titre-menu"}
function Montre(){
	if (document.getElementById){	
	var LI = document.getElementsByTagName("li");
	var zLI= LI.length;
		for(var k=0;k<zLI;k++){ 
			if(LI[k].parentNode.parentNode.className=="titre-menu"){
				LI[k].firstChild.onfocus=swapfocus;
				LI[k].firstChild.onblur = swapblur;
				}
			if(LI[k].className=="titre-menu"){LI[k].onmouseover=swap;LI[k].onmouseout=swapBack}
		}
	}
}
function film(page, largeur, hauteur)
{
var top;
var left;
top=Math.floor((screen.height)/2)-(hauteur/2);
left=Math.floor((screen.width)/2)-(largeur/2);
window.open(page, '', 'toolbar=no, location=no, directories=no, status=no, resizable=no, scrollbars=no, copyhistory=no, width='+largeur+', height='+hauteur+', left='+left+', top='+top+'');
}
