// page selectionnée
//choix=(Societe,presentation);
// coord: <nom_image>,<left_position>,<top_position>

var menus = {
		  Formation: 
			{Coachplus: {coord:'Formation,623,12'},
			 Supervision: {coord:'Formation,623,58'},
			 Individuel: {coord:'Formation,623,26'}
		      },
		  Societe: 
			{Presentation: {coord:'Societe,506,33'},
			 Formateurs: {coord:'Societe,506,43'},
			 Activites:   {coord:'Societe,506,57'}
		      },
		  Formules: 
			{Pourqui: {coord:'Formules,377,50'},
			 Devenir: {coord:'Formules,377,63'}
			/*Classique:	{coord:'Formules,377,51'},
			 Intensive:	{coord:'Formules,377,68'},
			 Acceleree:	{coord:'Formules,377,85'}*/
		      },
		  Inscription: 
			{Tarifs:	{coord:'Inscription,235,83'},
			 Dates:	{coord:'Inscription,235,101'},
			 Bulletin:	{coord:'Inscription,235,96'}
		      },
		  Communication: 
			{Compact: {coord:'Communication,76,135'}, // 128
			 Conferences: {coord:'Communication,76,148'},
			 Temoignages: {coord:'Communication,76,162'},
			 Partenaires: {coord:'Communication,76,175'}
		      },
		  Historique: 
			{Coaching: {coord:'Historique,0,218'},
			 Ethique: {coord:'Historique,0,232'},
			 Documentation:   {coord:'Historique,0,245'}
		      }
		};


function focus_on_selection( ) {

coordonnees=menus[principal][secondaire].coord.split(",");
var Xpos=coordonnees[1];
var Ypos=coordonnees[2];

	// reference: top=505,38 deltaY=17-->
	document.write("<span style='position:absolute;");
	document.write("left:"+Xpos+"px;top:"+Ypos+"px;");
	document.write("margin-left:0px;margin-top:0px'>");
	document.write("<img height=30 width=15 src='images/fleche.gif'></span>");
}

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

