/* ----------------------------| GESTION INDEX  |---------------------------- */function ouvreStrasVert() {	document.getElementById("txtEdito").style.cssText = "display: none;";	document.getElementById("txtStrasVert").style.cssText = "display: block;";	document.getElementById("ongl1").style.cssText = "background-color: rgb(245,245,245) !important;; color: black !important;";	document.getElementById("ongl2").style.cssText = "background: rgb(252,250,244) url(../img/fond-vert-col.gif) repeat-x; color: white !important;";	}function ouvreEdito() {	document.getElementById("txtEdito").style.cssText = "display: block;";	document.getElementById("txtStrasVert").style.cssText = "display: none;";	document.getElementById("ongl2").style.cssText = "background-color: rgb(245,245,245) !important;; color: black !important;";	document.getElementById("ongl1").style.cssText = "background: rgb(252,250,244) url(../img/fond-vert-col.gif) repeat-x; color: white !important;";	}	/* ----------------------------| GERE LE SPOT AGENDA  |---------------------------- */function afficheSpot(){ document.getElementById("spot").style.cssText = "visibility: visible;"; } window.onload = function(){	afficheSpot();ouvreEdito();	} 		function animSpot(){ transformLayer (0,-2000,587,400,"spot",100,50); }