<html><!-- #BeginTemplate "/Templates/modele2.dwt" --><!-- DW6 --> <head> <!-- #BeginEditable "doctitle" -->  <title>Les loups du G&eacute;vaudan</title> <!-- #EndEditable -->  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- .bg {  background-image:      url(../../img/im_mod/bg_01.gif); background-repeat: repeat-y} .menu {  font-family: Verdana, Tahoma, Arial; font-size: 10px; color: #FFFFCC; text-decoration: none} .pages {  font-family: Verdana, Tahoma, Arial; font-size: 10px; color: #999999; text-decoration: none} .titre1 {  font-family: Verdana, Tahoma, Arial; font-size: 20px; font-style: normal; color: #FFFFCC; font-weight: normal} .titre2 {  font-family: Verdana, Tahoma, Arial; font-size: 14px; font-style: normal; color: #CCCC99; font-weight: bold; text-decoration: none} .curseur {  cursor: s-resize} a:hover {  font-family: Verdana, Tahoma, Arial; color: #FFFFCC; text-decoration: none} .paveg { font-family: Verdana, Tahoma, Arial; font-size: 12px; line-height: 18px; font-weight: bold; color: #99FF33; text-decoration: none ; text-align: justify} .paved { font-family: Verdana, Tahoma, Arial; font-size: 12px; line-height: 18px; font-weight: bold; color: #99CC00; text-decoration: none ; text-align: justify} .chapitre {  font-family: Verdana, Tahoma, Arial; font-size: 11px; font-style: normal; line-height: normal; color: #CCCC33; text-decoration: none} .texteg { font-family: Verdana, Tahoma, Arial; font-size: 12px; font-style: normal; line-height: 17px; font-weight: normal; color: #000000; text-align: justify; text-decoration: none; clip: rect( 30px  ) } .texted { font-family: Verdana, Tahoma, Arial; font-size: 12px; font-style: normal; line-height: 17px; font-weight: normal; color: #FFFFCC; text-align: justify; text-decoration: none; clip: rect( 30px  ) } .pagesselect { font-family: Verdana, Tahoma, Arial; font-size: 10px; color: #000000; text-decoration: none } .menu2 { font-family: Verdana, Tahoma, Arial; font-size: 10px; color: #CC9933; text-decoration: none } .menu2select { font-family: Verdana, Tahoma, Arial; font-size: 10px; color: #FFFFCC; text-decoration: none } .cartouche { font-family: Verdana, Tahoma, Arial; font-size: 10px; font-style: normal; line-height: 13px; font-weight: bold; color: #000000; text-align: justify; text-decoration: none; clip: rect( 30px  ) ; padding-right: 10px; padding-left: 10px} .creditg { font-family: Verdana, Tahoma, Arial; font-size: 10px; font-style: italic; line-height: normal; font-weight: normal; color: #000000; text-decoration: none; clip: rect( 30px  ) } .creditd { font-family: Verdana, Tahoma, Arial; font-size: 10px; font-style: italic; line-height: normal; font-weight: normal; color: #FFFFCC; text-decoration: none; clip: rect( 30px  ) } --> </style> <script language="JavaScript"> <!--  <!-- function MM_reloadPage(init) {  //reloads the window if Nav4 resized   if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {     document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}   else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); // -->  function MM_timelineStop(tmLnName) { //v1.2   //Copyright 1997 Macromedia, Inc. All rights reserved.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time   if (tmLnName == null)  //stop all     for (var i=0; i<document.MM_Time.length; i++) document.MM_Time[i].ID = null;   else document.MM_Time[tmLnName].ID = null; //stop one }  function MM_timelinePlay(tmLnName, myID) { //v1.2   //Copyright 1997 Macromedia, Inc. All rights reserved.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time   tmLn = document.MM_Time[tmLnName];   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID   if (myID == tmLn.ID) { //if Im newest     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);     fNew = ++tmLn.curFrame;     for (i=0; i<tmLn.length; i++) {       sprite = tmLn[i];       if (sprite.charAt(0) == 's') {         if (sprite.obj) {           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range             keyFrm=1;             for (j=0; j<sprite.values.length; j++) {               props = sprite.values[j];                if (numKeyFr != props.length) {                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];               } else {                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];         } } } } }       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);       if (fNew > tmLn.lastFrame) tmLn.ID = 0;   } } }  function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0   //Copyright 1997 Macromedia, Inc. All rights reserved.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time   tmLn = document.MM_Time[tmLnName];   if (numGotos != null)     if (tmLn.gotoCount == null) tmLn.gotoCount = 1;     else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}   jmpFwd = (fNew > tmLn.curFrame);   for (i = 0; i < tmLn.length; i++) {     sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back     if (sprite.charAt(0) == "s") {       numKeyFr = sprite.keyFrames.length;       firstKeyFr = sprite.keyFrames[0];       lastKeyFr = sprite.keyFrames[numKeyFr - 1];       if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd       for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);       for (j=0; j<sprite.values.length; j++) {         props = sprite.values[j];         if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only         else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range         if (sprite.obj != null) {           if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];           else        sprite.obj[props.prop2][props.prop] = props[propNum];       } }     } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);   }   tmLn.curFrame = fNew;   if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)'); } //--> </script> <csactions> <csaction name="4AF861" class="Move To" type="onevent" val0="bouton" val1="new Array(0,0)" val2="true" val3="20">  <csaction name="6E34E4" class="Move To" type="onevent" val0="ascenseur" val1="new Array(170,65)" val2="true" val3="50">  <csaction name="799505" class="Move To" type="onevent" val0="menu2" val1="new Array(6,8)" val2="true" val3="200">  <csaction name="D685F6" class="Move To" type="onevent" val0="menu2" val1="new Array(6,-800)" val2="true" val3="200">  <csaction name="DC5357" class="Move To" type="onevent" val0="ascenseur" val1="new Array(170,195)" val2="true" val3="50">  <csaction name="16486810" class="Stop Complete" type="onevent"> <csaction name="16993711" class="Stop Complete" type="onevent">  <csaction name="174A381" class="Move To" type="onevent" val0="bouton" val1="new Array(187,0)" val2="true" val3="20">  </csactions> <csscriptdict>  <script><!-- 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 }   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;  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 CSSetStylePos(s,d,p) { if (IsIE()) { if (d == 0) CSIEStyl(s).posLeft = p; else CSIEStyl(s).posTop = p; } 	else { if (d == 0) CSNSStyl(s).left = p; else CSNSStyl(s).top = p; } } function CSGetStylePos(s,d) { if (IsIE()) { if (d == 0) return CSIEStyl(s).posLeft; else return CSIEStyl(s).posTop; } 	else { if (d == 0) return CSNSStyl(s).left; else return CSNSStyl(s).top; }}  CSLoopIsRunning = false; CSFctArray = new Array; CSTimeoutID = null; function CSLoop() {	 	CSLoopIsRunning = false; 	for (i=0;i<CSFctArray.length;i++) { 		var curFct = CSFctArray[i]; 		if (curFct)	{ 			if (curFct.DoFunction(curFct)) { CSLoopIsRunning = true; curFct.counter++; } 			else CSFctArray[i] = 0; 		} 	} 	if (CSLoopIsRunning) CSTimeoutID = setTimeout("CSLoop()", 1); } function CSStartFunction(fct,data) { 	if (!CSLoopIsRunning) { CSFctArray = 0; CSFctArray = new Array; } 	var fctInfo = new Object; 	fctInfo.DoFunction = fct; fctInfo.counter = 0; fctInfo.data = data; 	CSFctArray[CSFctArray.length] = fctInfo;  	if (!CSLoopIsRunning) CSLoop(); } function CSStopFunction(sceneName) { 	var i; 	for (i=0;i<CSFctArray.length;i++) { 		var curFct = CSFctArray[i]; 		if (curFct){ if (curFct.data.name == sceneName){ CSFctArray[i] = 0; return; } } 	} } function CSStopComplete() { 	if (CSTimeoutID == null) return; 	clearTimeout (CSTimeoutID); CSLoopIsRunning = false; CSTimeoutID = null; }  function CSMoveLoop(fInf) { 	var ticks = 60 * (((new Date()).getTime()) - fInf.data.startTime)/1000; 	var f = ticks/fInf.data.ticks; 	if (f < 1) { CSSetStylePos(fInf.data.layer,0,fInf.data.start[0] * (1-f) + fInf.data.end[0] * f); 		CSSetStylePos(fInf.data.layer,1,fInf.data.start[1] * (1-f) + fInf.data.end[1] * f); return true; } 	else { CSSetStylePos(fInf.data.layer,0,fInf.data.end[0]); 		CSSetStylePos(fInf.data.layer,1,fInf.data.end[1]); } 	return false; } function CSSlideObj (layer,start,end,ticks,startTime) { 	this.layer=layer;this.start=start;this.end=end;this.ticks=ticks;this.startTime=startTime; } function CSSlideLayer(l,pos,anim,ticks) { 	var x = pos[0]; var y = pos[1];  	if (l == '') return; 	if (!anim) { CSSetStylePos(l,0,x); CSSetStylePos(l,1,y); } 	else {  var fctData = new CSSlideObj(l,new Array(CSGetStylePos(l,0),CSGetStylePos(l,1)),new Array(x,y),ticks,(new Date()).getTime()); CSStartFunction(CSMoveLoop,fctData); } }  function CSMoveTo(action) { CSSlideLayer(action[1],action[2],action[3],action[4]); } function CSStopAll(action) { CSStopComplete (); }  // --></script> </csscriptdict><csactiondict>  <script> <!-- <!-- CSAct[/*CMP*/ '4AF861'] = new Array(CSMoveTo,/*CMP*/ 'bouton',new Array(0,0),true,20); CSAct[/*CMP*/ '6E34E4'] = new Array(CSMoveTo,/*CMP*/ 'ascenseur',new Array(170,65),true,100); CSAct[/*CMP*/ '799505'] = new Array(CSMoveTo,/*CMP*/ 'menu2',new Array(6,8),true,100); CSAct[/*CMP*/ 'D685F6'] = new Array(CSMoveTo,/*CMP*/ 'menu2',new Array(6,-800),true,100); CSAct[/*CMP*/ 'DC5357'] = new Array(CSMoveTo,/*CMP*/ 'ascenseur',new Array(170,205),true,100); CSAct[/*CMP*/ '16486810'] = new Array(CSStopAll); CSAct[/*CMP*/ '16993711'] = new Array(CSStopAll); CSAct[/*CMP*/ '174A381'] = new Array(CSMoveTo,/*CMP*/ 'bouton',new Array(187,0),true,20);  // -->  function MM_findObj(n, d) { //v4.0   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);   if(!x && document.getElementById) x=document.getElementById(n); return x; }  function MM_preloadImages() { //v3.0   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} }  function MM_swapImgRestore() { //v3.0   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; }  function MM_swapImage() { //v3.0   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} }  function MM_showHideLayers() { //v3.0   var i,p,v,obj,args=MM_showHideLayers.arguments;   for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];     if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }     obj.visibility=v; } }  function tmt_findObj(n){ 	var x,t; if((n.indexOf("?"))>0&&parent.frames.length){t=n.split("?"); 	x=eval("parent.frames['"+t[1]+"'].document.getElementById('"+t[0]+"')"); 	}else{x=document.getElementById(n)}return x; }  function tmt_DivMove(theDiv, l, t){ 	var x = (document.layers) ? ".left" : ".style.left"; 	var y = (document.layers) ? ".top" : ".style.top"; 	var fun = (document.getElementById) ? "tmt_findObj" : "MM_findObj"; 	var obj = eval(fun+"(theDiv)");if(obj){ 	eval(fun+"('"+theDiv+"')"+y+"="+t); 	eval(fun+"('"+theDiv+"')"+x+"="+l);} }  function YY_timelinePlayReverse(tmLnName, myID) { //v3.0   //original code Copyright 1997 Macromedia, Inc. All rights reserved.   //play reverse code by yaromat 1999, www.yaromat.com   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time   tmLn = document.MM_Time[tmLnName];   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID   if (tmLn.curFrame>0 && myID == tmLn.ID) { //if Im newest     setTimeout('YY_timelinePlayReverse("'+tmLnName+'",'+myID+')',tmLn.delay);     fNew = --tmLn.curFrame;     for (i=0; i<tmLn.length; i++) {       sprite = tmLn[i];       if (sprite.charAt(0) == 's') {         if (sprite.obj) {           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range             keyFrm=1;             for (j=0; j<sprite.values.length; j++) {               props = sprite.values[j];               if (numKeyFr != props.length) {                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];               } else {                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm--;                 if ((firstTime || fNew==sprite.keyFrames[keyFrm-1])&&(sprite.obj.length>0)) {                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];         } } } } }       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);       if (fNew > tmLn.lastFrame) tmLn.ID = 0;   } } }  function MM_initTimelines() { //v4.0     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.     var ns = navigator.appName == "Netscape";     var ns4 = (ns && parseInt(navigator.appVersion) == 4);     var ns5 = (ns && parseInt(navigator.appVersion) > 4);     document.MM_Time = new Array(1);     document.MM_Time[0] = new Array(2);     document.MM_Time["Timeline1"] = document.MM_Time[0];     document.MM_Time[0].MM_Name = "Timeline1";     document.MM_Time[0].fps = 25;     document.MM_Time[0][0] = new String("sprite");     document.MM_Time[0][0].slot = 1;     if (ns4)         document.MM_Time[0][0].obj = document["bouton"] ? document["bouton"].document["cadre"].document["masque"].document["menu2"] : document["cadre"].document["masque"].document["menu2"];     else if (ns5)         document.MM_Time[0][0].obj = document.getElementById("menu2");     else         document.MM_Time[0][0].obj = document.all ? document.all["menu2"] : null;     document.MM_Time[0][0].keyFrames = new Array(1, 145);     document.MM_Time[0][0].values = new Array(4);     if (ns5)         document.MM_Time[0][0].values[0] = new Array("2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px", "2px");     else         document.MM_Time[0][0].values[0] = new Array(2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2);     document.MM_Time[0][0].values[0].prop = "left";     if (ns5)         document.MM_Time[0][0].values[1] = new Array("4px", "-1px", "-6px", "-11px", "-16px", "-20px", "-25px", "-30px", "-35px", "-40px", "-45px", "-50px", "-55px", "-60px", "-64px", "-69px", "-74px", "-79px", "-84px", "-89px", "-94px", "-99px", "-104px", "-108px", "-113px", "-118px", "-123px", "-128px", "-133px", "-138px", "-143px", "-148px", "-152px", "-157px", "-162px", "-167px", "-172px", "-177px", "-182px", "-187px", "-192px", "-196px", "-201px", "-206px", "-211px", "-216px", "-221px", "-226px", "-231px", "-236px", "-240px", "-245px", "-250px", "-255px", "-260px", "-265px", "-270px", "-275px", "-280px", "-284px", "-289px", "-294px", "-299px", "-304px", "-309px", "-314px", "-319px", "-324px", "-328px", "-333px", "-338px", "-343px", "-348px", "-353px", "-358px", "-363px", "-368px", "-372px", "-377px", "-382px", "-387px", "-392px", "-397px", "-402px", "-407px", "-412px", "-416px", "-421px", "-426px", "-431px", "-436px", "-441px", "-446px", "-451px", "-456px", "-460px", "-465px", "-470px", "-475px", "-480px", "-485px", "-490px", "-495px", "-500px", "-504px", "-509px", "-514px", "-519px", "-524px", "-529px", "-534px", "-539px", "-544px", "-548px", "-553px", "-558px", "-563px", "-568px", "-573px", "-578px", "-583px", "-588px", "-592px", "-597px", "-602px", "-607px", "-612px", "-617px", "-622px", "-627px", "-632px", "-636px", "-641px", "-646px", "-651px", "-656px", "-661px", "-666px", "-671px", "-676px", "-680px", "-685px", "-690px", "-695px", "-700px");     else         document.MM_Time[0][0].values[1] = new Array(4,-1,-6,-11,-16,-20,-25,-30,-35,-40,-45,-50,-55,-60,-64,-69,-74,-79,-84,-89,-94,-99,-104,-108,-113,-118,-123,-128,-133,-138,-143,-148,-152,-157,-162,-167,-172,-177,-182,-187,-192,-196,-201,-206,-211,-216,-221,-226,-231,-236,-240,-245,-250,-255,-260,-265,-270,-275,-280,-284,-289,-294,-299,-304,-309,-314,-319,-324,-328,-333,-338,-343,-348,-353,-358,-363,-368,-372,-377,-382,-387,-392,-397,-402,-407,-412,-416,-421,-426,-431,-436,-441,-446,-451,-456,-460,-465,-470,-475,-480,-485,-490,-495,-500,-504,-509,-514,-519,-524,-529,-534,-539,-544,-548,-553,-558,-563,-568,-573,-578,-583,-588,-592,-597,-602,-607,-612,-617,-622,-627,-632,-636,-641,-646,-651,-656,-661,-666,-671,-676,-680,-685,-690,-695,-700);     document.MM_Time[0][0].values[1].prop = "top";     if (!ns4) {         document.MM_Time[0][0].values[0].prop2 = "style";         document.MM_Time[0][0].values[1].prop2 = "style";     }     if (ns5)         document.MM_Time[0][0].values[2] = new Array("150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px", "150px");     else         document.MM_Time[0][0].values[2] = new Array(150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150);     document.MM_Time[0][0].values[2].prop = "width";     if (!ns4)         document.MM_Time[0][0].values[2].prop2 = "style";     if (ns5)         document.MM_Time[0][0].values[3] = new Array("1300px", "1297px", "1294px", "1291px", "1289px", "1286px", "1283px", "1281px", "1278px", "1275px", "1272px", "1270px", "1267px", "1264px", "1262px", "1259px", "1256px", "1253px", "1251px", "1248px", "1245px", "1243px", "1240px", "1237px", "1235px", "1232px", "1229px", "1226px", "1224px", "1221px", "1218px", "1216px", "1213px", "1210px", "1207px", "1205px", "1202px", "1199px", "1197px", "1194px", "1191px", "1188px", "1186px", "1183px", "1180px", "1178px", "1175px", "1172px", "1170px", "1167px", "1164px", "1161px", "1159px", "1156px", "1153px", "1151px", "1148px", "1145px", "1142px", "1140px", "1137px", "1134px", "1132px", "1129px", "1126px", "1123px", "1121px", "1118px", "1115px", "1113px", "1110px", "1107px", "1105px", "1102px", "1099px", "1096px", "1094px", "1091px", "1088px", "1086px", "1083px", "1080px", "1077px", "1075px", "1072px", "1069px", "1067px", "1064px", "1061px", "1058px", "1056px", "1053px", "1050px", "1048px", "1045px", "1042px", "1040px", "1037px", "1034px", "1031px", "1029px", "1026px", "1023px", "1021px", "1018px", "1015px", "1012px", "1010px", "1007px", "1004px", "1002px", "999px", "996px", "993px", "991px", "988px", "985px", "983px", "980px", "977px", "975px", "972px", "969px", "966px", "964px", "961px", "958px", "956px", "953px", "950px", "947px", "945px", "942px", "939px", "937px", "934px", "931px", "928px", "926px", "923px", "920px", "918px", "915px", "912px", "910px");     else         document.MM_Time[0][0].values[3] = new Array(1300,1297,1294,1291,1289,1286,1283,1281,1278,1275,1272,1270,1267,1264,1262,1259,1256,1253,1251,1248,1245,1243,1240,1237,1235,1232,1229,1226,1224,1221,1218,1216,1213,1210,1207,1205,1202,1199,1197,1194,1191,1188,1186,1183,1180,1178,1175,1172,1170,1167,1164,1161,1159,1156,1153,1151,1148,1145,1142,1140,1137,1134,1132,1129,1126,1123,1121,1118,1115,1113,1110,1107,1105,1102,1099,1096,1094,1091,1088,1086,1083,1080,1077,1075,1072,1069,1067,1064,1061,1058,1056,1053,1050,1048,1045,1042,1040,1037,1034,1031,1029,1026,1023,1021,1018,1015,1012,1010,1007,1004,1002,999,996,993,991,988,985,983,980,977,975,972,969,966,964,961,958,956,953,950,947,945,942,939,937,934,931,928,926,923,920,918,915,912,910);     document.MM_Time[0][0].values[3].prop = "height";     if (!ns4)         document.MM_Time[0][0].values[3].prop2 = "style";     document.MM_Time[0][1] = new String("sprite");     document.MM_Time[0][1].slot = 2;     if (ns4)         document.MM_Time[0][1].obj = document["bouton"] ? document["bouton"].document["cadre"].document["ascenseur"] : document["cadre"].document["ascenseur"];     else if (ns5)         document.MM_Time[0][1].obj = document.getElementById("ascenseur");     else         document.MM_Time[0][1].obj = document.all ? document.all["ascenseur"] : null;     document.MM_Time[0][1].keyFrames = new Array(1, 145);     document.MM_Time[0][1].values = new Array(2);     if (ns5)         document.MM_Time[0][1].values[0] = new Array("170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px", "170px");     else         document.MM_Time[0][1].values[0] = new Array(170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170);     document.MM_Time[0][1].values[0].prop = "left";     if (ns5)         document.MM_Time[0][1].values[1] = new Array("65px", "66px", "67px", "68px", "69px", "70px", "71px", "72px", "73px", "74px", "75px", "76px", "77px", "78px", "79px", "80px", "81px", "82px", "83px", "84px", "85px", "86px", "87px", "88px", "89px", "90px", "91px", "92px", "93px", "94px", "95px", "96px", "97px", "98px", "99px", "100px", "101px", "102px", "103px", "104px", "105px", "106px", "107px", "108px", "109px", "110px", "111px", "112px", "113px", "114px", "115px", "116px", "117px", "118px", "119px", "120px", "121px", "122px", "123px", "124px", "125px", "126px", "127px", "128px", "129px", "130px", "131px", "132px", "133px", "134px", "135px", "136px", "138px", "139px", "140px", "141px", "142px", "143px", "144px", "145px", "146px", "147px", "148px", "149px", "150px", "151px", "152px", "153px", "154px", "155px", "156px", "157px", "158px", "159px", "160px", "161px", "162px", "163px", "164px", "165px", "166px", "167px", "168px", "169px", "170px", "171px", "172px", "173px", "174px", "175px", "176px", "177px", "178px", "179px", "180px", "181px", "182px", "183px", "184px", "185px", "186px", "187px", "188px", "189px", "190px", "191px", "192px", "193px", "194px", "195px", "196px", "197px", "198px", "199px", "200px", "201px", "202px", "203px", "204px", "205px", "206px", "207px", "208px", "209px", "210px");     else         document.MM_Time[0][1].values[1] = new Array(65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210);     document.MM_Time[0][1].values[1].prop = "top";     if (!ns4) {         document.MM_Time[0][1].values[0].prop2 = "style";         document.MM_Time[0][1].values[1].prop2 = "style";     }     document.MM_Time[0].lastFrame = 145;     for (i=0; i<document.MM_Time.length; i++) {         document.MM_Time[i].ID = null;         document.MM_Time[i].curFrame = 0;         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;     } } //--> </script> </csactiondict>  </head> <body bgcolor="#CC9933" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" class="bg" link="#FFFFCC" vlink="#FFFFCC" alink="#CCCC33" onLoad="MM_preloadImages('../img/im_mod/rouge1.gif','../img/im_mod/rouge2.gif','../img/im_mod/rouge3.gif','../img/im_mod/rouge4.gif','../img/im_mod/vert1.gif','../img/im_mod/vert2.gif','../img/im_mod/vert3.gif','../img/im_mod/vert4.gif')"> <!-- #BeginEditable "boite" --> <!-- #EndEditable -->  <table width="705" border="0" cellspacing="0" cellpadding="0">   <tr>      <td>        <table border="0" cellspacing="0" cellpadding="0" width="705">         <tr>            <td rowspan="2"><a name="haut"></a><img src="../../img/im_mod/mod_01.gif" width="180" height="142" name="logo_loups" usemap="../../default.asp#logo_loupsMap" border="0"><img src="../../img/im_mod/mod_02.gif" width="140" height="142" name="lozere"></td>           <td> <img src="../../img/im_mod/mod_03.gif" width="126" height="89" usemap="../../default.asp#Map" border="0"></td>           <td>              <table width="100%" border="0" cellspacing="0" cellpadding="0">               <tr>                  <td background="../../img/im_mod/mod_04.gif"><img src="../../img/im_mod/mod_04.gif" width="121" height="89" usemap="../../default.asp#Map2" border="0" name="patterouge"></td>                 <td background="../../img/im_mod/mod_05.gif"><img src="../../img/im_mod/mod_05.gif" width="138" height="89" name="patteverte" usemap="../../default.asp#patteverteMap" border="0"></td>               </tr>             </table>           </td>         </tr>         <tr>            <td colspan="2"><img src="../../img/im_mod/mod_06.gif" width="126" height="53"><img src="../../img/im_mod/mod_07.gif" width="259" height="53"></td>         </tr>       </table>       <map name="logo_loupsMap">          <area shape="rect" coords="14,9,166,117" href="../../default.asp">       </map>     </td>   </tr>   <tr>      <td>        <table width="705" border="0" cellspacing="0" cellpadding="0">         <tr>            <td><img src="../../img/im_mod/espaceur.gif" width="10" height="10"></td>           <td rowspan="8" valign="top"> <!-- #BeginEditable "cadregauche" -->              <table border="0" cellspacing="0" cellpadding="0" width="100%">               <tr>                  <td background="../../img/im_mod/mod_09.gif" align="left" height="82">                    <p><img src="../../img/im_mod/espaceur.gif" width="15" height="82" align="left"><br>                     <span class="titre1"><img src="../../img/im_mod/mod_fle1.gif" width="16" height="16">                      Fondation<br>                     Brigitte Bardot</span></p>                 </td>               </tr>               <tr>                  <td valign="top" class="texteg">L'intervention de la Fondation                    Brigitte Bardot. En Mongolie, plus de 80 loups furent captur&eacute;s                    et plac&eacute;s en captivit&eacute; dans des cages. Ces loups                    furent ensuite envoy&eacute;s en hongrie en guise de r&eacute;glement                    pour une transaction effectu&eacute;e avec une soci&eacute;t&eacute;                    hongroise. <br>                   <br>                   Pendant 9 mois, ils rest&egrave;rent enferm&eacute;s avec comme                    seul avenir un destin tragique : &ecirc;tre pendus pour permettre                    ainsi de r&eacute;cup&eacute;rer leur fourrure. Mais &agrave;                    leur arriv&eacute;e, le gouvernement hongrois, signataire de                    la convention de Washington qui prot&egrave;ge les esp&egrave;ces                    animales dont le loup, intervint. Les loups furent ainsi saisis                    et sauv&eacute;s provisoirement. Les responsables du minist&egrave;re                    de l'environnement hongrois prirent ensuite contact avec la                    fondation Brigitte Bardot. <br>                   <br>                   La fondation accepta de prendre en charge ces animaux et de                    s'occupper de leur transport. En effet, il n'existait pas en                    Hongrie de r&eacute;serve naturelle susceptible d'accueillir                    un nombre si important de loups dans des conditions satisfaisantes.                    En France, il n'y avait que le Parc du G&eacute;vaudan en Loz&egrave;re                    pour mener &agrave; bien une telle op&eacute;ration.<br>                   <br>                   M. G&eacute;rard M&eacute;natory, responsable zootechnique du                    Parc fut ainsi contact&eacute; par la Fondation Brigitte Bardot                    et accepta de recevoir les loups au sein du Parc. Apr&egrave;s                    maintes formalit&eacute;s douani&egrave;res, le convoi arriva                    au Parc pr&eacute;c&eacute;d&eacute; par Brigitte Bardot. Les                    loups, ag&eacute;s de 9 &agrave; 10 mois et pesant de 35 &agrave;                    40 kg, furent imm&eacute;diatement transf&eacute;r&eacute;s                    dans le Parc principal de 7 hectares sp&eacute;cialement am&eacute;nag&eacute;.                    <a href="../../default.asp#haut"><img src="../../img/im_mod/mod_fleh.gif" width="13" height="13" border="0" align="absmiddle"></a></td>               </tr>             </table>             <!-- #EndEditable --></td>           <td><img src="../../img/im_mod/mod_10.gif" width="135" height="177" name="loups"></td>           <td rowspan="8" valign="top"> <!-- #BeginEditable "cadredroit" -->              <table border="0" cellspacing="0" cellpadding="0" width="100%">               <tr>                  <td align="left" valign="top">                    <table width="245" border="0" cellspacing="0" cellpadding="0">                     <tr>                        <td align="left"><a href="javascript:;" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('img1','','../../img/im_mena/vdl5_1.jpg','imggrande','','../../img/im_mena/vdl5_1.jpg',1)"><img src="../../img/im_mena/vdl5_p1.jpg" width="60" height="40" name="img1" class="curseur" border="0"></a></td>                       <td align="center"><a href="javascript:;" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('img2','','../../img/im_mena/vdl5_2.jpg','imggrande','','../../img/im_mena/vdl5_2.jpg',1)"><img src="../../img/im_mena/vdl5_p2.jpg" width="60" height="40" name="img2" class="curseur" border="0"></a></td>                       <td align="right"><a href="javascript:;" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('img3','','../../img/im_mena/vdl5_4.jpg','imggrande','','../../img/im_mena/vdl5_4.jpg',1)"><img src="../../img/im_mena/vdl5_p4.jpg" width="60" height="40" name="img3" class="curseur" border="0"></a></td>                     </tr>                     <tr>                        <td colspan="3" align="left"><img src="../../img/im_mod/espaceur.gif" width="10" height="10"></td>                     </tr>                     <tr align="center">                        <td colspan="3"><img src="../../img/im_mena/vdl5_3.jpg" width="240" height="160" name="imggrande" alt="Brigitte BARDOT &amp; G&eacute;rard MENATORY"></td>                     </tr>                   </table>                 </td>               </tr>               <tr>                  <td><img src="../../img/im_mod/espaceur.gif" width="10" height="40"></td>               </tr>               <tr>                  <td valign="top" class="texted"><a href="http://www.fondationbrigittebardot.fr" class="texted" target="_blank"><img src="../../img/im_mod/mod_fle1.gif" width="16" height="16" align="absmiddle" border="0">www.fondationbrigittebardot.fr</a></td>               </tr>               <tr>                  <td valign="top" class="texted"><br>                   <br>                 </td>               </tr>             </table>             <!-- #EndEditable --></td>           <td width="0"><img src="../../img/im_mod/espaceur.gif" width="10" height="10"></td>         </tr>         <tr>            <td>&nbsp;</td>           <td background="../../img/im_mod/mod_16.gif"><!-- #BeginEditable "menu" --><img src="../../img/im_mod/espaceur.gif" width="10" height="131" align="left"><b><a href="gerard.htm" class="menu2select">G&eacute;rard              M&eacute;natory :</a></b><br>             <br>             <a href="gerard_01.htm" class="menu2">&gt; La vie de G&eacute;rard</a><br>             <a href="gerard_03.htm" class="menu2">&gt; Disparition<br>             &nbsp;&nbsp; du loup</a><br>             <a href="gerard_04.htm" class="menu2">&gt; Re-colonisation<br>             &nbsp;&nbsp; du loup</a><br>             <a href="gerard_06.htm" class="menu2select">&gt; Fondation BB</a><br>             <a href="gerard_07.htm" class="menu2">&gt; Historique du Parc</a><br>             <a href="gerard_08.htm" class="menu2">&gt; Parc d'observation</a><!-- #EndEditable --></td>           <td width="0">&nbsp;</td>         </tr>         <tr>            <td>&nbsp;</td>           <td background="../../img/im_mod/mod_17.gif"><!-- #BeginEditable "pages" -->              <img src="../../img/im_mod/espaceur.gif" width="15" height="27" align="absmiddle"><span class="pagesselect">Pages              : <a href="gerard_06.htm" class="pagesselect">1</a></span><!-- #EndEditable --></td>           <td width="0">&nbsp;</td>         </tr>         <tr>            <td>&nbsp;</td>           <td><!-- #BeginEditable "piste" --><img src="../../img/im_mod/modb_19.gif" width="135" height="123"><!-- #EndEditable --></td>           <td width="0">&nbsp;</td>         </tr>         <tr>            <td>&nbsp;</td>           <td><img src="../../img/im_mod/mod_21.gif" width="135" height="177"></td>           <td width="0">&nbsp;</td>         </tr>         <tr>            <td>&nbsp;</td>           <td background="../../img/im_mod/mod_17.gif"><img src="../../img/im_mod/mod_26.gif" width="135" height="52"></td>           <td width="0">&nbsp;</td>         </tr>         <tr>            <td>&nbsp;</td>           <td background="../../img/im_mod/mod_17.gif"><!-- #BeginEditable "centre" --><img src="../../img/im_mod/espaceur.gif" width="10" height="200"><!-- #EndEditable --></td>           <td width="0">&nbsp;</td>         </tr>         <tr>            <td>&nbsp;</td>           <td background="../../img/im_mod/mod_17.gif" align="center" class="menu"><font color="#333300">Les              Loups du<br>             G&eacute;vaudan<br>             Sainte Lucie<br>             48100 Marvejols<br>             LOZERE<br>             <br>             04 66 32 09 22</font></td>           <td width="0">&nbsp;</td>         </tr>         <tr>            <td>&nbsp;</td>           <td><img src="../../img/im_mod/mod_31.gif" width="305" height="46"></td>           <td background="../../img/im_mod/mod_17.gif"><!-- #BeginEditable "bas" --><img src="../../img/im_mod/espaceur.gif" width="10" height="50"><!-- #EndEditable --></td>           <td><img src="../../img/im_mod/espaceur.gif" width="245" height="10"></td>           <td width="0">&nbsp;</td>         </tr>       </table>     </td>   </tr> </table> <div id="sparc" style="position:absolute; left:455px; top:105px; width:230px; height:38; z-index:1; visibility: hidden" class="menu"><img src="../../img/im_mod/mod_fle1.gif" width="16" height="16" align="left">    PARC A LOUPS DU GEVAUDAN</div> <div id="sinfos" style="position:absolute; left:455px; top:105; width:230px; height:38; z-index:1; visibility: hidden" class="menu"><img src="../../img/im_mod/mod_fle1.gif" width="16" height="16" align="left">    INFOS PRATIQUES</div> <div id="sjournal" style="position:absolute; left:455px; top:105; width:230px; height:38; z-index:1; visibility: hidden" class="menu"><img src="../../img/im_mod/mod_fle1.gif" width="16" height="16" align="left">    JOURNAL DE LA MEUTE</div> <div id="sextraits" style="position:absolute; left:455px; top:105; width:230px; height:38; z-index:1; visibility: hidden" class="menu"><img src="../../img/im_mod/mod_fle1.gif" width="16" height="16" align="left">    EXTRAITS DU PARC</div> <div id="sgerard" style="position:absolute; left:455px; top:105; width:230px; height:38; z-index:1; visibility: hidden" class="menu"><img src="../../img/im_mod/mod_fle1.gif" width="16" height="16" align="left">    GERARD MENATORY</div> <div id="sloup" style="position:absolute; left:455px; top:105; width:230px; height:38; z-index:1; visibility: hidden" class="menu"><img src="../../img/im_mod/mod_fle1.gif" width="16" height="16" align="left">    LOUPS &quot;CANIS LUPUS&quot;</div> <div id="sgevaudan" style="position:absolute; left:455px; top:105; width:230px; height:38; z-index:1; visibility: hidden" class="menu"><img src="../../img/im_mod/mod_fle1.gif" width="16" height="16" align="left">    BETE DU GEVAUDAN</div> <div id="senviron" style="position:absolute; left:455px; top:105; width:230px; height:38; z-index:1; visibility: hidden" class="menu"><img src="../../img/im_mod/mod_fle1.gif" width="16" height="16" align="left">    ENVIRONNEMENT </div> <div id="smenu" style="position:absolute; left:455px; top:97; width:230px; height:38; z-index:1" class="menu">Cliquez    sur les pattes et d&eacute;couvrez les loups du G&eacute;vaudan...</div> <div id="bouton" style=" position: absolute; z-index: 3; top: 0; left: 0; width: 18px; height: 75px" class="menu">    <div id="bouton3" style="position:absolute; left:-20; top:0; width:18px; height:59px; z-index:4"><a href="../../default.asp#" csclick="4AF861" onClick="tmt_DivMove('bouton3','-20','0');CSAction(new Array(/*CMP*/'4AF861'));return CSClickReturn()"><img src="../../img/im_mod/menu_04.gif" width="18" height="59" border="0" name="bouton2"></a></div>   <div id="cadre" style="position: absolute; z-index: 3; top: 0px; left: -187; width: 187px; height: 231px">      <div id="fleches" style="position:absolute; width:16; height:30px; z-index:6; left: 165px; top: 7px">        <a href="../../default.asp#" onMouseOver="YY_timelinePlayReverse('Timeline1')" csover="6E34E4,799505" onMouseOut="MM_timelineStop('Timeline1')" csout="16993711"><img src="../../img/im_mod/menu_07.gif" width="12" height="12" border="0"></a>        <a href="../../default.asp#" onMouseOver="MM_timelinePlay('Timeline1')" csover="D685F6,DC5357" onMouseOut="MM_timelineStop('Timeline1')" csout="16486810"><br>       <img src="../../img/im_mod/menu_10.gif" width="12" height="12" border="0"></a></div>     <div id="ascenseur" style="position:absolute; left:170px; top:65px; width:10; height:17px; z-index:4">        <img src="../../img/im_mod/menu_16.gif" width="6" height="7"></div>     <img src="../../img/im_mod/menu_03.gif" width="187" height="231">      <div id="masque" style="position:absolute; width:155; height:210; z-index:7; left: 5px; top: 7px; overflow: hidden">        <div id="menu2" style="position:absolute; left:2px; top:4px; width:150px; z-index:5; height: 1300px;"><img src="../../img/im_mod/mod_fle1.gif" width="16" height="16" align="absmiddle"><a href="../../default.asp" class="menu">Accueil</a><br>         <br>         <img src="../../img/im_mod/mod_fle1.gif" width="16" height="16" align="absmiddle">          <a href="../parc/parcloups.htm" class="menu">Parc &agrave; loups          du G&eacute;vaudan</a><br>         <a href="../parc/loupduparc_1.htm" class="menu">&gt; Loups du Parc</a><br>         <a href="../parc/loupduparc_1.htm" class="menu">Loups de Mongolie</a><br>         <a href="../parc/loupduparc_1.htm" class="menu">Loups du Canada</a><br>         <a href="../parc/loupduparc_2.htm" class="menu">Loups de Pologne</a><br>         <a href="../parc/loupduparc_2.htm" class="menu">Loups de Sib&eacute;rie</a><br>         <a href="../parc/museo_1.htm" class="menu">&gt; Mus&eacute;ographie</a><br>         <br>         <img src="../../img/im_mod/mod_fle1.gif" width="16" height="16" align="absmiddle">          <a href="../infos/infos.htm" class="menu">Infos pratiques</a><br>         <a href="../infos/geogra_1.htm" class="menu">&gt; Situation g&eacute;ographique</a><br>         <a href="../infos/horaires_1.htm" class="menu">&gt; Horaires et          tarifs</a><br>         <a href="../infos/heberg_1.htm" class="menu">&gt; H&eacute;bergement          et restauration</a><br>         <a href="../infos/heberg_1.htm" class="menu">Village de g&icirc;tes</a><br>         <a href="../infos/heberg_2.htm" class="menu">G&icirc;tes 4 &eacute;pis          (11 pers.)</a><br>         <a href="../infos/heberg_3.htm" class="menu">G&icirc;tes 2 &eacute;pis          (5/6 pers.)</a><br>         <a href="../infos/heberg_4.htm" class="menu">G&icirc;tes 2 &eacute;pis          (2 pers.)</a><br>         <a href="../infos/heberg_5.htm" class="menu">Restaurant<br>         </a><a href="../infos/activites_1.htm" class="menu">&gt; Activit&eacute;s          de proximit&eacute;</a><br>         <a href="../infos/activites_2.htm" class="menu">Randonn&eacute;e</a><br>         <a href="../infos/activites_3.htm" class="menu">P&ecirc;che</a><br>         <br>         <img src="../../img/im_mod/mod_fle1.gif" width="16" height="16" align="absmiddle">          <a href="gerard.htm" class="menu">G&eacute;rard M&eacute;natory</a><br>         <a href="gerard_01.htm" class="menu">&gt; La vie de g&eacute;rard</a><br>         <a href="gerard_02.htm" class="menu">Bialow et Toundra</a><br>         <a href="gerard_03.htm" class="menu">&gt; Disparition du          loup</a><br>         <a href="gerard_04.htm" class="menu">&gt; Re-colonisation          du loup</a><br>         <a href="gerard_06.htm" class="menu">&gt; Fondation Brigitte          Bardot</a><br>         <a href="gerard_07.htm" class="menu">&gt; Historique du          Parc</a><br>         <a href="gerard_08.htm" class="menu">&gt; Parc d'observation</a><br>         <br>         <img src="../../img/im_mod/mod_fle1.gif" width="16" height="16" align="absmiddle">          <a href="../extraits/extraits.htm" class="menu">Extraits du Parc</a><br>         <br>         <img src="../../img/im_mod/mod_fle1.gif" width="16" height="16" align="absmiddle"><a href="../envi/environnement.htm" class="menu">L'environnement</a><br>         <a href="../envi/gevaudan_1.htm" class="menu">&gt; Le G&eacute;vaudan<br>         La deuxi&egrave;me moiti&eacute; du XVIII&egrave;me</a><br>         <a href="../envi/margeride_1.htm" class="menu">&gt; La Margeride<br>         Massif granitique</a><br>         <a href="../envi/margeride_1.htm" class="menu">La faune et la flore</a><br>         <a href="../envi/margeride_3.htm" class="menu">L'habitat traditionnel</a><br>         <br>         <img src="../../img/im_mod/mod_fle1.gif" width="16" height="16" align="absmiddle">          <a href="../bete/labete.htm" class="menu">B&ecirc;te du G&eacute;vaudan</a><br>         <a href="../bete/labete_1.htm" class="menu">&gt; De 1764 &agrave;          1767</a><br>         <a href="../bete/labete_3.htm" class="menu">&gt; Attaques de la          B&ecirc;te</a><br>         <a href="../bete/labete_4.htm" class="menu">&gt; Version de G&eacute;rard          M&eacute;natory</a><br>         <br>         <img src="../../img/im_mod/mod_fle1.gif" width="16" height="16" align="absmiddle">          <a href="../lupus/lupus.htm" class="menu">Loups &quot;Canis lupus&quot;</a><br>         <a href="../lupus/espece_1.htm" class="menu">&gt; Sous-esp&egrave;ces</a><br>         <a href="../lupus/espece_1.htm" class="menu">Population actuelle</a><br>         <a href="../lupus/espece_2.htm" class="menu">Caract&eacute;ristiques</a><br>         <a href="../lupus/morpho_1.htm" class="menu">&gt; Morphologie</a><br>         <a href="../lupus/croissance_1.htm" class="menu">&gt; Croissance</a><br>         <a href="../lupus/compor_1.htm" class="menu">&gt; Comportement</a><br>         <a href="../lupus/compor_1.htm" class="menu">Attitudes</a><br>         <a href="../lupus/compor_3.htm" class="menu">Chasse</a><br>         <a href="../lupus/lameute_1.htm" class="menu">&gt; La meute</a><br>         <br>         <img src="../../img/im_mod/mod_fle1.gif" width="16" height="16" align="absmiddle">          <a href="../journal/journal.htm" class="menu">Journal de la meute</a><br>         <a href="../journal/journal.htm" class="menu">&gt; Loups du Canada</a><br>         <br>         <br>         <br>         <br>       </div>     </div>   </div>   <a href="../../default.asp#" onClick="tmt_DivMove('bouton3','0','0');CSAction(new Array(/*CMP*/'174A381'));return CSClickReturn()" csclick="174A381"><img src="../../img/im_mod/menu_04.gif" width="18" height="59" border="0"></a>  </div> <map name="Map">    <area shape="rect" coords="52,34,73,49" href="mailto:infos@loupsdugevaudan.com"> </map> <map name="Map2">    <area shape="circle" coords="71,69,15" href="../extraits/extraits.htm" onMouseOut="MM_swapImgRestore();MM_showHideLayers('sextraits','','hide')" onMouseOver="MM_swapImage('patterouge','','../../img/im_mod/rouge4.gif',1);MM_showHideLayers('sextraits','','show','smenu','','hide')">   <area shape="circle" coords="92,52,15" href="gerard.htm" onMouseOut="MM_swapImgRestore();MM_showHideLayers('sgerard','','hide')" onMouseOver="MM_swapImage('patterouge','','../../img/im_mod/rouge3.gif',1);MM_showHideLayers('sgerard','','show','smenu','','hide')">   <area shape="circle" coords="50,10,15" href="../parc/parcloups.htm" onMouseOut="MM_swapImgRestore();MM_showHideLayers('sparc','','hide')" onMouseOver="MM_swapImage('patterouge','','../../img/im_mod/rouge1.gif',1);MM_showHideLayers('sparc','','show','smenu','','hide')">   <area shape="circle" coords="84,20,15" href="../infos/infos.htm" onMouseOut="MM_swapImgRestore();MM_showHideLayers('sinfos','','hide')" onMouseOver="MM_swapImage('patterouge','','../../img/im_mod/rouge2.gif',1);MM_showHideLayers('sinfos','','show','smenu','','hide')"> </map> <map name="patteverteMap">    <area shape="circle" coords="54,72,15" href="../journal/journal.htm" onMouseOver="MM_showHideLayers('sjournal','','show','smenu','','hide');MM_swapImage('patteverte','','../../img/im_mod/vert4.gif',1)" onMouseOut="MM_showHideLayers('sjournal','','hide');MM_swapImgRestore()">   <area shape="circle" coords="82,59,15" href="../lupus/lupus.htm" onMouseOver="MM_showHideLayers('sloup','','show','smenu','','hide');MM_swapImage('patteverte','','../../img/im_mod/vert3.gif',1)" onMouseOut="MM_showHideLayers('sloup','','hide');MM_swapImgRestore()">   <area shape="circle" coords="80,32,15" href="../bete/labete.htm" onMouseOver="MM_showHideLayers('sgevaudan','','show','smenu','','hide');MM_swapImage('patteverte','','../../img/im_mod/vert2.gif',1)" onMouseOut="MM_showHideLayers('sgevaudan','','hide');MM_swapImgRestore()">   <area shape="circle" coords="53,21,15" href="../envi/environnement.htm" onMouseOver="MM_showHideLayers('senviron','','show','smenu','','hide');MM_swapImage('patteverte','','../../img/im_mod/vert1.gif',1)" onMouseOut="MM_showHideLayers('senviron','','hide');MM_swapImgRestore()"> </map> </body> <!-- #EndTemplate --></html> 
