   var DateFormatee=new Date();
   var Copyright="&copy;Copyright 1998, Guy Dumais";


function SourisEn( )
   {
      if (window.event.srcElement.tagName == "A")
      {
         window.event.srcElement.style.color = "red";
      }
   }
function SourisHors( )
   {
      if (window.event.srcElement.tagName == "A")
      {
         window.event.srcElement.style.color = "";
      }
   }
   
   document.onmouseover = SourisEn;
   document.onmouseout = SourisHors;

function msieversion()
   {
      ua = window.navigator.userAgent
      msie = ua.indexOf ( "MSIE " )
      if ( msie > 0 )
         return parseInt ( ua.substring ( msie+5, ua.indexOf ( ".", msie ) ) )
      else
         return 0
   }

function Lire_Date()
   {
         JourduMois=DateFormatee.getDate();
         JourduMoisE=DateFormatee.getDate();
         if (JourduMois=="1") { JourduMois="1er"; JourduMoisE = "1st" };
         Annee=DateFormatee.getFullYear();
         Mois=DateFormatee.getMonth();
         MoisE=DateFormatee.getMonth();
         JourdelaSemaine=DateFormatee.getDay();
         JourdelaSemaineE=DateFormatee.getDay();
         if (Mois==0) { Mois = "Janvier"; MoisE = "January" }
         else if (Mois==1) { Mois = "Février"; MoisE = "February" }
         else if (Mois==2) { Mois = "Mars"; MoisE = "March" }
         else if (Mois==3) { Mois = "Avril"; MoisE = "April" }
         else if (Mois==4) { Mois = "Mai"; MoisE = "May" }
         else if (Mois==5) { Mois = "Juin"; MoisE = "June" }
         else if (Mois==6) { Mois = "Juillet"; MoisE = "July" }
         else if (Mois==7) { Mois = "Août"; MoisE = "August" }
         else if (Mois==8) { Mois = "Septembre"; MoisE = "September" }
         else if (Mois==9) { Mois = "Octobre"; MoisE = "October" }
         else if (Mois==10) { Mois = "Novembre"; MoisE = "November" }
         else if (Mois==11) { Mois = "Décembre";; MoisE = "December" }
         if (JourdelaSemaine==0) { JourdelaSemaine = "Dimanche, le "; JourdelaSemaineE = "Sunday, " }
         else if (JourdelaSemaine==1) { JourdelaSemaine = "Lundi, le "; JourdelaSemaineE = "Monday, " }
         else if (JourdelaSemaine==2) { JourdelaSemaine = "Mardi, le "; JourdelaSemaineE = "Tuesday, " }
         else if (JourdelaSemaine==3) { JourdelaSemaine = "Mercredi, le "; JourdelaSemaineE = "Wednesday, " }
         else if (JourdelaSemaine==4) { JourdelaSemaine = "Jeudi, le "; JourdelaSemaineE = "Thursday, " }
         else if (JourdelaSemaine==5) { JourdelaSemaine = "Vendredi, le "; JourdelaSemaineE = "Friday, " }
         else if (JourdelaSemaine==6) { JourdelaSemaine = "Samedi, le "; JourdelaSemaineE = "Saterday, " }
         DateduJour = JourduMois + " " + Mois + " " + Annee;
         DateduJourE = MoisE + " " + JourduMoisE + ", " + Annee;
   }
   Lire_Date();




/* ----------------------------------------------------------------
   sniffing code to detect for IE4 on either Windows NT or 95  
---------------------------------------------------------------- */

  var sAgent = navigator.userAgent
   var bIs95NT 
      = sAgent.indexOf("Windows 95") > -1 
      || sAgent.indexOf("Windows NT")  > -1 
      || sAgent.indexOf("Win32")  > -1 
      || sAgent.indexOf("Windows 98")  > -1  
   var bIsIE4 
      = sAgent.indexOf("IE 4")  > -1 
      && sAgent.indexOf("b1") <= -1 
      && sAgent.indexOf("p1") <= -1
   var bIsIE432 = bIs95NT && bIsIE4

/* ----------------------------------------------------------------
   variable declarations for doMenu 
   sOpenMenuID points to any open pop-up menus, is blank otherwise 
---------------------------------------------------------------- */

   var sOpenMenuID = ""
   var iTimerID 

/* ----------------------------------------------------------------
   main function, doMenu, that hides any open pop-up menus, determines 
   which menu DIV to access, and starts its display 
---------------------------------------------------------------- */

   function doMenu() {
  //    if (bIsIE432) {
	 var eSrc = window.event.srcElement
         window.event.cancelBubble = true
         if (sOpenMenuID != "") {
	    document.all[sOpenMenuID].style.display = "none"
	}  
         if (eSrc.className=="clsMenuTitle") {
            var nMenuNum = eSrc.id.substring(eSrc.id.length - 1,eSrc.id.length)
            sOpenMenuID = "idMenu" + nMenuNum
            var eMenu = document.all[sOpenMenuID]
            // start displaying the pop-up menu 
            eMenu.style.clip = "rect(0 0 0 0)"
            document.all[sOpenMenuID].style.display = "block"
            nChunk = 25
            iTimerID = window.setTimeout("showMenu(" + eMenu.id + "),10")
         }
//      }
  }

	
