<html>  	<head> 		<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"> 		<title>ANMCR:adresses utiles</title> 		<meta name="author" content="Association Nationale des Medecins de Recours, ANMCR"> 		<meta name="Keywords"lang="fr" content="indemnisation, recours, consolidation, medecin, victime, expertise, assurance, prejudice, accident, dommage"> 		<meta name="Robots" content="index"> 		<meta name="Description" content="Conseils pratiques aux victimes d'accident en vue d'obtenir une juste indemnisation. Comment agir face aux compagnies d'assurance, et ne pas se laisser impressionner..."> 		<csscriptdict> 			<script><!-- CSInit = new Array; function CSScriptInit() { if(typeof(skipPage) != "undefined") { if(skipPage) return; } idxArray = new Array; for(var i=0;i<CSInit.length;i++) 	idxArray[i] = i; CSAction2(CSInit, idxArray);} CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10); CSIsW3CDOM = ((document.getElementById) && !(IsIE()&&CSBVers<6)) ? true : false; function IsIE() { return CSAg.indexOf("MSIE") > 0;} function CSIEStyl(s) { return document.all.tags("div")[s].style; } function CSNSStyl(s) { if (CSIsW3CDOM) return document.getElementById(s).style; else return CSFindElement(s,0);  } CSIImg=false; function CSInitImgID() {if (!CSIImg && document.images) { for (var i=0; i<document.images.length; i++) { if (!document.images[i].id) document.images[i].id=document.images[i].name; } CSIImg = true;}} function CSFindElement(n,ly) { if (CSBVers<4) return document[n]; 	if (CSIsW3CDOM) {CSInitImgID();return(document.getElementById(n));} 	var curDoc = ly?ly.document:document; var elem = curDoc[n]; 	if (!elem) {for (var i=0;i<curDoc.layers.length;i++) {elem=CSFindElement(n,curDoc.layers[i]); if (elem) return elem; }} 	return elem; } function CSGetImage(n) {if(document.images) {return ((!IsIE()&&CSBVers<5)?CSFindElement(n,0):document.images[n]);} else {return null;}} CSDInit=false; function CSIDOM() { if (CSDInit)return; CSDInit=true; if(document.getElementsByTagName) {var n = document.getElementsByTagName('DIV'); for (var i=0;i<n.length;i++) {CSICSS2Prop(n[i].id);}}} function CSICSS2Prop(id) { var n = document.getElementsByTagName('STYLE');for (var i=0;i<n.length;i++) { var cn = n[i].childNodes; for (var j=0;j<cn.length;j++) { CSSetCSS2Props(CSFetchStyle(cn[j].data, id),id); }}} function CSFetchStyle(sc, id) { 	var s=sc; while(s.indexOf("#")!=-1) { s=s.substring(s.indexOf("#")+1,sc.length); if (s.substring(0,s.indexOf("{")).toUpperCase().indexOf(id.toUpperCase())!=-1) return(s.substring(s.indexOf("{")+1,s.indexOf("}")));} 	return ""; } function CSGetStyleAttrValue (si, id) { 	var s=si.toUpperCase(); 	var myID=id.toUpperCase()+":"; 	var id1=s.indexOf(myID); 	if (id1==-1) return ""; 	s=s.substring(id1+myID.length+1,si.length); 	var id2=s.indexOf(";"); 	return ((id2==-1)?s:s.substring(0,id2)); } function CSSetCSS2Props(si, id) { 	var el=document.getElementById(id); 	if (el==null) return; 	var style=document.getElementById(id).style; 	if (style) { 		if (style.left=="") style.left=CSGetStyleAttrValue(si,"left"); 		if (style.top=="") style.top=CSGetStyleAttrValue(si,"top"); 		if (style.width=="") style.width=CSGetStyleAttrValue(si,"width"); 		if (style.height=="") style.height=CSGetStyleAttrValue(si,"height"); 		if (style.visibility=="") style.visibility=CSGetStyleAttrValue(si,"visibility"); 		if (style.zIndex=="") style.zIndex=CSGetStyleAttrValue(si,"z-index"); 	} }  function CSClickReturn () { 	var bAgent = window.navigator.userAgent;  	var bAppName = window.navigator.appName; 	if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0)) 		return true; // dont follow link 	else return false; // dont follow link }  function CSButtonReturn () { 	var bAgent = window.navigator.userAgent;  	var bAppName = window.navigator.appName; 	if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0)) 		return false; // follow link 	else return true; // follow link }  CSIm=new Object(); function CSIShow(n,i) { 	if (document.images) { 		if (CSIm[n]) { 			var img=CSGetImage(n); 			if (img&&typeof(CSIm[n][i].src)!="undefined") {img.src=CSIm[n][i].src;} 			if(i!=0) self.status=CSIm[n][3]; else self.status=" "; 			return true; 		} 	} 	return false; } function CSILoad(action) { 	im=action[1]; 	if (document.images) { 		CSIm[im]=new Object(); 		for (var i=2;i<5;i++) { 			if (action[i]!='') {CSIm[im][i-2]=new Image(); CSIm[im][i-2].src=action[i];} 			else CSIm[im][i-2]=0; 		} 		CSIm[im][3] = action[5]; 	} } CSStopExecution=false; function CSAction(array) {return CSAction2(CSAct, array);} function CSAction2(fct, array) {  	var result; 	for (var i=0;i<array.length;i++) { 		if(CSStopExecution) return false;  		var aa = fct[array[i]]; 		if (aa == null) return false; 		var ta = new Array; 		for(var j=1;j<aa.length;j++) { 			if((aa[j]!=null)&&(typeof(aa[j])=="object")&&(aa[j].length==2)){ 				if(aa[j][0]=="VAR"){ta[j]=CSStateArray[aa[j][1]];} 				else{if(aa[j][0]=="ACT"){ta[j]=CSAction(new Array(new String(aa[j][1])));} 				else ta[j]=aa[j];} 			} else ta[j]=aa[j]; 		}			 		result=aa[0](ta); 	} 	return result; } CSAct = new Object;   // --></script> 		</csscriptdict> 		<style media="screen" type="text/css"><!-- .a { text-decoration: none } --></style> 		<meta name="Robots" content="index"> 		<csactiondict> 			<script><!-- CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button6',/*URL*/'../images/sommaire1.gif',/*URL*/'../images/sommaire2.gif',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button7',/*URL*/'../images/accueil1.gif',/*URL*/'../images/accueil2.gif',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button',/*URL*/'../images/haut1.gif',/*URL*/'../images/haut2.gif',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button3',/*URL*/'../images/sommaire1.gif',/*URL*/'../images/sommaire2.gif',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button4',/*URL*/'../images/accueil1.gif',/*URL*/'../images/accueil2.gif',/*URL*/'','');  // --></script> 		</csactiondict> 	</head>  	<body bgcolor="#ffffff" background="../images/fondac.gif" text="#1c4578" onload="CSScriptInit();" link="#1c4578" vlink="#1c4578" alink="red"> 		<table cool width="771" height="1730" showgridx showgridy gridx="16" gridy="16" border="0" cellpadding="0" cellspacing="0"> 			<tr height="1"> 				<td width="19" height="1"></td> 				<td width="1" height="1729" rowspan="19"></td> 				<td width="68" height="240" rowspan="4"></td> 				<td width="17" height="25" rowspan="2"></td> 				<td width="137" height="25" colspan="2" rowspan="2" valign="top" align="left" xpos="105"><csobj w="70" h="19" t="Button" ht="../images/sommaire2.gif"><a href="sommaire.html" target="_top" onmouseover="return CSIShow(/*CMP*/'button6',1)" onmouseout="return CSIShow(/*CMP*/'button6',0)" onclick="return CSButtonReturn()"><img src="../images/sommaire1.gif" width="70" height="19" name="button6" border="0"></a></csobj></td> 				<td width="328" height="160" colspan="3" rowspan="3"></td> 				<td width="16" height="25" rowspan="2"></td> 				<td width="184" height="25" rowspan="2" valign="top" align="left" xpos="586"><csobj w="70" h="19" t="Button" ht="../images/accueil2.gif"><a href="../index.html" target="_top" onmouseover="return CSIShow(/*CMP*/'button7',1)" onmouseout="return CSIShow(/*CMP*/'button7',0)" onclick="return CSButtonReturn()"><img src="../images/accueil1.gif" width="70" height="19" name="button7" border="0"></a></csobj></td> 				<td width="1" height="1"><spacer type="block" width="1" height="1"></td> 			</tr> 			<tr height="24"> 				<td width="19" height="24" align="left" xpos="0" content valign="top" csheight="20"><a name="haut"></a></td> 				<td width="1" height="24"><spacer type="block" width="1" height="24"></td> 			</tr> 			<tr height="135"> 				<td width="19" height="1704" rowspan="17"></td> 				<td width="154" height="135" colspan="3" valign="top" align="left" xpos="88"><img src="../images/loganmpage.gif" width="110" height="115" border="0"></td> 				<td width="200" height="135" colspan="2" valign="top" align="left" xpos="570"><img src="../images/loganmpage.gif" width="110" height="115" border="0"></td> 				<td width="1" height="135"><spacer type="block" width="1" height="135"></td> 			</tr> 			<tr height="80"> 				<td width="154" height="80" colspan="3"></td> 				<td width="328" height="80" colspan="3" valign="top" align="left" xpos="242"> 					<table border="1" cellpadding="5" cellspacing="0" width="275" bgcolor="#81caae"> 						<tr height="30"> 							<td height="30"> 								<div align="center"> 									<font color="#1c4578" face="Verdana" size="5"><b>ADRESSES</b></font><font color="#1c4578" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular" size="5"><b><br> 										</b></font></div> 							</td> 						</tr> 					</table> 				</td> 				<td width="200" height="80" colspan="2"></td> 				<td width="1" height="80"><spacer type="block" width="1" height="80"></td> 			</tr> 			<tr height="28"> 				<td width="750" height="28" colspan="9" valign="top" align="left" xpos="20"> 					<table border="1" cellpadding="5" cellspacing="0" width="710" bgcolor="#2662ac"> 						<tr> 							<td width="713"> 								<div align="left"> 									<font face="Verdana" color="#f8f8f8" size="2"><b>ASSOCIATIONS DE VICTIMES</b></font></div> 							</td> 						</tr> 					</table> 				</td> 				<td width="1" height="28"><spacer type="block" width="1" height="28"></td> 			</tr> 			<tr height="326"> 				<td width="107" height="596" colspan="3" rowspan="4"></td> 				<td width="643" height="326" colspan="6" valign="top" align="left" xpos="127"> 					<table border="0" cellpadding="5" cellspacing="2" width="515"> 						<tr> 							<td width="25" valign="top"><img src="../images/fleche2.gif" width="21" height="15" border="0"></td> 							<td><font size="2" face="Verdana" color="#cf3506"><b>APF :<br> 									</b></font><font size="2" face="Verdana"><b>Association des Paralys&eacute;s de France, (qui comme son nom l'indique, ne prend en charge que les grands handicap&eacute;s)<br> 										<br> 										 										 											17 bd Auguste Blanqui - 75013 PARIS<br> 										<br> 										 										 											T&eacute;l : 01 53 32 24 80</b></font></td> 						</tr> 						<tr> 							<td width="25" valign="top"><img src="../images/fleche2.gif" width="21" height="15" border="0"></td> 							<td><font size="2" face="Verdana" color="#cf3506"><b>INAVEM :<br> 									</b></font><font size="2" face="Verdana"><b>Service d'aide aux victimes d'une infraction, (charg&eacute; d'informer et d'orienter gratuitement les victimes d'infraction)<br> 										<br> 										 										 										11 rue de la Rochefoucauld - 75009 PARIS<br> 										<br> 										 										 										T&eacute;l : 01 45 88 19 00</b></font></td> 						</tr> 						<tr> 							<td width="25" valign="top"><img src="../images/fleche2.gif" width="21" height="15" border="0"></td> 							<td><font size="2" face="Verdana" color="#cf3506"><b>ADMATH :</b></font><font size="2" face="Verdana"><b><br> 									</b></font><font size="2" face="Verdana"><b>Association pour la D&eacute;fense des Malades, Accident&eacute;s du Travail et Handicap&eacute;s,</b><b><br> 									</b></font> 								<p><font size="2" face="Verdana"><b>50 All&eacute;e des Amonts - 91940 LES ULIS <br> 											<br> 											 											 											 											 											 											 											 											 											 											 											 											T&eacute;l : 01 69 07 02 16 et 01 69 07 80 96</b><b><br> 										</b></font></p> 								<p><font size="2" face="Verdana"><b>Email : <a href="mailto:admath.les.ulis@wanadoo.fr">admath.les.ulis@wanadoo.fr</a>*</b></font></p> 								<p><font size="2" face="Verdana"><b>Site : <a href="http://www.admath.org/">http://www.admath.org/</a></b></font><font size="2" face="Verdana"><b> *: Vous y trouverez des conseils utiles.<br> 										</b></font></p> 							</td> 						</tr> 					</table> 				</td> 				<td width="1" height="326"><spacer type="block" width="1" height="326"></td> 			</tr> 			<tr height="98"> 				<td width="643" height="98" colspan="6" valign="top" align="left" xpos="127"> 					<table border="0" cellpadding="5" cellspacing="2" width="515"> 						<tr> 							<td width="25" valign="top"><img src="../images/fleche2.gif" width="21" height="15" border="0"></td> 							<td><font size="2" face="Verdana" color="#cf3506"><b>LDDA</b></font><font size="2" face="Verdana"><b> :<br> 									</b></font><font size="2" face="Verdana"><b>La Ligue des Droits de l'Assur&eacute;</b><b><br> 									</b></font> 								<p><font size="2" face="Verdana"><b>BP 204 - 25 place Boislandry - 61306 L'AIGLE C&Eacute;DEX <br> 										</b><b>T&eacute;l : 02 33 24 30 50 ou 02 33 34 82 72</b><b><br> 										</b></font></p> 								<p><font size="2" face="Verdana"><b>Site: <a href="http://www.ldda.net">http://www.ldda.net</a></b></font></p> 							</td> 						</tr> 					</table> 				</td> 				<td width="1" height="98"><spacer type="block" width="1" height="98"></td> 			</tr> 			<tr height="62"> 				<td width="643" height="62" colspan="6" valign="top" align="left" xpos="127"> 					<table border="0" cellpadding="5" cellspacing="2" width="515"> 						<tr> 							<td width="25" valign="top"><img src="../images/fleche2.gif" width="21" height="15" border="0"></td> 							<td><font size="2" face="Verdana" color="#cf3506"><b>AFVAC</b></font><font size="2" face="Verdana"><b><br> 										 										 										 										 										 										 										 										Association des Familles de Victimes d'Accidents de la Circulation<br> 										 										 										 										 										 										 										 										23 place Foire le Roi - 37000 - TOURS<br> 										 										 										 										 										 										 										 										T&eacute;l: 02 47 37 07 35</b></font></td> 						</tr> 					</table> 				</td> 				<td width="1" height="62"><spacer type="block" width="1" height="62"></td> 			</tr> 			<tr height="110"> 				<td width="643" height="110" colspan="6" valign="top" align="left" xpos="127"> 					<table border="0" cellpadding="5" cellspacing="2" width="515"> 						<tr> 							<td width="25" valign="top"><img src="../images/fleche2.gif" width="21" height="15" border="0"></td> 							<td><font size="2" face="Verdana" color="#cf3506"><b>ANUAR</b></font><font size="2" face="Verdana"><b><br> 										 										 										 										 										 										 										 										Association Nationnale des Usagers et Accident&eacute;s de la Route<br> 										<br> 										 										 										 										 										 										 										 										145 avenue de Paris - 79000 - NIORT <br> 										<br> 										 										 										 										 										 										 										 										T&eacute;l: 05 49 24 51 56<br> 										<br> 										<br> 									</b></font></td> 						</tr> 					</table> 				</td> 				<td width="1" height="110"><spacer type="block" width="1" height="110"></td> 			</tr> 			<tr height="28"> 				<td width="750" height="28" colspan="9" valign="top" align="left" xpos="20"> 					<table border="1" cellpadding="5" cellspacing="0" width="710" bgcolor="#2662ac"> 						<tr> 							<td width="180"> 								<div align="left"> 									<font face="Verdana" color="#f8f8f8" size="2"><b>AUTRES ADRESSES UTILES</b></font></div> 							</td> 						</tr> 					</table> 				</td> 				<td width="1" height="28"><spacer type="block" width="1" height="28"></td> 			</tr> 			<tr height="122"> 				<td width="107" height="502" colspan="3" rowspan="5"></td> 				<td width="643" height="122" colspan="6" valign="top" align="left" xpos="127"> 					<table border="0" cellpadding="5" cellspacing="2" width="515"> 						<tr> 							<td width="25" valign="top"><img src="../images/fleche2.gif" width="21" height="15" border="0"></td> 							<td><font size="2" face="Verdana" color="#cf3506"><b>C.I.V.I.</b></font><font size="2" face="Verdana"><b> :<br> 										 										 										 										 										 										 										 										 										Commission d'indemnisation des Victimes d'infraction<br> 										 										 										 										 										 										 										 										 										(suite &agrave; une agression par exemple)<br> 									</b></font> 								<p><font size="2" face="Verdana"><b>M&ecirc;me si l'agresseur ou le responsable n'est pas identifi&eacute; ou insolvable, v</b><b>ous pouvez &ecirc;tre indemnis&eacute; en vous adressant &agrave; la CIVI :</b><b><br> 										</b></font></p> 								<p><font size="2" face="Verdana"><b>Ecrire aux tribunaux de grande instance &agrave; Paris:</b><b><br> 										</b><b>4 bd du Palais 75004 - PARIS</b><b><br> 										</b></font></p> 							</td> 						</tr> 					</table> 				</td> 				<td width="1" height="122"><spacer type="block" width="1" height="122"></td> 			</tr> 			<tr height="74"> 				<td width="643" height="74" colspan="6" valign="top" align="left" xpos="127"> 					<table border="0" cellpadding="5" cellspacing="2" width="515"> 						<tr> 							<td width="25" valign="top"><img src="../images/fleche2.gif" width="21" height="15" border="0"></td> 							<td><font size="2" face="Verdana" color="#cf3506"><b>FONDS DE GARANTIE</b></font><font size="2" face="Verdana"><b> :<br> 									</b></font><font size="2" face="Verdana"><b>Assure votre indemnisation dans le cas ou le responsable </b><b>n'est pas identifi&eacute; ou insolvable </b><b><br> 									</b></font> 								<p><font size="2" face="Verdana"><b>BP 27 - 93171 Bagnolet cedex</b><b><br> 										</b></font></p> 							</td> 						</tr> 					</table> 				</td> 				<td width="1" height="74"><spacer type="block" width="1" height="74"></td> 			</tr> 			<tr height="62"> 				<td width="643" height="62" colspan="6" valign="top" align="left" xpos="127"> 					<table border="0" cellpadding="5" cellspacing="2" width="515"> 						<tr> 							<td width="25" valign="top"><img src="../images/fleche2.gif" width="21" height="15" border="0"></td> 							<td><font size="2" face="Verdana" color="#cf3506"><b>C.A.D.A.</b></font><font size="2" face="Verdana"><b> :<br> 									</b></font><font size="2" face="Verdana"><b>Centre d'acc&egrave;s aux documents administratifs: </b><b><br> 									</b></font> 								<p><font size="2" face="Verdana"><b>31 rue de Constantine &agrave; Paris</b><b><br> 										</b></font></p> 							</td> 						</tr> 					</table> 				</td> 				<td width="1" height="62"><spacer type="block" width="1" height="62"></td> 			</tr> 			<tr height="86"> 				<td width="643" height="86" colspan="6" valign="top" align="left" xpos="127"> 					<table border="0" cellpadding="5" cellspacing="2" width="515"> 						<tr> 							<td width="25" valign="top"><img src="../images/fleche2.gif" width="21" height="15" border="0"></td> 							<td><font size="2" face="Verdana" color="#cf3506"><b>ANMCR</b></font><font size="2" face="Verdana"><b> :<br> 									</b></font><font size="2" face="Verdana"><b>La liste des m&eacute;decin conseill&eacute; par l'Association </b><b>Nationale des M&eacute;decins-Conseils de Recours </b><b>peut &ecirc;tre obtenue en adressant une enveloppe libell&eacute;e </b><b>&agrave; votre adresse au si&egrave;ge social :</b><b><br> 									</b></font> 								<p><font size="2" face="Verdana"><b>23 Boulevard Delessert - 75016 PARIS</b><b><br> 										</b></font></p> 							</td> 						</tr> 					</table> 				</td> 				<td width="1" height="86"><spacer type="block" width="1" height="86"></td> 			</tr> 			<tr height="158"> 				<td width="643" height="158" colspan="6" valign="top" align="left" xpos="127"> 					<table border="0" cellpadding="5" cellspacing="2" width="515"> 						<tr> 							<td width="25" valign="top"><img src="../images/fleche2.gif" width="21" height="15" border="0"></td> 							<td><font size="2" face="Verdana" color="#cf3506"><b>BUREAU CENTRAL FRAN&ccedil;AIS :<br> 									</b></font><font size="2" face="Verdana"><b>11 rue de la Rochefoucauld - 75009 PARIS<br> 										<br> 										 										 										T&eacute;l : 01 53 32 24 80</b></font></td> 						</tr> 						<tr> 							<td width="25" valign="top"><img src="../images/fleche2.gif" width="21" height="15" border="0"></td> 							<td><font size="2" face="Verdana" color="#cf3506"><b>CHIRURGIE ESTH&Eacute;TIQUE</b></font><font size="2" face="Verdana"><b> :<br> 									</b></font><font size="2" face="Verdana"><b>Vous pouvez obtenir sur le minitel </b><b>la liste des chirurgiens esth&eacute;tique qualifi&eacute;s dans cette sp&eacute;cialit&eacute;</b><b><br> 									</b></font> 								<p><font size="2" face="Verdana"><b>C'est loin d'&ecirc;tre le cas de tous ceux qui se consacrent &agrave; cette pratique.</b><b><br> 											<br> 											<br> 										</b></font></p> 							</td> 						</tr> 					</table> 				</td> 				<td width="1" height="158"><spacer type="block" width="1" height="158"></td> 			</tr> 			<tr height="29"> 				<td width="750" height="29" colspan="9" valign="top" align="left" xpos="20"> 					<table border="1" cellpadding="5" cellspacing="0" width="710" bgcolor="#2662ac"> 						<tr> 							<td width="717"> 								<div align="left"> 									<font face="Verdana" color="#f8f8f8" size="2"><b>CONTACT PROFESSIONNEL</b></font></div> 							</td> 						</tr> 					</table> 				</td> 				<td width="1" height="29"><spacer type="block" width="1" height="29"></td> 			</tr> 			<tr height="145"> 				<td width="107" height="306" colspan="3" rowspan="3"></td> 				<td width="643" height="145" colspan="6" valign="top" align="left" xpos="127"> 					<table border="0" cellpadding="5" cellspacing="0" width="515"> 						<tr> 							<td width="25" valign="top"><img src="../images/fleche2.gif" width="21" height="15" border="0"></td> 							<td> 								<p><font size="2" face="Verdana"><b>Email : <a href="mailto:anmcr@free.fr"><span class="a">ANMCR*</span></a><br> 										</b></font><font size="2"><b><font face="Verdana">r&eacute;serv&eacute; aux m&eacute;decins, juristes, ou tous sp&eacute;cialistes de l'&eacute;valuation du dommage corporel.<br> 											</font></b></font></p> 							</td> 						</tr> 						<tr> 							<td width="25" valign="top"><img src="../images/fleche2.gif" width="21" height="15" border="0"></td> 							<td><font size="2" face="Verdana"><b>Adresse postale :</b></font><br> 								<font size="2" face="Verdana" color="#cf3506"><b>ANMCR</b></font><font size="2" face="Verdana"><b><br> 										<br> 										 										 										23 Boulevard Delessert - 75016 PARIS<br> 										<br> 										<br> 									</b></font></td> 						</tr> 					</table> 				</td> 				<td width="1" height="145"><spacer type="block" width="1" height="145"></td> 			</tr> 			<tr height="115"> 				<td width="149" height="161" colspan="2" rowspan="2"></td> 				<td width="54" height="115"></td> 				<td width="240" height="115" valign="top" align="left" xpos="330"><img src="../images/loganmpage.gif" width="110" height="115" border="0"></td> 				<td width="200" height="161" colspan="2" rowspan="2"></td> 				<td width="1" height="115"><spacer type="block" width="1" height="115"></td> 			</tr> 			<tr height="46"> 				<td width="294" height="46" colspan="2" valign="top" align="left" xpos="276"> 					<table border="0" cellpadding="0" cellspacing="2" width="218"> 						<tr> 							<td><csobj w="70" h="19" t="Button" ht="../images/haut2.gif"><a href="#haut" onmouseover="return CSIShow(/*CMP*/'button',1)" onmouseout="return CSIShow(/*CMP*/'button',0)" onclick="return CSButtonReturn()"><img src="../images/haut1.gif" width="70" height="19" name="button" border="0"></a></csobj></td> 							<td><csobj w="70" h="19" t="Button" ht="../images/sommaire2.gif"><a href="sommaire.html" target="_top" onmouseover="return CSIShow(/*CMP*/'button3',1)" onmouseout="return CSIShow(/*CMP*/'button3',0)" onclick="return CSButtonReturn()"><img src="../images/sommaire1.gif" width="70" height="19" name="button3" border="0"></a></csobj></td> 							<td><csobj w="70" h="19" t="Button" ht="../images/accueil2.gif"><a href="../index.html" target="_top" onmouseover="return CSIShow(/*CMP*/'button4',1)" onmouseout="return CSIShow(/*CMP*/'button4',0)" onclick="return CSButtonReturn()"><img src="../images/accueil1.gif" width="70" height="19" name="button4" border="0"></a></csobj></td> 						</tr> 					</table> 				</td> 				<td width="1" height="46"><spacer type="block" width="1" height="46"></td> 			</tr> 			<tr height="1" cntrlrow> 				<td width="19" height="1"><spacer type="block" width="19" height="1"></td> 				<td width="1" height="1"><spacer type="block" width="1" height="1"></td> 				<td width="68" height="1"><spacer type="block" width="68" height="1"></td> 				<td width="17" height="1"><spacer type="block" width="17" height="1"></td> 				<td width="22" height="1"><spacer type="block" width="22" height="1"></td> 				<td width="115" height="1"><spacer type="block" width="115" height="1"></td> 				<td width="34" height="1"><spacer type="block" width="34" height="1"></td> 				<td width="54" height="1"><spacer type="block" width="54" height="1"></td> 				<td width="240" height="1"><spacer type="block" width="240" height="1"></td> 				<td width="16" height="1"><spacer type="block" width="16" height="1"></td> 				<td width="184" height="1"><spacer type="block" width="184" height="1"></td> 				<td width="1" height="1"></td> 			</tr> 		</table> 		<p></p> 	</body>  </html> 
