<html> <head> <title>La Deuxi&egrave;me T&ecirc;te - Fournisseur de technologie P2P pour les entreprises</title> <!-- ImageReady Preload Script (l2t.icones.psd) --> <SCRIPT LANGUAGE="JavaScript"> <!--  function newImage(arg) {         if (document.images) {                 rslt = new Image();                 rslt.src = arg;                 return rslt;         } }  function changeImages() {         if (document.images && (preloadFlag == true)) {                 for (var i=0; i<changeImages.arguments.length; i+=2) {                         document[changeImages.arguments[i]].src = changeImages.arguments[i+1];                 }         } }  var preloadFlag = false; function preloadImages() { 	if (document.images) { 		l2t_icones_01_over = newImage("images/l2t.icones_01-over.gif"); 		l2t_icones_01_click = newImage("images/l2t.icones_01-click.gif"); 		l2t_icones_02_over = newImage("images/l2t.icones_02-over.gif"); 		l2t_icones_02_click = newImage("images/l2t.icones_02-click.gif"); 		l2t_icones_03_over = newImage("images/l2t.icones_03-over.gif"); 		l2t_icones_03_click = newImage("images/l2t.icones_03-click.gif"); 		l2t_icones_04_l2t_icones_01_over = newImage("images/l2t.icones_04-l2t.icones_01.gif"); 		l2t_icones_04_l2t_icones_01_click = newImage("images/l2t.icones_04-l2t.icones-13.gif"); 		l2t_icones_05_l2t_icones_03_over = newImage("images/l2t.icones_05-l2t.icones_03.gif"); 		l2t_icones_05_l2t_icones_03_click = newImage("images/l2t.icones_05-l2t.icones-16.gif"); 		preloadFlag = true; 	} }   // --> </SCRIPT> <!-- End Preload Script --> <script language="JavaScript"> <!-- 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(0);     document.MM_Time["Timeline1"] = document.MM_Time[0];     document.MM_Time[0].MM_Name = "Timeline1";     document.MM_Time[0].fps = 15;     document.MM_Time[0].lastFrame = 0;     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> <meta name="description" content="L2t, La Deuxieme Tete intervient comme apporteur de solutions (ASP) et fournit produits et services pour la mise en place de communautes virtuelles. Une architecture peer-to-peer hybride offre une approche novatrice pour la communication en temps reel, la partage de fichiers, la creation de contenu, le jeu et l'interactivite."> <meta name="keywords" content="L2t,P2P,peer-to-peer,tribus,multimedia,communautes,ASP,communication,creation,partage,jeu,interactivite,contenu,video,groupware,VJ,DJ,temps reel,logiciel"> <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_preloadImages() { //v3.0   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} }  function MM_swapImgRestore() { //v3.0   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; }  function MM_findObj(n, d) { //v4.0   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);   if(!x && document.getElementById) x=document.getElementById(n); return x; }  function MM_swapImage() { //v3.0   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} }  function MM_nbGroup(event, grpName) { //v3.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];       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") {     if ((nbArr = document[grpName]) != null)       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];       nbArr[nbArr.length] = img;   } } }  function MM_openBrWindow(theURL,winName,features) { //v2.0   window.open(theURL,winName,features); } //--> </script> <link rel="stylesheet" href="style.css" type="text/css"> </head>  <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" background="media/background.gif" link="#A0ABB7" alink="#A0ABB7" onLoad="MM_timelinePlay('Timeline1');MM_preloadImages('media/menul2no.gif','media/menusono.gif','media/menusoov.gif','media/menucono.gif','media/menucoov.gif','media/bo_ba/1.gif','media/bo_ba/2.gif','media/bo_ba/3.gif','media/bo_ba/4.gif','media/menul2ov.gif','media/menup2no.gif','media/menup2ov.gif','media/confi_no.gif','media/confi_ro.gif','media/licen_no.gif','media/licen_ro.gif','media/txt_intro/1.gif','media/txt_intro/2.gif','media/txt_intro/3.gif');preloadImages();" vlink="#A0ABB7"> <div id="Layer1" style="position:absolute; left:9px; top:251px; width:382px; height:196px; z-index:9"> <!-- ImageReady Slices (index_text.psd) --> <TABLE WIDTH=384 BORDER=0 CELLPADDING=0 CELLSPACING=0> 	<TR> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=19 HEIGHT=1></TD> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=88 HEIGHT=1></TD> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=6 HEIGHT=1></TD> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=19 HEIGHT=1></TD> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=36 HEIGHT=1></TD> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=39 HEIGHT=1></TD> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=16 HEIGHT=1></TD> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=21 HEIGHT=1></TD> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=7 HEIGHT=1></TD> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=133 HEIGHT=1></TD> 		<TD></TD> 	</TR> 	<TR> 		<TD COLSPAN=7 ROWSPAN=2> 			<IMG SRC="images/index_text_01.gif" WIDTH=223 HEIGHT=44></TD> 		       <TD> <A HREF="p2p.htm" 				ONMOUSEOVER="changeImages('index_text_02', 'images/index_text_02-over.gif', 'index_text_10', 'images/index_text_10-index_text_02.gif'); return true;" 				ONMOUSEOUT="changeImages('index_text_02', 'images/index_text_02.gif', 'index_text_10', 'images/index_text_10.gif'); return true;">          <IMG NAME="index_text_02" SRC="images/index_text_02.gif" WIDTH=21 HEIGHT=15 BORDER=0></A></TD> 		<TD COLSPAN=2 ROWSPAN=8> 			<IMG SRC="images/index_text_03.gif" WIDTH=140 HEIGHT=168></TD> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=15></TD> 	</TR> 	<TR> 		<TD ROWSPAN=7> 			<IMG SRC="images/index_text_04.gif" WIDTH=21 HEIGHT=153></TD> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=29></TD> 	</TR> 	<TR> 		<TD COLSPAN=3 ROWSPAN=4> 			<IMG SRC="images/index_text_05.gif" WIDTH=113 HEIGHT=82></TD> 		       <TD> <A HREF="l2t.htm" 				ONMOUSEOVER="changeImages('index_text_06', 'images/index_text_06-over.gif', 'index_text_07', 'images/index_text_07-index_text_06.gif', 'index_text_10', 'images/index_text_10-index_text_02.gif'); return true;" 				ONMOUSEOUT="changeImages('index_text_06', 'images/index_text_06.gif', 'index_text_07', 'images/index_text_07.gif', 'index_text_10', 'images/index_text_10.gif'); return true;">          <IMG NAME="index_text_06" SRC="images/index_text_06.gif" WIDTH=19 HEIGHT=13 BORDER=0></A></TD> 		<TD COLSPAN=3 ROWSPAN=2> 			<IMG NAME="index_text_07" SRC="images/index_text_07.gif" WIDTH=91 HEIGHT=39></TD> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=13></TD> 	</TR> 	<TR> 		<TD ROWSPAN=7> 			<IMG SRC="images/index_text_08.gif" WIDTH=19 HEIGHT=139></TD> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=26></TD> 	</TR> 	<TR> 		<TD ROWSPAN=6> 			<IMG NAME="index_text_09" SRC="images/index_text_09.gif" WIDTH=36 HEIGHT=113></TD> 		<TD> 			<IMG NAME="index_text_10" SRC="images/index_text_10.gif" WIDTH=39 HEIGHT=12></TD> 		<TD ROWSPAN=4> 			<IMG SRC="images/index_text_11.gif" WIDTH=16 HEIGHT=85></TD> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=12></TD> 	</TR> 	<TR> 		<TD ROWSPAN=3> 			<IMG SRC="images/index_text_12.gif" WIDTH=39 HEIGHT=73></TD> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=31></TD> 	</TR> 	<TR> 		<TD ROWSPAN=4> 			<IMG NAME="index_text_13" SRC="images/index_text_13.gif" WIDTH=19 HEIGHT=70></TD> 		       <TD> <A HREF="http://www.p2ptoolkit.com/" 				ONMOUSEOVER="changeImages('index_text_13', 'images/index_text_13-index_text_14.gif', 'index_text_14', 'images/index_text_14-over.gif', 'index_text_15', 'images/index_text_15-index_text_14.gif'); return true;" 				ONMOUSEOUT="changeImages('index_text_13', 'images/index_text_13.gif', 'index_text_14', 'images/index_text_14.gif', 'index_text_15', 'images/index_text_15.gif'); return true;" target="_blank">          <IMG NAME="index_text_14" SRC="images/index_text_14.gif" WIDTH=88 HEIGHT=13 BORDER=0></A></TD> 		<TD ROWSPAN=4> 			<IMG NAME="index_text_15" SRC="images/index_text_15.gif" WIDTH=6 HEIGHT=70></TD> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=13></TD> 	</TR> 	<TR> 		<TD ROWSPAN=3> 			<IMG SRC="images/index_text_16.gif" WIDTH=88 HEIGHT=57></TD> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=29></TD> 	</TR> 	<TR> 		       <TD COLSPAN=4> <A HREF="http://www.l2t-bleu.com/" 				ONMOUSEOVER="changeImages('index_text_09', 'images/index_text_09-index_text_17.gif', 'index_text_17', 'images/index_text_17-over.gif', 'index_text_18', 'images/index_text_18-index_text_17.gif'); return true;" 				ONMOUSEOUT="changeImages('index_text_09', 'images/index_text_09.gif', 'index_text_17', 'images/index_text_17.gif', 'index_text_18', 'images/index_text_18.gif'); return true;" target="_blank">          <IMG NAME="index_text_17" SRC="images/index_text_17.gif" WIDTH=83 HEIGHT=12 BORDER=0></A></TD> 		<TD ROWSPAN=2> 			<IMG NAME="index_text_18" SRC="images/index_text_18.gif" WIDTH=133 HEIGHT=28></TD> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=12></TD> 	</TR> 	<TR> 		       <TD COLSPAN=4> <A HREF="http://www.taz-e.com/" 				ONMOUSEOVER="changeImages('index_text_18', 'images/index_text_18-index_text_19.gif', 'index_text_19', 'images/index_text_19-over.gif'); return true;" 				ONMOUSEOUT="changeImages('index_text_18', 'images/index_text_18.gif', 'index_text_19', 'images/index_text_19.gif'); return true;" target="_blank">          <IMG NAME="index_text_19" SRC="images/index_text_19.gif" WIDTH=83 HEIGHT=16 BORDER=0></A></TD> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=16></TD> 	</TR> </TABLE> <!-- End ImageReady Slices --></div> <table width="760" border="0" cellspacing="0" cellpadding="0" vspace="0" hspace="0">   <tr valign="top">     <td width="299" height="112" align="left"><img src="media/ouv_a01.gif" width="299" height="112" vspace="0" hspace="0" border="0"></td>     <td width="247" align="left" height="112"><img src="media/ouv_a02.gif" width="247" height="112" vspace="0" hspace="0" border="0"></td>     <td width="214">&nbsp;</td>   </tr>   <tr valign="top">     <td width="299" height="56" align="left"><img src="media/ouv_b01.gif" width="299" height="56" vspace="0" hspace="0" border="0"></td>     <td width="247" height="56" align="left"><img src="media/ouv_b02.gif" width="247" height="56" vspace="0" hspace="0" border="0"></td>     <td width="214" height="56">&nbsp;</td>   </tr>   <tr valign="top">     <td width="299" height="83" align="left"><img src="media/ouv_c01.gif" width="299" height="83" vspace="0" hspace="0" border="0"></td>     <td width="247" height="83" align="left"><img src="media/ouv_c02.gif" width="247" height="83" vspace="0" hspace="0" border="0"></td>     <td width="214" height="83" align="left"><img src="media/ouv_c03.gif" width="214" height="83" vspace="0" hspace="0" border="0"></td>   </tr> </table> <table width="746" border="0" cellspacing="0" cellpadding="0" vspace="0" hspace="0" height="180">   <tr valign="top">     <td width="9" height="149" rowspan="2">&nbsp;</td>     <td rowspan="3" height="155" width="385"> </td>     <td width="10" height="149" rowspan="2">&nbsp; </td>     <td width="45" height="149" align="left" rowspan="2"><img src="media/filet_v01b.gif" width="39" height="132" vspace="0" hspace="0" border="0"><img src="media/filet_v01b_small.gif" width="39" height="22"><img src="media/filet_v01b_small.gif" width="39" height="22"><img src="media/filet_v01b_small.gif" width="39" height="22"></td>     <td width="175" height="139"> <br>       <table width="100%">         <tr>            <td class="menu_home" colspan="2">              <div align="center"><a href="l2t.htm" onClick="MM_nbGroup('down','group1','menul2no','media/menul2no.gif',1);MM_preloadImages('media/bo_co/1.gif','media/bo_co/2.gif','media/bo_co/3.gif','media/bo_co/4.gif','media/bo_co/bo_co_r2_c10.gif','media/bo_co/bo_co_r2_c2.gif')" onMouseOver="MM_nbGroup('over','menul2no','media/menul2ov.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="media/menul2no.gif" width="99" height="14" name="menul2no" border="0" onLoad="" alt="L2T Pr&eacute;sentation, Equipes, organisation"></a></div>           </td>         </tr>         <tr>            <td class="menu_home" colspan="2">              <div align="center"><a href="solution.htm" onClick="MM_nbGroup('down','group1','menusono','media/menusono.gif',1)" onMouseOver="MM_nbGroup('over','menusono','media/menusoov.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="media/menusono.gif" width="99" height="14" name="menusono" border="0" onLoad="" alt="Solutions, produits P2P de L2T"></a></div>           </td>         </tr>         <tr>            <td class="menu_home" colspan="2">              <div align="center"><a href="p2p.htm" onClick="MM_nbGroup('down','group1','menup2no','media/menup2no.gif',1)" onMouseOver="MM_nbGroup('over','menup2no','media/menup2ov.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="media/menup2no.gif" width="99" height="14" name="menup2no" border="0" onLoad="" alt="L'univers Peer-to-Peer"></a></div>           </td>         </tr>         <tr>            <td class="menu_home" colspan="2">              <div align="center"><a href="contact.htm" onClick="MM_nbGroup('down','group1','menucono','media/menucono.gif',1)" onMouseOver="MM_nbGroup('over','menucono','media/menucoov.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="media/menucono.gif" width="99" height="14" name="menucono" border="0" onLoad="" alt="Contact L2T"></a></div>           </td>         </tr>       </table>     </td>     <td width="39" height="149" align="left" rowspan="2"><img src="media/filet_v01b.gif" width="39" height="132" vspace="0" hspace="0" border="0"><img src="media/filet_v01b_small.gif" width="39" height="22"><img src="media/filet_v01b_small.gif" width="39" height="22"><img src="media/filet_v01b_small.gif" width="39" height="22"></td>     <td width="41" height="149" align="left" rowspan="2"><img src="media/filet_v01b.gif" width="39" height="132" vspace="0" hspace="0" border="0"><img src="media/filet_v01b_small.gif" width="39" height="22"><img src="media/filet_v01b_small.gif" width="39" height="22"><img src="media/filet_v01b_small.gif" width="39" height="22"></td>     <td width="78" height="149" rowspan="2">&nbsp;</td>   </tr>   <tr valign="top">     <td width="175" height="54">        <div align="right"></div>     </td>   </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="652">   <!-- fwtable fwsrc="Untitled" fwbase="bo_ba.gif" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->   <tr>     <td height="2"><img src="media/bo_ba/spacer.gif" width="43" height="1" border="0" name="undefined_2"></td>     <td height="2"><img src="media/bo_ba/spacer.gif" width="72" height="1" border="0" name="undefined_2"></td>     <td height="2"><img src="media/bo_ba/spacer.gif" width="73" height="1" border="0" name="undefined_2"></td>     <td height="2"><img src="media/bo_ba/spacer.gif" width="57" height="1" border="0" name="undefined_2"></td>     <td height="2"><img src="media/bo_ba/spacer.gif" width="78" height="1" border="0" name="undefined_2"></td>     <td height="2"><img src="media/bo_ba/spacer.gif" width="82" height="1" border="0" name="undefined_2"></td>     <td height="2"><img src="media/bo_ba/spacer.gif" width="78" height="1" border="0" name="undefined_2"></td>     <td height="2"><img src="media/bo_ba/spacer.gif" width="87" height="1" border="0" name="undefined_2"></td>     <td height="2"><img src="media/bo_ba/spacer.gif" width="41" height="1" border="0" name="undefined_2"></td>     <td height="2"><img src="media/bo_ba/spacer.gif" width="41" height="1" border="0" name="undefined_2"></td>     <td height="2"><img src="media/bo_ba/spacer.gif" width="1" height="1" border="0" name="undefined_2"></td>   </tr>   <tr>     <td colspan="10"><img name="bo_ba_r1_c1" src="media/bo_ba/bo_ba_r1_c1.gif" width="652" height="1" border="0"></td>     <td><img src="media/bo_ba/spacer.gif" width="1" height="1" border="0" name="undefined_2"></td>   </tr>   <tr>     <td>&nbsp;</td>     <td><a href="#" onMouseOut="MM_swapImgRestore()"  onMouseOver="MM_swapImage('bo_ba_r2_c2','','media/bo_ba/1.gif',1);" onClick="MM_openBrWindow('lexique.htm','lexique','width=570,height=360,top=143,screenY=160,screenX=270,top=143,left=270')" ><img name="bo_ba_r2_c2" src="media/bo_ba/bo_ba_r2_c2.gif" width="72" height="18" border="0"></a></td>     <td>&nbsp;</td>     <td><a href="#" onMouseOut="MM_swapImgRestore()"  onMouseOver="MM_swapImage('bo_ba_r2_c4','','media/bo_ba/2.gif',1);" onClick="MM_openBrWindow('news.htm','news','scrollbars=yes,width=600,height=360')" ><img name="bo_ba_r2_c4" src="media/bo_ba/bo_ba_r2_c4.gif" width="57" height="18" border="0"></a></td>     <td>&nbsp;</td>     <td><a href="#" onMouseOut="MM_swapImgRestore()"  onMouseOver="MM_swapImage('bo_ba_r2_c6','','media/bo_ba/3.gif',1);" onClick="MM_openBrWindow('abonnt.php','mailing','width=570,height=360,top=143,screenY=160,screenX=270,top=143,left=270')" ><img name="bo_ba_r2_c6" src="media/bo_ba/bo_ba_r2_c6.gif" width="82" height="18" border="0"></a></td>     <td>&nbsp;</td>     <td><a href="#" onMouseOut="MM_swapImgRestore()"  onMouseOver="MM_swapImage('bo_ba_r2_c8','','media/bo_ba/4.gif',1);" onClick="MM_openBrWindow('plan.htm','plan','width=570,height=360,top=143,screenY=160,screenX=270,top=143,left=270')" ><img name="bo_ba_r2_c8" src="media/bo_ba/bo_ba_r2_c8.gif" width="87" height="18" border="0"></a></td>     <td>&nbsp;</td>     <td rowspan="2"><img name="bo_ba_r2_c10" src="media/bo_ba/bo_ba_r2_c10.gif" width="41" height="19" border="0"></td>     <td><img src="media/bo_ba/spacer.gif" width="1" height="18" border="0" name="undefined_2"></td>   </tr>   <tr>     <td colspan="9"><img name="bo_ba_r3_c1" src="media/bo_ba/bo_ba_r3_c1.gif" width="611" height="1" border="0"></td>     <td><img src="media/bo_ba/spacer.gif" width="1" height="1" border="0" name="undefined_2"></td>   </tr> </table> <table width="652" border="0" cellspacing="0" cellpadding="0">   <tr>     <td class="txtcourant" valign="top"><a href="#" onClick="MM_nbGroup('down','group1','confi_no','media/confi_no.gif',1);MM_openBrWindow('confiden.htm','confiden','width=570,height=360')" onMouseOver="MM_nbGroup('over','confi_no','media/confi_ro.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="media/confi_no.gif" width="73" height="13" name="confi_no" border="0" onLoad=""></a><br>       <a href="#" onClick="MM_nbGroup('down','group1','licen_no','media/licen_no.gif',1);MM_openBrWindow('licence.htm','licence','width=570,height=360')" onMouseOver="MM_nbGroup('over','licen_no','media/licen_ro.gif','media/licen_no.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="media/licen_no.gif" width="51" height="13" name="licen_no" border="0" onLoad=""></a><br>     </td>     <td valign="top">       <div align="right"><img src="media/copyrigh.gif" width="104" height="13"></div>     </td>   </tr> </table> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp; </p> <div id="hautgauche" style="position:absolute; left:0; top:0; width:171; height:229; z-index:1"><img src="media/tetiere.gif" width="171" height="229" vspace="0" hspace="0" border="0"></div> <font face="Arial, Helvetica, sans-serif" size="1"> </font> <div id="logo" style="position:absolute; left:0; top:153; width:46; height:30; z-index:2"><a href="index.htm"><img src="media/logo.gif" width="46" height="30" vspace="0" hspace="0" border="0" alt="La deuxi&egrave;me t&ecirc;te"></a></div> <div id="croix" style="position:absolute; left:393px; top:147px; width:9; height:7; z-index:3"><img src="media/curseur.gif" width="9" height="7" vspace="0" hspace="0" border="0"></div> <div id="Layer2" style="position:absolute; width:115px; height:24px; z-index:7; top: 374px; left: 398px"> <!-- ImageReady Slices (l2t.icones.psd) --> <TABLE WIDTH=214 BORDER=0 CELLPADDING=0 CELLSPACING=0> 	<TR> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=36 HEIGHT=1></TD> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=68 HEIGHT=1></TD> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=74 HEIGHT=1></TD> 		<TD> 			<IMG SRC="images/spacer.gif" WIDTH=36 HEIGHT=1></TD> 	</TR> 	<TR> 		       <TD> <A HREF="http://www.l2t-bleu.com/" 				ONMOUSEOVER="changeImages('l2t_icones_01', 'images/l2t.icones_01-over.gif', 'l2t_icones_02', 'images/l2t.icones_02.gif', 'l2t_icones_03', 'images/l2t.icones_03.gif', 'l2t_icones_04', 'images/l2t.icones_04-l2t.icones_01.gif', 'l2t_icones_05', 'images/l2t.icones_05.gif'); return true;" 				ONMOUSEOUT="changeImages('l2t_icones_01', 'images/l2t.icones_01.gif', 'l2t_icones_04', 'images/l2t.icones_04.gif'); return true;" 				ONCLICK="changeImages('l2t_icones_01', 'images/l2t.icones_01-click.gif', 'l2t_icones_04', 'images/l2t.icones_04-l2t.icones-13.gif');" target="_blank">          <IMG NAME="l2t_icones_01" SRC="images/l2t.icones_01.gif" WIDTH=36 HEIGHT=40 BORDER=0></A></TD> 		       <TD COLSPAN=2> <A HREF="http://www.p2ptoolkit.com/" 				ONMOUSEOVER="changeImages('l2t_icones_01', 'images/l2t.icones_01.gif', 'l2t_icones_02', 'images/l2t.icones_02-over.gif', 'l2t_icones_03', 'images/l2t.icones_03.gif', 'l2t_icones_04', 'images/l2t.icones_04.gif', 'l2t_icones_05', 'images/l2t.icones_05.gif'); return true;" 				ONMOUSEOUT="changeImages('l2t_icones_02', 'images/l2t.icones_02.gif'); return true;" 				ONCLICK="changeImages('l2t_icones_02', 'images/l2t.icones_02-click.gif');" target="_blank">          <IMG NAME="l2t_icones_02" SRC="images/l2t.icones_02.gif" WIDTH=142 HEIGHT=40 BORDER=0></A></TD> 		       <TD> <A HREF="http://www.taz-e.com/" 				ONMOUSEOVER="changeImages('l2t_icones_01', 'images/l2t.icones_01.gif', 'l2t_icones_02', 'images/l2t.icones_02.gif', 'l2t_icones_03', 'images/l2t.icones_03-over.gif', 'l2t_icones_04', 'images/l2t.icones_04.gif', 'l2t_icones_05', 'images/l2t.icones_05-l2t.icones_03.gif'); return true;" 				ONMOUSEOUT="changeImages('l2t_icones_03', 'images/l2t.icones_03.gif', 'l2t_icones_05', 'images/l2t.icones_05.gif'); return true;" 				ONCLICK="changeImages('l2t_icones_03', 'images/l2t.icones_03-click.gif', 'l2t_icones_05', 'images/l2t.icones_05-l2t.icones-16.gif');" target="_blank">          <IMG NAME="l2t_icones_03" SRC="images/l2t.icones_03.gif" WIDTH=36 HEIGHT=40 BORDER=0></A></TD> 	</TR> 	<TR> 		       <TD COLSPAN=2> <A HREF="http://www.l2t-bleu.com/" 				ONMOUSEOVER="changeImages('l2t_icones_01', 'images/l2t.icones_01-over.gif', 'l2t_icones_02', 'images/l2t.icones_02.gif', 'l2t_icones_03', 'images/l2t.icones_03.gif', 'l2t_icones_04', 'images/l2t.icones_04-l2t.icones_01.gif', 'l2t_icones_05', 'images/l2t.icones_05.gif'); return true;" 				ONMOUSEOUT="changeImages('l2t_icones_01', 'images/l2t.icones_01.gif', 'l2t_icones_04', 'images/l2t.icones_04.gif'); return true;" 				ONCLICK="changeImages('l2t_icones_01', 'images/l2t.icones_01-click.gif', 'l2t_icones_04', 'images/l2t.icones_04-l2t.icones-13.gif');" target="_blank">          <IMG NAME="l2t_icones_04" SRC="images/l2t.icones_04.gif" WIDTH=104 HEIGHT=36 BORDER=0></A></TD> 		       <TD COLSPAN=2> <A HREF="http://www.taz-e.com/" 				ONMOUSEOVER="changeImages('l2t_icones_01', 'images/l2t.icones_01.gif', 'l2t_icones_02', 'images/l2t.icones_02.gif', 'l2t_icones_03', 'images/l2t.icones_03-over.gif', 'l2t_icones_04', 'images/l2t.icones_04.gif', 'l2t_icones_05', 'images/l2t.icones_05-l2t.icones_03.gif'); return true;" 				ONMOUSEOUT="changeImages('l2t_icones_03', 'images/l2t.icones_03.gif', 'l2t_icones_05', 'images/l2t.icones_05.gif'); return true;" 				ONCLICK="changeImages('l2t_icones_03', 'images/l2t.icones_03-click.gif', 'l2t_icones_05', 'images/l2t.icones_05-l2t.icones-16.gif');" target="_blank">          <IMG NAME="l2t_icones_05" SRC="images/l2t.icones_05.gif" WIDTH=110 HEIGHT=36 BORDER=0></A></TD> 	</TR> </TABLE> <!-- End ImageReady Slices --> </div> <div id="Layer3" style="position:absolute; width:133px; height:17px; z-index:8; left: 47px; top: 151px"><img src="media/2tcptp.gif" width="205" height="33"></div> </body> </html> 
