<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  <html> 	<head> <LINK HREF="/css_ns.css" Type="text/css" REL="stylesheet"> 		<script language="javascript" src="/code/menu.js"></script> 		 		<SCRIPT language="javascript" src="/code/toolbar.js"></SCRIPT> 		 						 		<SCRIPT language="javascript" src="/code/fillmenu.js"></SCRIPT> 				 		<title>ConseilssolutionsinformatiquesEntreprise TPE PME - Microsoft bCentral</title>  	<meta name="Author" content=""> 	<meta name="Generator" content="YPres 0.0"> 	<meta name="Browser" content="Java/1.4.1_02"> 	<meta name="Creation" content=""> 	<meta name="Publication" content=""> 	<meta name="Keywords" content="Microsoft bCentral, TPE, PME, solutions, services, conseils, entreprises, informatique, cr&#233;ation, d&#233;veloppement, gestion, clients, crm, informations, guide"> 	<meta name="Build" content="build 192 Wed Apr 2 10:42:49 UTC+0200 2003">	 	<meta name="YpPageID" content="22785"> 	<meta http-equiv="Pragma" content="no-cache"> 	<meta http-equiv="Cache-Control" content="no-cache"> 	</head> 	<body LEFTMARGIN="0" RIGHTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" TOPMARGIN="0" BGCOLOR="#FFFFFF" > 	 	<table border="0" cellpadding="0" cellspacing="0" width="760"> 	  <tr><td height="4"><img src="/images/bump.gif" width="1" border="0" height="4" alt=""></td></tr>  	  <tr valign="top">				 		<td align="left" width="280"><img src="/images/bump.gif" width="5" border="0" height="5" alt=""><a href="http://g.bcentral.fr/0BCFRwww/49372.117368" onMouseOver="window.status='http://www.bcentral.fr/default.asp';return true; " onMouseOut="window.status='';return true;" ><img src="/images/bclogo.gif" width="200" border="0" height="60" alt="Microsoft bCentral"></a></td> 		<td width="100%">&nbsp;</td> 		<td align="right"><table border="0" cellpadding="0" cellspacing="0" width="100%" align=center  style="BACKGROUND-COLOR:#FFFFFF; "> <tr><td align=center><a href="http://g.bcentral.fr/0BCFRwww/46338.118214" target="_blank" onMouseOver="window.status='http://www.bcentral.fr/http://www.wstore.fr/?agent=52JV7V2R2FS92PGC001PQ9BJ3B500439&pg=/static_fr/brandstores/microsoft/index.asp';return true; " onMouseOut="window.status='';return true;" ><img src="/images/Achat_Internet_468.gif" width="468" height="60" alt="" border="0"></a></td></tr></table><table border="0" cellpadding="0" cellspacing="0" height="5" width="100%"  style="BACKGROUND-COLOR:#FFFFFF; "><tr><td><a href="http://www.conseils-decideur-microsoft.com"><img src="/images/bump.gif" width="1" border="0" height="1" alt=""></a></td></tr></table></td> 	  </tr></table>  			<table border="0" cellpadding="0" cellspacing="0" width="760" ID="Table6"> 			<tr><td width="760" height="1" colspan="4" bgcolor="#4e68a4"></td></tr> 			<tr bgColor="#eff3f6"> 				<td align="left"> 					<table border="0" cellpadding="0" cellspacing="0" width="510" ID="Table7"> 						<tr bgColor="#eff3f6"><td><script language="javascript">drawToolbar();</script></td></tr> 					</table> 				</td><form action="/search.asp" METHOD="get" id="Form2" name="frmSearch"> 				<td align="right"><table cellpadding="0" cellspacing="0" ID="Table8"><tr><td style="COLOR:#456FA3; " align="right" class="menustatic">Chercher&nbsp;&nbsp;</td><td><input type="text" maxLength="150" size="9" name="txtSearch"  style="FONT-WEIGHT:normal; FONT-FAMILY: arial,helvetica; COLOR:#333333; FONT-SIZE:11px; " ID="Text2"><input id="Submit1" name="sbtMsn" type="submit" value="Ok"><input type="hidden" name="rdoSearch" value="bcSearch" ID="Hidden2"></td></tr></table></td></form><td><font color="#4e68a4" style="text-decoration: none; font-size: 11px;"></font></td></tr> 			<tr><td width="760" height="1" colspan="4" bgcolor="#4e68a4"></td></tr> 			<tr><td colspan="4"><img src="/images/bump.gif" width="1" border="0" height="5" alt=""></td></tr>     			</table> 		 			<table border="0" cellpadding="0" cellspacing="0" width="760"> 				<tr valign="top">					 					<td width="183" valign="top" align="center" height="100%"> 						<table border="0" cellpadding="0" cellspacing="0"> 							<tr valign="top"><td valign="top"><img src="/images/bump.gif" width="1" border="0" height="10" alt=""></td></tr> 						</table> 						<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"> 							<tr valign="top"> 								<td width="1" valign="top"  style="BACKGROUND-COLOR:#9dafc3 "><img width='1' height='1' src='http://c.bcentral.fr/c.gif?NC=9510&NA=1154&PS=45462&PI=44489&DI=641&RF=' alt='' /></td> 								<td valign="top"  style="BACKGROUND-COLOR:#EFF3F6; " height="100%"> 								<!-- right column start --><table  style="BACKGROUND-COLOR:#eff3f6; " width='180' border="0" cellspacing="0" cellpadding="0"> <tr align="center"><td><script language=javascript>  function validation(form) {         if(form.Email.value.length <= 0)     { 		alert("L'adresse email est obligatoire."); 		form.Email.focus(); 		return false;     }     var arrSp = form.Email.value.split("@");     if(arrSp.length != 2)     { 		alert("L'adresse email n'est pas correcte."); 		form.Email.focus(); 		return false;     }     if(arrSp[0].length == 0     || arrSp[1].length == 0)     { 		alert("L'adresse email est incomplte."); 		form.Email.focus(); 		return false;		     }     var arrXp = arrSp[1].split(".");     if(arrXp.length < 2     || arrXp[0].length == 0     || arrXp[1].length == 0)     {     	alert("L'adresse email saisie est errone."); 		form.Email.focus(); 		return false;		     } openWindow('/NewsLetter/validation.asp?Email='+ form.Email.value + '&referer=' + form.referer.value,'Contenu', '160', '255' ,true);         return true; }  <!-- function InputClear(input) {         if(input.value=="Entrez votre email")     { 		input.value=""; 		return true;     }             return true; }  //--> </script>    <table cellspacing="0" cellpadding="0"> <tr><td><img src="/images/Newsletter_haut.gif" alt="" border="0"></td></tr><form name="Newsletter" ID="Newsletterfrm" action="/default.asp" method="post" onsubmit="return validation(this);">  <tr align="center"><td style="BACKGROUND-COLOR:#6B9CD4"> <input type="text" size="15" maxLength="60" name=Email  value="Entrez votre email" ID="Text1" onfocus="return InputClear(this);"><img src="/images/bump.gif" width="5" border="0" height="1" alt=""><input name="sbtNewsLetter" type="submit" value="Ok" ID="Submit1"><input type="hidden" name="referer" value=""><img src="/images/bump.gif" width="5" border="0" height="1" alt="">  </td></tr></form> <tr><td><img src="/images/newsletter_bas.gif" alt="" border="0"></td></tr> </table></td></tr> <tr><td><img src="/images/bump.gif" width="0" border="0" height="5" alt=""></td></tr> <tr><td><table width='100%' cellpadding='0' cellspacing='0' align='left' border=0>     <tr><td colspan='3'  style="BACKGROUND-COLOR:#4e68a4; COLOR:#FFFFFF; FONT-FAMILY: arial,helvetica; "  style="COLOR:#FFFFFF; FONT-WEIGHT:bold; FONT-SIZE:11px; "><img src="/images/bump.gif" width="10" border="0" height="1" alt="">Chanes</td></tr>    <tr>       <td rowspan='5'><img src="/images/bump.gif" width="5" border="0" height="1" alt=""></td>       <td><img src="/images/bump.gif" width="1" border="0" height="5" alt=""></td>       <td rowspan='5'><img src="/images/bump.gif" width="5" border="0" height="1" alt=""></td>    </tr>    <tr><td><!-- Warning: 18, <a href="/Default.asp?SLPage=112160&SView=0&SPublishSite=5" target="puberror">Microsoft JScript runtime error 800a03ea: Syntax error Syntax error in INDENTATION &bull;&nbsp;</a> --> &bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.112163" onMouseOver="window.status='http://www.bcentral.fr/Chaines/GestionDEntreprise/Default.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Gestion d'entreprise</a><br>&bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.112164" onMouseOver="window.status='http://www.bcentral.fr/Chaines/Informatique/default.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Informatique</a><br>&bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.112162" onMouseOver="window.status='http://www.bcentral.fr/Chaines/ProspectionVente/default.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Prospection-Vente</a><br>&bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.112165" onMouseOver="window.status='http://www.bcentral.fr/Chaines/RessourcesHumaines/Default.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Management - RH</a><br>&bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.126112" onMouseOver="window.status='http://www.bcentral.fr/Chaines/FinanceEtDeveloppement/default.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Finance & dveloppement</a><br></td></tr>    <tr><td><img src="/images/bump.gif" width="1" border="0" height="5" alt=""></td></tr>    <tr><td><strong><span  style="FONT-WEIGHT:normal; FONT-FAMILY: arial,helvetica; COLOR:#333333; FONT-SIZE:11px; ">bCentral pour</span></strong><br><!-- Warning: 18, <a href="/Default.asp?SLPage=112168&SView=0&SPublishSite=5" target="puberror">Microsoft JScript runtime error 800a03ea: Syntax error Syntax error in INDENTATION &bull;&nbsp;</a> --> &bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.112166" onMouseOver="window.status='http://www.bcentral.fr/Chaines/LeCreateurDentreprise/default.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Le Crateur dentreprise</a><br>&bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.112167" onMouseOver="window.status='http://www.bcentral.fr/Chaines/LesExpertsComptables/default.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Les Experts Comptables</a><br></td></tr>    <tr><td><img src="/images/bump.gif" width="1" border="0" height="10" alt=""></td></tr> </table> </td></tr> <tr align="center"><td><a href="http://g.bcentral.fr/0BCFRwww/45462.112148" target="_blank" onMouseOver="window.status='http://www.bcentral.fr/http://entreprises.bnpparibas.fr';return true; " onMouseOut="window.status='';return true;" ><img src="/images/logobnpparibas150x61.jpg" width="150" height="61" alt="BNP Paribas pour les Entreprises" align="center" border="0"></a></td></tr> <tr><td><img src="/images/bump.gif" width="0" border="0" height="5" alt=""></td></tr> <tr><td><table border="0" cellpadding="0" cellspacing="0" width="100%" align='left'>      <tr><td colspan="3" width="100%"><img src="/images/bump.gif" width="165" border="0" height="1" alt=""></td></tr>      <tr><td colspan='3'  style="BACKGROUND-COLOR:#4e68a4; COLOR:#FFFFFF; FONT-FAMILY: arial,helvetica; "  style="COLOR:#FFFFFF; FONT-WEIGHT:bold; FONT-SIZE:11px; "><img src="/images/bump.gif" width="10" border="0" height="1" alt="">Offres spciales</td></tr>      <tr>           <td rowspan='3'><img src="/images/bump.gif" width="5" border="0" height="1" alt=""></td>           <td><img src="/images/bump.gif" width="1" border="0" height="5" alt=""></td>           <td rowspan='3'><img src="/images/bump.gif" width="5" border="0" height="1" alt=""></td>      </tr>      <tr><td><!-- Warning: 18, <a href="/Default.asp?SLPage=93153&SView=0&SPublishSite=5" target="puberror">Microsoft JScript runtime error 800a03ea: Syntax error Syntax error in INDENTATION &bull;&nbsp;</a> --> &bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.121208" onMouseOver="window.status='http://www.bcentral.fr/Offresspeciales/ConnexionsInternet.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Accs Internet</a><br>&bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.93246" onMouseOver="window.status='http://www.bcentral.fr/Offresspeciales/FormationEnLigne.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Formation en ligne</a><br>&bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.121199" onMouseOver="window.status='http://www.bcentral.fr/Offresspeciales/MettezVotreEntrepriseAuPremierPlan.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Rfrencement</a><br>&bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.93249" onMouseOver="window.status='http://www.bcentral.fr/Offresspeciales/locationLogiciel/default.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Location de logiciel</a><br>&bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.68634" onMouseOver="window.status='http://www.bcentral.fr/Offresspeciales/SupportLogiciel.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Support logiciel</a><br>&bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.68635" onMouseOver="window.status='http://www.bcentral.fr/Offresspeciales/SolutionsPayeGestion/default.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Solution paye-gestion</a><br>&bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.121205" onMouseOver="window.status='http://www.bcentral.fr/Offresspeciales/FaxEtSMS/GerezvosfaxetSMS.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Fax et SMS</a><br></td></tr>      <tr><td><img src="/images/bump.gif" width="1" border="0" height="10" alt=""></td></tr> </table></td></tr> </table><table border="0" cellpadding="0" cellspacing="0" width="100%"  style="BACKGROUND-COLOR:#4e68a4; COLOR:#FFFFFF; FONT-FAMILY: arial,helvetica; " ID="Table1"> 										<tr><td><img src="/images/bump.gif" width="1" border="0" height="0" alt=""></td></tr></table> 										<table border="0" cellpadding="0" cellspacing="0" width="100%" ID="Table2"> 										<tr><td><img src="/images/bump.gif" width="1" border="0" height="10" alt=""></td></tr></table> 									<table align="center"><tr><td align="center"> <a href="http://g.bcentral.fr/0BCFRwww/45462.121503" onMouseOver="window.status='http://www.bcentral.fr/Offresspeciales/ConnexionsInternet.asp';return true; " onMouseOut="window.status='';return true;" ><img src="/images/fhdEasyconnect.gif" width="150" height="60" alt="Acc&#232;s Internet" border="0"></a> </td></tr><tr><td> <img src="/images/bump.gif" width="0" border="0" height="10" alt=""> </td></tr> <tr><td align="center"> <a href="http://g.bcentral.fr/0BCFRwww/45462.121504" onMouseOver="window.status='http://www.bcentral.fr/Offresspeciales/ConnexionInternet/easynetOffre.asp';return true; " onMouseOut="window.status='';return true;" ><img src="/images/banniere140.gif" width="140" height="104" alt="easynet DSL ECO" border="0"></a> </td></tr><tr><td> <img src="/images/bump.gif" width="0" border="0" height="10" alt=""> </td></tr></table><!-- right column end --> 								</td> 								<td width="0" valign="top"  style="BACKGROUND-COLOR:#4e68a4; COLOR:#FFFFFF; FONT-FAMILY: arial,helvetica; "><img src="/images/bump.gif" width="0" border="0" height="1" alt=""></td> 											 									 							</tr>								 						</table> 					</td>					 					<td width="574" align="center" valign="top" height="100%"><!-- Content of the page --> 						<table border="0" cellpadding="0" cellspacing="0" width="574" height="100%"> 							<tr><td valign="top" width="574"> 								<table cellpadding="0" cellspacing="0" border="0" width="100%" ID="Table4"> 									<tr><td><img src="/images/bump.gif" width="10" border="0" height="1" alt=""></td><td valign="top" width="100%"></td></tr> 									<tr><td colspan="2"><img src="/images/bump.gif" width="1" border="0" height="5" alt=""></td></tr> 								</table> 							</td></tr> 							<tr><td valign="top" width="574"><table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td><img src="/images/bump.gif" width="10" border="0" height="1" alt=""></td>  <td><table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top">  <table border="0" cellpadding="0" cellspacing="0" width="100%" > 	<tr><td><img src="/images/bump.gif" width="6" border="0" height="1" alt=""></td><td align="left">  <table border="0" cellpadding="0" cellspacing="0" width="100%"> 		<tr><td><img src="/images/bump.gif" width="1" border="0" height="5" alt=""></td></tr> </table>  	<a href="http://g.bcentral.fr/0BCFRwww/45462.112114" onMouseOver="window.status='http://www.bcentral.fr/jeuconcours/default.asp';return true; " onMouseOut="window.status='';return true;" ><img src="/images/WODenteteHP.GIF" width="389" height="76" alt="" border="0"></a>   	<table border="0" cellpadding="0" cellspacing="0" width="100%"> 		<tr><td><img src="/images/bump.gif" width="1" border="0" height="5" alt=""></td></tr> 	</table>  	 <table border="0" cellpadding="0" cellspacing="0"> <tr> <td align="center" valign="top" ><a href="http://g.bcentral.fr/0BCFRwww/45462.112111" onMouseOver="window.status='http://www.bcentral.fr/Solutions/Communiquer/Default.asp';return true; " onMouseOut="window.status='';return true;" ><img src="/images/ts_march212003makebetterdecisions_130x85.gif" width="130" height="85" alt="Savoir et faire savoir !" border="0"></a></td> <td width="10"><img src="/images/bump.gif" width="10" border="0" height="1" alt=""></td>  <td align="left" valign="top"><table border="0" cellpadding="0" cellspacing="0"> <tr><td align="left"><a  style="COLOR:#800000; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:12px; " href="http://g.bcentral.fr/0BCFRwww/45462.112111" onMouseOver="window.status='http://www.bcentral.fr/Solutions/Communiquer/Default.asp';return true; " onMouseOut="window.status='';return true;"  location="NewsWithImage.asp">Savoir et faire savoir !</a></td></tr> <tr><td><img src="/images/bump.gif" width="1" border="0" height="2" alt=""></td></tr> </table> <table border="0" cellpadding="0" cellspacing="0"> <tr><td align="left" valign="top" colspan="2"><span  style="FONT-WEIGHT:normal; FONT-FAMILY: arial,helvetica; COLOR:#333333; FONT-SIZE:11px; "><span  style="FONT-SIZE:12px; ">Une bonne communication limine les pertes de temps et dargent. Alors favorisez la circulation de linformation en interne et en externe.</span></span></td></tr> </table>  </td></tr></table>   	<table border="0" cellpadding="0" cellspacing="0" width="100%"> 		<tr><td><img src="/images/bump.gif" width="1" border="0" height="5" alt=""></td></tr> 	</table>  	<table border="0" cellpadding="0" cellspacing="0" width="100%"> 	<tr><td width="30%"><span style="FONT-FAMILY: arial,helvetica; COLOR:#333333; FONT-SIZE:11px; FONT-WEIGHT:bold; ">Fiches pratiques</span><br> <!-- Warning: 18, <a href="/Default.asp?SLPage=118493&SView=0&SPublishSite=5" target="puberror">Microsoft JScript runtime error 800a03ea: Syntax error Syntax error in INDENTATION <B>&middot;</B>&nbsp;</a> --> <B>&middot;</B>&nbsp;<a  style="COLOR:#800000; FONT-WEIGHT:normal; TEXT-DECORATION:underline; FONT-SIZE:12px; "href="http://g.bcentral.fr/0BCFRwww/45462.118498" onMouseOver="window.status='http://www.bcentral.fr/FichesPratiques/RealisezVosCartesDeVisiteAvecPublisher2002.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Cartes de visite</a><br><B>&middot;</B>&nbsp;<a  style="COLOR:#800000; FONT-WEIGHT:normal; TEXT-DECORATION:underline; FONT-SIZE:12px; "href="http://g.bcentral.fr/0BCFRwww/45462.118500" onMouseOver="window.status='http://www.bcentral.fr/FichesPratiques/GardezLeContactAvecVosCorrespondantsDirectsGraceAMessenger.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Dialogue en direct</a><br><B>&middot;</B>&nbsp;<a  style="COLOR:#800000; FONT-WEIGHT:normal; TEXT-DECORATION:underline; FONT-SIZE:12px; "href="http://g.bcentral.fr/0BCFRwww/45462.118499" onMouseOver="window.status='http://www.bcentral.fr/FichesPratiques/ApposezAutomatiquementVotreSignatureSurTousVosDocuments.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Signatures</a><br></td><td><img src="/images/bump.gif" width="6" border="0" height="1" alt=""></td><td>   <table border="0" cellpadding="0" cellspacing="0"> <tr> <td align="center" valign="top" ><a href="http://g.bcentral.fr/0BCFRwww/45462.121623" onMouseOver="window.status='http://www.bcentral.fr/Chaines/Informatique/NewsgroupsMicrosoft/default.htm';return true; " onMouseOut="window.status='';return true;" ><img src="/images/artSol_65x70.gif" width="65" height="70" alt="Newsgroups Microsoft" border="0"></a></td> <td width="10"><img src="/images/bump.gif" width="10" border="0" height="1" alt=""></td>  <td align="left" valign="top"><table border="0" cellpadding="0" cellspacing="0"> <tr><td align="left"><a  style="COLOR:#800000; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:12px; " href="http://g.bcentral.fr/0BCFRwww/45462.121623" onMouseOver="window.status='http://www.bcentral.fr/Chaines/Informatique/NewsgroupsMicrosoft/default.htm';return true; " onMouseOut="window.status='';return true;"  location="NewsWithImage.asp">Newsgroups Microsoft</a></td></tr> <tr><td><img src="/images/bump.gif" width="1" border="0" height="2" alt=""></td></tr> </table> <table border="0" cellpadding="0" cellspacing="0"> <tr><td align="left" valign="top" colspan="2"><span  style="FONT-WEIGHT:normal; FONT-FAMILY: arial,helvetica; COLOR:#333333; FONT-SIZE:11px; "><span  style="FONT-SIZE:12px; ">Communiquez avec les utilisateurs et spcialistes des logiciels Microsoft</span></span></td></tr> </table>  </td></tr></table> </td></tr> 	</table> 	<table border="0" cellpadding="0" cellspacing="0" width="100%"> 		<tr><td><img src="/images/bump.gif" width="1" border="0" height="5" alt=""></td></tr> 	</table>  <TABLE cellSpacing="0" cellPadding="3" width="100%" border="0" ID="Table19"> 	<TR> 		<td align="left"><span style="FONT-FAMILY: arial,helvetica; COLOR:#333333; FONT-SIZE:11px; FONT-WEIGHT:bold; ">Conseils</span></td> 		<td align="left">&nbsp;<b>[</b>&nbsp;</td> 		<td width="100%" align="middle"> 	<MARQUEE scrollAmount="10" scrollDelay="200">&nbsp;&nbsp;&nbsp; <a  style="COLOR:#4e68a4; FONT-WEIGHT:normal; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.120004" onMouseOver="window.status='http://www.bcentral.fr/Solutions/Communiquer/EnjeuxBusiness/LesEnjeuxFaciliterLesEchangesDInformations.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Faciliter lchange dinformation</a>&nbsp;--&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:normal; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.120005" onMouseOver="window.status='http://www.bcentral.fr/FichesPratiques/PartagezUneApplicationADistanceAvecWindowsMessenger.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Partager vos applications  distance</a>&nbsp;--&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:normal; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.120006" onMouseOver="window.status='http://www.bcentral.fr/Chaines/RessourcesHumaines/lePointDeVueDeSavoirPlus/UnPointSurLesHeuresSupplementaires.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Un point sur les heures supplmentaires</a>&nbsp;--&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:normal; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.120007" onMouseOver="window.status='http://www.bcentral.fr/Chaines/RessourcesHumaines/ActualiteSocialEtPaye/RemboursementDeFrais.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Remboursement de frais  nouvelle formule </a>&nbsp;--&nbsp; 	</MARQUEE> 		</td> 		<td align="right">&nbsp;<b>]</b></td> 	</TR> </TABLE>                     <!-- bulle bleue -->   	<table border="0" cellspacing="0" cellpadding="0"> <tr> 	<td height="100%" width="13"><img src="/images/BulleBleueCoinHautGauche_7x7.gif" width="7" height="7" alt="" border="0"></td> 	<td height="1" width="100%"><img src='/images/BulleBleueHaut_nx7.gif' height='7' width='100%' border='0'></td> 	<td height="100%" width="13"><img src="/images/BulleBleueCoinHautDroit_7x7.gif" width="7" height="7" alt="" border="0"></td> </tr>  <tr> 	<td height="100%" width="13"><img src='/images/BulleBleueGauche_7xn.gif' height='100%' width='7' border='0'></td> 	<td  style="BACKGROUND-COLOR:#eff3f6; "  style="FONT-WEIGHT:normal; FONT-FAMILY: arial,helvetica; COLOR:#333333; FONT-SIZE:11px; " valign='top'>  <script language="javascript"> <!-- function OpenWindowAndRedirect(strHref) { window.open("/popup/focuspopup.asp",  "popupFocus","toolbar=no,width=450,height=180,resizable=no,scrollbars=no,status=no"); document.location.href=strHref; } //--> </script>  <table ID="Table1">    <tr>       <td valign="top">          <img src="/images/545007_69x114.gif" width="69" height="114" alt="" border="0"></td><td>          <strong>Bien communiquer : un gain de temps et dargent</strong><br> <a style="FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #800000; TEXT-DECORATION: underline" href="javascript:OpenWindowAndRedirect('/Solutions/Communiquer/default.asp')">Communiquer et changer linformation</a> : panorama<br> <a style="FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #800000; TEXT-DECORATION: underline" href="javascript:OpenWindowAndRedirect('/EnjeuxAgilite/Communiquer/default.asp')">Le test</a> : aujourdhui, o en tes-vous ?<br> <a style="FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #800000; TEXT-DECORATION: underline" href="javascript:OpenWindowAndRedirect('/Solutions/Communiquer/EnjeuxBusiness/default.asp')">Enjeux de la communication</a> : la stratgie gagnante<br> <a style="FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #800000; TEXT-DECORATION: underline" href="javascript:OpenWindowAndRedirect('/Solutions/LesConfigurateurs/VotreConseillerCommuniquer.asp')">Conseiller    interactif</a> : quelle solution, quels outils ?<br> <a style="FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #800000; TEXT-DECORATION: underline" href="javascript:OpenWindowAndRedirect('/Solutions/Communiquer/MettreEnOeuvreVotreSolution/default.asp')">Mise en oeuvre</a> : btir la solution de votre entreprise<br><br>         <strong>Ressources pour aller plus loin</strong><br> <a style="FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #800000; TEXT-DECORATION: underline" href="javascript:OpenWindowAndRedirect('/FichesPratiques/default.asp?goSearch=ok&strSearch=communiquer')">26 fiches pratiques</a> : vos logiciels pour communiquer<br> <a style="FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #800000; TEXT-DECORATION: underline" href="javascript:OpenWindowAndRedirect('/agilite/LesPartenairesEnjeuxAgiliteSpecialistesPME.asp')">Partenaires agilit</a> : pour un diagnostic personnalis !</td>    </tr> </table>  	</td> 	<td height="100%" width="13"><img src='/images/BulleBleueDroite_7xn.gif' height='100%' width='7' border='0'></td> </tr>  <tr> <td height="100%" width="1"><img src="/images/BulleBleueCoinBasgauche_7x7.gif.gif" width="7" height="7" alt="" border="0"></td> <td height="1" width="100%"><img src='/images/BulleBleueBas_nx7.gif' height='7' width='100%' border='0'></td> <td height="100%" width="1"><img src="/images/BulleBleueCoinBasDroit_7x7.gif" width="7" height="7" alt="" border="0"></td> </tr>  </table> <br>  <!--  --> 	<table border="0" cellpadding="0" cellspacing="0"> <tr><td align="center" width="40"><a href="http://g.bcentral.fr/0BCFRwww/45462.93604" onMouseOver="window.status='http://www.bcentral.fr/FichesPratiques/ReduisezVotreFactureTelephoniqueGraceANetmeeting.asp';return true; " onMouseOut="window.status='';return true;" ><img src="/images/FlecheBleueRonde_16x16.gif" width="16" height="16" alt="R&#233;duire votre facture t&#233;l&#233;phonique" border="0"></a></td> <td width="10"><img src="/images/bump.gif" width="5" border="0" height="1" alt=""></td> <td align="left" valign="top">  <table border="0" cellpadding="0" cellspacing="0"> <tr><td align="left"><a  style="FONT-SIZE:12px; COLOR:#800000; TEXT-DECORATION:underline; FONT-WEIGHT:normal; "  style="COLOR:#CC6600; FONT-WEIGHT:bold; FONT-SIZE:12px; " href="http://g.bcentral.fr/0BCFRwww/45462.93604" onMouseOver="window.status='http://www.bcentral.fr/FichesPratiques/ReduisezVotreFactureTelephoniqueGraceANetmeeting.asp';return true; " onMouseOut="window.status='';return true;">Rduire votre facture tlphonique</a></td></tr> <tr><td><img src="/images/bump.gif" width="1" border="0" height="2" alt=""></td></tr> </table>  <table border="0" cellpadding="0" cellspacing="0"> <tr><td align="left" valign="top" colspan="2"><span  style="FONT-WEIGHT:normal; FONT-FAMILY: arial,helvetica; COLOR:#333333; FONT-SIZE:12px; ">Communiquez  moindre cot avec vos partenaires via Internet, ou  travers votre Intranet.</span></td></tr> </table>  </td></tr></table> <table border="0" cellpadding="0" cellspacing="0"> <tr><td><img src="/images/bump.gif" width="1" border="0" height="10" alt=""></td></tr> </table><table border="0" cellpadding="0" cellspacing="0"> <tr><td align="center" width="40"><a href="http://g.bcentral.fr/0BCFRwww/45462.102758" onMouseOver="window.status='http://www.bcentral.fr/Solutions/Communiquer/EnjeuxBusiness/LesEnjeuxFaciliterLesEchangesDInformations.asp';return true; " onMouseOut="window.status='';return true;" ><img src="/images/FlecheBleueRonde_16x16.gif" width="16" height="16" alt="Faciliter l&#8217;&#233;change d&#8217;information" border="0"></a></td> <td width="10"><img src="/images/bump.gif" width="5" border="0" height="1" alt=""></td> <td align="left" valign="top">  <table border="0" cellpadding="0" cellspacing="0"> <tr><td align="left"><a  style="FONT-SIZE:12px; COLOR:#800000; TEXT-DECORATION:underline; FONT-WEIGHT:normal; "  style="COLOR:#CC6600; FONT-WEIGHT:bold; FONT-SIZE:12px; " href="http://g.bcentral.fr/0BCFRwww/45462.102758" onMouseOver="window.status='http://www.bcentral.fr/Solutions/Communiquer/EnjeuxBusiness/LesEnjeuxFaciliterLesEchangesDInformations.asp';return true; " onMouseOut="window.status='';return true;">Faciliter lchange dinformation</a></td></tr> <tr><td><img src="/images/bump.gif" width="1" border="0" height="2" alt=""></td></tr> </table>  <table border="0" cellpadding="0" cellspacing="0"> <tr><td align="left" valign="top" colspan="2"><span  style="FONT-WEIGHT:normal; FONT-FAMILY: arial,helvetica; COLOR:#333333; FONT-SIZE:12px; ">Plus douverture et de ractivit face  la situation conomique dgrade et la  pression concurrentielle accrue...</span></td></tr> </table>  </td></tr></table> <table border="0" cellpadding="0" cellspacing="0"> <tr><td><img src="/images/bump.gif" width="1" border="0" height="10" alt=""></td></tr> </table><table border="0" cellpadding="0" cellspacing="0"> <tr><td align="center" width="40"><a href="http://g.bcentral.fr/0BCFRwww/45462.102752" onMouseOver="window.status='http://www.bcentral.fr/FichesPratiques/PartagezUneApplicationADistanceAvecWindowsMessenger.asp';return true; " onMouseOut="window.status='';return true;" ><img src="/images/FlecheBleueRonde_16x16.gif" width="16" height="16" alt="Partager vos applications &#224; distance" border="0"></a></td> <td width="10"><img src="/images/bump.gif" width="5" border="0" height="1" alt=""></td> <td align="left" valign="top">  <table border="0" cellpadding="0" cellspacing="0"> <tr><td align="left"><a  style="FONT-SIZE:12px; COLOR:#800000; TEXT-DECORATION:underline; FONT-WEIGHT:normal; "  style="COLOR:#CC6600; FONT-WEIGHT:bold; FONT-SIZE:12px; " href="http://g.bcentral.fr/0BCFRwww/45462.102752" onMouseOver="window.status='http://www.bcentral.fr/FichesPratiques/PartagezUneApplicationADistanceAvecWindowsMessenger.asp';return true; " onMouseOut="window.status='';return true;">Partager vos applications  distance</a></td></tr> <tr><td><img src="/images/bump.gif" width="1" border="0" height="2" alt=""></td></tr> </table>  <table border="0" cellpadding="0" cellspacing="0"> <tr><td align="left" valign="top" colspan="2"><span  style="FONT-WEIGHT:normal; FONT-FAMILY: arial,helvetica; COLOR:#333333; FONT-SIZE:12px; ">Messages, fichiers audio ou vido, images... Avec Messenger, collaborer devient un jeu.</span></td></tr> </table>  </td></tr></table> <table border="0" cellpadding="0" cellspacing="0"> <tr><td><img src="/images/bump.gif" width="1" border="0" height="10" alt=""></td></tr> </table>   	<table border="0" cellpadding="0" cellspacing="0" width="100%" height="18"> <tr  style="BACKGROUND-COLOR:#4e68a4; COLOR:#FFFFFF; FONT-FAMILY: arial,helvetica; "> <td width="10" height="18"  style="BACKGROUND-COLOR:#4e68a4; COLOR:#FFFFFF; FONT-FAMILY: arial,helvetica; "><img src="/images/bump.gif" width="10" border="0" height="1" alt=""></td> <td height="18"  style="BACKGROUND-COLOR:#4e68a4; COLOR:#FFFFFF; FONT-FAMILY: arial,helvetica; " nowrap><B  style="COLOR:#FFFFFF; FONT-WEIGHT:bold; FONT-SIZE:11px; ">A dcouvrir</B></td> <td height="18"  style="BACKGROUND-COLOR:#4e68a4; COLOR:#FFFFFF; FONT-FAMILY: arial,helvetica; "><img src="/images/bump.gif" width="10" border="0" height="1" alt=""></td> <td colspan="3" width="100%" height="18"  style="BACKGROUND-COLOR:#4e68a4; COLOR:#FFFFFF; FONT-FAMILY: arial,helvetica; "><img src="/images/bump.gif" width="1" border="0" height="1" alt=""></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" > <tr><td><img src="/images/bump.gif" width="10" border="0" height="1" alt=""></td> <td width="100%"><img src="/images/bump.gif" width="1" border="0" height="10" alt=""></td> <td><img src="/images/bump.gif" width="5" border="0" height="1" alt=""></td> </tr></table>   <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td><img src="/images/bump.gif" width="10" border="0" height="1" alt=""></td><td align="left" colspan="3" width="100%"><span  style="FONT-FAMILY: arial,helvetica; COLOR:#333333; FONT-SIZE:11px; FONT-WEIGHT:bold; ">Un simple ordinateur pour envoyer et recevoir vos fax !</span></td><td><img src="/images/bump.gif" width="5" border="0" height="1" alt=""></td></tr> <td><img src="/images/bump.gif" width="10" border="0" height="1" alt=""></td><td colspan="3"><img src="/images/bump.gif" width="1" border="0" height="10" alt=""></td><td><img src="/images/bump.gif" width="5" border="0" height="1" alt=""></td></tr> </table>  <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td><img src="/images/bump.gif" width="10" border="0" height="1" alt=""></td> 	<td align="center" valign="top"><a href="http://g.bcentral.fr/0BCFRwww/45462.124173" onMouseOver="window.status='http://www.bcentral.fr/Offresspeciales/FaxEtSMS/GerezvosfaxetSMS.asp';return true; " onMouseOut="window.status='';return true;" ><img src="/images/logo_alinto_cadre70x34.gif" width="70" height="34" alt="Un simple ordinateur pour envoyer et recevoir vos fax !" border="0"></a></td><td><img src="/images/bump.gif" width="5" border="0" height="1" alt=""></td><td align="left" valign="top"><span  style="FONT-WEIGHT:normal; FONT-FAMILY: arial,helvetica; COLOR:#333333; FONT-SIZE:11px; ">Ayez votre propre numro de fax pour recevoir sur votre ordinateur vos tlcopies. Plus besoin d'investir en matriel de tlcopie !<br> 	<br><a href="http://g.bcentral.fr/0BCFRwww/45462.124173" onMouseOver="window.status='http://www.bcentral.fr/Offresspeciales/FaxEtSMS/GerezvosfaxetSMS.asp';return true; " onMouseOut="window.status='';return true;"  location="TitleAboveImgAndDescriptionItemsRandom.asp"><img src="/images/bul_arrowBluSm.gif" width="12" border="0" height="12" align="texttop" alt=""></a><span  style="FONT-FAMILY: arial,helvetica; COLOR:#4E68A4; FONT-SIZE:11px; FONT-WEIGHT:bold; ">&nbsp;</span><a  style="FONT-FAMILY: arial,helvetica; COLOR:#4E68A4; FONT-SIZE:11px; FONT-WEIGHT:bold; " href="http://g.bcentral.fr/0BCFRwww/45462.124173" onMouseOver="window.status='http://www.bcentral.fr/Offresspeciales/FaxEtSMS/GerezvosfaxetSMS.asp';return true; " onMouseOut="window.status='';return true;"  location="TitleAboveImgAndDescriptionItemsRandom.asp">En savoir plus</a> 	 	</span></td><td><img src="/images/bump.gif" width="5" border="0" height="1" alt=""></td></tr>   	<tr><td><img src="/images/bump.gif" width="10" border="0" height="1" alt=""></td><td colspan="3"><img src="/images/bump.gif" width="1" border="0" height="10" alt=""></td><td><img src="/images/bump.gif" width="5" border="0" height="1" alt=""></td></tr>  </table>      </td><td><img src="/images/bump.gif" width="7" border="0" height="1" alt=""></td></tr> </table>  </td> <td width="1" valign="top"  style="BACKGROUND-COLOR:#EFF3F6; "><img src="/images/bump.gif" width="1" border="0" height="1" alt=""></td>	  <!-- bandeau droit --> <td width="160" valign="top"  style="BACKGROUND-COLOR:#eff3f6; " align="center"> <table width='100%' cellspacing="0" cellpadding="0"> <tr><td colspan='3'  style="BACKGROUND-COLOR:#4e68a4; COLOR:#FFFFFF; FONT-FAMILY: arial,helvetica; "  style="COLOR:#FFFFFF; FONT-WEIGHT:bold; FONT-SIZE:11px; "><img src="/images/bump.gif" width="10" border="0" height="1" alt=""> Solutions</td></tr> <tr> <td rowspan='7'><img src="/images/bump.gif" width="5" border="0" height="1" alt=""></td> <td><img src="/images/bump.gif" width="1" border="0" height="1" alt=""></td> <td rowspan='7'><img src="/images/bump.gif" width="5" border="0" height="1" alt=""></td> </tr> <tr><td><!-- Warning: 18, <a href="/Default.asp?SLPage=112122&SView=0&SPublishSite=5" target="puberror">Microsoft JScript runtime error 800a03ea: Syntax error Syntax error in INDENTATION &bull;&nbsp;</a> --> &bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.112125" onMouseOver="window.status='http://www.bcentral.fr/Solutions/Organiser/Default.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Organiser</a><br>&bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.112126" onMouseOver="window.status='http://www.bcentral.fr/Solutions/Securiser/default.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Scuriser</a><br>&bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.123461" onMouseOver="window.status='http://www.bcentral.fr/Solutions/Developper/Default.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Dvelopper</a><br>&bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.112124" onMouseOver="window.status='http://www.bcentral.fr/Solutions/Optimiser/Default.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Optimiser</a><br>&bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.112127" onMouseOver="window.status='http://www.bcentral.fr/Solutions/Communiquer/Default.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Communiquer</a><br></td></tr> <!--<tr><td><img src="/images/bump.gif" width="1" border="0" height="5" alt=""></td></tr>--> <tr><td align="center"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td height="3"><img src="/images/bump.gif" width="1" border="0" height="3" alt=""></td></tr></table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td><img src="/images/bump.gif" width="10" border="0" height="1" alt=""></td><td width="100%"><img src="/images/bump.gif" width="1" border="0" height="3" alt=""></td></tr></table>  <table border="0" cellspacing="0" cellpadding="0" width="100%" > 	<tr><td><img src="/images/bump.gif" width="10" border="0" height="1" alt=""></td><td width="100%" align="center"><a href="http://g.bcentral.fr/0BCFRwww/45462.125477" target="_blank" onMouseOver="window.status='http://www.bcentral.fr/http://www.wstore.fr/?agent=52JV7V2R2FS92PGC001PQ9BJ3B500439&pg=products/products.asp?prod=247184';return true; " onMouseOut="window.status='';return true;" ><img src="/images/promoOffice.gif" width="140" height="110" alt="" border="0"></a></td><td><img src="/images/bump.gif" width="5" border="0" height="1" alt=""></td></tr> </table> </td></tr> <tr><td><img src="/images/bump.gif" width="1" border="0" height="5" alt=""></td></tr> <tr><td><!-- Warning: 18, <a href="/Default.asp?SLPage=112135&SView=0&SPublishSite=5" target="puberror">Microsoft JScript runtime error 800a03ea: Syntax error Syntax error in INDENTATION &bull;&nbsp;</a> --> &bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.112139" onMouseOver="window.status='http://www.bcentral.fr/Solutions/LesConfigurateurs/default.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Conseillers interactifs</a><br>&bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.112140" onMouseOver="window.status='http://www.bcentral.fr/FichesPratiques/default.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Fiches pratiques</a><br>&bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.112138" onMouseOver="window.status='http://www.bcentral.fr/Solutions/TrouvezUnPartenaireInformatique.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">trouver un partenaire informatique</a><br></td></tr> <tr><td><img src="/images/bump.gif" width="1" border="0" height="10" alt=""></td></tr> </table> <table width='100%' cellpadding="0" cellspacing="0"> <tr><td colspan='3'  style="BACKGROUND-COLOR:#4e68a4; COLOR:#FFFFFF; FONT-FAMILY: arial,helvetica; "  style="COLOR:#FFFFFF; FONT-WEIGHT:bold; FONT-SIZE:11px; "><img src="/images/bump.gif" width="10" border="0" height="1" alt=""> Produits Microsoft </td></tr> <tr> <td rowspan='11'><img src="/images/bump.gif" width="5" border="0" height="1" alt=""></td> <td><img src="/images/bump.gif" width="1" border="0" height="1" alt=""></td> <td rowspan='11'><img src="/images/bump.gif" width="5" border="0" height="1" alt=""></td> </tr> <tr><td><!-- Warning: 18, <a href="/Default.asp?SLPage=121547&SView=0&SPublishSite=5" target="puberror">Microsoft JScript runtime error 800a03ea: Syntax error Syntax error in INDENTATION &bull;&nbsp;</a> --> &bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.96403" onMouseOver="window.status='http://www.bcentral.fr/WindowsXP/default.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Windows</a><br>&bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.96404" onMouseOver="window.status='http://www.bcentral.fr/OfficeXP/default.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Office</a><br>&bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.96408" onMouseOver="window.status='http://www.bcentral.fr/SBS/default.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Server</a><br>&bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.121552" onMouseOver="window.status='http://www.bcentral.fr/Produits/MicrosoftHardware.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">Claviers & Souris</a><br>&bull;&nbsp;<a  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; "href="http://g.bcentral.fr/0BCFRwww/45462.121554" onMouseOver="window.status='http://www.bcentral.fr/Produits/RevendeursEtPartenairesMicrosoft/Default.asp';return true; " onMouseOut="window.status='';return true;"  location="Link.asp">O acheter, revendeurs</a><br></td></tr> <tr><td><img src="/images/bump.gif" width="1" border="0" height="10" alt=""></td></tr> </table> <table cellspacing="o" cellpadding="0"><tr><td> <a href="http://g.bcentral.fr/0BCFRwww/45462.121685" onMouseOver="window.status='http://www.bcentral.fr/agilite/LesPartenairesEnjeuxAgiliteSpecialistesPME.asp';return true; " onMouseOut="window.status='';return true;" ><img src="/images/diagnostic_agilite_140x120.GIF" width="140" height="120" alt="Partenaires Agilit&#233;" border="0"></a> </td></tr> <tr><td><img src="/images/bump.gif" width="1" border="0" height="10" alt=""></td></tr> </table> <img src="/images/bump.gif" width="1" border="0" height="10" alt="">  	<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"> 	<tr> 		 	<td valign="top"> <script language=javascript> <!-- function checkvalid(form) { 	var i; 	 	 for (i = 0; i < form.numq.value; i++) 	{ 		if(form.elements[i].checked) {			form.reponse.value = '1';			form.submit();			return true; 		} else {			alert('Veuillez rpondre  la question pour accder aux rsultats.');			return false; 		} 	} } //--> </script> <form name="form3" action="/default.asp" target="_self" method="post" onsubmit="javascript:checkvalid(form3);"><table id="table1" border='0' cellpadding='0' cellspacing='0' align=center><tr><td style='BACKGROUND-COLOR:#4e68a4; COLOR:#FFFFFF; FONT-FAMILY: arial,helvetica; FONT-WEIGHT:bold; FONT-SIZE:11px;' align=center>Quel est pour vous le plus grand danger pour votre informatique ?</td></tr><tr><td><table cellpadding=0 cellspacing=5><tr><td><tr><td><input type=radio name="q3" value=1 onclick="form.reponse.value = '1';document.form3.submit();"></td><td width='100%' style='FONT-WEIGHT:normal; FONT-FAMILY: arial,helvetica; COLOR:#333333; FONT-SIZE:11px;'>La casse matrielle</td></tr><tr><td><input type=radio name="q3" value=2 onclick="form.reponse.value = '1';document.form3.submit();"></td><td width='100%' style='FONT-WEIGHT:normal; FONT-FAMILY: arial,helvetica; COLOR:#333333; FONT-SIZE:11px;'>Les intrusions de l'extrieur</td></tr><tr><td><input type=radio name="q3" value=3 onclick="form.reponse.value = '1';document.form3.submit();"></td><td width='100%' style='FONT-WEIGHT:normal; FONT-FAMILY: arial,helvetica; COLOR:#333333; FONT-SIZE:11px;'>Les virus</td></tr><tr><td><input type=radio name="q3" value=4 onclick="form.reponse.value = '1';document.form3.submit();"></td><td width='100%' style='FONT-WEIGHT:normal; FONT-FAMILY: arial,helvetica; COLOR:#333333; FONT-SIZE:11px;'>Un accident (incendie)</td></tr><tr><td><input type=radio name="q3" value=5 onclick="form.reponse.value = '1';document.form3.submit();"></td><td width='100%' style='FONT-WEIGHT:normal; FONT-FAMILY: arial,helvetica; COLOR:#333333; FONT-SIZE:11px;'>Un collaborateur malhonnte</td></tr></td></tr></table></td></tr><tr><td colspan=2><input type=hidden name="numq" value="1"><input type=hidden name="reponse" value="0"></td></tr><tr><td align="center" colspan=2><input type=button name="valider" value="valider" id="submit1" onclick="checkvalid(form3)"></td></tr></form></table>   </td> 	 	</tr> 	 	</table> <a href="http://g.bcentral.fr/0BCFRwww/45462.118511"  style="COLOR:#4e68a4; FONT-WEIGHT:bold; TEXT-DECORATION:underline; FONT-SIZE:11px; " onMouseOver="window.status='http://www.bcentral.fr/Produits/RevendeursEtPartenairesMicrosoft/AchatDeLogicielsPrestationDeService.asp';return true; " onMouseOut="window.status='';return true;" onclick="null" location="ypGtreeNodes.Asp?BuildOneNodeAsLink">Pour en savoir plus sur les revendeurs Microsoft pour les PME</a> </td> <td width="1" valign="top"  style="BACKGROUND-COLOR:#EFF3F6; "><img src="/images/bump.gif" width="1" border="0" height="1" alt=""></td>	 </tr> </table></td>  </tr> </table></td></tr> 							<tr><td valign="top" height="100%"> 	<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"> 	<tr> 	 	<td><img src="/images/bump.gif" width="10" border="0" height="1" alt=""></td> 	 	<td valign="top"></td> 	 	</tr> 	</table></td></tr> 							<tr><td></td></tr> 							<tr><td valign="bottom"></td></tr> 						</table><!-- Content of the page End--> 					</td></tr>	 					 			</table> 			<!-- footer --> 			<table border="0" cellpadding="0" cellspacing="0" width="760" height="40"> <tr> <td align="middle"  style="BACKGROUND-COLOR:#4e68a4; COLOR:#FFFFFF; FONT-FAMILY: arial,helvetica; "><a href="http://g.bcentral.fr/0BCFRwww/45462.28483"  style="FONT-SIZE:11px; COLOR:#FFFFFF; FONT-FAMILY: arial,helvetica; " onMouseOver="window.status='http://www.bcentral.fr/help/termsofuse.asp';return true; " onMouseOut="window.status='';return true;" onclick="null" location="ypGtreeNodes.Asp?BuildOneNodeAsLink">Conditions d'utilisation</a>&nbsp;|&nbsp;<a href="http://g.bcentral.fr/0BCFRwww/45462.35987"  style="FONT-SIZE:11px; COLOR:#FFFFFF; FONT-FAMILY: arial,helvetica; " onMouseOver="window.status='http://www.bcentral.fr/help/privacy.asp';return true; " onMouseOut="window.status='';return true;" onclick="null" location="ypGtreeNodes.Asp?BuildOneNodeAsLink">Confidentialit</a>&nbsp;|&nbsp;<a href="http://g.bcentral.fr/0BCFRwww/45462.28667"  style="FONT-SIZE:11px; COLOR:#FFFFFF; FONT-FAMILY: arial,helvetica; " onMouseOver="window.status='http://www.bcentral.fr/contact/default.asp';return true; " onMouseOut="window.status='';return true;" onclick="null" location="ypGtreeNodes.Asp?BuildOneNodeAsLink">Contactez-nous</a>&nbsp;|&nbsp;<a href="http://g.bcentral.fr/0BCFRwww/45462.28484"  style="FONT-SIZE:11px; COLOR:#FFFFFF; FONT-FAMILY: arial,helvetica; " onMouseOver="window.status='http://www.bcentral.fr/help/default.asp';return true; " onMouseOut="window.status='';return true;" onclick="null" location="ypGtreeNodes.Asp?BuildOneNodeAsLink"> propos de Microsoft bCentral</a><br><img src="/images/bump.gif" width="1" border="0" height="5" alt=""> &copy; 2001 - 2003 Microsoft et ses fournisseurs. Tous droits rservs</td></tr></table> 	 	</body> </html> 