/* ----------------------------------------------------------------
   nChunk is a variable scaled by 25 in successive iterations 
   of a conditional loop 
---------------------------------------------------------------- */

   var nChunk

/* ----------------------------------------------------------------
   showMenu function reveals the menu in 25 percent 
   chunks every 10 milliseconds 
---------------------------------------------------------------- */

   function showMenu(eMenu) {
      eMenu.style.clip = "rect(0 100% " + nChunk + "% 0)"
      nChunk +=25
      if (nChunk <= 100) {
         iTimerID = window.setTimeout("showMenu(" + eMenu.id + "),10")
      }
      else {
         window.clearTimeout(iTimerID)
      }
   }




SStopExecution = false;
CSInit = new Array;
function CSScriptInit() {
if(typeof(skipPage) != "undefined") { if(skipPage) return; }
idxArray = new Array;
for(var i=0;i<CSInit.length;i++)
	idxArray[i] = i;
CSAction2(CSInit, idxArray);
}
CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10);
function IsIE() { return CSAg.indexOf("MSIE") > 0;}
function CSIEStyl(s) { return document.all.tags("div")[s].style; }
function CSNSStyl(s) { return CSFindElement(s,0); }
function CSFindElement(n,ly) { if (CSBVers < 4) return document[n];
	var curDoc = ly ? ly.document : document; var elem = curDoc[n];
	if (!elem) { for (var i=0;i<curDoc.layers.length;i++) {
		elem = CSFindElement(n,curDoc.layers[i]); if (elem) return elem; }}
	return elem;
}
function CSClickReturn () {
	var bAgent = window.navigator.userAgent; 
	var bAppName = window.navigator.appName;
	if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0))
		return true; // dont follow link
	else return false; // dont follow link
}
function CSButtonReturn () {
	var bAgent = window.navigator.userAgent; 
	var bAppName = window.navigator.appName;
	if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0))
		return false; // follow link
	else return true; // follow link
}
CSIm = new Object();
function CSIShow(n,i) {
	if (document.images) {
		if (CSIm[n]) {
			var img = (!IsIE()) ? CSFindElement(n,0) : document[n];
			if (img && typeof(CSIm[n][i].src) != "undefined") {img.src = CSIm[n][i].src;}
			if(i != 0)
				self.status = CSIm[n][3];
			else
				self.status = " ";
			return true;
		}
	}
	return false;
}
function CSILoad(action) {
	im = action[1];
	if (document.images) {
		CSIm[im] = new Object();
		for (var i=2;i<5;i++) {
			if (action[i] != '') { CSIm[im][i-2] = new Image(); CSIm[im][i-2].src = action[i]; }
			else CSIm[im][i-2] = 0;
		}
		CSIm[im][3] = action[5];
	}
}
CSStopExecution = false;

function CSAction(array) { 
	return CSAction2(CSAct, array);
}
function CSAction2(fct, array) { 
	var result;
	for (var i=0;i<array.length;i++) {
		if(CSStopExecution) return false; 
		var actArray = fct[array[i]];
		if(actArray == null) return false; 
		var tempArray = new Array;
		for(var j=1;j<actArray.length;j++) {
			if((actArray[j] != null) && (typeof(actArray[j]) == "object") && (actArray[j].length == 2)) {
				if(actArray[j][0] == "VAR") {
					tempArray[j] = CSStateArray[actArray[j][1]];
				}
				else {
					if(actArray[j][0] == "ACT") {
						tempArray[j] = CSAction(new Array(new String(actArray[j][1])));
					}
				else
					tempArray[j] = actArray[j];
				}
			}
			else
				tempArray[j] = actArray[j];
		}			
		result = actArray[0](tempArray);
	}
	return result;
}
CSAct = new Object;

function MakeArray()
{
    this.length = MakeArray.arguments.length;
    for (var loop = 0 ; loop < this.length ; loop++)
	{
      	this [loop + 1] = MakeArray.arguments [loop];
	}
}
function Matrice (nom, ligne, col)
{
	for (i = 0; i < ligne; i++)
	{
		nom[i] = new MakeArray(col);
		for (j=0; j < col; j++)
		{
    		nom[i][j] = "["+i+","+j+"]";
		}
	}
}

function arrondis (n)
{
	var s = "" + Math.round(n * 100) / 100;
      var i = s.indexOf('.');
      if (i < 0)
           return s + ".00"
      var t = s.substring(0, i + 1) + s.substring(i + 1, i + 3);
      if (i + 2 == s.length);
           t += "0";
      return t;
}

function SetCookie(sName, sValue)
	{
	  document.cookie = sName + "=" + escape(sValue) + "; ";
	}

function GetCookie(sName)
{
  // cookies are separated by semicolons
  var aCookie = document.cookie.split("; ");
  for (var i=0; i < aCookie.length; i++)
  {
    // a name/value pair (a crumb) is separated by an equal sign
    var aCrumb = aCookie[i].split("=");
    if (sName == aCrumb[0]) 
      return unescape(aCrumb[1]);
  }
  // a cookie with the requested name does not exist
  return null;
}
