þÿ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- saved from url=(0014)about:internet --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>LIX Colloquium on Emerging Trends in Concurrency Theory</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css">td img {display: block;}</style> <!--Fireworks 8 Dreamweaver 8 target. Created Wed Aug 30 15:35:22 GMT-0500 ( ) 2006--> <script language="JavaScript1.2" type="text/javascript"> <!-- function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_nbGroup(event, grpName) { //v6.0 var i,img,nbArr,args=MM_nbGroup.arguments; if (event == "init" && args.length > 2) { if ((img = MM_findObj(args[2])) != null && !img.MM_init) { img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src; if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array(); nbArr[nbArr.length] = img; for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) { if (!img.MM_up) img.MM_up = img.src; img.src = img.MM_dn = args[i+1]; nbArr[nbArr.length] = img; } } } else if (event == "over") { document.MM_nbOver = nbArr = new Array(); for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) { if (!img.MM_up) img.MM_up = img.src; img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])?args[i+1] : img.MM_up); nbArr[nbArr.length] = img; } } else if (event == "out" ) { for (i=0; i < document.MM_nbOver.length; i++) { img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; } } else if (event == "down") { nbArr = document[grpName]; if (nbArr) for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; } document[grpName] = nbArr = new Array(); for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) { if (!img.MM_up) img.MM_up = img.src; img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up; nbArr[nbArr.length] = img; } } } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } //--> </script> <script type="text/javascript"> <!-- /* http://www.alistapart.com/articles/zebratables/ */ function removeClassName (elem, className) { elem.className = elem.className.replace(className, "").trim(); } function addCSSClass (elem, className) { removeClassName (elem, className); elem.className = (elem.className + " " + className).trim(); } String.prototype.trim = function() { return this.replace( /^\s+|\s+$/, "" ); } function stripedTable() { if (document.getElementById && document.getElementsByTagName) { var allTables = document.getElementsByTagName('table'); if (!allTables) { return; } for (var i = 0; i < allTables.length; i++) { if (allTables[i].className.match(/[\w\s ]*scrollTable[\w\s ]*/)) { var trs = allTables[i].getElementsByTagName("tr"); for (var j = 0; j < trs.length; j++) { removeClassName(trs[j], 'alternateRow'); addCSSClass(trs[j], 'normalRow'); } for (var k = 0; k < trs.length; k += 2) { removeClassName(trs[k], 'normalRow'); addCSSClass(trs[k], 'alternateRow'); } } } } } /* onload state is fired, append onclick action to the table's DIV */ /* container. This allows the HTML document to validate correctly. */ /* addIEonScroll added on 2005-01-28 */ /* Terence Ordona, portal[AT]imaputz[DOT]com */ function addIEonScroll() { var thisContainer = document.getElementById('tableContainer'); if (!thisContainer) { return; } var onClickAction = 'toggleSelectBoxes();'; thisContainer.onscroll = new Function(onClickAction); } /* Only WinIE will fire this function. All other browsers scroll the TBODY element and not the DIV */ /* This is to hide the SELECT elements from scrolling over the fixed Header. WinIE only. */ /* toggleSelectBoxes added on 2005-01-28 */ /* Terence Ordona, portal[AT]imaputz[DOT]com */ function toggleSelectBoxes() { var thisContainer = document.getElementById('tableContainer'); var thisHeader = document.getElementById('fixedHeader'); if (!thisContainer || !thisHeader) { return; } var selectBoxes = thisContainer.getElementsByTagName('select'); if (!selectBoxes) { return; } for (var i = 0; i < selectBoxes.length; i++) { if (thisContainer.scrollTop >= eval(selectBoxes[i].parentNode.offsetTop - thisHeader.offsetHeight)) { selectBoxes[i].style.visibility = 'hidden'; } else { selectBoxes[i].style.visibility = 'visible'; } } } window.onload = function() { stripedTable(); addIEonScroll(); } --> </script> <style type="text/css"> <!-- /* Terence Ordona, portal[AT]imaputz[DOT]com */ /* http://creativecommons.org/licenses/by-sa/2.0/ */ /* begin some basic styling here */ body { //background: #FFF; //color: #000; font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif; margin: 10px; padding: 0 } table, td, a { color: #000; font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif } h1 { font: normal normal 18px Verdana, Geneva, Arial, Helvetica, sans-serif; margin: 0 0 5px 0 } h2 { font: normal normal 16px Verdana, Geneva, Arial, Helvetica, sans-serif; margin: 0 0 5px 0 } h3 { font: normal normal 13px Verdana, Geneva, Arial, Helvetica, sans-serif; //color: #008000; //margin: 0 0 15px 0 } /* end basic styling */ /* define height and width of scrollable area. Add 16px to width for scrollbar */ /* allow WinIE to scale 100% width of browser by not defining a width */ /* WARNING: applying a background here may cause problems with scrolling in WinIE 5.x */ div.tableContainer { clear: both; //border: 1px solid #963; height: 435px; overflow: auto; width: 876px; } /* WinIE 6.x needs to re-account for it's scrollbar. Give it some padding */ \html div.tableContainer/* */ { padding: 0 16px 0 0; width: 860px; } /* clean up for allowing display Opera 5.x/6.x and MacIE 5.x */ html>body div.tableContainer { height: auto; padding: 0; } /* Reset overflow value to hidden for all non-IE browsers. */ /* Filter out Opera 5.x/6.x and MacIE 5.x */ head:first-child+body div[class].tableContainer { height: 435px; overflow: hidden; width: 876px } /* define width of table. IE browsers only */ /* if width is set to 100%, you can remove the width */ /* property from div.tableContainer and have the div scale */ div.tableContainer table { float: left; width: 100% } /* WinIE 6.x needs to re-account for padding. Give it a negative margin */ \html div.tableContainer table/* */ { margin: 0 -16px 0 0 } /* define width of table. Opera 5.x/6.x and MacIE 5.x */ html>body div.tableContainer table { float: none; margin: 0; width: 860px } /* define width of table. Add 16px to width for scrollbar. */ /* All other non-IE browsers. Filter out Opera 5.x/6.x and MacIE 5.x */ head:first-child+body div[class].tableContainer table { width: 876px } /* set table header to a fixed position. WinIE 6.x only */ /* In WinIE 6.x, any element with a position property set to relative and is a child of */ /* an element that has an overflow property set, the relative value translates into fixed. */ /* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */ thead.fixedHeader tr { position: relative; /* expression is for WinIE 5.x only. Remove to validate and for pure CSS solution */ top: expression(document.getElementById("tableContainer").scrollTop); } /* set THEAD element to have block level attributes. All other non-IE browsers */ /* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */ /* Filter out Opera 5.x/6.x and MacIE 5.x */ head:first-child+body thead[class].fixedHeader tr { display: block; } /* make the TH elements pretty */ thead.fixedHeader th { font-weight: normal; text-align: left } /* make the A elements pretty. makes for nice clickable headers */ thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited { display: block; text-decoration: none; width: 100% } /* make the A elements pretty. makes for nice clickable headers */ /* WARNING: swapping the background on hover may cause problems in WinIE 6.x */ thead.fixedHeader a:hover { color: #FFF; display: block; text-decoration: underline; width: 100% } /* define the table content to be scrollable */ /* set TBODY element to have block level attributes. All other non-IE browsers */ /* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */ /* induced side effect is that child TDs no longer accept width: auto */ /* Filter out Opera 5.x/6.x and MacIE 5.x */ head:first-child+body tbody[class].scrollContent { display: block; //height: 462px; height: 435px; overflow: auto; width: 100% } /* make TD elements pretty. Provide alternating classes for striping the table */ /* http://www.alistapart.com/articles/zebratables/ */ tbody.scrollContent td, tbody.scrollContent tr.normalRow td { border-bottom: none; border-left: none; } tbody.scrollContent tr.alternateRow td { border-bottom: none; border-left: none; } /* define width of TH elements: 1st, 2nd, and 3rd respectively. */ /* All other non-IE browsers. Filter out Opera 5.x/6.x and MacIE 5.x */ /* Add 16px to last TH for scrollbar padding */ /* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors */ /* define width of TH elements: 1st, 2nd, and 3rd respectively. */ /* All other non-IE browsers. Filter out Opera 5.x/6.x and MacIE 5.x */ /* Add 16px to last TH for scrollbar padding */ /* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors */ --> </style> </head> <body background="images/fondo.png" onload="MM_preloadImages('images/template_r4_c5_f2.png','images/template_r4_c5_f4.png','images/template_r4_c5_f3.png','images/template_r4_c6_f2.png','images/template_r4_c6_f4.png','images/template_r4_c6_f3.png','images/template_r4_c7_f2.png','images/template_r4_c7_f4.png','images/template_r4_c7_f3.png','images/template_r4_c8_f2.png','images/template_r4_c8_f4.png','images/template_r4_c8_f3.png','images/template_r4_c11_f2.png','images/template_r4_c11_f4.png','images/template_r4_c11_f3.png');"> <table border="0" cellpadding="0" cellspacing="0" width="971"> <!-- fwtable fwsrc="header.png" fwbase="template.png" fwstyle="Dreamweaver" fwdocid = "873302500" fwnested="0" --> <tr> <td><img src="images/spacer.gif" width="5" height="1" border="0" alt="" /></td> <td><img src="images/spacer.gif" width="5" height="1" border="0" alt="" /></td> <td><img src="images/spacer.gif" width="5" height="1" border="0" alt="" /></td> <td><img src="images/spacer.gif" width="31" height="1" border="0" alt="" /></td> <td><img src="images/spacer.gif" width="73" height="1" border="0" alt="" /></td> <td><img src="images/spacer.gif" width="100" height="1" border="0" alt="" /></td> <td><img src="images/spacer.gif" width="80" height="1" border="0" alt="" /></td> <td><img src="images/spacer.gif" width="99" height="1" border="0" alt="" /></td> <td><img src="images/spacer.gif" width="80" height="1" border="0" alt="" /></td> <td><img src="images/spacer.gif" width="117" height="1" border="0" alt="" /></td> <td><img src="images/spacer.gif" width="121" height="1" border="0" alt="" /></td> <td><img src="images/spacer.gif" width="206" height="1" border="0" alt="" /></td> <td><img src="images/spacer.gif" width="48" height="1" border="0" alt="" /></td> <td><img src="images/spacer.gif" width="1" height="1" border="0" alt="" /></td> <td><img src="images/spacer.gif" width="1" height="1" border="0" alt="" /></td> </tr> <tr> <td colspan="14"><img name="template_r1_c1" src="images/template_r1_c1.png" width="971" height="1" border="0" id="template_r1_c1" alt="" /></td> <td><img src="images/spacer.gif" width="1" height="1" border="0" alt="" /></td> </tr> <tr> <td colspan="3"><img name="template_r2_c1" src="images/template_r2_c1.png" width="15" height="6" border="0" id="template_r2_c1" alt="" /></td> <td rowspan="2" colspan="10"><img name="template_r2_c4" src="images/template_r2_c4.png" width="955" height="81" border="0" id="template_r2_c4" usemap="#m_template_r2_c4" alt="" /></td> <td rowspan="7"><img name="template_r2_c14" src="images/template_r2_c14.png" width="1" height="600" border="0" id="template_r2_c14" alt="" /></td> <td><img src="images/spacer.gif" width="1" height="6" border="0" alt="" /></td> </tr> <tr> <td rowspan="6"><img name="template_r3_c1" src="images/template_r3_c1.png" width="5" height="594" border="0" id="template_r3_c1" alt="" /></td> <td><img name="fondo" src="images/fondo.png" width="5" height="75" border="0" id="fondo" alt="" /></td> <td rowspan="2"><img name="template_r3_c3" src="images/template_r3_c3.png" width="5" height="101" border="0" id="template_r3_c3" alt="" /></td> <td><img src="images/spacer.gif" width="1" height="75" border="0" alt="" /></td> </tr> <tr> <td><img name="template_r4_c2" src="images/template_r4_c2.png" width="5" height="26" border="0" id="template_r4_c2" alt="" /></td> <td><img name="template_r4_c4" src="images/template_r4_c4.png" width="31" height="26" border="0" id="template_r4_c4" alt="" /></td> <td><a href="index.html" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','template_r4_c5','images/template_r4_c5_f2.png','images/template_r4_c5_f4.png',1);" onclick="MM_nbGroup('down','navbar1','template_r4_c5','images/template_r4_c5_f3.png',1);"><img name="template_r4_c5" src="images/template_r4_c5.png" width="73" height="26" border="0" id="template_r4_c5" alt="" /></a></td> <td><a href="programme.html" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','template_r4_c6','images/template_r4_c6_f2.png','images/template_r4_c6_f4.png',1);" onclick="MM_nbGroup('down','navbar1','template_r4_c6','images/template_r4_c6_f3.png',1);"><img name="template_r4_c6" src="images/template_r4_c6.png" width="100" height="26" border="0" id="template_r4_c6" alt="" /></a></td> <td><a href="talks.html" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','template_r4_c7','images/template_r4_c7_f2.png','images/template_r4_c7_f4.png',1);" onclick="MM_nbGroup('down','navbar1','template_r4_c7','images/template_r4_c7_f3.png',1);"><img name="template_r4_c7" src="images/template_r4_c7.png" width="80" height="26" border="0" id="template_r4_c7" alt="" /></a></td> <td><a href="participants.html" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','template_r4_c8','images/template_r4_c8_f2.png','images/template_r4_c8_f4.png',1);" onclick="MM_nbGroup('down','navbar1','template_r4_c8','images/template_r4_c8_f3.png',1);"><img name="template_r4_c8" src="images/template_r4_c8.png" width="99" height="26" border="0" id="template_r4_c8" alt="" /></a></td> <td><a href="venue.html"><img name="template_r4_c9" src="images/template_r4_c9.png" width="80" height="26" border="0" id="template_r4_c9" alt="" /></a></td> <td><a href="accomodation.html"><img name="template_r4_c10" src="images/template_r4_c10.png" width="117" height="26" border="0" id="template_r4_c10" alt="" /></a></td> <td><a href="staff.html" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','template_r4_c11','images/template_r4_c11_f2.png','images/template_r4_c11_f4.png',1);" onclick="MM_nbGroup('down','navbar1','template_r4_c11','images/template_r4_c11_f3.png',1);"><img name="template_r4_c11" src="images/template_r4_c11.png" width="121" height="26" border="0" id="template_r4_c11" alt="" /></a></td> <td><img name="template_r4_c12" src="images/template_r4_c12.png" width="206" height="26" border="0" id="template_r4_c12" alt="" /></td> <td><img name="template_r4_c13" src="images/template_r4_c13.png" width="48" height="26" border="0" id="template_r4_c13" alt="" /></td> <td><img src="images/spacer.gif" width="1" height="26" border="0" alt="" /></td> </tr> <tr> <td colspan="3"><img name="esquinaSupIzq" src="images/esquinaSupIzq.png" width="41" height="40" border="0" id="esquinaSupIzq" alt="" /></td> <td colspan="8"><img name="template_r5_c5" src="images/template_r5_c5.png" width="876" height="40" border="0" id="template_r5_c5" alt="" /></td> <td><img name="esquinaSupDer" src="images/esquinaSupDer.png" width="48" height="40" border="0" id="esquinaSupDer" alt="" /></td> <td><img src="images/spacer.gif" width="1" height="40" border="0" alt="" /></td> </tr> <tr> <td colspan="3" background="images/BoxIzq.png"></td> <td colspan="8" bgcolor="#ffffff" valign="top"><p style="margin:0px"> <div id="tableContainer" class="tableContainer"> <table border="0" cellpadding="0" cellspacing="0" width="100%" class="scrollTable"> <thead class="fixedHeader"> </thead> <tbody class="scrollContent"> <tr><td> <H1>Accommodation </h1> <br> Below is a list of all the reasonable solutions we could find in the Palaiseau area for accomodation. Alternatively, you can take a hotel in Paris and then come by RER B to the stations of Lozere (and then walk) or Massy-Palaiseau (and then take the bus or a taxi)--it will take you about 40 minutes all together. <h3>Hotels in the Palaiseau area</h3> <table> <tbody><tr><td><b><a href="http://www.mercure.com/mercure/fichehotel/gb/mer/1176/fiche_hotel.shtml" target="_blank">Hotel Mercure Massy</a></b></td></tr> <tr><td>Prices: 91&#8364; on Saturday night, 130&#8364; the other nights</td></tr> <tr><td>You can book online (link from the web page above)</td></tr> <tr><td>Location: Massy Palaiseau, 2 minutes walk to the bus station of TransEssonne 91-06 and to the RER B station of Massy Palaiseau, which is a few stops away from the RER B station of Lozere.</td></tr> </tbody></table> <p> </p><table> <tbody><tr><td><b><a href="http://www.novotel.com/novotel/fichehotel/gb/nov/0386/fiche_hotel.shtml" target="_blank">Novotel Massy Palaiseau</a></b></td></tr> <tr><td>Prices: 77&#8364; on Saturday night, 125&#8364; the other nights</td></tr> <tr><td>You can book online (link from the web page above)</td></tr> <tr><td>Location: Massy Palaiseau, 800 meters to the bus station of TransEssonne 91-06 and to the RER B station of Massy Palaiseau, which is a few stops away from the RER B station of Lozere.</td></tr> </tbody></table> <p> </p><table> <tbody><tr><td><b><a href="http://www.lemoulindelily.com/" target="_blank">Hotel Le Moulin de Lily</a></b> <font color="red">Recommended!</font></td></tr> <tr><td>Prices starting from 69&#8364;</td></tr> <tr><td>You can book by email, you can write in English</td></tr> <tr><td>Location: Palaiseau, 800 meters to the RER B station of Palaiseau Villebon, which is 1 stop away from the RER B station of Lozere.</td></tr> </tbody></table> <p> </p><table> <tbody><tr><td><b><a href="http://www.hotel-relais.com/htgb/frameset5.htm" target="_blank">Hotel d'Orsay</a></b></td></tr> <tr><td>Prices starting from 60&#8364;</td></tr> <tr><td>You can book online at <a href="http://www.hotel-relais.com/htgb/0014.htm">http://www.hotel-relais.com/htgb/0014.htm</a> (in the field "Choose the Hotel Relais you require" please choose Orsay)</td></tr> <tr><td>Location: Orsay-Le Guichet, 400 meters to the RER B station of Le Guichet, which is 1 stop away from the RER B station of Lozere.</td></tr> </tbody></table> <h3>Some hotels in Paris</h3> All the hotels below are in Paris and near a RER B station. They are ** stars unless specified otherwise. Prices are only indicative. <p> </p><table valign="top" border="1"> <tbody><tr> <td>Hotel</td> <td>Address</td> <td>Telephone</td> <td>RER B station</td> <td>Prices</td> <td>Email</td> <td>Fax</td> </tr> <tr> <td><a href="http://www.hotelcujaspantheon.com/" target="_blank">Cujas Pantheon</a></td> <td>18 rue Cujas</td> <td>01.43.54.58.10</td> <td>Luxembourg</td> <td>69&#8364; single <br>85&#8364; double </td> <td><a href="mailto:hotel-cujas-pantheon@wanadoo.fr" target="_blank">hotel-cujas-pantheon@wanadoo.fr</a></td> <td>01.43.25.88.02</td> </tr> <tr> <td><a href="http://www.excelsior-paris-hotel.com/" target="_blank">Excelsior Latin</a> </td> <td>20 rue Cujas</td> <td>01.46.34.79.50</td> <td>Luxembourg</td> <td>75&#8364; single <br>93&#8364; double </td> <td><a href="mailto:excelsior5@wanadoo.com" target="_blank">excelsior5@wanadoo.com</a></td> <td>01.43.54.87.10</td> </tr> <tr> <td><a href="http://www.hoteldesenlis.fr/" target="_blank">de Senlis</a></td> <td>7-9 rue Malebranche</td> <td>01.43.29.93.10</td> <td>Luxembourg</td> <td>71&#8364; single</td> <td><a href="mailto:hoteldesenlis@wanadoo.fr" target="_blank">hoteldesenlis@wanadoo.fr</a></td> <td>01.43.29.00.24</td> </tr> <tr> <td><a href="http://www.hoteldubresil.fr/" target="_blank">du Brésil</a></td> <td>10 rue Le Goff</td> <td>01.43.54.76.11</td> <td>Luxembourg</td> <td>69&#8364; single</td> <td><a href="mailto:hoteldubresil@wanadoo.fr" target="_blank">hoteldubresil@wanadoo.fr</a></td> <td>01.46.33.45.78</td> </tr> <tr> <td><a href="http://www.parishotels.com/Hotel_des_3_Colleges_star_en.html" target="_blank">des 3 collèges</a></td> <td>16 rue Cujas</td> <td>01.43.54.67.30</td> <td>Luxembourg</td> <td>71&#8364; single</td> <td>&nbsp; </td> <td>01.46.34.02.99</td> </tr> <tr> <td><a href="http://www.hotel-parc-montsouris.com/" target="_blank">du Parc-Montsouris</a></td> <td>4 rue du Parc-Montsouris</td> <td>01.45.80.09.72 </td> <td>Cité Universitaire</td> <td>62&#8364; single</td> <td><a href="mailto:hotel-parc-montsouris@wanadoo.fr" target="_blank">hotel-parc-montsouris@wanadoo.fr</a></td> <td>01.45.80.92.72</td> </tr> <tr> <td>Montsouris (* star)</td> <td>15 rue Beaunier</td> <td>01.45.40.50.13</td> <td>Porte d'Orléans</td> <td>50&#8364; single</td> <td>&nbsp; </td> <td>&nbsp; </td> </tr> </tbody></table> </tr></td> </tbody> </table> </div> </p> </td> </p></td> <td colspan="2" background="images/BoxDer.png"></td> <td><img src="images/spacer.gif" width="1" height="355" border="0" alt="" /></td> </tr> <tr> <td colspan="3"><img name="esquinaInfIzq" src="images/esquinaInfIzq.png" width="41" height="38" border="0" id="esquinaInfIzq" alt="" /></td> <td colspan="8"><img name="BordeInf" src="images/BordeInf.png" width="876" height="38" border="0" id="BordeInf" alt="" /></td> <td><img name="esquinaInfDer" src="images/esquinaInfDer.png" width="48" height="38" border="0" id="esquinaInfDer" alt="" /></td> <td><img src="images/spacer.gif" width="1" height="38" border="0" alt="" /></td> </tr> <tr> <td colspan="12"><img name="template_r8_c2" src="images/template_r8_c2.png" width="965" height="60" border="0" id="template_r8_c2" usemap="#m_template_r8_c2" alt="" /></td> <td><img src="images/spacer.gif" width="1" height="60" border="0" alt="" /></td> </tr> </table> <map name="m_template_r2_c4" id="m_template_r2_c4"> <area shape="poly" coords="1,1,955,0,955,81,0,81" href="index.html" alt="" /> </map> <map name="m_template_r8_c2" id="m_template_r8_c2"> <area shape="rect" coords="792,8,910,47" href="http://www.lix.polytechnique.fr/comete" target="_blank" alt="" /> <area shape="rect" coords="558,9,723,51" href="http://www.inria.fr" target="_blank" alt="" /> <area shape="rect" coords="346,4,464,58" href="http://www.cnrs.fr" target="_blank" alt="" /> <area shape="rect" coords="192,3,261,53" href="http://www.polytechnique.fr" target="_blank" alt="" /> <area shape="rect" coords="49,0,109,49" href="http://www.lix.polytechnique.fr/" target="_blank" alt="" /> </map> </body> </html>