 <html> 	<script> 		var obj1; 		function Ouvre (s, iW, iH, pg) 			{ 			var sPr="location=no,directories=no,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no,width="+iW+",height="+iH; 			if (obj1 && !obj1.closed) obj1.close(); 			obj1=window.open(s, "Detailmembre",sPr); 			} 	</script> 	<head> 		<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"> 		<title>pr&eacute;sentation</title> 		<meta name="site-config-URL" content=""> 		<link href="../../../css/rdt.css" rel="stylesheet" media="Screen"> 		<style type="text/css" media="screen"><!-- A:link  { color: purple; font-weight: bold; font-size: 10px; line-height: 12px; font-family: Verdana, Arial, Helvetica, Geneva; text-decoration: none }  A:hover     { color: red; font-weight: bold; font-size: 10px; line-height: 12px; font-family: Verdana, Arial, Helvetica, Geneva; text-decoration: underline }  A:active    { color: red; font-weight: bold; font-size: 10px; line-height: 12px; font-family: Verdana, Arial, Helvetica, Geneva; text-decoration: underline }  A:visited { color: purple; font-weight: bold; font-size: 10px; line-height: 12px; font-family: Verdana, Arial, Helvetica, Geneva; text-decoration: none } #sm01  { position: absolute; z-index: 4; top: 96px; left: 106px; width: 111px; visibility: visible; display: block } #arrows   { position: absolute; z-index: 11; top: 115px; left: 709px; width: 23px; height: 200px; visibility: visible; display: block } #divScroller1     { border-style: dashed; border-width: 0px 0px 0px 1px; border-color: #666666; position: absolute; z-index: 9; top: 115px; left: 415px; width: 275px; height: 202px; overflow: hidden; visibility: visible; clip: rect(0px auto auto auto); visbility: visible  } #dynPage0       { display: block; position: absolute; z-index: 10; top: 0px; left: 5px; width: 265px; visibility: hidden } #links     { position: absolute; z-index: 11; top: 0px; left: -99px; width: 20px; visibility: visible; display: block } #dynPage1    { display: block; position: absolute; z-index: 10; top: 0px; left: 5px; width: 265px; visibility: hidden } #dynPage2    { display: block; position: absolute; z-index: 10; top: 0px; left: 5px; width: 265px; visibility: hidden } #dynPage3      { display: block; position: absolute; z-index: 10; top: 0px; left: 5px; width: 265px; visibility: hidden } #sm02 { position: absolute; top: 126px; left: 106px; width: 225px; visibility: hidden } #sm03 { position: absolute; top: 156px; left: 106px; width: 225px; visibility: hidden } #sm04 { position: absolute; top: 186px; left: 106px; width: 225px; visibility: hidden } --></style> 		<script language="JavaScript" type="text/javascript"> /********************************************************************************** PageSlideFade *   Copyright (C) 2001 <a href="/dhtmlcentral/michael_van_ouwerkerk.asp">Michael van Ouwerkerk</a> *   This script was released at DHTMLCentral.com *   Visit for more great scripts! *   This may be used and changed freely as long as this msg is intact! *   We will also appreciate any links you could give us. * *********************************************************************************/  function lib_bwcheck(){ //Browsercheck (needed) 	this.ver=navigator.appVersion 	this.agent=navigator.userAgent 	this.dom=document.getElementById?1:0 	this.opera5=this.agent.indexOf("Opera 5")>-1 	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0; 	this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0; 	this.ie4=(document.all && !this.dom && !this.opera5)?1:0; 	this.ie=this.ie4||this.ie5||this.ie6 	this.mac=this.agent.indexOf("Mac")>-1 	this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0; 	this.ns4=(document.layers && !this.dom)?1:0; 	this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5) 	return this } var bw=new lib_bwcheck()   /*** variables to configure... ***/  var numScrollPages = 4         //Set the number of pages (layers) here. Add and remove the pages in the body too. The first layer is called dynPage0, the second is dynPage1, and so on. var transitionOut = 1;         //The 'out' effect... 0= no effect, 1= fade var transitionIn = 2;          //The 'in' effect... 0= no effect, 1= fade, 2= slide var slideAcceleration = 0.2;   //If you use the slide animation, set this somewhere between 0 and 1. var transitionOnload = 1       //Use the 'in' transition when the page first loads? If you want the transition fx only when the links are clicked, you can set it to 0.  // NOTE: if you change the position of divScroller1 from absolute to relative, you can put the scroller in a table. // HOWEVER it will no longer work in netscape 4. If you wish to support netscape 4, you have to use absolute positioning.  // Please note that there are no effects available in ns4 and ie4, or explorers on the Mac!  /*** There should be no need to change anything beyond this. ***/  // A unit of measure that will be added when setting the position of a layer. var px = bw.ns4||window.opera?"":"px";  if(document.layers){ //NS4 resize fix... 	scrX= innerWidth; scrY= innerHeight; 	onresize= function(){if(scrX!= innerWidth || scrY!= innerHeight){history.go(0)} } }  //object constructor... function scrollerobj(obj,nest){ 	nest = (!nest)?"":'document.'+nest+'.' 	this.elm = bw.ie4?document.all[obj]:bw.ns4?eval(nest+'document.'+obj):document.getElementById(obj) 	this.css = bw.ns4?this.elm:this.elm.style 	this.doc = bw.ns4?this.elm.document:document 	this.obj = obj+'scrollerobj'; eval(this.obj+'=this') 	this.x = (bw.ns4||bw.opera5)?this.css.left:this.elm.offsetLeft 	this.y = (bw.ns4||bw.opera5)?this.css.top:this.elm.offsetTop 	this.w = (bw.ie4||bw.ie5||bw.ie6||bw.ns6)?this.elm.offsetWidth:bw.ns4?this.elm.clip.width:bw.opera5?this.css.pixelWidth:0 	this.h = (bw.ie4||bw.ie5||bw.ie6||bw.ns6)?this.elm.offsetHeight:bw.ns4?this.elm.clip.height:bw.opera5?this.css.pixelHeight:0 }  //object methods... scrollerobj.prototype.moveTo = function(x,y){ 	if(x!=null){this.x=x; this.css.left=x+px} 	if(y!=null){this.y=y; this.css.top=y+px} } scrollerobj.prototype.moveBy = function(x,y){this.moveTo(this.x+x,this.y+y)} scrollerobj.prototype.hideIt = function(){this.css.visibility='hidden'} scrollerobj.prototype.showIt = function(){this.css.visibility='visible'}  /**************************************************************** scroll functions... ****************************************************************/ var scrollTimer = null; function scroll(step){ 	clearTimeout(scrollTimer); 	if ( !busy && (step<0&&activePage.y+activePage.h>scroller1.h || step>0&&activePage.y<0) ){ 		activePage.moveBy(0,step); 		scrollTimer = setTimeout('scroll('+step+')',40); 	} } function stopScroll(){ 	clearTimeout(scrollTimer); }  /**************************************************************** activating the correct layers... ****************************************************************/ var activePage = null; var busy = 0; function activate(num){ 	if (activePage!=pages[num] && !busy){ 		busy = 1; 		if (transitionOut==0 || !bw.opacity){ activePage.hideIt(); activateContinue(num); } 		else if (transitionOut==1) activePage.blend('hidden', 'activateContinue('+num+')'); 	} } function activateContinue(num){ 	busy = 1; 	activePage = pages[num]; 	activePage.moveTo(0,0); 	if (transitionIn==0 || !bw.opacity){ activePage.showIt(); busy=0; } 	else if (transitionIn==1) activePage.blend('visible', 'busy=0'); 	else if (transitionIn==2) activePage.slide(0, slideAcceleration, 40, 'busy=0'); }   /**************************************************************** Slide methods... ****************************************************************/ scrollerobj.prototype.slide = function(target, acceleration, time, fn){ 	this.slideFn= fn?fn:null; 	this.moveTo(0,scroller1.h); 	if (bw.ie4&&!bw.mac) this.css.filter = 'alpha(opacity=100)'; 	if (bw.ns6) this.css.MozOpacity = 1; 	this.showIt(); 	this.doSlide(target, acceleration, time); } scrollerobj.prototype.doSlide = function(target, acceleration, time){ 	this.step = Math.round(this.y*acceleration); 	if (this.step<1) this.step = 1; 	if (this.step>this.y) this.step = this.y; 	this.moveBy(0, -this.step); 	if (this.y>0) this.slideTim = setTimeout(this.obj+'.doSlide('+target+','+acceleration+','+time+')', time); 	else { 		eval(this.slideFn); 		this.slideFn = null; 	} }   /**************************************************************** Opacity methods... ****************************************************************/ scrollerobj.prototype.blend= function(vis, fn){ 	if (bw.ie5||bw.ie6 && !bw.mac) { 		if (vis=='visible') this.css.filter= 'blendTrans(duration=0.9)'; 		else this.css.filter= 'blendTrans(duration=0.6)'; 		this.elm.onfilterchange = function(){ eval(fn); }; 		this.elm.filters.blendTrans.apply(); 		this.css.visibility= vis; 		this.elm.filters.blendTrans.play(); 	} 	else if (bw.ns6 || bw.ie&&!bw.mac){ 		this.css.visibility= 'visible'; 		vis=='visible' ? this.fadeTo(100, 7, 40, fn) : this.fadeTo(0, 9, 40, fn); 	} 	else { 		this.css.visibility= vis; 		eval(fn); 	} };  scrollerobj.prototype.op= 100; scrollerobj.prototype.opacityTim= null; scrollerobj.prototype.setOpacity= function(num){ 	this.css.filter= 'alpha(opacity='+num+')'; 	this.css.MozOpacity= num/100; 	this.op= num; } scrollerobj.prototype.fadeTo= function(target, step, time, fn){ 	clearTimeout(this.opacityTim); 	this.opacityFn= fn?fn:null; 	this.op = target==100 ? 0 : 100; 	this.fade(target, step, time); } scrollerobj.prototype.fade= function(target, step, time){ 	if (Math.abs(target-this.op)>step){ 		target>this.op? this.setOpacity(this.op+step):this.setOpacity(this.op-step); 		this.opacityTim= setTimeout(this.obj+'.fade('+target+','+step+','+time+')', time); 	} 	else { 		this.setOpacity(target); 		eval(this.opacityFn); 		this.opacityFn= null; 	} }   /************************************************************** Init function... **************************************************************/ var pageslidefadeLoaded = 0; function initPageSlideFade(){ 	scroller1 = new scrollerobj('divScroller1');  	pages = new Array(); 	for (var i=0; i<numScrollPages; i++){ 		pages[i] = new scrollerobj('dynPage'+i, 'divScroller1'); 		pages[i].moveTo(0,0); 	} 	bw.opacity = ( bw.ie && !bw.ie4 && navigator.userAgent.indexOf('Windows')>-1 ) || bw.ns6 	if (bw.ie5||bw.ie6 && !bw.mac) pages[0].css.filter= 'blendTrans(duration=0.6)'; // Preloads the windows filters.  	if (transitionOnload) activateContinue(0); 	else{ 		activePage = pages[0]; 		activePage.showIt(); 	}  	if (bw.ie) for(var i=0;i<document.links.length;i++) document.links[i].onfocus=document.links[i].blur; 	pageslidefadeLoaded = 1; } //if the browser is ok, the script is started onload.. if(bw.bw && !pageslidefadeLoaded) onload = initPageSlideFade; </script> 		<csactionitem name="12D8654146"></csactionitem> 		<csactions> 			<csaction name="12D8654146" class="Action Group" type="unbound" val0="12D8654142,12D8654143,12D8654144,12D8654145"> 			<csaction name="12D8654142" class="ShowHide" type="onevent" val0="sm01" val1="0"> 			<csaction name="12D8654143" class="ShowHide" type="onevent" val0="sm02" val1="0"> 			<csaction name="12D8654144" class="ShowHide" type="onevent" val0="sm03" val1="0"> 			<csaction name="12D8654145" class="ShowHide" type="onevent" val0="sm04" val1="0"> 			<csaction name="12DB9ED147" class="Call Action" type="onevent" val0="12D8654146"> 			<csaction name="12DD378148" class="ShowHide" type="onevent" val0="sm01" val1="1"> 			<csaction name="12E18C0149" class="Call Action" type="onevent" val0="12D8654146"> 			<csaction name="12E2CEF150" class="ShowHide" type="onevent" val0="sm02" val1="1"> 			<csaction name="12F7B5C151" class="Call Action" type="onevent" val0="12D8654146"> 			<csaction name="12F8FE6152" class="ShowHide" type="onevent" val0="sm03" val1="1"> 			<csaction name="12FD4F1153" class="Call Action" type="onevent" val0="12D8654146"> 			<csaction name="12FF310154" class="ShowHide" type="onevent" val0="sm04" val1="1"> 			<csaction name="13065FF155" class="Call Action" type="onevent" val0="12D8654146"> 			<csaction name="130A998157" class="Call Action" type="onevent" val0="12D8654146"> 			<csaction name="130C9F2158" class="Call Action" type="onevent" val0="12D8654146"> 			<csaction name="1BA1CE829" class="Set Image URL" type="onevent" val0="button_2" val1="../../../images/interne/menu/b02b.gif"> 			<csaction name="1BA520830" class="Set Image URL" type="onevent" val0="button_2" val1="../../../images/interne/menu/b02.gif"> 			<csaction name="1BA9CD331" class="Set Image URL" type="onevent" val0="button_3" val1="../../../images/interne/menu/b03b.gif"> 			<csaction name="1BACD5F32" class="Set Image URL" type="onevent" val0="button_3" val1="../../../images/interne/menu/b03.gif"> 			<csaction name="1BB09A833" class="Set Image URL" type="onevent" val0="button_4" val1="../../../images/interne/menu/b04b.gif"> 			<csaction name="1BB3A0B34" class="Set Image URL" type="onevent" val0="button_4" val1="../../../images/interne/menu/b04.gif"> 			<csaction name="1BB753B35" class="Set Image URL" type="onevent" val0="button_5" val1="../../../images/interne/menu/b05b.gif"> 			<csaction name="1BBA4EB36" class="Set Image URL" type="onevent" val0="button_5" val1="../../../images/interne/menu/b05.gif"> 			<csaction name="1BBD84837" class="Set Image URL" type="onevent" val0="button_6" val1="../../../images/interne/menu/b06b.gif"> 			<csaction name="1BC039638" class="Set Image URL" type="onevent" val0="button_6" val1="../../../images/interne/menu/b06.gif"> 			<csaction name="1BC3C3039" class="Set Image URL" type="onevent" val0="button_7" val1="../../../images/interne/menu/b07b.gif"> 			<csaction name="1BC6D2A40" class="Set Image URL" type="onevent" val0="button_7" val1="../../../images/interne/menu/b07.gif"> 			<csaction name="1EC5F4379" class="Set Image URL" type="onevent" val0="carte" val1="../../../images/membres/l_geo/carte_03.gif"> 			<csaction name="1EFC87880" class="Set Image URL" type="onevent" val0="carte" val1="../../../images/membres/l_geo/carte_63.gif"> 			<csaction name="1F0022B81" class="Set Image URL" type="onevent" val0="carte" val1="../../../images/membres/l_geo/carte_15.gif"> 			<csaction name="1F0358882" class="Set Image URL" type="onevent" val0="carte" val1="../../../images/membres/l_geo/carte_43.gif"> 		</csactions> 		<csscriptdict import> 			<script type="text/javascript" src="../../../GeneratedItems/CSScriptLib.js"></script> 		</csscriptdict> 		<csactiondict> 			<script type="text/javascript"><!-- CSAct[/*CMP*/ '12D8654146'] = new Array(CSActionGroup,/*CMP*/ '12D8654142', /*CMP*/ '12D8654143', /*CMP*/ '12D8654144', /*CMP*/ '12D8654145'); CSAct[/*CMP*/ '12D8654142'] = new Array(CSShowHide,/*CMP*/ 'sm01',0); CSAct[/*CMP*/ '12D8654143'] = new Array(CSShowHide,/*CMP*/ 'sm02',0); CSAct[/*CMP*/ '12D8654144'] = new Array(CSShowHide,/*CMP*/ 'sm03',0); CSAct[/*CMP*/ '12D8654145'] = new Array(CSShowHide,/*CMP*/ 'sm04',0); CSAct[/*CMP*/ '12DB9ED147'] = new Array(CSCallAction,/*CMP*/'12D8654146'); CSAct[/*CMP*/ '12DD378148'] = new Array(CSShowHide,/*CMP*/ 'sm01',1); CSAct[/*CMP*/ '12E18C0149'] = new Array(CSCallAction,/*CMP*/'12D8654146'); CSAct[/*CMP*/ '12E2CEF150'] = new Array(CSShowHide,/*CMP*/ 'sm02',1); CSAct[/*CMP*/ '12F7B5C151'] = new Array(CSCallAction,/*CMP*/'12D8654146'); CSAct[/*CMP*/ '12F8FE6152'] = new Array(CSShowHide,/*CMP*/ 'sm03',1); CSAct[/*CMP*/ '12FD4F1153'] = new Array(CSCallAction,/*CMP*/'12D8654146'); CSAct[/*CMP*/ '12FF310154'] = new Array(CSShowHide,/*CMP*/ 'sm04',1); CSAct[/*CMP*/ '13065FF155'] = new Array(CSCallAction,/*CMP*/'12D8654146'); CSAct[/*CMP*/ '130A998157'] = new Array(CSCallAction,/*CMP*/'12D8654146'); CSAct[/*CMP*/ '130C9F2158'] = new Array(CSCallAction,/*CMP*/'12D8654146'); CSAct[/*CMP*/ '1BA1CE829'] = new Array(CSSetImageURL,/*CMP*/ 'button_2',/*URL*/ '../../../images/interne/menu/b02b.gif'); CSAct[/*CMP*/ '1BA520830'] = new Array(CSSetImageURL,/*CMP*/ 'button_2',/*URL*/ '../../../images/interne/menu/b02.gif'); CSAct[/*CMP*/ '1BA9CD331'] = new Array(CSSetImageURL,/*CMP*/ 'button_3',/*URL*/ '../../../images/interne/menu/b03b.gif'); CSAct[/*CMP*/ '1BACD5F32'] = new Array(CSSetImageURL,/*CMP*/ 'button_3',/*URL*/ '../../../images/interne/menu/b03.gif'); CSAct[/*CMP*/ '1BB09A833'] = new Array(CSSetImageURL,/*CMP*/ 'button_4',/*URL*/ '../../../images/interne/menu/b04b.gif'); CSAct[/*CMP*/ '1BB3A0B34'] = new Array(CSSetImageURL,/*CMP*/ 'button_4',/*URL*/ '../../../images/interne/menu/b04.gif'); CSAct[/*CMP*/ '1BB753B35'] = new Array(CSSetImageURL,/*CMP*/ 'button_5',/*URL*/ '../../../images/interne/menu/b05b.gif'); CSAct[/*CMP*/ '1BBA4EB36'] = new Array(CSSetImageURL,/*CMP*/ 'button_5',/*URL*/ '../../../images/interne/menu/b05.gif'); CSAct[/*CMP*/ '1BBD84837'] = new Array(CSSetImageURL,/*CMP*/ 'button_6',/*URL*/ '../../../images/interne/menu/b06b.gif'); CSAct[/*CMP*/ '1BC039638'] = new Array(CSSetImageURL,/*CMP*/ 'button_6',/*URL*/ '../../../images/interne/menu/b06.gif'); CSAct[/*CMP*/ '1BC3C3039'] = new Array(CSSetImageURL,/*CMP*/ 'button_7',/*URL*/ '../../../images/interne/menu/b07b.gif'); CSAct[/*CMP*/ '1BC6D2A40'] = new Array(CSSetImageURL,/*CMP*/ 'button_7',/*URL*/ '../../../images/interne/menu/b07.gif'); CSAct[/*CMP*/ '1EC5F4379'] = new Array(CSSetImageURL,/*CMP*/ 'carte',/*URL*/ '../../../images/membres/l_geo/carte_03.gif'); CSAct[/*CMP*/ '1EFC87880'] = new Array(CSSetImageURL,/*CMP*/ 'carte',/*URL*/ '../../../images/membres/l_geo/carte_63.gif'); CSAct[/*CMP*/ '1F0022B81'] = new Array(CSSetImageURL,/*CMP*/ 'carte',/*URL*/ '../../../images/membres/l_geo/carte_15.gif'); CSAct[/*CMP*/ '1F0358882'] = new Array(CSSetImageURL,/*CMP*/ 'carte',/*URL*/ '../../../images/membres/l_geo/carte_43.gif');  // --></script> 		</csactiondict> 	</head>  	<body background="../../../images/interne/motif.gif" bgcolor="#ffffff" link="black" vlink="black" alink="black" bgproperties="fixed" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0"> 		<table width="735" border="0" cellspacing="0" cellpadding="0" cols="1"> 			<tr height="335"> 				<td valign="top" width="218" height="335"> 					<table width="218" border="0" cellspacing="0" cellpadding="0" cols="1" height="335"> 						<tr height="95"> 							<td width="131" height="95"><img src="../../../images/interne/menu/m01.gif" border="0"></td> 							<td align="left" width="87" height="95"><img src="../../../images/interne/menu/m02.gif" alt="" height="95" width="87" border="0"></td> 						</tr> 						<tr height="30"> 							<td width="131" height="30"><a onmouseover="CSAction(new Array(/*CMP*/'12DB9ED147',/*CMP*/'12DD378148'));return true;return true" href="present_02.asp" onfocus="this.blur()" target="Frame_Contenu" csover="12DB9ED147,12DD378148"><img src="../../../images/interne/menu/b01b.gif" alt="" name="button_01" height="30" width="131" border="0"></a></td> 							<td rowspan="8" align="left" valign="top" width="87" height="240"><img src="../../../images/interne/menu/m03.gif" alt="" height="240" width="87" border="0"></td> 						</tr> 						<tr height="30"> 							<td width="131" height="30"><a onmouseover="CSAction(new Array(/*CMP*/'12E18C0149',/*CMP*/'12E2CEF150',/*CMP*/'1BA1CE829'));return true;return true" onmouseout="CSAction(new Array(/*CMP*/'1BA520830'));" href="#" onfocus="this.blur()" target="Frame_Contenu" csover="12E18C0149,12E2CEF150,1BA1CE829" csout="1BA520830"><img src="../../../images/interne/menu/b02.gif" alt="" name="button_2" height="30" width="131" border="0"></a></td> 						</tr> 						<tr height="30"> 							<td width="131" height="30"><a onmouseover="CSAction(new Array(/*CMP*/'12F7B5C151',/*CMP*/'12F8FE6152',/*CMP*/'1BA9CD331'));return true;return true" onmouseout="CSAction(new Array(/*CMP*/'1BACD5F32'));" href="#" onfocus="this.blur()" target="Frame_Contenu" csover="12F7B5C151,12F8FE6152,1BA9CD331" csout="1BACD5F32"><img src="../../../images/interne/menu/b03.gif" alt="" name="button_3" height="30" width="131" border="0"></a></td> 						</tr> 						<tr height="30"> 							<td width="131" height="30"><a onmouseover="CSAction(new Array(/*CMP*/'12FD4F1153',/*CMP*/'12FF310154',/*CMP*/'1BB09A833'));return true;return true" onmouseout="CSAction(new Array(/*CMP*/'1BB3A0B34'));" href="#" onfocus="this.blur()" target="Frame_Contenu" csover="12FD4F1153,12FF310154,1BB09A833" csout="1BB3A0B34"><img src="../../../images/interne/menu/b04.gif" alt="" name="button_4" height="30" width="130" border="0"></a></td> 						</tr> 						<tr height="30"> 							<td width="131" height="30"><a onmouseover="CSAction(new Array(/*CMP*/'13065FF155',/*CMP*/'1BB753B35'));return true;return true" onmouseout="CSAction(new Array(/*CMP*/'1BBA4EB36'));" href="contacts_02.asp" onfocus="this.blur()" target="Frame_Contenu" csover="13065FF155,1BB753B35" csout="1BBA4EB36"><img src="../../../images/interne/menu/b05.gif" alt="" name="button_5" height="30" width="131" border="0"></a></td> 						</tr> 						<tr height="30"> 							<td width="131" height="30"><a onmouseover="CSAction(new Array(/*CMP*/'130A998157',/*CMP*/'1BBD84837'));return true;return true" onmouseout="CSAction(new Array(/*CMP*/'1BC039638'));" href="http://www.rdt-france.org/" onfocus="this.blur()" target="_blank" csover="130A998157,1BBD84837" csout="1BC039638"><img src="../../../images/interne/menu/b06.gif" alt="" name="button_6" height="30" width="131" border="0"></a></td> 						</tr> 						<tr height="30"> 							<td width="131" height="30"><a onmouseover="CSAction(new Array(/*CMP*/'130C9F2158',/*CMP*/'1BC3C3039'));return true;return true" onmouseout="CSAction(new Array(/*CMP*/'1BC6D2A40'));" href="http://www.rdt-auvergne.org/orate/frame.html" onfocus="this.blur()" target="_blank" csover="130C9F2158,1BC3C3039" csout="1BC6D2A40"><img src="../../../images/interne/menu/b07.gif" alt="" name="button_7" height="30" width="131" border="0"></a></td> 						</tr> 						<tr height="30"> 							<td width="131" height="30"><img src="../../../images/interne/menu/m04.gif" height="30" width="131" border="0"></td> 						</tr> 					</table> 				</td> 				<td align="left" valign="top" width="518" height="335"> 					<table width="517" border="0" cellspacing="0" cellpadding="0" cols="1" height="335"> 						<tr height="46"> 							<td width="517" height="46" background="../../../images/interne/default/tetiere.gif"> 								<table width="517" border="0" cellspacing="0" cellpadding="0" cols="1" height="46"> 									<tr height="46"> 										<td width="115" height="46"></td> 										<td class="titre" align="right" valign="bottom" width="402" height="46">Les prospecteurs</td> 									</tr> 								</table> 							</td> 						</tr> 						<tr> 							<td valign="top" width="517"> 								<table width="517" border="0" cellspacing="0" cellpadding="0" cols="1" height="119"> 									<tr height="282"> 										<td colspan="2" width="517" height="282"> 											<table width="517" border="0" cellspacing="0" cellpadding="0"> 												<tr> 													<td valign="bottom" width="33"></td> 													<td valign="bottom"><img src="../../../images/membres/onglet/ong_01b.gif" alt="" height="28" width="142" border="0"></td> 													<td valign="bottom"><img src="../../../images/membres/onglet/ong_02.gif" alt="" height="10" width="12" border="0"></td> 													<td valign="bottom"><a href="membres_02.asp"><img src="../../../images/membres/onglet/ong_03.gif" alt="" name="ong_03" height="28" width="142" border="0"></a></td> 													<td valign="bottom"><img src="../../../images/membres/onglet/ong_04.gif" alt="" height="10" width="189" border="0"></td> 												</tr> 												<tr height="6"> 													<td valign="bottom" height="6"></td> 													<td valign="bottom" height="6"></td> 													<td valign="bottom" height="6"></td> 													<td valign="bottom" height="6"></td> 													<td valign="bottom" height="6"></td> 												</tr> 												<tr height="254"> 													<td colspan="5" valign="bottom" height="254"> 														<table border="0" cellspacing="0" cellpadding="0"> 															<tr height="254"> 																<td valign="bottom" width="197" height="254"><img src="../../../images/membres/l_geo/carte_03.gif" alt="" height="252" width="197" usemap="#carteb8be84dd" border="0" name="carte"></td> 																<td align="left" valign="bottom" height="254"><img src="../../../images/membres/l_geo/fond.gif" alt="" height="252" width="277" border="0"></td> 															</tr> 														</table> 													</td> 												</tr> 											</table> 										</td> 									</tr> 								</table> 							</td> 						</tr> 					</table> 				</td> 			</tr> 			<tr height="1"> 				<td valign="top" width="218" height="1"></td> 				<td align="right" valign="middle" width="518" height="1"> 					<hr size="1" width="518"> 				</td> 			</tr> 			<tr height="25"> 				<td valign="top" width="218" height="25"></td> 				<td class="signature" align="right" valign="middle" width="518" height="25">RDT Auvergne &copy; 2002</td> 			</tr> 		</table> 		<map name="carteb8be84dd"><area shape="polygon" coords="96,165,109,223,141,220,183,173,166,157,98,164" href="#" onclick="activate(3);CSAction(new Array(/*CMP*/'1F0358882'));return CSClickReturn();return false;" alt="" onfocus="this.blur()" csclick="1F0358882"><area shape="polygon" coords="50,151,24,193,33,228,108,222,96,164,50,151" href="#" onclick="activate(2);CSAction(new Array(/*CMP*/'1F0022B81'));return CSClickReturn();return false;" alt="" onfocus="this.blur()" csclick="1F0022B81"><area shape="polygon" coords="146,158,92,165,49,150,47,114,57,88,133,110,147,140,147,159" href="#" onclick="activate(1);CSAction(new Array(/*CMP*/'1EFC87880'));return CSClickReturn();return false;"alt="" onfocus="this.blur()" csclick="1EFC87880"><area shape="polygon" coords="58,90,39,61,62,34,124,33,152,61,155,77,140,105,136,112,59,90" href="#" onclick="activate(0);CSAction(new Array(/*CMP*/'1EC5F4379'));return CSClickReturn();return false;" alt="" onfocus="this.blur()" csclick="1EC5F4379"></map> 		<div id="sm01"> 			<table width="111" border="0" cellspacing="0" cellpadding="0" cols="1"> 				<tr> 					<td rowspan="3" valign="top" width="25"><img src="../../../images/interne/sous_menu/sm1.gif" height="30" width="25" border="0"></td> 					<td width="86"><img src="../../../images/interne/sous_menu/sm2.gif" height="8" width="86" border="0"></td> 				</tr> 				<tr> 					<td align="center" valign="top" bgcolor="#b6ab27" width="86"> 						<table width="80" border="0" cellspacing="0" cellpadding="0" cols="1" height="48"> 							 		<tr> 			<td class="celluleliens" width="80"> 			<a href=Anilotage.asp?NoMenu=22>Qui sommes-nous...</a> 				<hr size="1"> 			</td> 		</tr> 		<tr> 			<td class="celluleliens" width="80"> 			<a href=present_02.asp>Structures adhrentes</a> 				<hr size="1"> 			</td> 		</tr> 		<tr> 			<td class="celluleliens" width="80"> 			<a href=anilotage.asp?NoMenu=7>Comit de pilotage</a> 				<hr size="1"> 			</td> 		</tr> 		<tr> 			<td class="celluleliens" width="80"> 			<a href=membres_01.asp>Prospecteurs</a> 				<hr size="1"> 			</td> 		</tr> 		<tr> 			<td class="celluleliens" width="80"> 			<a href=Anilotage.asp?NoMenu=21>Membres associs</a> 				<hr size="1"> 			</td> 		</tr> 						</table> 					</td> 				</tr> 				<tr> 					<td width="86"><img src="../../../images/interne/sous_menu/sm3.gif" height="9" width="86" border="0"></td> 				</tr> 			</table> 		</div> 		<div id="arrows"> 			<table width="23" border="0" cellspacing="0" cellpadding="0" height="200"> 				<tr height="100"> 					<td valign="top" width="23" height="100"><a href="#" onmouseover="scroll(6);" onclick="scroll(6); return false;" onmousedown="scroll(25)" onmouseout="stopScroll();"><img src="../../../images/interne/detail/haut.gif" alt="Haut" height="24" width="23" border="0"></a></td> 				</tr> 				<tr height="100"> 					<td valign="bottom" width="23" height="100"><a href="#" onmouseover="scroll(-6);" onclick="scroll(-6); return false;" onmousedown="scroll(-25)" onmouseout="stopScroll();"><img src="../../../images/interne/detail/bas.gif" alt="Bas" height="26" width="18" border="0"></a></td> 				</tr> 			</table> 		</div> 		<div id="divScroller1"> 			<div id="dynPage0" class="dynPage"> 				<table width="265" border="0" cellspacing="0" cellpadding="0"> 					<tr height="20"> 						<td width="265" height="20"><img src="../../../images/membres/l_geo/titre_06.gif" alt="" height="20" width="229" border="0"></td> 					</tr> 					<tr height="10"> 						<td width="265" height="10"> 							<hr size="1" width="260"> 						</td> 					</tr> 	 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=119",580,350,1);' onfocus="this.blur()">Christophe&nbsp;ARNALD</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CCI MONTLUCON - GANNAT</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=64",580,350,1);' onfocus="this.blur()">Andr&nbsp;BERNARD</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ANVAR AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=94",580,350,1);' onfocus="this.blur()">Luc&nbsp;PASCAL</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CHAMBRE DE METIERS ALLIER</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=120",580,350,1);' onfocus="this.blur()">Maurice&nbsp;RINGUET</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRIRE MOULINS</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=101",580,350,1);' onfocus="this.blur()">Jean-Luc&nbsp;SORIANO</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CEE ALLIER</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=102",580,350,1);' onfocus="this.blur()">Laurent&nbsp;TALON</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CCI MOULINS-VICHY</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="20"> 						<td width="265" height="20"><img src="../../../images/membres/l_geo/titre_05.gif" alt="" height="20" width="229" border="0"></td> 					</tr> 					<tr height="10"> 						<td width="265" height="10"> 							<hr size="1" width="260"> 						</td> 					</tr>  					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=62",580,350,1);' onfocus="this.blur()">Philippe&nbsp;AUROUX</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=122",580,350,1);' onfocus="this.blur()">Sylvain&nbsp;AVRIL</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CRMA</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=65",580,350,1);' onfocus="this.blur()">Pierre&nbsp;BEVILLARD</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ADIMAC</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=67",580,350,1);' onfocus="this.blur()">Annie&nbsp;BOYER</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRIRE AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=110",580,350,1);' onfocus="this.blur()">Jean-Michel&nbsp;BRUN</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRIRE AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=121",580,350,1);' onfocus="this.blur()">Magali&nbsp;BRUNEAU</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ARIST </div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=123",580,350,1);' onfocus="this.blur()">Herv&nbsp;CHALAYE</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ADEME</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=72",580,350,1);' onfocus="this.blur()">Claude&nbsp;COURTADON</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=68",580,350,1);' onfocus="this.blur()">Frdric&nbsp;DENISOT</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CRCI AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=73",580,350,1);' onfocus="this.blur()">Annick&nbsp;DESGOUTTES</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ADEME</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=79",580,350,1);' onfocus="this.blur()">Jacques&nbsp;FOURNIER</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=70",580,350,1);' onfocus="this.blur()">Sandrine&nbsp;GAZEL</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRAF AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=81",580,350,1);' onfocus="this.blur()">Alain&nbsp;GAZEL</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=82",580,350,1);' onfocus="this.blur()">Jean-Michel&nbsp;GUTIERREZ</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRCE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=87",580,350,1);' onfocus="this.blur()">Herv&nbsp;LECAVELIER</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRIRE AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=89",580,350,1);' onfocus="this.blur()">Jean&nbsp;LOUBAT</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">NOVELECT</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=125",580,350,1);' onfocus="this.blur()">Tristan&nbsp;NOEL</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CRMA</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=97",580,350,1);' onfocus="this.blur()">Annie&nbsp;ROLLIN</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ADIMAC</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=99",580,350,1);' onfocus="this.blur()">Laurence&nbsp;ROQUETANIERE</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ARD (AGENCE REGIONALE DE DEVELOPPEMENT)</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=103",580,350,1);' onfocus="this.blur()">Jacques&nbsp;THEBAULT</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=105",580,350,1);' onfocus="this.blur()">Jacques&nbsp;VALLAUDE</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=108",580,350,1);' onfocus="this.blur()">Alain&nbsp;VIDIL</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRAF AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=109",580,350,1);' onfocus="this.blur()">Grard&nbsp;WALECZEK</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CHAMBRE DE METIERS 63 (ANTENNE ISSOIRE)</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 				</table> 			</div> 			<div id="dynPage1" class="dynPage"> 				<table width="265" border="0" cellspacing="0" cellpadding="0"> 					<tr height="20"> 						<td width="265" height="20"><img src="../../../images/membres/l_geo/titre_06.gif" alt="" height="20" width="229" border="0"></td> 					</tr> 					<tr height="10"> 						<td width="265" height="10"> 							<hr size="1" width="260"> 						</td> 					</tr> 	 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=60",580,350,1);' onfocus="this.blur()">Jos&nbsp;ALBA</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CCI CLERMONT FERRAND / ISSOIRE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=63",580,350,1);' onfocus="this.blur()">Pierre&nbsp;BARILLIER</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRIRE AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=66",580,350,1);' onfocus="this.blur()">Sylvie&nbsp;BONNIN</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ANVAR AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=80",580,350,1);' onfocus="this.blur()"> Bndicte&nbsp;FRIOT</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CCI THIERS</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=85",580,350,1);' onfocus="this.blur()">Martine&nbsp;LACOSTE</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CCI AMBERT</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=91",580,350,1);' onfocus="this.blur()">Pierre&nbsp;MONMAUR</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ANVAR AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=92",580,350,1);' onfocus="this.blur()">Luc&nbsp;NOEL</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CCI RIOM</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=96",580,350,1);' onfocus="this.blur()">Jean-claude&nbsp;PEYRONNY</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CHAMBRE DE METIERS 63 (ANTENNE THIERS)</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=100",580,350,1);' onfocus="this.blur()">Christophe&nbsp;SINET</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CEE PUY DE DOME</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="20"> 						<td width="265" height="20"><img src="../../../images/membres/l_geo/titre_05.gif" alt="" height="20" width="229" border="0"></td> 					</tr> 					<tr height="10"> 						<td width="265" height="10"> 							<hr size="1" width="260"> 						</td> 					</tr>  					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=62",580,350,1);' onfocus="this.blur()">Philippe&nbsp;AUROUX</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=122",580,350,1);' onfocus="this.blur()">Sylvain&nbsp;AVRIL</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CRMA</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=65",580,350,1);' onfocus="this.blur()">Pierre&nbsp;BEVILLARD</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ADIMAC</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=67",580,350,1);' onfocus="this.blur()">Annie&nbsp;BOYER</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRIRE AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=121",580,350,1);' onfocus="this.blur()">Magali&nbsp;BRUNEAU</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ARIST </div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=123",580,350,1);' onfocus="this.blur()">Herv&nbsp;CHALAYE</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ADEME</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=72",580,350,1);' onfocus="this.blur()">Claude&nbsp;COURTADON</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=68",580,350,1);' onfocus="this.blur()">Frdric&nbsp;DENISOT</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CRCI AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=73",580,350,1);' onfocus="this.blur()">Annick&nbsp;DESGOUTTES</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ADEME</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=79",580,350,1);' onfocus="this.blur()">Jacques&nbsp;FOURNIER</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=81",580,350,1);' onfocus="this.blur()">Alain&nbsp;GAZEL</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=70",580,350,1);' onfocus="this.blur()">Sandrine&nbsp;GAZEL</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRAF AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=82",580,350,1);' onfocus="this.blur()">Jean-Michel&nbsp;GUTIERREZ</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRCE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=87",580,350,1);' onfocus="this.blur()">Herv&nbsp;LECAVELIER</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRIRE AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=89",580,350,1);' onfocus="this.blur()">Jean&nbsp;LOUBAT</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">NOVELECT</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=125",580,350,1);' onfocus="this.blur()">Tristan&nbsp;NOEL</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CRMA</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=97",580,350,1);' onfocus="this.blur()">Annie&nbsp;ROLLIN</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ADIMAC</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=99",580,350,1);' onfocus="this.blur()">Laurence&nbsp;ROQUETANIERE</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ARD (AGENCE REGIONALE DE DEVELOPPEMENT)</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=103",580,350,1);' onfocus="this.blur()">Jacques&nbsp;THEBAULT</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=105",580,350,1);' onfocus="this.blur()">Jacques&nbsp;VALLAUDE</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=108",580,350,1);' onfocus="this.blur()">Alain&nbsp;VIDIL</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRAF AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=109",580,350,1);' onfocus="this.blur()">Grard&nbsp;WALECZEK</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CHAMBRE DE METIERS 63 (ANTENNE ISSOIRE)</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 				</table> 			</div>             			<div id="dynPage2" class="dynPage"> 				<table width="265" border="0" cellspacing="0" cellpadding="0"> 					<tr height="20"> 						<td width="265" height="20"><img src="../../../images/membres/l_geo/titre_06.gif" alt="" height="20" width="229" border="0"></td> 					</tr> 					<tr height="10"> 						<td width="265" height="10"> 							<hr size="1" width="260"> 						</td> 					</tr> 	 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=126",580,350,1);' onfocus="this.blur()">&nbsp;ANVAR AUVERGNE</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ANVAR AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=71",580,350,1);' onfocus="this.blur()">Fabrice&nbsp;CHAZOT</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRIRE (SUBDIVIDION DU CANTAL)</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=74",580,350,1);' onfocus="this.blur()">Christophe&nbsp;DOUHET</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CCI AURILLAC</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=90",580,350,1);' onfocus="this.blur()">Marie&nbsp;MILLETTE</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CEE CANTAL</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=115",580,350,1);' onfocus="this.blur()">Grard&nbsp;VEYRINES</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CM CANTAL</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="20"> 						<td width="265" height="20"><img src="../../../images/membres/l_geo/titre_05.gif" alt="" height="20" width="229" border="0"></td> 					</tr> 					<tr height="10"> 						<td width="265" height="10"> 							<hr size="1" width="260"> 						</td> 					</tr>  					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=62",580,350,1);' onfocus="this.blur()">Philippe&nbsp;AUROUX</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=122",580,350,1);' onfocus="this.blur()">Sylvain&nbsp;AVRIL</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CRMA</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=65",580,350,1);' onfocus="this.blur()">Pierre&nbsp;BEVILLARD</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ADIMAC</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=121",580,350,1);' onfocus="this.blur()">Magali&nbsp;BRUNEAU</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ARIST </div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=123",580,350,1);' onfocus="this.blur()">Herv&nbsp;CHALAYE</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ADEME</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=72",580,350,1);' onfocus="this.blur()">Claude&nbsp;COURTADON</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=68",580,350,1);' onfocus="this.blur()">Frdric&nbsp;DENISOT</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CRCI AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=73",580,350,1);' onfocus="this.blur()">Annick&nbsp;DESGOUTTES</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ADEME</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=79",580,350,1);' onfocus="this.blur()">Jacques&nbsp;FOURNIER</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=70",580,350,1);' onfocus="this.blur()">Sandrine&nbsp;GAZEL</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRAF AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=81",580,350,1);' onfocus="this.blur()">Alain&nbsp;GAZEL</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=82",580,350,1);' onfocus="this.blur()">Jean-Michel&nbsp;GUTIERREZ</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRCE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=87",580,350,1);' onfocus="this.blur()">Herv&nbsp;LECAVELIER</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRIRE AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=89",580,350,1);' onfocus="this.blur()">Jean&nbsp;LOUBAT</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">NOVELECT</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=125",580,350,1);' onfocus="this.blur()">Tristan&nbsp;NOEL</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CRMA</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=97",580,350,1);' onfocus="this.blur()">Annie&nbsp;ROLLIN</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ADIMAC</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=99",580,350,1);' onfocus="this.blur()">Laurence&nbsp;ROQUETANIERE</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ARD (AGENCE REGIONALE DE DEVELOPPEMENT)</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=103",580,350,1);' onfocus="this.blur()">Jacques&nbsp;THEBAULT</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=105",580,350,1);' onfocus="this.blur()">Jacques&nbsp;VALLAUDE</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=108",580,350,1);' onfocus="this.blur()">Alain&nbsp;VIDIL</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRAF AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=109",580,350,1);' onfocus="this.blur()">Grard&nbsp;WALECZEK</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CHAMBRE DE METIERS 63 (ANTENNE ISSOIRE)</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 				</table> 			</div>            			<div id="dynPage3" class="dynPage"> 				<table width="265" border="0" cellspacing="0" cellpadding="0"> 					<tr height="20"> 						<td width="265" height="20"><img src="../../../images/membres/l_geo/titre_06.gif" alt="" height="20" width="229" border="0"></td> 					</tr> 					<tr height="10"> 						<td width="265" height="10"> 							<hr size="1" width="260"> 						</td> 					</tr> 	 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=83",580,350,1);' onfocus="this.blur()">Cline&nbsp;DECROIX</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CEE HAUTE-LOIRE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=75",580,350,1);' onfocus="this.blur()">Emmanuel&nbsp;DUBOIS</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ANVAR AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=88",580,350,1);' onfocus="this.blur()">Dominique&nbsp;LESTANT</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CCI BRIOUDE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=93",580,350,1);' onfocus="this.blur()">Eric&nbsp;OLEWSKI </a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CCI LE PUY - YSSINGEAUX</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule01" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=95",580,350,1);' onfocus="this.blur()">Patricia&nbsp;PERILHON</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CHAMBRE DE METIERS HAUTE-LOIRE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="20"> 						<td width="265" height="20"><img src="../../../images/membres/l_geo/titre_05.gif" alt="" height="20" width="229" border="0"></td> 					</tr> 					<tr height="10"> 						<td width="265" height="10"> 							<hr size="1" width="260"> 						</td> 					</tr>  					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=62",580,350,1);' onfocus="this.blur()">Philippe&nbsp;AUROUX</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=122",580,350,1);' onfocus="this.blur()">Sylvain&nbsp;AVRIL</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CRMA</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=65",580,350,1);' onfocus="this.blur()">Pierre&nbsp;BEVILLARD</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ADIMAC</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=110",580,350,1);' onfocus="this.blur()">Jean-Michel&nbsp;BRUN</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRIRE AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=121",580,350,1);' onfocus="this.blur()">Magali&nbsp;BRUNEAU</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ARIST </div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=123",580,350,1);' onfocus="this.blur()">Herv&nbsp;CHALAYE</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ADEME</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=72",580,350,1);' onfocus="this.blur()">Claude&nbsp;COURTADON</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=68",580,350,1);' onfocus="this.blur()">Frdric&nbsp;DENISOT</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CRCI AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=73",580,350,1);' onfocus="this.blur()">Annick&nbsp;DESGOUTTES</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ADEME</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=79",580,350,1);' onfocus="this.blur()">Jacques&nbsp;FOURNIER</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=70",580,350,1);' onfocus="this.blur()">Sandrine&nbsp;GAZEL</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRAF AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=81",580,350,1);' onfocus="this.blur()">Alain&nbsp;GAZEL</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=82",580,350,1);' onfocus="this.blur()">Jean-Michel&nbsp;GUTIERREZ</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRCE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=87",580,350,1);' onfocus="this.blur()">Herv&nbsp;LECAVELIER</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRIRE AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=89",580,350,1);' onfocus="this.blur()">Jean&nbsp;LOUBAT</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">NOVELECT</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=125",580,350,1);' onfocus="this.blur()">Tristan&nbsp;NOEL</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CRMA</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=97",580,350,1);' onfocus="this.blur()">Annie&nbsp;ROLLIN</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ADIMAC</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=99",580,350,1);' onfocus="this.blur()">Laurence&nbsp;ROQUETANIERE</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">ARD (AGENCE REGIONALE DE DEVELOPPEMENT)</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=103",580,350,1);' onfocus="this.blur()">Jacques&nbsp;THEBAULT</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=105",580,350,1);' onfocus="this.blur()">Jacques&nbsp;VALLAUDE</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CASIMIR</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=108",580,350,1);' onfocus="this.blur()">Alain&nbsp;VIDIL</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">DRAF AUVERGNE</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 					<tr height="47"> 						<td width="265"> 							<table width="265" border="0" cellspacing="0" cellpadding="0"> 								<tr height="20"> 									<td class="cellule00" width="265" height="20">&nbsp&nbsp<a href='javascript:Ouvre("detailmembre.asp?Nomembre=109",580,350,1);' onfocus="this.blur()">Grard&nbsp;WALECZEK</a></td> 								</tr> 								<tr height="27"> 									<td class="cellule02" width="265" height="27"> 										<div class="textart"> 											<div class="legendedetail">CHAMBRE DE METIERS 63 (ANTENNE ISSOIRE)</div> 										</div> 									</td> 								</tr> 							</table> 						</td> 					</tr> 				</table> 			</div> 		</div> 		<div id="links"> 			<a href="#" onclick="activate(0); return false;" onfocus="if(this.blur)this.blur()">I</a><br> 			<a href="#" onclick="activate(1); return false;" onfocus="if(this.blur)this.blur()">II</a><br> 			<a href="#" onclick="activate(2); return false;" onfocus="if(this.blur)this.blur()">III</a><br> 		</div> 		<div id="sm02"> 			<table width="111" border="0" cellspacing="0" cellpadding="0" cols="1"> 				<tr> 					<td rowspan="3" valign="top" width="25"><img src="../../../images/interne/sous_menu/sm1.gif" height="30" width="25" border="0"></td> 					<td width="86"><img src="../../../images/interne/sous_menu/sm2.gif" height="8" width="86" border="0"></td> 				</tr> 				<tr> 					<td align="center" valign="top" bgcolor="#b6ab27" width="86"> 						<table width="80" border="0" cellspacing="0" cellpadding="0" cols="1" height="48"> 							 		<tr> 			<td class="celluleliens" width="80"> 				<a href=actu_02.asp?NoMenu=24>La vie du RDT Auvergne</a> 				<hr size="1"> 			</td> 		</tr> 		<tr> 			<td class="celluleliens" width="80"> 				<a href=actu_02.asp?NoMenu=23>Confrences rgionales</a> 				<hr size="1"> 			</td> 		</tr> 		<tr> 			<td class="celluleliens" width="80"> 				<a href=actu_02.asp?NoMenu=18>Manifestations rgionales</a> 				<hr size="1"> 			</td> 		</tr> 		<tr> 			<td class="celluleliens" width="80"> 				<a href=actu_02.asp?NoMenu=19>Manifestations nationales</a> 				<hr size="1"> 			</td> 		</tr> 		<tr> 			<td class="celluleliens" width="80"> 				<a href=actu_02.asp?NoMenu=20>Actions collectives</a> 				<hr size="1"> 			</td> 		</tr> 		<tr> 			<td class="celluleliens" width="80"> 				<a href=actu_02.asp?NoMenu=25>A consulter...</a> 				<hr size="1"> 			</td> 		</tr> 						</table> 					</td> 				</tr> 				<tr> 					<td width="86"><img src="../../../images/interne/sous_menu/sm3.gif" height="9" width="86" border="0"></td> 				</tr> 			</table> 		</div> 		<div id="sm03"> 			<table width="111" border="0" cellspacing="0" cellpadding="0" cols="1"> 				<tr> 					<td rowspan="3" valign="top" width="25"><img src="../../../images/interne/sous_menu/sm1.gif" height="30" width="25" border="0"></td> 					<td width="86"><img src="../../../images/interne/sous_menu/sm2.gif" height="8" width="86" border="0"></td> 				</tr> 				<tr> 					<td align="center" valign="top" bgcolor="#b6ab27" width="86"> 						<table width="80" border="0" cellspacing="0" cellpadding="0" cols="1" height="48"> 							 		<tr> 			<td class="celluleliens" width="80"> 				<a href=aide_02.asp?NoMenu=14>PTR - Prestation Technologique Rseau</a> 				<hr size="1"> 			</td> 		</tr> 		<tr> 			<td class="celluleliens" width="80"> 				<a href=aide_02.asp?NoMenu=15>CORTECHS</a> 				<hr size="1"> 			</td> 		</tr> 						</table> 					</td> 				</tr> 				<tr> 					<td width="86"><img src="../../../images/interne/sous_menu/sm3.gif" height="9" width="86" border="0"></td> 				</tr> 			</table> 		</div> 		<div id="sm04"> 			<table width="111" border="0" cellspacing="0" cellpadding="0" cols="1"> 				<tr> 					<td rowspan="3" valign="top" width="25"><img src="../../../images/interne/sous_menu/sm1.gif" height="30" width="25" border="0"></td> 					<td width="86"><img src="../../../images/interne/sous_menu/sm2.gif" height="8" width="86" border="0"></td> 				</tr> 				<tr> 					<td align="center" valign="top" bgcolor="#b6ab27" width="86"> 						<table width="80" border="0" cellspacing="0" cellpadding="0" cols="1" height="48"> 							 		<tr> 			<td class="celluleliens" width="80"> 				<a href=annuaire_02.asp?NoMenu=13>PAGE EN CONSTRUCTION</a> 				<hr size="1"> 			</td> 		</tr> 						</table> 					</td> 				</tr> 				<tr> 					<td width="86"><img src="../../../images/interne/sous_menu/sm3.gif" height="9" width="86" border="0"></td> 				</tr> 			</table> 		</div> 	</body>  </html> 
