 <!-- heure --> <SCRIPT LANGUAGE="JavaScript">  <!-- // HIDING // Coded by Roger B. Sidje <rbs@boh.org>, review for MS-netstrategies by MSfongang // Latest update: 23 sep 2001. if (self != top) { if (top.frames[0].name != "IB_NewsTicker") top.location = '/'; } // create an array function makeArray(n){ this.length = n; for (var i = 0; i < n; i++) this[i] = 0 return this } mn_scale = 60*1000; h_scale = 60*mn_scale; nb_town=22; TZ = new makeArray(nb_town); town_name = new makeArray(nb_town); town_day = new makeArray(nb_town); town_flag = new makeArray(nb_town); DST = new makeArray(nb_town); // Daylight Saving Time flag tw = new makeArray(5); usr=0; yde=1;  ny_wa=2; lon=3; par=4; tok=5; lib=6; dal=7; car=8; ber=9; bra=10; cal=11; los=12; mon=13; abi=14; mos=15; ban=16; bri=17; bat=18; dja=19; cap=20; bai=21; DST[ny_wa]=1; DST[lon]=1; // 01 Apr DST[par]=1; // 01 Apr DST[dal]=1; // 04/Apr - 30/Oct DST[ber]=1; // 01 Apr DST[los]=1; // 04/Apr - 30/Oct DST[mon]=1; // 04/Apr - 30/Oct DST[mos]=1; // 01 Apr town_name[usr]='Heure locale'; town_name[yde]='Yaound';      TZ[yde]= h_scale; //town_flag[yde]='<img alt="" src=/img/flags/cm.gif height=22 width=33><br>'; town_name[ny_wa]='New York';   TZ[ny_wa]= (-5+DST[ny_wa])*h_scale; //town_flag[ny_wa]='<img alt="" src=/img/flags/us.gif height=22 width=40><br>'; town_name[lon]='Londres';      TZ[lon]= (0+DST[lon])*h_scale; //town_flag[lon]='<img alt="" src=/img/flags/uk.gif height=22 width=33><br>'; town_name[par]='Paris';        TZ[par]= (1+DST[par])*h_scale; //town_flag[par]='<img alt="" src=/img/flags/fr.gif height=22 width=33><br>'; town_name[tok]='Tokyo';        TZ[tok]= 9*h_scale; //town_flag[tok]='<img alt="" src=/img/flags/jp.gif height=22 width=33><br>'; town_name[lib]='Libreville';   TZ[lib]= h_scale; //town_flag[yde]='<img alt="" src=/img/flags/cm.gif height=22 width=33><br>'; town_name[dal]='Dallas';       TZ[dal]= (-6+DST[dal])*h_scale; //town_flag[dal]='<img alt="" src=/img/flags/us.gif height=22 width=40><br>'; town_name[car]='Caracas';      TZ[car]= -4*h_scale; //town_flag[car]='<img alt="" src=/img/flags/ve.gif height=22 width=33><br>'; town_name[ber]='Berlin';       TZ[ber]= (1+DST[ber])*h_scale; //town_flag[ber]='<img alt="" src=/img/flags/de.gif height=22 width=33><br>'; town_name[bra]='Brazaville';   TZ[bra]= h_scale; //town_flag[yde]='<img alt="" src=/img/flags/cm.gif height=22 width=33><br>'; town_name[cal]='Calcutta';     TZ[cal]= 5*h_scale+h_scale/2; //town_flag[cal]='<img alt="" src=/img/flags/in.gif height=22 width=33><br>'; town_name[los]='Los Angeles';  TZ[los]= (-8+DST[los])*h_scale; //town_flag[los]='<img alt="" src=/img/flags/us.gif height=22 width=40><br>'; town_name[mon]='Montral';     TZ[mon]= (-5+DST[mon])*h_scale; //town_flag[mon]='<img alt="" src=/img/flags/ca.gif height=22 width=40><br>'; town_name[abi]='Abidjan';      TZ[abi]= 0; //town_flag[abi]='<img alt="" src=/img/flags/ci.gif height=22 width=33><br>'; town_name[mos]='Moscou';       TZ[mos]= (3+DST[mos])*h_scale; //town_flag[mos]='<img alt="" src=/img/flags/ru.gif height=22 width=33><br>'; town_name[ban]='Bangkok';      TZ[ban]= 7*h_scale; //town_flag[ban]='<img alt="" src=/img/flags/th.gif height=22 width=33><br>'; town_name[bri]='Brisbane';     TZ[bri]= 10*h_scale; //town_flag[bri]='<img alt="" src=/img/flags/au.gif height=22 width=33><br>'; town_name[bat]='Bata';		TZ[bat]= h_scale; //town_flag[yde]='<img alt="" src=/img/flags/cm.gif height=22 width=33><br>'; town_name[dja]='N Djamena';   TZ[dja]= h_scale; //town_flag[yde]='<img alt="" src=/img/flags/cm.gif height=22 width=33><br>'; town_name[cap]='Cap Town';     TZ[cap]= 2*h_scale; //town_flag[cap]='<img alt="" src=/img/flags/za.gif height=22 width=33><br>'; town_name[bai]='Bangui';   TZ[bai]= h_scale; //town_flag[yde]='<img alt="" src=/img/flags/cm.gif height=22 width=33><br>'; fweek = new makeArray(7);      week = new makeArray(7); fweek[0] = "Dimanche";         week[0] = "Sunday"; fweek[1] = "Lundi";            week[1] = "Monday"; fweek[2] = "Mardi";            week[2] = "Tuesday"; fweek[3] = "Mercredi";         week[3] = "Wednesday"; fweek[4] = "Jeudi";            week[4] = "Thursday"; fweek[5] = "Vendredi";         week[5] = "Friday"; fweek[6] = "Samedi";           week[6] = "Saturday"; fmonths =  new makeArray(12);  months =  new makeArray(12); fmonths[0]="janvier";          months[0]="January"; fmonths[1]="fvrier";          months[1]="February"; fmonths[2]="mars";             months[2]="March"; fmonths[3]="avril";            months[3]="April"; fmonths[4]="mai";              months[4]="May"; fmonths[5]="juin";             months[5]="June"; fmonths[6]="juillet";          months[6]="July"; fmonths[7]="aot";             months[7]="August"; fmonths[8]="septembre";        months[8]="September"; fmonths[9]="octobre";          months[9]="October"; fmonths[10]="novembre";        months[10]="November"; fmonths[11]="dcembre";        months[11]="December"; var today = new Date(); var towndate = new Date(); var welcome = 'Bienvenue sur icicemac'; var english = 0; var wave = today.getSeconds() % nb_town; var i = today.getHours() % 2; if (i==1) { town_name[ny_wa] = 'Washington'; } // get town-based times localTZ = today.getTimezoneOffset() * mn_scale; TZ[usr] = -localTZ; GMTtime = today.getTime() + localTZ; for (i=0; i<=6; i++) { if (i>1) { if (i==2) { town = wave+1; } town++; if (town >= nb_town) { town = 2; } tw[i-2] = town; } else { town = i; } towntime = GMTtime + TZ[town]; towndate.setTime(towntime); day = towndate.getDate() month = towndate.getMonth(); year = towndate.getYear(); wday = towndate.getDay(); hour = towndate.getHours(); min = towndate.getMinutes(); if (year < 100) { year += 1900; } num = '&nbsp;'; usr_color = '#660066'; if (english==0) { if (day==1) { num = 'er&nbsp;'; } h = (min<10)? 'h0' : 'h'; if (town==usr) { abbr = hour+h+min+'mn, &nbsp;&nbsp;&nbsp;' + fweek[wday] + '&nbsp;'; } else { abbr = fweek[wday].substring(0,3) + '&nbsp;'+hour+h+min+'mn'+'<br>'; } town_day[town] = abbr+day+num+fmonths[month]+'&nbsp;'+year; } if (english==1) { ampm = '&nbsp;a.m.' if (hour > 11) { ampm = '&nbsp;p.m.'; } if (hour > 12) { hour -= 12; } if (hour == 0) { hour = 12; } if (day==1 || day==21 || day==31) { num = 'st&nbsp;'; } if (day==2 || day==22) { num = 'nd&nbsp;'; } if (day==3 || day==23) { num = 'rd&nbsp;'; } h = (min<10)? ':0' : ':'; welcome = 'Welcome to all readers around the world.'; town_name[lon] = 'London'; town_name[mos] = 'Moscow'; town_name[usr] = 'Local Time'; if (town==usr) { abbr = hour+h+min+ampm + '<br>' + week[wday] + '&nbsp;'; } else { abbr = week[wday].substring(0,3) + '&nbsp;'+hour+h+min+ampm + '<br>'; } town_day[town] = abbr+day+num+months[month]+'&nbsp;'+year; } } function GotoPage(P) { if (P.indexOf('/')!=-1) { location = P; } else { location = 'http://www.icicemac.com/cgi-bin/texis/webinator/selection/?query='+P+'&lang=francais'; } } function restoreDefault() { document.selection.f.options[0].selected=true; } function OpenWindow(url) { newWindow = window.open(url,"NewWindow","resizable=yes,toolbar=no,width=530,height=460,directories=no,status=yes,scrollbars=no,menubar=no") } // DONE HIDING -->  </SCRIPT> <!-- fin heure --> <script language="JavaScript"> function OuvrirFenetre(url,nom,details) {  window.open(url,nom,details) } </script>    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head>   <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">   <meta name="DESCRIPTION" content="[ IciCemac|centre cemac|la toile de la zone Cemac, cemac online ]">   <meta name="KEYWORDS" content="cemac, Azedcom, international, communication, strategie, marketing, techologie, investissement, icemac">   <meta name="KEYWORDS" content=" nouvelles, news, techologie, investissement, afrique, africa, afric, icemac, cemac,  afriq, internet, developpment">   <meta name="KEYWORDS" content="cameroon, developpment aid, developpment service, affaires, third world, africa, afirc, yaounde, tiers monde, afrique, dveloppement projet, ong">   <meta name="KEYWORDS" content="libreville, djamena, douala, abidjan, brazaville, beac, developpment, project,cameroun, cameroon, gabon, congo">   <meta name="KEYWORDS" content="dritte welt, afrika, entwicklung, projekt, nro, vitrine, vitrine de l'entreprise, art, artisanat, africain, african, eglise">   <meta name="KEYWORDS" content="guine, guine quatoriale, rdc, zaire, republique dmocratique, bata, guerre, bourse, noire, black, rasta,">   <meta name="KEYWORDS" content="developpement, tiers monde, afrique, dveloppement projet, ong, entwicklung kamerun, kamerun, entwicklunsdienst,">   <meta name="ROBOTS" content="index,follow">   <meta http-equiv="refresh" content="1800">   <meta name="copyright" content=" 2001 AZEDCOM, icicemac, ms-netstrategie">   <meta name="designer" content="MSFONGANG">   <meta name="programmer" content="MSFONGANG">   <base target="_self"> </head> <style>< A:link {color: #006699; text-decoration: underline: none} A:visited {color: #000099; text-decoration: underline: none; font-weight: none} A:hover {color: #CC0000; text-decoration: underline; font-weight: none} ></style> <LINK rel="stylesheet" type="text/css" href="../css/cemac_ie.css">  <!-- ////// <!-- news-derniere nimute --> <!-- js texte flash --> <LINK REL="SHORTCUT ICON" href="news_site/favicon.ico"> <!-- //// fin news --> <body marginheight="0" topmargin="0" leftmargin="0" marginwidth="0" vlink="#FF9900" alink="#FF9900" text="#000000" bgcolor="#FFFFFF" background="../images/back/back.gif">  <!--------------------------- entete de page ------------------------> <table cellpadding="0" cellspacing="0" border="0" width="760" bgcolor="#000000" align="center"> <TR><!-- #CC0033 class="pied"--> 	<TD>&nbsp;<span class="titre4">Nous sommes Azedcom communications &nbsp;<font color="#CC0033"></font></span>&nbsp;<span class="texte"><a href="../nous"><font color="#FFCC66">Qui sommes-nous</font></a><font color="#CC0033"> :: </font><a href="../contact/contact.php3"> <font color="#FFCC66">Contact</a></font><font color="#CC0033"> :: </font><a href="../contact/pub.php3"><font color="#FFCC66">Pub</font></a><font color="#CC0033"> :: </font><a href="../annonce/"><font color="#FFCC66">Annonces classes</font></a><font color="#CC0033"> :: </font><a href="../rencontre"> <font color="#FFCC66">Srnade</font></a><font color="#CC0033"> :: </font><a href="../entreprise/"> <font color="#FFCC66">Entreprises</font></a></span>&nbsp;</TD> </TR> </TABLE> <table cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff" width="760" align="center"> <!--bgcolor="#eff0e3" -->   <tr>     <td>       <table width="100%" border="0" cellspacing="0" cellpadding="0">         <tr> 		<td bgcolor="#000000" width="1"><spacer type="block" width="1"></td>           <td valign='top'>              <!--logo -->             <a href='http://www.icicemac.com'><img border='0' src="../images/logos/icicemac.gif" width="200" height="60"></a><br>&nbsp;<span class="titre4">AzedCom communications </span></a>  			<!-- --> 			</td>           <td width="1"><spacer type="block"><!-- spacer w --></td>           <td valign='top'>              <table width="100%" border="0" cellspacing="0" cellpadding="0">               <!--bien venue sur icicemac-->               <tr width="100%">                 <td align='center' valign="top" width="100%"><span class="datehead"><b><SCRIPT LANGUAGE="JavaScript"> 					<!-- // 					document.write('<b>'+welcome+'</b>')//--> 				 </SCRIPT></span> <br><span class="titre3"><b>Rseau officiel de la zone Cemac </font></span></b></td>                </tr>                <tr>                 <td width="100%" height="1"><spacer type="block" height="1"></td>               </tr>               <!--fin bien venue sur icicemac-->               <tr>                 <td width="100%" valign='top' align='center'> 				  <table align='center' width="100%"  border="0" cellspacing="0" cellpadding="0">                     <tr>                 <td>                    <!-- drapeau cameroun -->                   <a href='../nouvelle/cm/'><img border='0' src="../images/drapeaux/Cameroon.gif" width="32" height="20" border="0" alt="Cameroun"></a></td>                 <td>                    <!-- drapeau congo -->                   <a href='../nouvelle/cg/'><img border='0' src="../images/drapeaux/Congo.gif" width="32" height="20" border="0" alt="Congo"></a></td>                 <td>                    <!-- drapeau gabon -->                   <a href='../nouvelle/ga/'><img border='0'src="../images/drapeaux/Gabon.gif" width="32" height="20"  border="0"  alt="Gabon"></a></td>                 <td>                    <!-- drapeau guinee -->                   <a href='../nouvelle/gq/'><img border='0' src="../images/drapeaux/Eq_Guinea.gif" width="32" height="20"  border="0" alt="Guine quatoriale"></a></td>                 <td>                    <!-- drapeau rca -->                   <a href='../nouvelle/cf/'><img border='0' src="../images/drapeaux/Central_African_Rep.gif" width="32" height="20" border="0" alt="Rpublique Centrafricaine"></a></td>                 <td>                    <!-- drapeau tchad -->                   <a href='../nouvelle/td/'><img border='0' src="../images/drapeaux/Chad.gif" width="32" height="20" border="0" alt="Tchad"></a></td>               </tr> 				</table> 				</td>               </tr>               <tr>                 <td height="1"><spacer type="block"></td>                </tr>               <tr>                 <td valign='top' align='center'><!-- heure locale--><span class=datehead><b> 					<SCRIPT LANGUAGE="JavaScript"> 					<!-- // 					document.write('<b>'+town_name[usr]+': '+town_day[usr]+'</font><font SIZE=3 COLOR="#99CCCC"></font></b>')//--> 				 </SCRIPT></b></span><SPAN CLASS="titre4"></span>&nbsp;<SPAN CLASS="titre4"></span></td>               </tr>             </table>           </td>           <td width="1"><spacer type="block"><!-- spacer w --></td>           <td> 			<!-- partenaire --> 			<table width="100%" border="0" cellspacing="0" cellpadding="0"> 			  <tr> 				<td valign='top' align='center'><!-- 					<span class='titre2'>Partenaires</span><br>						   						<IMG SRC="images/logocemac.gif"><br>--> 						<IMG SRC="../images/pub/camair1.jpg"> 				</td> 			  </tr> 			</table> 			<!-- fin partenaire --> 			</td> 			<td bgcolor="#000000" width="1"><spacer type="block" width="1"></td>         </tr>       </table>     </td>   </tr>   <tr>     <td><!-- heure --> <table width="100%" border="0" cellspacing="0" cellpadding="0">   <tr>   <td bgcolor="#000000" width="1"><spacer type="block" width="1"></td> <td valign='top'><!-- affiche heure et date autre pays 336699 336699--> 				<span class="heurepays"> 				<SCRIPT LANGUAGE="JavaScript"> 				<!-- // 				document.writeln('<TABLE BORDER=0 CELLPADDING=3 BGCOLOR="#7189AB" WIDTH="100%">'); 				document.writeln('<TR><TD ALIGN=CENTER VALIGN=TOP BGCOLOR="#D0D8DA"><span class="texte"><FONT COLOR="#000000">'); 				document.writeln('<b>'+town_name[yde]+'</b><br>'+town_day[yde]+'<br></span>'); 				document.writeln('</FONT></TD><TD ALIGN=CENTER VALIGN=TOP BGCOLOR="#D0D8DA"><span class="texte"><FONT COLOR="#000000">'); 				document.writeln('<b>'+town_name[tw[0]]+'</b><br>'+town_day[tw[0]]+'<br></span>'); 				document.writeln('</FONT></TD><TD ALIGN=CENTER VALIGN=TOP BGCOLOR="#D0D8DA"><span class="texte"><FONT COLOR="#000000">'); 				document.writeln('<b>'+town_name[tw[1]]+'</b><br>'+town_day[tw[1]]+'<br></span>'); 				document.writeln('</FONT></TD><TD ALIGN=CENTER VALIGN=TOP BGCOLOR="#D0D8DA"><span class="texte"><FONT  COLOR="#000000">'); 				document.writeln('<b>'+town_name[tw[2]]+'</b><br>'+town_day[tw[2]]+'<br></span>'); 				document.writeln('</FONT></TD><TD ALIGN=CENTER VALIGN=TOP BGCOLOR="#D0D8DA"><span class="texte"><FONT COLOR="#000000">'); 				document.writeln('<b>'+town_name[tw[3]]+'</b><br>'+town_day[tw[3]]+'<br></span>'); 				document.writeln('</FONT></TD><TD ALIGN=CENTER VALIGN=TOP BGCOLOR="#D0D8DA"><span class="texte"><FONT COLOR="#000000">'); 				document.writeln('<b>'+town_name[tw[4]]+'</b><br>'+town_day[tw[4]]+'<br></span>'); 				document.writeln('</FONT></TD></TR></TABLE>'); 				// --> 				</SCRIPT> 				</span> 				<!-- fin affiche heure --> 				</td> 				<td bgcolor="#000000" width="1"><spacer type="block" width="1"></td> 			</tr> </table> <!-- fin --> </td>   </tr> </table> <table cellpadding="0" cellspacing="0" border="0" width="760" align="center"> <tr> <td bgcolor="#000000" width="1"><spacer type="block" width="1"></td> </tr> </table>  <!-- fin head -->   <!--groupe -->   <table cellpadding="0" cellspacing="0" border="0" width="760" align="center"> <TR> 	<td bgcolor="#000000" width="1"><spacer type="block" width="1"></td> 	<td nowrap bgcolor="#FFCC66" width="140" align="center"><span class="datehead">Services</span></td> 	<td bgcolor="#000000" width="1"><spacer type="block" width="1"></td> 	<TD width="617" nowrap bgcolor="#ffffff"  class="groupe"><!--bgcolor="#fcf8e3"--> 	 &nbsp; 	 <a href="../contact/contact.php3" class="groupe"><b>Contact</b></a> 	 <font color="#990000"> :: </font><a href="../edito/chronique.php3" class="groupe"><b>Chronique</b></a><font color="#990000"> ::</font> 	 <a href="../edito/edito.php3" class="groupe"><b>ditorial</b></a><font color="#990000"> ::</font> 	 <!-- 	 <a href="../edito/" class="groupe"><b>Emploi</b></a><font color="#990000"> ::</font> 	 --> 	 <a href="../edito/entrevue.php3" class="groupe"><b>Entrevue</b></a><font color="#990000"> ::</font>  	 <a href="../debat/" class="groupe"><b>Dbat</b></a><font color="#990000"> ::</font> 	 <a href="../edito/dossier.php3" class="groupe"><b>Dossier</b></a><font color="#990000"> ::</font>  	 <a href="../figure/" class="groupe"><b>Figure</b> </a><font color="#990000"> ::</font> 	 <a href="../edito/opinion.php3" class="groupe"><b>Opinion</b></a><font color="#990000"> ::</font> 	 <!-- 	 <a href="../sante/" class="groupe"><b>Sant</b></a><font color="#990000"> ::</font>  	 --> 	 <a href="../footfoot/consult/index.php" class="groupe"><b>Sport</b></a> 	</TD> 	<td bgcolor="#000000" width="1"><spacer type="block" width="1"></td> </TR> </TABLE> <table cellpadding="0" cellspacing="0" border="0" width="760" align="center"> <tr> <td bgcolor="#000000" width="1"><spacer type="block" width="1"></td> </tr> </table>  <!--fin groupe --> <!--------------------------- fin entete de page ------------------------> <table cellpadding="0" BORDER="0" BORDERCOLOR="#99CCCC" bgcolor="#99CCCC" cellspacing="0" width="760" ALIGN="CENTER"> <TR> 	<TD height="5"><spacer type="block" height="5"></TD> </TR> </TABLE>  <table cellpadding="0" BORDER="0" BORDERCOLOR="#99CCCC" bgcolor="#ffffff" cellspacing="0" width="760" ALIGN="CENTER"> <tr> 	<TD class="change"><font color='#FF0033'>..::&nbsp;</font>Entreprises&nbsp;<font color='#FF0033'>::..</font></TD> </tr> </TABLE> <table cellpadding="0" BORDER="0" BORDERCOLOR="#99CCCC" bgcolor="#ffffff" cellspacing="0" width="760" ALIGN="CENTER"> <TR> 	<TD height="5"><spacer type="block" height="5"></TD> </TR> </TABLE> <table cellpadding="0" BORDER="0" BORDERCOLOR="#99CCCC" bgcolor="#FFFFFF" cellspacing="0" width="760" ALIGN="CENTER"> <TR> 	<TD><span class="titre4"><font color='#FF0033'>:::</font>&nbsp;<a href="">Index</a>&nbsp;<font color='#FF0033'>::.</font>&nbsp;Entreprises</span></TD> </TR> </TABLE> <table cellpadding="0" BORDER="0" BORDERCOLOR="#99CCCC" bgcolor="#FFFFFF" cellspacing="0" width="760" ALIGN="CENTER"> <TR> 	<TD height="5" ALIGN="CENTER"><spacer type="block" height="5"></TD> </TR> </TABLE>  <table cellpadding="0" BORDER="0" BORDERCOLOR="#99CCCC" bgcolor="#ffffff" cellspacing="0" width="760" ALIGN="CENTER"> <TR> 	<TD width="140" valign="top"> 	<!--Gauche --> <TABLE width="98%" align="top">   	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=11">Administration</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=13">coles</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=14">Ptisseries</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=15">Agences de voyage</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=16">dition</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=17">Pharmacies</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=18">Agriculture, Pche</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=19">glises</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=20">Photographie</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=21">Agroalimentaire</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=22">lectromnager</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=23">Prestation de services</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=24">Alimentation</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=25">lectronique</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=26">Prt--porter</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=27">Ambassades</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=28">Enseignement</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=29">Publicitaires</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=30">Ameublement</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=31">Enseignes</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=32">Quincailleries</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=33">Animaux</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=34">Entretien</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=35">Recrutement</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=36">Architectes</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=37">quipement</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=38">Relations Publiques</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=39">Art</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=40">Finance</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=41">Restaurants</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=42">Associations</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=43">Fleuristes</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=44">Sant</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=45">Assurances</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=46">Graphologie</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=47">Srigraphie</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=48">Automobiles</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=49">Htels</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=50">Service</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=51">Secrtariat</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=52">Autres</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=53">Immobilier</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=54">Show Business</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=55">Avocats</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=56">Import</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=57">Sports</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=58">Banques</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=59">Import/Export</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=60">Tailleurs</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=61">Beaut</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=62">Imprimeries</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=63">Tapisseries</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=64">Bijouteries</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=65">Industries</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=66">Tatouage</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=67">Bois</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=68">Informatique</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=69">Tlcommunications</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=70">Boulangeries</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=71">Ingnierie</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=72">Textile</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=73">Bureaux de Change</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=74">Investissement</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=75">Traducteurs</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=76">Cabarets</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=77">Clonage</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=78">Pompe funbre</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=79">Pressing</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=80">Jardiniers</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=81">Traiteurs</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=82">Coiffeurs</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=83">Journalistes</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=84">Transporteurs</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=85">Commerce</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=86">Librairies</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=87">Veille Technologique</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=88">Comptables</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=89">Logistique</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=90">Vtrinaires</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=91">Conseillers</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=92">Mdias</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=93">Vido</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=94">Construction</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=95">Mdecins</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=96">Vins</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=97">Consultants</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=98">Multimdia</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=99">Voyages</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=100">Courtiers</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=101">Musique</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=102">Voyants</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=103">Dentistes</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  	<TR> 		<TD VALIGN="TOP">&nbsp;<SPAN CLASS="texte"><a href="affiche_entreprise.php3?eid=104">Opticiens</a></span> 		</TD> 	</TR> 	<TR> 		<TD bgcolor="#336699" height="1"><spacer type="block" height="1"></TD> 	</TR>  </TABLE>	<!--/Gauche --> 	 	</TD> 	<TD width="5"><spacer type="block" width="5"></TD> 	<TD width ="470" align="center" valign="top"> <!--haut --> <table width="460" cellpadding="0" BORDER="0" BORDERCOLOR="#99CCCC" bgcolor="#ffffff" cellspacing="0"  ALIGN="CENTER"> <TR> 	<TD width="460" ALIGN="CENTER"><table width="460" border="1" cellpadding="0" BORDER="0" BORDERCOLOR="#99CCCC" bgcolor="#ffffff" cellspacing="0"> <TR> 	<TD align="center"><SPAN CLASS="texte"><font color='#FF0033'></font>&nbsp;<a href="enregistre_entreprise.php3">Placer une annonce</a>&nbsp;</TD> 	<TD align="center"><SPAN CLASS="texte"><font color='#FF0033'></font>&nbsp;<span class="texte"><a href="login.php3">Grer votre annonce</span>&nbsp;</TD> 	<TD align="center"><SPAN CLASS="texte"><font color='#FF0033'></font>&nbsp;<span class="texte">Rerouver votre mot de passe perdu</span>&nbsp;</TD> </TR> </TABLE> </TD> </TR> </TABLE> <table cellpadding="0" BORDER="0" BORDERCOLOR="#99CCCC" bgcolor="#ffffff" cellspacing="0" width="460" ALIGN="CENTER"> <TR> 	<TD height="10"><spacer type="block" height="10"></TD> </TR> </TABLE> <!--/haut --> 	<!--Centre -->  <!-- recherche ici-->  <SCRIPT LANGUAGE="JavaScript"> <!-- function Validate(MS) {    if (MS.mot.value == "")   {   	alert("Veuillez remplir le champ recherche. \n\nMerci.");     MS.mot.focus();     return (false);   }     return (true); } // --> </SCRIPT> <table width="460" cellpadding="0" BORDER="0" BORDERCOLOR="#99CCCC" bgcolor="#ffffff" cellspacing="0"  ALIGN="CENTER"> <FORM ACTION="resultat.php3" METHOD="POST" NAME="Recherche" onSubmit="return Validate(this)"> <TR> 	<TD ALIGN="CENTER"><span class='titre3'> <font color='#FF0033'>::..</font>&nbsp;Recherche par nom d'entreprise</span></TD> </TR> <TR> 	<TD height="5" ALIGN="CENTER"><spacer type="block" height="5"></TD> </TR> <TR> 	<TD ALIGN="CENTER"><INPUT TYPE="text" NAME="mot">&nbsp;&nbsp;<INPUT TYPE="submit" VALUE="Recherche" name="button"></TD> </TR></FORM> </TABLE> <!-- /recherche --> <table cellpadding="0" BORDER="0" BORDERCOLOR="#99CCCC" bgcolor="#ffffff" cellspacing="0" width="460" ALIGN="CENTER"> <TR> 	<TD height="20"><spacer type="block" height="20"></TD> </TR> </TABLE> <table width="470" cellpadding="0" BORDER="0" BORDERCOLOR="#99CCCC" bgcolor="#ffffff" cellspacing="0"  ALIGN="CENTER"> <TR> 	<TD width="470">      </TD> </TR> </TABLE> 	<!--/Centre --> 	 	 	</TD> 	<TD width="5"><spacer type="block" height="5"></TD> 	<TD width="140" align="center" valign="top">Droite</TD> </TR> </TABLE> <table cellpadding="0" BORDER="0" BORDERCOLOR="#99CCCC" bgcolor="#ffffff" cellspacing="0" width="760" ALIGN="CENTER"> <TR> 	<TD height="5"><spacer type="block" height="5"></TD> </TR> </TABLE> <table cellpadding="0" cellspacing="0" border="0" width="760" bgcolor="#ffffff" align="center"> <TR> 	 <!-- pied de page bgcolor="#eff0e3 #7EA9D3-->  <table cellpadding="0" cellspacing="0" border="0" width="760" bordercolor="#000000" class="pied" align="center"> <tr> 	<td bgcolor="#000000" height="1" valign="top" width="760"><spacer type="block" height="1" width="760"></td> </tr> <tr> 	<td  height="5" valign="top" width="760"><spacer type="block" height="5" width="760"></td> </tr> <TR> 	<TD><!-- time generate -->  <table width="760" border="0" cellspacing="0" cellpadding="0" align="center">   <tr>     <td align="center"><div class="titre4">Page gnre par MSNetstrategie en 4.459045 seconde(s)</div>  </span>    </td>   </tr> </table> </TD> </TR> <tr> 	<td  height="5" valign="top" width="760"><spacer type="block" height="5" width="760"></td> </tr> <TR> 	<TD valign="top"  align="center"><a href='../nous/' class='pied'>Nous sommes AZEDCOM communications</a></span><br><b><SPAN CLASS="titre3">Il y a des choses qui ne se disent pas. Pour tout le reste il y a AZEDCOM communications</span></TD> </TR> <tr> 	<td height="5" valign="top" width="760"><spacer type="block" height="5" width="760"></td> </tr> <!-- --> <tr> 	<td valign="bottom" nowrap align="center"> 	 <!-- drapeau cameroun --> 			  <a href='../nouvelle/cm/'><img border='0' src="../images/drapeaux/flag_cameroun.gif" border="0" alt="Cameroun"></a> 			  <!-- drapeau congo --> 			  <a href='../nouvelle/cg/'><img border='0' src="../images/drapeaux/flag_congo.gif" border="0" alt="Congo"></a> 			  <!-- drapeau gabon --> 			  <a href='../nouvelle/ga/'><img border='0'src="../images/drapeaux/flag_gabon.gif" border="0"  alt="Gabon"></a> 			  <!-- drapeau guinee --> 			  <a href='../nouvelle/gq/'><img border='0' src="../images/drapeaux/flag_guinee.gif" border="0" alt="Guine quatoriale"></a> 			  <!-- drapeau rca --> 			  <a href='../nouvelle/cf/'><img border='0' src="../images/drapeaux/flag_rca.gif" border="0" alt="Rpublique Centrafricaine"></a> 			  <!-- drapeau tchad --> 			  <a href='../nouvelle/td/'><img border='0' src="../images/drapeaux/flag_tchad.gif" border="0" alt="Tchad"></a> 	</td> </tr> <!-- --> <tr> 	<td align="center" nowrap> 	<a href="../politique/" class='pied'> 	Politique de confidentialit&eacute;</a> 	&nbsp;<font color="#990000">::</font>&nbsp;<a href="../contact/pub.php3" class='pied'>Annoncer sur icicemac</a> 	&nbsp;<font color="#990000">::</font>&nbsp;<a href="../contact/contact.php3" class='pied'>Contactez-nous</a> 	&nbsp;<font color="#990000">::</font>&nbsp;<a href="../faq" class="pied">FAQ</a> 	<br><span class="pied">Copyright  2001-2002 MSNetstratgie, une filiale de AzedCom communications. Tous drois reservs. 	<br>Nous vous recommnandons les navigateurs<br><a href="http://www.microsoft.com/windows/ie_intl/fr/" target="_blank" class='pied'>&nbsp;[Microsoft Internet Explorer, version 5.0 et&nbsp; >></a>], <a href="http://wp.netscape.com/fr/download/index.html?cp=djufr" target="_blank" class='pied'>&nbsp;[Netscape, version 6.0 et&nbsp; >>]</a>, 	<a href="http://www.eudora.com/products/eudora/download/" target="_blank" class='pied'>&nbsp;[Opera, version 5.1 et&nbsp; >>]</a> 	<!--Dveloppement & design par Martin Stphnane - Marketing & prsentation par Modeste Mba Talla --> 	</td> 	</tr> <!-- --> <tr> 	<td height="1" valign="top" width="760"><spacer type="block" height="1" width="760"></td> </tr> <!-- --> <TR> 	<TD><script language='JavaScript'><!--function navigation(nav){ //v2.0 return eval(nav)}//--></script>&nbsp;<br> 	<div align='center'> 	   <TABLE width='40%' border='0'><b> 		<TR> 			<td><div align='left'><SPAN CLASS="titre3"> 			<b><a href='javascript:history.back()'>&#171;</a></span></div></td> 			<td><div align='center'><SPAN CLASS="titre3"> 			<b><a href='#top'>Haut de la page</a></div></span></td> 			<td><div align='right'><SPAN CLASS="titre3"> 			<b><a href='javascript:history.forward()'>&#187;</a></span></div></td> 		</TR> 	   </TABLE> 	</TD>   </TR> </TABLE>     </TR> </TABLE> 
