<html><!-- #BeginTemplate "/templates/dossierdolla.dwt" --> <head> <!-- #BeginEditable "doctitle" -->  <title>dossier dolla</title> <!-- #EndEditable --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- .titrepresse {  font-family: "Times New Roman", Times, serif; font-size: 14pt; font-style: normal; line-height: normal; font-weight: bold; text-transform: none; color: #000000; text-decoration: none} .articlespresse {  font-family: "Times New Roman", Times, serif; font-size: 12pt; font-style: normal; font-weight: normal; text-transform: none; color: #000000; text-decoration: none; letter-spacing: normal; text-align: justify; vertical-align: baseline; word-spacing: normal; white-space: normal; background-color: #FFCC00; overflow: scroll; clip:       rect(   ); width: 550px; height: 510px; padding-top: 0px; padding-right: 15px; padding-bottom: 0px; padding-left: 5px} .listegauche {  font-family: "Times New Roman", Times, serif; font-size: 10pt; font-style: italic; line-height: normal; font-weight: 400; text-transform: none; text-decoration: none; letter-spacing: normal; text-align: justify; vertical-align: middle; word-spacing: normal; list-style-position: outside; list-style-image: none; list-style-type: lower-roman} --> </style> <script language="JavaScript"> <!-- <!-- function MM_reloadPage(init) {  //reloads the window if Nav4 resized   if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {     document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}   else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); // -->  function MM_timelinePlay(tmLnName, myID) { //v1.2   //Copyright 1997 Macromedia, Inc. All rights reserved.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time   tmLn = document.MM_Time[tmLnName];   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID   if (myID == tmLn.ID) { //if Im newest     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);     fNew = ++tmLn.curFrame;     for (i=0; i<tmLn.length; i++) {       sprite = tmLn[i];       if (sprite.charAt(0) == 's') {         if (sprite.obj) {           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range             keyFrm=1;             for (j=0; j<sprite.values.length; j++) {               props = sprite.values[j];                if (numKeyFr != props.length) {                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];               } else {                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];         } } } } }       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);       if (fNew > tmLn.lastFrame) tmLn.ID = 0;   } } }  function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0   //Copyright 1997 Macromedia, Inc. All rights reserved.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time   tmLn = document.MM_Time[tmLnName];   if (numGotos != null)     if (tmLn.gotoCount == null) tmLn.gotoCount = 1;     else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}   jmpFwd = (fNew > tmLn.curFrame);   for (i = 0; i < tmLn.length; i++) {     sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back     if (sprite.charAt(0) == "s") {       numKeyFr = sprite.keyFrames.length;       firstKeyFr = sprite.keyFrames[0];       lastKeyFr = sprite.keyFrames[numKeyFr - 1];       if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd       for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);       for (j=0; j<sprite.values.length; j++) {         props = sprite.values[j];         if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only         else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range         if (sprite.obj != null) {           if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];           else        sprite.obj[props.prop2][props.prop] = props[propNum];       } }     } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);   }   tmLn.curFrame = fNew;   if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)'); }  function MM_initTimelines() { //v4.0     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.     var ns = navigator.appName == "Netscape";     var ns4 = (ns && parseInt(navigator.appVersion) == 4);     var ns5 = (ns && parseInt(navigator.appVersion) > 4);     document.MM_Time = new Array(1);     document.MM_Time[0] = new Array(1);     document.MM_Time["dollanim"] = document.MM_Time[0];     document.MM_Time[0].MM_Name = "dollanim";     document.MM_Time[0].fps = 1;     document.MM_Time[0][0] = new String("behavior");     document.MM_Time[0][0].frame = 28;     document.MM_Time[0][0].value = "MM_timelineGoto('dollanim','1')";     document.MM_Time[0].lastFrame = 28;     for (i=0; i<document.MM_Time.length; i++) {         document.MM_Time[i].ID = null;         document.MM_Time[i].curFrame = 0;         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;     } } //--> </script> </head> <body bgcolor="#FFFFCC" text="#000000" onLoad="MM_timelinePlay('dollanim')"> <div id="Layer12" style="position:absolute; left:769px; top:557px; width:212px; height:17px; z-index:25; visibility: hidden"><font face="Times New Roman, Times, serif" size="1"><b><font size="2">Adresse    du service <a href="http://fr.groups.yahoo.com/">fr.groups.yahoo.com</a> </font></b></font></div> <!-- #BeginEditable "article" -->  <div id="Layer12" style="position:absolute; left:769px; top:557px; width:212px; height:17px; z-index:25; visibility: hidden"><font face="Times New Roman, Times, serif" size="1"><b><font size="2">Adresse    du service <a href="http://fr.groups.yahoo.com/">fr.groups.yahoo.com</a> </font></b></font></div> <div id="Layer1" style="position: absolute; left: 188px; top: 61px; width: 550px; height: 510px; z-index: 1; background: #CCCCCC; vertical-align: middle; overflow: auto">    <p align="left"><b><font size="4">DOLLARISATION Vers une monnaie commune transam&eacute;ricaine      ?</font></b><br>     Andr&eacute;s Oppenheimer <br>     <br>     Le dollar a le rang de monnaie officielle au Panam&aacute;, en Equateur et,      depuis le 1er janvier, au Salvador. Le Guatemala suivra en mai. L'Oncle Sam      observe le mouvement. <br>     Parmi les s&eacute;ismes politiques qui ont secou&eacute; le Mexique, le P&eacute;rou      et le Venezuela, un ph&eacute;nom&egrave;ne important est pass&eacute; presque      inaper&ccedil;u en Am&eacute;rique latine : la tendance croissante &agrave;      la dollarisation des monnaies de la r&eacute;gion. <br>     J'y ai song&eacute; en lisant le rapport intitul&eacute; Le Temps des d&eacute;cisions      : la politique des Etats-Unis pour le continent am&eacute;ricain, par le Dialogue      interam&eacute;ricain, un centre d'&eacute;tudes de Washington qui rassemble      100 personnalit&eacute;s influentes des Etats-Unis et d'Am&eacute;rique latine.      Ce rapport propose entre autres de donner un nouvel &eacute;lan aux n&eacute;gociations      sur la lib&eacute;ralisation des &eacute;changes avec l'Am&eacute;rique latine      et de lever les sanctions &eacute;conomiques des Etats-Unis &agrave; l'encontre      de Cuba. Mais le plus int&eacute;ressant est, &agrave; mon sens, ce qui y      est dit sur l'&eacute;ventuelle dollarisation des &eacute;conomies latino-am&eacute;ricaines.      <br>     Il y a quelques mois, l'Equateur est devenu le deuxi&egrave;me pays d'Am&eacute;rique      latine, apr&egrave;s le Panam&aacute;, &agrave; faire du dollar sa monnaie      officielle. Le Salvador lui a embo&icirc;t&eacute; le pas ce mois-ci, avec      une loi qui officialise aussi bien le dollar que le colon [qui dispara&icirc;tra      de la circulation en juin]. Le Guatemala envisage d'ores et d&eacute;j&agrave;      de prendre des mesures semblables. <br>     Or le rapport du Dialogue interam&eacute;ricain propose tacitement de s'orienter      dans cette direction. Le minist&egrave;re des Finances &eacute;tasunien devrait      engager des pourparlers avec ses homologues du continent afin de d&eacute;cider      de l'opportunit&eacute; pour les pays des Am&eacute;riques de se fixer des      objectifs macro&eacute;conomiques communs concernant l'inflation, le budget      et le rapport PIB/d&eacute;penses publiques. <br>     &quot;Les pays du continent doivent-ils aller dans le sens de l'adoption d'une      monnaie commune, &agrave; savoir, vraisemblablement, le dollar ? Il s'agit      en tout cas d'un sujet politiquement d&eacute;licat dans de nombreux pays,      mais qui a toutes les chances de demeurer au centre du d&eacute;bat&quot;,      lit-on dans le rapport. &quot;Jusqu'&agrave; pr&eacute;sent, les Etats-Unis      sont rest&eacute;s en marge, ne voulant ni encourager ni d&eacute;courager      les pays qui ont opt&eacute; pour la dollarisation (...). Il est temps que      Washington affirme clairement sa volont&eacute; de s'engager aux c&ocirc;t&eacute;s      d'autres pays d'Am&eacute;rique pour mener &agrave; bien des &eacute;tudes      s&eacute;rieuses sur les moyens de transformer les Am&eacute;riques en une      zone de monnaie unique, et notamment de d&eacute;terminer les cons&eacute;quences      de cette transformation. <br>     Il y a plusieurs questions fondamentales auxquelles seul le gouvernement &eacute;tasunien      peut r&eacute;pondre. D'une part, les Etats-Unis partageront-ils les b&eacute;n&eacute;fices      de 'seigneuriage', qui leur sont procur&eacute;s par la frappe des dollars      qu'utilisent d'autres pays ? D'autre part, les pays tiers obtiendront-ils      une repr&eacute;sentation au Conseil de la R&eacute;serve f&eacute;d&eacute;rale,      charg&eacute; d'administrer la monnaie am&eacute;ricaine ?&quot; <br>     Parmi les membres latino-am&eacute;ricains du Dialogue interam&eacute;ricain      figurent plusieurs politiciens de centre gauche dont on aurait pu penser qu'ils      n'accepteraient m&ecirc;me pas de d&eacute;battre de ces questions, en particulier      l'ancien pr&eacute;sident argentin Ra&uacute;l Alfons&iacute;n et le pr&eacute;sidentiable      br&eacute;silien Lu&iacute;s In&aacute;cio &quot;Lula&quot; da Silva. Alfons&iacute;n      est l'un des signataires du document, &quot;Lula&quot; non. Si la dollarisation      commence &agrave; &ecirc;tre s&eacute;rieusement d&eacute;battue aux Etats-Unis,      elle pourrait devenir l'un des th&egrave;mes r&eacute;gionaux les plus importants      de la d&eacute;cennie qui commence. <br>     14.12.00 &quot;El Nuevo Herald&quot; (extraits)</p> </div> <div id="Layer2" style="position: absolute; left: 18px; top: 20px; width: 100px; height: 20px; z-index: 2; background: #FFCC00">    <div align="center"><font face="Times New Roman, Times, serif" size="3"><b><font color="#FF9900"><a href="../../index.htm"><font color="#000000">Accueil</font></a></font></b></font></div> </div> <div id="Layer3" style="position: absolute; left: 193px; top: 20px; width: 100px; height: 20px; z-index: 3; background: #FFCC00">    <div align="center"><font size="3" face="Times New Roman, Times, serif"><b><font color="#3300FF"><a href="../../accueil/association.htm"><font color="#000000">Association</font></a></font></b></font></div> </div> <div id="Layer4" style="position: absolute; left: 368px; top: 20px; width: 100px; height: 20px; z-index: 4; background: #FFCC00">    <div align="center"><font face="Times New Roman, Times, serif" size="3"><b><font color="#0033CC"><a href="../../accueil/projets.htm"><font color="#000000">Projets</font></a></font></b></font></div> </div> <div id="Layer5" style="position: absolute; left: 544px; top: 20px; width: 100px; height: 20px; z-index: 5; background: #FFCC00">    <div align="center"><font size="3" face="Times New Roman, Times, serif"><b>      <a href="../../accueil/revuedepresse.htm"><font color="#000000">Presse</font></a></b></font></div> </div> <div id="Layer6" style="position: absolute; left: 719px; top: 20px; width: 100px; height: 20px; z-index: 6; background: #FFCC00">    <div align="center"><font size="3" face="Times New Roman, Times, serif"><b><font color="#000000">Galerie      photo</font></b></font></div> </div> <div id="Layer7" style="position: absolute; left: 893px; top: 20px; width: 100px; height: 20px; z-index: 7; background: #FFCC00">    <div align="center"><font color="#0066FF" size="3" face="Times New Roman, Times, serif"><b><a href="../../accueil/liens.htm"><font color="#000000">Liens</font></a></b></font></div> </div> <div id="Layer8" style="position: absolute; left: 8px; top: 40px; width: 996px; height: 21px; z-index: 8; background: #FFFFCC">    <hr> </div> <div id="Layer9" style="position:absolute; width:151px; height:510px; z-index:9; left: 8px; top: 61px; background-color: #FFCC00; layer-background-color: #FFCC00; border: 1px none #000000; overflow: auto">    <p><font color="#333333"><a href="unanapresleSalvador.htm"><b><font face="Times New Roman, Times, serif" size="2">-La      &quot;dollarisation&quot;, &agrave; qui profite-t-elle ? </font></b></a><b><font face="Times New Roman, Times, serif" size="2"><br>     </font><font color="#333333"><b><font face="Times New Roman, Times, serif" size="6"><b><font size="2"><a href="sombrebilandolla.htm#150201">-&quot;Dollarisation&quot;      des &eacute;conomies : Un enfantement dans la douleur</a></font></b></font><font face="Times New Roman, Times, serif" size="2"><br>     </font></b></font><font face="Times New Roman, Times, serif" size="2"><br>     <a href="sombrebilandolla.htm">-Sombre bilan de la dollarisation en Equateur      </a><br>     <br>     -LE MONDE<br>     DOLLARISATION <br>     <br>     <a href="versunemonnaiecommune.htm">-Vers une monnaie commune transam&eacute;ricaine      ?</a><br>     <a href="futurdollar.htm"><br>     -Quel est le futur de la dollarisation en l&#146;Am&eacute;rique Latine? </a><br>     <a href="crisisargentina.htm"><br>     -Crisis argentina provoca dudas sobre dolarizaci&oacute;n </a><br>     <br>     <a href="ecuadorunmodelo.htm">-Ecuador: &iquest;un modelo para Am&eacute;rica      Latina? <br>     </a><a href="cumpledosanos.htm"><br>     -Cumple Ecuador dos anos de dolarisacion con resultados mixtos</a><br>     <br>     <a href="fracadolla.htm">-Dolarizaci&oacute;n un fracaso </a><br>     <a href="vertigodollar.htm"><br>     -Dolarizaci&oacute;n: del v&eacute;rtigo devaluador a la p&eacute;rdida de      competitividad</a></font></b></font></p> </div> <div id="Layer11" style="position:absolute; width:577px; height:23px; z-index:14; left: 8px; top: 571px; background-color: #99CCCC; layer-background-color: #99CCCC; border: 1px none #000000">    <div align="center"><font size="2">Pour</font><font size=2> recevoir par e-mail      la <b>revue de presse d'Amrique du Sud</b> inscrivez vous dans notre mailing-list</font>      <script> function appli() { newWindow=open("","inscription","width=340,height=120,scrolling=no,resizable=no,scrollbars=yes") newWindow.focus() } </script>   </div> </div> <div id="Layer10" style="position:absolute; width:29px; height:510px; z-index:1; left: 159px; top: 61px; background-color: #CCCCCC; layer-background-color: #CCCCCC; border: 1px none #000000"><img src="../../photos/barretissu.jpg" width="28" height="510"></div> <div id="Layer14" style="position:absolute; width:29px; height:510px; z-index:13; left: 738px; top: 61px"><img src="../../photos/barretissu.jpg" width="28" height="510"></div> <div id="plancotitre" style="position:absolute; width:170px; height:23px; z-index:17; left: 800px; top: 65px; visibility: hidden">    <div align="center"><b><font face="Times New Roman, Times, serif" size="4"><a href="../planColombie/plancosommaire.htm">Plan      Colombie</a></font></b></div> </div> <div id="titre13" style="position:absolute; width:170px; height:23px; z-index:17; left: 800px; top: 65px; visibility: hidden">    <div align="center"><b><font face="Times New Roman, Times, serif" size="4">      <a href="sommairedollar.htm">Dollarisation </a></font></b></div> </div> <div id="Titre16" style="position:absolute; width:170px; height:23px; z-index:17; left: 800px; top: 65px; visibility: hidden">    <div align="center"><b><font face="Times New Roman, Times, serif" size="4"><a href="../droitsdelhomme/ddhhsommaire.htm">Droits      de l'homme</a></font></b></div> </div> <div id="titre17" style="position:absolute; width:170px; height:23px; z-index:17; left: 800px; top: 65px; visibility: hidden">    <div align="center"><b><font face="Times New Roman, Times, serif" size="4"><a href="../droitsdelenfant/DDenfant.htm">Droits      de l'enfant</a></font></b></div> </div> <div id="plancophot" style="position:absolute; width:125px; height:131px; z-index:20; left: 820px; top: 107px; background-color: #9900FF; layer-background-color: #9900FF; border: 1px none #000000; visibility: hidden"><img src="../../photos/auc.jpg" width="133" height="135"></div> <div id="Layer20" style="position:absolute; width:409px; height:1px; z-index:18; left: 584px; top: 571px; visibility: hidden">    <form method=GET action="http://fr.groups.yahoo.com/subscribe/revuedepresse_ameriquelatine">     <table cellspacing=0 cellpadding=2 border=0 bgcolor=#FFFFCC width="404">       <tr>          <td width="148" valign="top" rowspan="2" align=center> <b><font face="Times New Roman, Times, serif" size="2">S'inscrire             la revue de presse ameriquelatine</font></b> </td>         <td height="33" width="136" valign="top">            <input type=text name="user" value="entrez ici votre adresse e-mail" size=20>         </td>         <td width="101" valign="top">            <input type=image border=0 alt="Cliquez ici pour s'inscrire  revuedepresse_ameriquelatine"        name="Cliquez ici pour s'inscrire &agrave; revuedepresse_ameriquelatine"        src="../../photos/yahoogroups.gif" width="91" height="27">         </td>         <td width="3"></td>       </tr>       <tr>          <td height="1"></td>         <td></td>         <td></td>       </tr>       <tr>          <td height="6"></td>         <td></td>         <td></td>         <td></td>       </tr>     </table>   </form> </div> <div id="dollatitre" style="position:absolute; width:170px; height:23px; z-index:17; left: 800px; top: 65px; visibility: hidden">    <div align="center"><b><font face="Times New Roman, Times, serif" size="4">      <a href="sommairedollar.htm">Dollarisation</a> </font></b></div> </div> <div id="amlatphot" style="position:absolute; left:830px; top:115px; width:120px; height:137px; z-index:29; visibility: hidden"><img src="../../photos/morticiachapeau.gif" width="120" height="146"></div> <div id="dollaphot" style="position:absolute; width:148px; height:213px; z-index:21; left: 805px; top: 107px; visibility: hidden"><img src="../../photos/marechalsucre.jpg" width="162" height="225"></div> <div id="dollphot2" style="position:absolute; width:134px; height:75px; z-index:22; left: 783px; top: 373px; visibility: hidden"><img src="../../photos/sucreyanqui.jpg" width="202" height="93"></div> <div id="ddhhtitre" style="position:absolute; width:170px; height:23px; z-index:17; left: 800px; top: 65px; visibility: hidden">    <div align="center"><b><font face="Times New Roman, Times, serif" size="4"><a href="../droitsdelhomme/ddhhsommaire.htm">Droits      de l'homme</a></font></b></div> </div> <div id="ddhhphot" style="position:absolute; width:200px; height:115px; z-index:23; left: 788px; top: 107px; visibility: hidden"><img src="../../photos/dignidaddelecuador.jpg" width="200" height="255"></div> <div id="ddenftitre" style="position:absolute; width:170px; height:23px; z-index:17; left: 800px; top: 65px; visibility: hidden">    <div align="center"><b><font face="Times New Roman, Times, serif" size="4"><a href="../droitsdelenfant/DDenfant.htm">Droits      de l'enfant</a></font></b></div> </div> <div id="ddenfphot" style="position:absolute; width:200px; height:115px; z-index:24; left: 777px; top: 107px; visibility: hidden"><img src="../../photos/enfantfleur.jpg" width="225" height="162"></div> <div id="alcatitre" style="position:absolute; left:800px; top:65px; width:170px; height:23px; z-index:26; visibility: hidden">    <div align="center"><font face="Times New Roman, Times, serif" size="4"><b><a href="../alca/sommairealca.htm">ALCA</a></b></font></div> </div> <div id="alcaphot" style="position:absolute; left:816px; top:96px; width:134px; height:128px; z-index:27; visibility: hidden"><img src="../../photos/alca0carta.jpg" width="142" height="184"></div> <div id="amlattitre" style="position:absolute; left:800px; top:65px; width:170px; height:23px; z-index:28; visibility: hidden">    <div align="center"><font face="Times New Roman, Times, serif" size="4"><b><a href="../ameriquelatine/sommaireamlat.htm">Am&eacute;rique      Latine</a></b></font></div> </div> <!-- #EndEditable --> <div id="Layer2" style="position: absolute; left: 18px; top: 20px; width: 100px; height: 20px; z-index: 2; background: #FFCC00"><!-- #BeginEditable "barreacc" -->    <div align="center"><font face="Times New Roman, Times, serif" size="3"><b><font color="#FF9900"><a href="../../index.htm"><font color="#000000">Accueil</font></a></font></b></font></div>   <!-- #EndEditable --></div> <div id="Layer3" style="position: absolute; left: 193px; top: 20px; width: 100px; height: 20px; z-index: 3; background: #FFCC00"><!-- #BeginEditable "barreass" -->    <div align="center"><font size="3" face="Times New Roman, Times, serif"><b><font color="#3300FF"><a href="../../accueil/association.htm"><font color="#000000">Association</font></a></font></b></font></div>   <!-- #EndEditable --></div> <div id="Layer4" style="position: absolute; left: 368px; top: 20px; width: 100px; height: 20px; z-index: 4; background: #FFCC00"><!-- #BeginEditable "barreproj" -->    <div align="center"><font face="Times New Roman, Times, serif" size="3"><b><font color="#0033CC"><a href="../../accueil/projets.htm"><font color="#000000">Projets</font></a></font></b></font></div>   <!-- #EndEditable --></div> <div id="Layer5" style="position: absolute; left: 544px; top: 20px; width: 100px; height: 20px; z-index: 5; background: #FFCC00"><!-- #BeginEditable "barrepres" -->    <div align="center"><font size="3" face="Times New Roman, Times, serif"><b>      <a href="../../accueil/revuedepresse.htm"><font color="#000000">Presse</font></a></b></font></div>   <!-- #EndEditable --></div> <div id="Layer6" style="position: absolute; left: 719px; top: 20px; width: 100px; height: 20px; z-index: 6; background: #FFCC00"><!-- #BeginEditable "barrephot" -->    <div align="center">     <div align="center"><font color="#66FFFF"><font size="3" face="Times New Roman, Times, serif"><b><a href="../../accueil/galeriephoto.htm"><font color="#000000">Galerie        photo</font></a></b></font></font></div>     <font size="3" face="Times New Roman, Times, serif"><b></b></font></div>   <!-- #EndEditable --></div> <div id="Layer7" style="position: absolute; left: 893px; top: 20px; width: 100px; height: 20px; z-index: 7; background: #FFCC00"><!-- #BeginEditable "barrelien" --> <div align="center"><font color="#0066FF" size="3" face="Times New Roman, Times, serif"><b><a href="../../accueil/liens.htm"><font color="#000000">Liens</font></a></b></font></div>   <!-- #EndEditable --></div> <div id="Layer8" style="position: absolute; left: 8px; top: 40px; width: 996px; height: 21px; z-index: 8; background: #FFFFCC">    <hr></div> <!-- #BeginEditable "sommaire" -->  <div id="Layer9" style="position:absolute; width:151px; height:510px; z-index:9; left: 8px; top: 61px; background-color: #FFCC00; layer-background-color: #FFCC00; border: 1px none #000000; overflow: auto">    <p><font face="Times New Roman, Times, serif" size="3"><a href="sombrebilandolla.htm#crise"><b><font size="2"><img src="../../photos/drapeaufrance.jpg" width="38" height="26" align="left">-janvier      2003 : Crise et dollarisation.<br>     </font></b></a></font><font color="#333333"><a href="unanapresleSalvador.htm"><b><font face="Times New Roman, Times, serif" size="2">-La      &quot;dollarisation&quot;, &agrave; qui profite-t-elle ? </font></b></a><b><font face="Times New Roman, Times, serif" size="2"><br>     </font><font color="#333333"><b><font face="Times New Roman, Times, serif" size="6"><b><font size="2"><a href="sombrebilandolla.htm#150201">      -&quot;Dollarisation&quot; des &eacute;conomies : Un enfantement dans la douleur</a></font></b></font><br>     </b></font><font face="Times New Roman, Times, serif" size="2"><a href="sombrebilandolla.htm">-Sombre      bilan de la dollarisation en Equateur </a><br>     <a href="versunemonnaiecommune.htm">-Vers une monnaie commune transam&eacute;ricaine      ?</a><br>     <a href="../../templates/futur%20dollar.htm">-Quel est le futur de la dollarisation      en l&#146;Am&eacute;rique Latine? <br>     </a><img src="../../photos/drapeauespagne.jpg" width="39" height="30" align="left"><br>     <a href="crisisargentina.htm">-Crisis argentina provoca dudas sobre dolarizaci&oacute;n      </a><br>     <a href="ecuadorunmodelo.htm">-Ecuador: &iquest;un modelo para Am&eacute;rica      Latina? </a><a href="../../templates/ecuador%20un%20modelo.htm"><br>     </a><a href="../../templates/cumple%20dos%20anos.htm">-Cumple Ecuador dos      anos de dolarisacion con resultados mixtos<br>     </a><a href="fracadolla.htm">-Dolarizaci&oacute;n un fracaso</a> <br>     <a href="vertigodollar.htm">-Dolarizaci&oacute;n: del v&eacute;rtigo devaluador      a la p&eacute;rdida de competitividad</a></font></b></font></p> </div> <!-- #EndEditable --> <div id="Layer11" style="position:absolute; width:577px; height:23px; z-index:14; left: 8px; top: 571px; background-color: #99CCCC; layer-background-color: #99CCCC; border: 1px none #000000">    <div align="center"><font size="2">Pour</font><font size=2> recevoir par e-mail      la <b>revue de presse d'Amrique du Sud</b> inscrivez vous dans notre mailing-list</font>      <script> function appli() { newWindow=open("","inscription","width=340,height=120,scrolling=no,resizable=no,scrollbars=yes") newWindow.focus() } </script>   </div> </div> <div id="Layer10" style="position:absolute; width:29px; height:510px; z-index:1; left: 159px; top: 61px; background-color: #CCCCCC; layer-background-color: #CCCCCC; border: 1px none #000000"><img src="../../photos/barretissu.jpg" width="28" height="510"></div> <div id="Layer14" style="position:absolute; width:29px; height:510px; z-index:13; left: 738px; top: 61px"><img src="../../photos/barretissu.jpg" width="28" height="510"></div> <div id="plancotitre" style="position:absolute; width:170px; height:23px; z-index:17; left: 800px; top: 65px; visibility: hidden">    <div align="center"><b><font face="Times New Roman, Times, serif" size="4"><a href="../planColombie/plancosommaire.htm">Plan      Colombie</a></font></b></div> </div> <div id="titre13" style="position:absolute; width:170px; height:23px; z-index:17; left: 800px; top: 65px; visibility: hidden">    <div align="center"><b><font face="Times New Roman, Times, serif" size="4">      <a href="sommairedollar.htm">Dollarisation </a></font></b></div> </div> <div id="Titre16" style="position:absolute; width:170px; height:23px; z-index:17; left: 800px; top: 65px; visibility: hidden">    <div align="center"><b><font face="Times New Roman, Times, serif" size="4"><a href="../droitsdelhomme/ddhhsommaire.htm">Droits      de l'homme</a></font></b></div> </div> <div id="titre17" style="position:absolute; width:170px; height:23px; z-index:17; left: 800px; top: 65px; visibility: hidden">    <div align="center"><b><font face="Times New Roman, Times, serif" size="4"><a href="../droitsdelenfant/DDenfant.htm">Droits      de l'enfant</a></font></b></div> </div> <div id="plancophot" style="position:absolute; width:125px; height:131px; z-index:20; left: 820px; top: 107px; background-color: #9900FF; layer-background-color: #9900FF; border: 1px none #000000; visibility: hidden"><img src="../../photos/auc.jpg" width="133" height="135"></div> <div id="Layer20" style="position:absolute; width:409px; height:1px; z-index:18; left: 584px; top: 571px; visibility: hidden">    <form method=GET action="http://fr.groups.yahoo.com/subscribe/revuedepresse_ameriquelatine">     <table cellspacing=0 cellpadding=2 border=0 bgcolor=#FFFFCC width="404">       <tr>          <td width="148" valign="top" rowspan="2" align=center> <b><font face="Times New Roman, Times, serif" size="2">S'inscrire             la revue de presse ameriquelatine</font></b> </td>         <td height="33" width="136" valign="top">            <input type=text name="user" value="entrez ici votre adresse e-mail" size=20>         </td>         <td width="101" valign="top">            <input type=image border=0 alt="Cliquez ici pour s'inscrire  revuedepresse_ameriquelatine"        name="Cliquez ici pour s'inscrire &agrave; revuedepresse_ameriquelatine"        src="../../photos/yahoogroups.gif" width="91" height="27">         </td>         <td width="3"></td>       </tr>       <tr>          <td height="1"></td>         <td></td>         <td></td>       </tr>       <tr>          <td height="6"></td>         <td></td>         <td></td>         <td></td>       </tr>     </table>   </form> </div> <div id="dollatitre" style="position:absolute; width:170px; height:23px; z-index:17; left: 800px; top: 65px; visibility: hidden">    <div align="center"><b><font face="Times New Roman, Times, serif" size="4">      <a href="sommairedollar.htm">Dollarisation</a> </font></b></div> </div> <div id="amlatphot" style="position:absolute; left:830px; top:115px; width:120px; height:137px; z-index:29; visibility: hidden"><img src="../../photos/morticiachapeau.gif" width="120" height="146"></div> <div id="dollaphot" style="position:absolute; width:148px; height:213px; z-index:21; left: 805px; top: 107px; visibility: hidden"><img src="../../photos/marechalsucre.jpg" width="162" height="225"></div> <div id="dollphot2" style="position:absolute; width:134px; height:75px; z-index:22; left: 783px; top: 373px; visibility: hidden"><img src="../../photos/sucreyanqui.jpg" width="202" height="93"></div> <div id="ddhhtitre" style="position:absolute; width:170px; height:23px; z-index:17; left: 800px; top: 65px; visibility: hidden">    <div align="center"><b><font face="Times New Roman, Times, serif" size="4"><a href="../droitsdelhomme/ddhhsommaire.htm">Droits      de l'homme</a></font></b></div> </div> <div id="ddhhphot" style="position:absolute; width:200px; height:115px; z-index:23; left: 788px; top: 107px; visibility: hidden"><img src="../../photos/dignidaddelecuador.jpg" width="200" height="255"></div> <div id="ddenftitre" style="position:absolute; width:170px; height:23px; z-index:17; left: 800px; top: 65px; visibility: hidden">    <div align="center"><b><font face="Times New Roman, Times, serif" size="4"><a href="../droitsdelenfant/DDenfant.htm">Droits      de l'enfant</a></font></b></div> </div> <div id="ddenfphot" style="position:absolute; width:200px; height:115px; z-index:24; left: 777px; top: 107px; visibility: hidden"><img src="../../photos/enfantfleur.jpg" width="225" height="162"></div> <div id="alcatitre" style="position:absolute; left:800px; top:65px; width:170px; height:23px; z-index:26; visibility: hidden">    <div align="center"><font face="Times New Roman, Times, serif" size="4"><b><a href="../alca/sommairealca.htm">ALCA</a></b></font></div> </div> <div id="alcaphot" style="position:absolute; left:816px; top:96px; width:134px; height:128px; z-index:27; visibility: hidden"><img src="../../photos/alca0carta.jpg" width="142" height="184"></div> <div id="amlattitre" style="position:absolute; left:800px; top:65px; width:170px; height:23px; z-index:28; visibility: hidden">    <div align="center"><font face="Times New Roman, Times, serif" size="4"><b><a href="../ameriquelatine/sommaireamlat.htm">Am&eacute;rique      Latine</a></b></font></div> </div> <div id="Layer20" style="position:absolute; width:409px; height:1px; z-index:18; left: 584px; top: 571px">    <form method=GET action="http://fr.groups.yahoo.com/subscribe/revuedepresse_ameriquelatine">     <table cellspacing=0 cellpadding=2 border=0 bgcolor=#FFFFCC width="404">       <tr>          <td width="148" valign="top" rowspan="2" align=center> <b><font face="Times New Roman, Times, serif" size="2">S'inscrire             la revue de presse ameriquelatine</font></b> </td>         <td height="33" width="136" valign="top">            <input type=text name="user2" value="entrez ici votre adresse e-mail" size=20>         </td>         <td width="101" valign="top">            <input type=image border=0 alt="Cliquez ici pour s'inscrire  revuedepresse_ameriquelatine"        name="Cliquez ici pour s'inscrire &agrave; revuedepresse_ameriquelatine2"        src="../../photos/yahoogroups.gif" width="91" height="27">         </td>         <td width="3"></td>       </tr>       <tr>          <td height="1"></td>         <td></td>         <td></td>       </tr>       <tr>          <td height="6"></td>         <td></td>         <td></td>         <td></td>       </tr>     </table>   </form> </div> <div id="Layer12" style="position:absolute; left:770px; top:558px; width:218px; height:19px; z-index:25"><font face="Times New Roman, Times, serif" size="1"><b><font size="2">Adresse    du service <a href="http://fr.groups.yahoo.com/">fr.groups.yahoo.com</a> </font></b></font></div> </body> <!-- #EndTemplate --></html> <!-- DEBUT / Cybermonitor / START --> <script language="javascript"><!-- CM_RUBRIQUE = "edit_PagesPersos_abonnes"; CM_CLIENT = "clubv3"; CM_SECTION1 = "PagesPersos"; // --></script> <script language="javascript" src="http://js.cybermonitor.com/clubv3.js"> </script> <noscript> <img src="http://stat3.cybermonitor.com/clubv3_v?R=edit_PagesPersos_abonnes&S=total;PagesPersos"> </noscript> <!-- FIN / Cybermonitor / END --> 
