v=0;
whichbrowser = navigator.appName;
ver = parseInt(navigator.appVersion);
if ( (whichbrowser == "Netscape" && ver >= 3) || ver >= 4 ){v=1;}

var layerStyleRef="null";
var layerRef="null";
var styleSwitch="null";

if (navigator.appName == "Netscape")
	{
	layerStyleRef="layer.";
	layerRef="document.layers";
	styleSwitch="";
	taille="8";
	}
	else
	{
	layerStyleRef="layer.style.";
	layerRef="document.all";
	styleSwitch=".style";
	taille="7";
	}
function cache(layerName){
				if(v){
					eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="hidden"');	}}
function montre(layerName){
				if(v){
					eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="visible"');	}}

function cacheTout(){
if(v){	
	eval(layerRef+'["m1"]'+styleSwitch+'.visibility="hidden"');	
	eval(layerRef+'["m2"]'+styleSwitch+'.visibility="hidden"');
	eval(layerRef+'["m3"]'+styleSwitch+'.visibility="hidden"');
	eval(layerRef+'["m4"]'+styleSwitch+'.visibility="hidden"');
	eval(layerRef+'["m5"]'+styleSwitch+'.visibility="hidden"');

	}

	}


function desactive()	{
				if(v){	
					clearTimeout(timer)
					timer=setTimeout("desactive2()",1000)	}}
function desactive2()	{
				if(v){	
					if (roll==0){cacheTout()}	}}

timer=0;
roll=0;
document.write('	<style TYPE=text/css>');
document.write('	.lienBl		{FONT-FAMILY : arial, helvetica, sans-serif ; Font-size: '+taille+'pt ; text-decoration: none; color: #FFFFFF;}');
document.write('	.lienBl2		{FONT-FAMILY : arial, helvetica, sans-serif ; Font-size: '+taille+'pt ; text-decoration: none; font-style : italic ; font-weight : bold ; color: #FFFFFF;}');
document.write('	.lienBm		{FONT-FAMILY : arial, helvetica, sans-serif ; Font-size: '+taille+'pt ; text-decoration: none; color: #FFFFFF;}');
document.write('	.lienBl:hover 	{text-decoration: underline;}');
document.write('	.lienBm:hover 	{text-decoration: underline;}');
document.write('	.lienBl2:hover 	{text-decoration: none;}');


document.write('	#m1{position: absolute; visibility:hidden; top:36; left:00; z-index: 110; WIDTH:40; }');
document.write('	#m2{position: absolute; visibility:hidden; top:36; left:135; z-index: 110; WIDTH:40; }');
document.write('	#m3{position: absolute; visibility:hidden; top:36; left:270; z-index: 110; WIDTH:40; }');
document.write('	#m4{position: absolute; visibility:hidden; top:36; left:405; z-index: 110; WIDTH:40; }');
document.write('	#m5{position: absolute; visibility:hidden; top:36; left:540; z-index: 110; WIDTH:40; }');

document.write('	</style>');