var selected='';
function changeImages() {

	if (document.images && (preloadFlag == true)) {

		for (var i=0; i<changeImages.arguments.length; i+=2) {

			if (changeImages.arguments[i] != selected) {
				document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
                  }
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		Lunion_over = newImage("navs/Lunion-over.jpg");
		page_V10_13_Lunion_over = newImage("navs/page_V10_13-Lunion_over.jpg");
		Formation_over = newImage("navs/Formation-over.jpg");
		Societe_over = newImage("navs/Societe-over.jpg");
		Formules_over = newImage("navs/Formules-over.jpg");
		Inscription_over = newImage("navs/Inscription-over.jpg");
		Communication_over = newImage("navs/Communication-over.jpg");
		Historique_over = newImage("navs/Historique-over.jpg");

		preloadFlag = true;
	}

	//alert( 'menu: '+ menus["Societe"]["Presentation"].coord );
	//alert( 'menu: '+ menus[principal][secondaire].coord );
	coordonnees=menus[principal][secondaire].coord.split(",");
	initialImage( coordonnees[0] );
}

function initialImage( param ) {

	if (param != '') changeImages( param, 'navs/'+ param + '-over.jpg');
	selected = param; // initialisation de l'image à ne pas modifier
}

function video( url) {
	window.open(url,'_blank','width=580,height=460');
	return true;
}

function video2( url) {
	window.open(url,'_blank','width=530,height=510');
	return true;
}

//******************************************Fonction : Le cadre clignote ***********************

function flashit_cadre()
{
  if (!document.all) return;
  if (clignote_cadre.style.borderColor=="white")
  {
    clignote_cadre.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre.style.borderColor="white";

  }
  return;
}


function flashit_cadre1()
{
  if (!document.all) return;
  if (clignote_cadre1.style.borderColor=="white")
  {
    clignote_cadre1.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre1.style.borderColor="white";

  }
  return;
}


function flashit_cadre2()
{
  if (!document.all) return;
  if (clignote_cadre2.style.borderColor=="white")
  {
    clignote_cadre2.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre2.style.borderColor="white";

  }
  return;
}


function flashit_cadre3()
{
  if (!document.all) return;
  if (clignote_cadre3.style.borderColor=="white")
  {
    clignote_cadre3.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre3.style.borderColor="white";

  }
  return;
}


function flashit_cadre4()
{
  if (!document.all) return;
  if (clignote_cadre4.style.borderColor=="white")
  {
    clignote_cadre4.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre4.style.borderColor="white";

  }
  return;
}


function flashit_cadre5()
{
  if (!document.all) return;
  if (clignote_cadre5.style.borderColor=="white")
  {
    clignote_cadre5.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre5.style.borderColor="white";

  }
  return;
}



function flashit_cadre6()
{
  if (!document.all) return;
  if (clignote_cadre6.style.borderColor=="white")
  {
    clignote_cadre6.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre6.style.borderColor="white";

  }
  return;
}


function flashit_cadre7()
{
  if (!document.all) return;
  if (clignote_cadre7.style.borderColor=="white")
  {
    clignote_cadre7.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre7.style.borderColor="white";

  }
  return;
}


function flashit_cadre8()
{
  if (!document.all) return;
  if (clignote_cadre8.style.borderColor=="white")
  {
    clignote_cadre8.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre8.style.borderColor="white";

  }
  return;
}


function flashit_cadre9()
{
  if (!document.all) return;
  if (clignote_cadre9.style.borderColor=="white")
  {
    clignote_cadre9.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre9.style.borderColor="white";

  }
  return;
}

function flashit_cadre10()
{
  if (!document.all) return;
  if (clignote_cadre10.style.borderColor=="white")
  {
    clignote_cadre10.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre10.style.borderColor="white";

  }
  return;
}

function flashit_cadre11()
{
  if (!document.all) return;
  if (clignote_cadre11.style.borderColor=="white")
  {
    clignote_cadre11.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre11.style.borderColor="white";

  }
  return;
}

function flashit_cadre13()
{
  if (!document.all) return;
  if (clignote_cadre13.style.borderColor=="white")
  {
    clignote_cadre13.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre13.style.borderColor="white";

  }
  return;
}
function flashit_cadre14()
{
  if (!document.all) return;
  if (clignote_cadre14.style.borderColor=="white")
  {
    clignote_cadre14.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre14.style.borderColor="white";

  }
  return;
}
function flashit_cadre15()
{
  if (!document.all) return;
  if (clignote_cadre15.style.borderColor=="white")
  {
    clignote_cadre15.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre15.style.borderColor="white";

  }
  return;
}
function flashit_cadre16()
{
  if (!document.all) return;
  if (clignote_cadre16.style.borderColor=="white")
  {
    clignote_cadre16.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre16.style.borderColor="white";

  }
  return;
}
function flashit_cadre17()
{
  if (!document.all) return;
  if (clignote_cadre17.style.borderColor=="white")
  {
    clignote_cadre17.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre17.style.borderColor="white";

  }
  return;
}
function flashit_cadre18()
{
  if (!document.all) return;
  if (clignote_cadre18.style.borderColor=="white")
  {
    clignote_cadre18.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre18.style.borderColor="white";

  }
  return;
}
function flashit_cadre19()
{
  if (!document.all) return;
  if (clignote_cadre19.style.borderColor=="white")
  {
    clignote_cadre19.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre19.style.borderColor="white";

  }
  return;
}
function flashit_cadre20()
{
  if (!document.all) return;
  if (clignote_cadre20.style.borderColor=="white")
  {
    clignote_cadre20.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre20.style.borderColor="white";

  }
  return;
}
function flashit_cadre21()
{
  if (!document.all) return;
  if (clignote_cadre21.style.borderColor=="white")
  {
    clignote_cadre21.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre21.style.borderColor="white";

  }
  return;
}
function flashit_cadre22()
{
  if (!document.all) return;
  if (clignote_cadre22.style.borderColor=="white")
  {
    clignote_cadre22.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre22.style.borderColor="white";

  }
  return;
}
function flashit_cadre23()
{
  if (!document.all) return;
  if (clignote_cadre23.style.borderColor=="white")
  {
    clignote_cadre23.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre23.style.borderColor="white";

  }
  return;
}
function flashit_cadre24()
{
  if (!document.all) return;
  if (clignote_cadre24.style.borderColor=="white")
  {
    clignote_cadre24.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre24.style.borderColor="white";

  }
  return;
}
function flashit_cadre25()
{
  if (!document.all) return;
  if (clignote_cadre25.style.borderColor=="white")
  {
    clignote_cadre25.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre25.style.borderColor="white";

  }
  return;
}
function flashit_cadre26()
{
  if (!document.all) return;
  if (clignote_cadre26.style.borderColor=="white")
  {
    clignote_cadre26.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre26.style.borderColor="white";

  }
  return;
}
function flashit_cadre27()
{
  if (!document.all) return;
  if (clignote_cadre27.style.borderColor=="white")
  {
    clignote_cadre27.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre27.style.borderColor="white";

  }
  return;
}
function flashit_cadre28()
{
  if (!document.all) return;
  if (clignote_cadre28.style.borderColor=="white")
  {
    clignote_cadre28.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre28.style.borderColor="white";

  }
  return;
}
function flashit_cadre29()
{
  if (!document.all) return;
  if (clignote_cadre29.style.borderColor=="white")
  {
    clignote_cadre29.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre29.style.borderColor="white";

  }
  return;
}
function flashit_cadre30()
{
  if (!document.all) return;
  if (clignote_cadre30.style.borderColor=="white")
  {
    clignote_cadre30.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre30.style.borderColor="white";

  }
  return;
}
function flashit_cadre31()
{
  if (!document.all) return;
  if (clignote_cadre31.style.borderColor=="white")
  {
    clignote_cadre31.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre31.style.borderColor="white";

  }
  return;
}
function flashit_cadre32()
{
  if (!document.all) return;
  if (clignote_cadre32.style.borderColor=="white")
  {
    clignote_cadre32.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre32.style.borderColor="white";

  }
  return;
}
function flashit_cadre33()
{
  if (!document.all) return;
  if (clignote_cadre33.style.borderColor=="white")
  {
    clignote_cadre33.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre33.style.borderColor="white";

  }
  return;
}
function flashit_cadre34()
{
  if (!document.all) return;
  if (clignote_cadre34.style.borderColor=="white")
  {
    clignote_cadre34.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre34.style.borderColor="white";

  }
  return;
}
function flashit_cadre35(){
  if (!document.all) return;
  if (clignote_cadre35.style.borderColor=="white")
  {
    clignote_cadre35.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre35.style.borderColor="white";

  }
  return;
}
function flashit_cadre36()
{
  if (!document.all) return;
  if (clignote_cadre36.style.borderColor=="white")
  {
    clignote_cadre36.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre36.style.borderColor="white";

  }
  return;
}
function flashit_cadre37()
{
  if (!document.all) return;
  if (clignote_cadre37.style.borderColor=="white")
  {
    clignote_cadre37.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre37.style.borderColor="white";

  }
  return;
}
function flashit_cadre38()
{
  if (!document.all) return;
  if (clignote_cadre38.style.borderColor=="white")
  {
    clignote_cadre38.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre38.style.borderColor="white";

  }
  return;
}
function flashit_cadre39()
{
  if (!document.all) return;
  if (clignote_cadre39.style.borderColor=="white")
  {
    clignote_cadre39.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre39.style.borderColor="white";

  }
  return;
}
function flashit_cadre40()
{
  if (!document.all) return;
  if (clignote_cadre40.style.borderColor=="white")
  {
    clignote_cadre40.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre40.style.borderColor="white";

  }
  return;
}
function flashit_cadre41()
{
  if (!document.all) return;
  if (clignote_cadre41.style.borderColor=="white")
  {
    clignote_cadre41.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre41.style.borderColor="white";

  }
  return;
}
function flashit_cadre42()
{
  if (!document.all) return;
  if (clignote_cadre42.style.borderColor=="white")
  {
    clignote_cadre42.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre42.style.borderColor="white";

  }
  return;
}
function flashit_cadre43()
{
  if (!document.all) return;
  if (clignote_cadre43.style.borderColor=="white")
  {
    clignote_cadre43.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre43.style.borderColor="white";

  }
  return;
}
function flashit_cadre44()
{
  if (!document.all) return;
  if (clignote_cadre44.style.borderColor=="white")
  {
    clignote_cadre44.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre44.style.borderColor="white";

  }
  return;
}
function flashit_cadre45()
{
  if (!document.all) return;
  if (clignote_cadre45.style.borderColor=="white")
  {
    clignote_cadre45.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre45.style.borderColor="white";

  }
  return;
}
function flashit_cadre46()
{
  if (!document.all) return;
  if (clignote_cadre46.style.borderColor=="white")
  {
    clignote_cadre46.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre46.style.borderColor="white";

  }
  return;
}
function flashit_cadre47()
{
  if (!document.all) return;
  if (clignote_cadre47.style.borderColor=="white")
  {
    clignote_cadre47.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre47.style.borderColor="white";

  }
  return;
}
function flashit_cadre48()
{
  if (!document.all) return;
  if (clignote_cadre48.style.borderColor=="white")
  {
    clignote_cadre48.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre48.style.borderColor="white";

  }
  return;
}
function flashit_cadre49()
{
  if (!document.all) return;
  if (clignote_cadre49.style.borderColor=="white")
  {
    clignote_cadre49.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre49.style.borderColor="white";

  }
  return;
}
function flashit_cadre50()
{
  if (!document.all) return;
  if (clignote_cadre50.style.borderColor=="white")
  {
    clignote_cadre50.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre50.style.borderColor="white";

  }
  return;
}
function flashit_cadre51()
{
  if (!document.all) return;
  if (clignote_cadre51.style.borderColor=="white")
  {
    clignote_cadre51.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre51.style.borderColor="white";

  }
  return;
}
function flashit_cadre53()
{
  if (!document.all) return;
  if (clignote_cadre53.style.borderColor=="white")
  {
    clignote_cadre53.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre53.style.borderColor="white";

  }
  return;
}
function flashit_cadre150()
{
  if (!document.all) return;
  if (clignote_cadre150.style.borderColor=="white")
  {
    clignote_cadre150.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre150.style.borderColor="white";

  }
  return;
}
function flashit_cadre151()
{
  if (!document.all) return;
  if (clignote_cadre151.style.borderColor=="white")
  {
    clignote_cadre151.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre151.style.borderColor="white";

  }
  return;
}
function flashit_cadre152()
{
  if (!document.all) return;
  if (clignote_cadre152.style.borderColor=="white")
  {
    clignote_cadre152.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre152.style.borderColor="white";

  }
  return;
}
function flashit_cadre153()
{
  if (!document.all) return;
  if (clignote_cadre153.style.borderColor=="white")
  {
    clignote_cadre153.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre153.style.borderColor="white";

  }
  return;
}
function flashit_cadre154()
{
  if (!document.all) return;
  if (clignote_cadre154.style.borderColor=="white")
  {
    clignote_cadre154.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre154.style.borderColor="white";

  }
  return;
}
function flashit_cadre155()
{
  if (!document.all) return;
  if (clignote_cadre155.style.borderColor=="white")
  {
    clignote_cadre155.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre155.style.borderColor="white";

  }
  return;
}
function flashit_cadre156()
{
  if (!document.all) return;
  if (clignote_cadre156.style.borderColor=="white")
  {
    clignote_cadre156.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre156.style.borderColor="white";

  }
  return;
}
function flashit_cadre157()
{
  if (!document.all) return;
  if (clignote_cadre157.style.borderColor=="white")
  {
    clignote_cadre157.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre157.style.borderColor="white";

  }
  return;
}
function flashit_cadre158()
{
  if (!document.all) return;
  if (clignote_cadre158.style.borderColor=="white")
  {
    clignote_cadre158.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre158.style.borderColor="white";

  }
  return;
}
function flashit_cadre159()
{
  if (!document.all) return;
  if (clignote_cadre159.style.borderColor=="white")
  {
    clignote_cadre159.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre159.style.borderColor="white";

  }
  return;
}
function flashit_cadre160()
{
  if (!document.all) return;
  if (clignote_cadre160.style.borderColor=="white")
  {
    clignote_cadre160.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre160.style.borderColor="white";

  }
  return;  
}
function flashit_cadre161()
{
  if (!document.all) return;
  if (clignote_cadre161.style.borderColor=="white")
  {
    clignote_cadre161.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre161.style.borderColor="white";

  }
  return;
}
function flashit_cadre162()
{
  if (!document.all) return;
  if (clignote_cadre162.style.borderColor=="white")
  {
    clignote_cadre162.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre162.style.borderColor="white";

  }
  return;
}
function flashit_cadre163()
{
  if (!document.all) return;
  if (clignote_cadre163.style.borderColor=="white")
  {
    clignote_cadre163.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre163.style.borderColor="white";

  }
  return;
}
function flashit_cadre164()
{
  if (!document.all) return;
  if (clignote_cadre164.style.borderColor=="white")
  {
    clignote_cadre164.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre164.style.borderColor="white";

  }
  return;
}
  function flashit_cadre165()
{
  if (!document.all) return;
  if (clignote_cadre165.style.borderColor=="white")
  {
    clignote_cadre165.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre165.style.borderColor="white";

  }
  return;
}   
  function flashit_cadre166()
{
  if (!document.all) return;
  if (clignote_cadre166.style.borderColor=="white")
  {
    clignote_cadre166.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre166.style.borderColor="white";

  }
  return;
}
  function flashit_cadre167()
{
  if (!document.all) return;
  if (clignote_cadre167.style.borderColor=="white")
  {
    clignote_cadre167.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre167.style.borderColor="white";

  }
  return;
}
    function flashit_cadre168()
{
  if (!document.all) return;
  if (clignote_cadre168.style.borderColor=="white")
  {
    clignote_cadre168.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre168.style.borderColor="white";

  }
  return;
}
    function flashit_cadre169()
{
  if (!document.all) return;
  if (clignote_cadre169.style.borderColor=="white")
  {
    clignote_cadre169.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre169.style.borderColor="white";

  }
  return;
}
    function flashit_cadre170()
{
  if (!document.all) return;
  if (clignote_cadre170.style.borderColor=="white")
  {
    clignote_cadre170.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre170.style.borderColor="white";

  }
  return;
}
    function flashit_cadre171()
{
  if (!document.all) return;
  if (clignote_cadre171.style.borderColor=="white")
  {
    clignote_cadre171.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre171.style.borderColor="white";

  }
  return;
}
    function flashit_cadre172()
{
  if (!document.all) return;
  if (clignote_cadre172.style.borderColor=="white")
  {
    clignote_cadre172.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre172.style.borderColor="white";

  }
  return;
}
    function flashit_cadre173()
{
  if (!document.all) return;
  if (clignote_cadre173.style.borderColor=="white")
  {
    clignote_cadre173.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre173.style.borderColor="white";

  }
  return;
}
    function flashit_cadre174()
{
  if (!document.all) return;
  if (clignote_cadre174.style.borderColor=="white")
  {
    clignote_cadre174.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre174.style.borderColor="white";

  }
  return;
}
    function flashit_cadre175()
{
  if (!document.all) return;
  if (clignote_cadre175.style.borderColor=="white")
  {
    clignote_cadre175.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre175.style.borderColor="white";

  }
  return;
}
    function flashit_cadre176()
{
  if (!document.all) return;
  if (clignote_cadre176.style.borderColor=="white")
  {
    clignote_cadre176.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre176.style.borderColor="white";

  }
  return;
}
    function flashit_cadre177()
{
  if (!document.all) return;
  if (clignote_cadre177.style.borderColor=="white")
  {
    clignote_cadre177.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre177.style.borderColor="white";

  }
  return;
}
    function flashit_cadre178()
{
  if (!document.all) return;
  if (clignote_cadre178.style.borderColor=="white")
  {
    clignote_cadre178.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre178.style.borderColor="white";

  }
  return;
}
    function flashit_cadre179()
{
  if (!document.all) return;
  if (clignote_cadre179.style.borderColor=="white")
  {
    clignote_cadre179.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre179.style.borderColor="white";

  }
  return;
}
    function flashit_cadre180()
{
  if (!document.all) return;
  if (clignote_cadre180.style.borderColor=="white")
  {
    clignote_cadre180.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre180.style.borderColor="white";

  }
  return;
}
    function flashit_cadre181()
{
  if (!document.all) return;
  if (clignote_cadre181.style.borderColor=="white")
  {
    clignote_cadre181.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre181.style.borderColor="white";

  }
  return;
}
function flashit_cadre210()
{
  if (!document.all) return;
  if (clignote_cadre210.style.borderColor=="white")
  {
    clignote_cadre210.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre210.style.borderColor="white";

  }
  return;
}
function flashit_cadre201()
{
  if (!document.all) return;
  if (clignote_cadre201.style.borderColor=="white")
  {
    clignote_cadre201.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre201.style.borderColor="white";

  }
  return;
}
  function flashit_cadre230()
{
  if (!document.all) return;
  if (clignote_cadre230.style.borderColor=="white")
  {
    clignote_cadre230.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre230.style.borderColor="white";

  }
  return;
}
    function flashit_cadre233()
{
  if (!document.all) return;
  if (clignote_cadre233.style.borderColor=="white")
  {
    clignote_cadre233.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre233.style.borderColor="white";

  }
  return;
}
    function flashit_cadre234()
{
  if (!document.all) return;
  if (clignote_cadre234.style.borderColor=="white")
  {
    clignote_cadre234.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre234.style.borderColor="white";

  }
  return;
}
      function flashit_cadre235()
{
  if (!document.all) return;
  if (clignote_cadre235.style.borderColor=="white")
  {
    clignote_cadre235.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre235.style.borderColor="white";

  }
  return;
}
function flashit_cadre220()
{
  if (!document.all) return;
  if (clignote_cadre220.style.borderColor=="white")
  {
    clignote_cadre220.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre220.style.borderColor="white";

  }
  return;
}
function flashit_cadre221()
{
  if (!document.all) return;
  if (clignote_cadre221.style.borderColor=="white")
  {
    clignote_cadre221.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre221.style.borderColor="white";

  }
  return;
}
function flashit_cadre222()
{
  if (!document.all) return;
  if (clignote_cadre222.style.borderColor=="white")
  {
    clignote_cadre222.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre222.style.borderColor="white";

  }
  return;
  }
function flashit_cadre223()
{
  if (!document.all) return;
  if (clignote_cadre223.style.borderColor=="white")
  {
    clignote_cadre223.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre223.style.borderColor="white";

  }
  return;
}
function flashit_cadre224()
{
  if (!document.all) return;
  if (clignote_cadre224.style.borderColor=="white")
  {
    clignote_cadre224.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre224.style.borderColor="white";

  }
  return;
}
function flashit_cadre225()
{
  if (!document.all) return;
  if (clignote_cadre225.style.borderColor=="white")
  {
    clignote_cadre225.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre225.style.borderColor="white";

  }
  return;
}
function flashit_cadre226()
{
  if (!document.all) return;
  if (clignote_cadre226.style.borderColor=="white")
  {
    clignote_cadre226.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre226.style.borderColor="white";

}
  return;
}
function flashit_cadre227()
{
  if (!document.all) return;
  if (clignote_cadre227.style.borderColor=="white")
  {
    clignote_cadre227.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre227.style.borderColor="white";

}
  return;
}
function flashit_cadre228()
{
  if (!document.all) return;
  if (clignote_cadre228.style.borderColor=="white")
  {
    clignote_cadre228.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre228.style.borderColor="white";

}
  return;
}
function flashit_cadre229()
{
  if (!document.all) return;
  if (clignote_cadre229.style.borderColor=="white")
  {
    clignote_cadre229.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre229.style.borderColor="white";

}
  return;
}
function flashit_cadre237()
{
  if (!document.all) return;
  if (clignote_cadre237.style.borderColor=="white")
  {
    clignote_cadre237.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre237.style.borderColor="white";

}
  return;
}
function flashit_cadre238()
{
  if (!document.all) return;
  if (clignote_cadre238.style.borderColor=="white")
  {
    clignote_cadre238.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre238.style.borderColor="white";

}
  return;
}
function flashit_cadre239()
{
  if (!document.all) return;
  if (clignote_cadre239.style.borderColor=="white")
  {
    clignote_cadre239.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre239.style.borderColor="white";

}
  return;
}
function flashit_cadre240()
{
  if (!document.all) return;
  if (clignote_cadre240.style.borderColor=="white")
  {
    clignote_cadre240.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre240.style.borderColor="white";

}
  return;
}
function flashit_cadre241()
{
  if (!document.all) return;
  if (clignote_cadre241.style.borderColor=="white")
  {
    clignote_cadre241.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre241.style.borderColor="white";

}
  return;
}
function flashit_cadre270()
{
  if (!document.all) return;
  if (clignote_cadre270.style.borderColor=="white")
  {
    clignote_cadre270.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre270.style.borderColor="white";
}
  return;
}
function flashit_cadre271()
{
  if (!document.all) return;
  if (clignote_cadre271.style.borderColor=="white")
  {
    clignote_cadre271.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre271.style.borderColor="white";
}
  return;
}
function flashit_cadre272()
{
  if (!document.all) return;
  if (clignote_cadre272.style.borderColor=="white")
  {
    clignote_cadre272.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre272.style.borderColor="white";
}
  return;
}
function flashit_cadre273()
{
  if (!document.all) return;
  if (clignote_cadre273.style.borderColor=="white")
  {
    clignote_cadre273.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre27.style.borderColor="white";
}
  return;
}
function flashit_cadre274()
{
  if (!document.all) return;
  if (clignote_cadre274.style.borderColor=="white")
  {
    clignote_cadre274.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre274.style.borderColor="white";
}
  return;
}
function flashit_cadre275()
{
  if (!document.all) return;
  if (clignote_cadre275.style.borderColor=="white")
  {
    clignote_cadre275.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre275.style.borderColor="white";
}
  return;
}
function flashit_cadre276()
{
  if (!document.all) return;
  if (clignote_cadre276.style.borderColor=="white")
  {
    clignote_cadre276.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre276.style.borderColor="white";
}
  return;
}
function flashit_cadre277()
{
  if (!document.all) return;
  if (clignote_cadre277.style.borderColor=="white")
  {
    clignote_cadre277.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre277.style.borderColor="white";
}
  return;
}
function flashit_cadre278()
{
  if (!document.all) return;
  if (clignote_cadre278.style.borderColor=="white")
  {
    clignote_cadre278.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre278.style.borderColor="white";
}
  return;
}
function flashit_cadre279()
{
  if (!document.all) return;
  if (clignote_cadre279.style.borderColor=="white")
  {
    clignote_cadre279.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre279.style.borderColor="white";
}
  return;
}
function flashit_cadre280()
{
  if (!document.all) return;
  if (clignote_cadre280.style.borderColor=="white")
  {
    clignote_cadre280.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre280.style.borderColor="white";
}
  return;
}
function flashit_cadre281()
{
  if (!document.all) return;
  if (clignote_cadre281.style.borderColor=="white")
  {
    clignote_cadre281.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre281.style.borderColor="white";
}
  return;
}
function flashit_cadre282()
{
  if (!document.all) return;
  if (clignote_cadre282.style.borderColor=="white")
  {
    clignote_cadre282.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre282.style.borderColor="white";
}
  return;
}
function flashit_cadre283()
{
  if (!document.all) return;
  if (clignote_cadre283.style.borderColor=="white")
  {
    clignote_cadre283.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre283.style.borderColor="white";
}
  return;
}
function flashit_cadre284()
{
  if (!document.all) return;
  if (clignote_cadre284.style.borderColor=="white")
  {
    clignote_cadre284.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre284.style.borderColor="white";
}
  return;
}
function flashit_cadre285()
{
  if (!document.all) return;
  if (clignote_cadre285.style.borderColor=="white")
  {
    clignote_cadre285.style.borderColor="#A71C20";
  }
  else
  {
    clignote_cadre285.style.borderColor="white";
}
  return;
}
//****************************************** Fonction : Le texte clignote ***********************

function flashit_texte()
{
  if (!document.all) return;
  if (clignote_texte.style.color=="white")
  {
    clignote_texte.style.color="#666666";

  }
  else
  {
    clignote_texte.style.color="white";

  }
  return;
}

function flashit_texte_rouge1()
{
  if (!document.all) return;
  if (clignote_texte_rouge1.style.color=="white")
  {
    clignote_texte_rouge1.style.color="#A71C20";

  }
  else
  {
    clignote_texte_rouge1.style.color="white";

  }
  return;
}


function flashit_texte_rouge2()
{
  if (!document.all) return;
  if (clignote_texte_rouge2.style.color=="white")
  {
    clignote_texte_rouge2.style.color="#A71C20";

  }
  else
  {
    clignote_texte_rouge2.style.color="white";

  }
  return;
}

function flashit_texte_rouge3()
{
  if (!document.all) return;
  if (clignote_texte_rouge3.style.color=="white")
  {
    clignote_texte_rouge3.style.color="#A71C20";

  }
  else
  {
    clignote_texte_rouge3.style.color="white";

  }
  return;
}

function flashit_texte_rouge4()
{
  if (!document.all) return;
  if (clignote_texte_rouge4.style.color=="white")
  {
    clignote_texte_rouge4.style.color="#A71C20";

  }
  else
  {
    clignote_texte_rouge4.style.color="white";

  }
  return;
}

function flashit_texte_rouge5()
{
  if (!document.all) return;
  if (clignote_texte_rouge5.style.color=="white")
  {
    clignote_texte_rouge5.style.color="#A71C20";

  }
  else
  {
    clignote_texte_rouge5.style.color="white";

  }
  return;
}


function flashit_texte_rouge6()
{
  if (!document.all) return;
  if (clignote_texte_rouge6.style.color=="white")
  {
    clignote_texte_rouge6.style.color="#A71C20";

  }
  else
  {
    clignote_texte_rouge6.style.color="white";

  }
  return;
}


function flashit_texte_rouge7()
{
  if (!document.all) return;
  if (clignote_texte_rouge7.style.color=="white")
  {
    clignote_texte_rouge7.style.color="#A71C20";

  }
  else
  {
    clignote_texte_rouge7.style.color="white";

  }
  return;
}

function flashit_texte_rouge8()
{
  if (!document.all) return;
  if (clignote_texte_rouge8.style.color=="white")
  {
    clignote_texte_rouge8.style.color="#A71C20";

  }
  else
  {
    clignote_texte_rouge8.style.color="white";

  }
  return;
}

function flashit_texte_rouge10()
{
  if (!document.all) return;
  if (clignote_texte_rouge10.style.color=="white")
  {
    clignote_texte_rouge10.style.color="#A71C20";

  }
  else
  {
    clignote_texte_rouge10.style.color="white";

  }
  return;
}







//************************************ Fonction : Le cadre et le texte clignotent **************

function flashit_cadre_text()
{
  if (!document.all) return;
  if (clignote_cadre_text.style.borderColor=="white")
  {
    clignote_cadre_text.style.borderColor="#A71C20";
    clignote_text.style.color="#666666";
  }
  else
  {
    clignote_cadre_text.style.borderColor="white";
    clignote_text.style.color="white";

  }
  return;
}

function flashit_cadre_text2()
{
  if (!document.all) return;
  if (clignote_cadre_text2.style.borderColor=="white")
  {
    clignote_cadre_text2.style.borderColor="#A71C20";
    clignote_text2.style.color="#666666";
  }
  else
  {
    clignote_cadre_text2.style.borderColor="white";
    clignote_text2.style.color="white";

  }
  return;
}

function flashit_cadre_text3()
{
  if (!document.all) return;
  if (clignote_cadre_text3.style.borderColor=="white")
  {
    clignote_cadre_text3.style.borderColor="#A71C20";
    clignote_text3.style.color="#666666";
  }
  else
  {
    clignote_cadre_text3.style.borderColor="white";
    clignote_text3.style.color="white";

  }
  return;
}

function flashit_cadre_text4()
{
  if (!document.all) return;
  if (clignote_cadre_text4.style.borderColor=="white")
  {
    clignote_cadre_text4.style.borderColor="#A71C20";
    clignote_text4.style.color="#666666";
  }
  else
  {
    clignote_cadre_text4.style.borderColor="white";
    clignote_text4.style.color="white";

  }
  return;
}
