<html> <head> <base href="http://www.bellapix.com"> <title> 	Bellapix.com : Laboratoire et Services Photo Numriques</title> <meta name="Description" content="Tirages photo num&eacute;rique, appareils photo numrique et accessoires Bellapix.com"> <meta name="Keywords" content="tirage, numerique, numeriques, labo, laboratoire, photo, photo numerique,rapide, qualite, qualit, moins cher,rduction, image, accessoires, photos, appareils, developpement, developpement en ligne, album, album photo,appareil photo numerique, digital, impression, impression photo,promo, photographique, photographie, tirages, travaux photo, tirage num&eacute;rique, tirage, tirage papier, album en ligne, galeries, photographe professionnel, photographe amateur, tlchargement, telechargement, gratuit, compact flash, smart media, carte mmoire, appareil photo numrique, appareils photo numriques, amis, famille, enfants, voyage, mariage, partage, partager,expos,expo photo"> <meta name="Robots" content="all"> <meta name="revisit-after" content="2 days"> <meta name="language" content="fr"> <meta name="resource-type" content="document"> <meta name="classification" content="informatique"> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="post-check:10"> <link rel="Stylesheet" href="/css/css.php?w=4"> <link rel="icon" href="/favicon.ico" type="image/x-icon">  <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> </head> <!-- TOP --> <body bgcolor="white" link="#0000FF" vlink="#0000FF" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"> <a name="top"> <center> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#F5F5E0" background="/gfx/topnav/bg.gif"> <tr> 	<td width="50%"><img width="1" height="72"></td> 	<td> 		<table border="0" cellpadding="0" cellspacing="0" width="760"> 		<tr> 			<td valign="top"><a target="_top" href="http://www.bellapix.com/"><img src="/gfx/bella_par_na.gif" border="0" hspace="2" width="200" height="44" alt="Bellapix.com"></a></td> 			<td valign="top"><img width="20" height="1"></td> 			<td valign="middle" class="TEXT3B">Laboratoire et services photo num&eacute;riques</td> 			<td><img width="1" height="44"></td> 			<td align="right"><a class="THINACTION" href="/about/index.php">&gt;Aide</a>&nbsp;</td> 		</tr> 		</table> 		<table border="0" cellpadding="0" cellspacing="0" width="760"> 		<tr valign="bottom"> 			<td><img width="135" height="1"></td> 							<td><a target="_top" href="http://www.bellapix.com/"><img alt="Page d'accueil" src="/gfx/topnav/home_0.gif" width="122" height="29" border="0"></a></td> 							<td><a target="_top" href="http://www.bellapix.com/shop/index.php/home/1"><img alt="Appareils photos numriques et accessoires" src="/gfx/topnav/shop_0.gif" width="122" height="29" border="0"></a></td> 							<td><a target="_top" href="http://www.bellapix.com/user/index.php"><img alt="Mon Compte" src="/gfx/topnav/user_0.gif" width="122" height="29" border="0"></a></td> 							<td><a target="_top" href="http://www.bellapix.com/cart/index.php"><img alt="Mon Panier" src="/gfx/topnav/cart_0.gif" width="122" height="29" border="0"></a></td> 							<td><a target="_top" href="http://www.bellapix.com/expos/public/index.php?public_mode=home"><img alt="Les Expos" src="/gfx/topnav/expos_1.gif" width="122" height="29" border="0"></a></td> 					</tr> 		</table> 	</td> 	<td width="50%"> 					<form name="webengine" action="index.php" method="post" enctype="multipart/form-data"> 			</td> </tr> </table> <script language="javascript"> // Glycero facility.js  function getDocumentObject(o_name) { 	return eval("document."+o_name) ; }  function getParamObject(p_name) { 	return eval("document.webengine."+p_name) ; }  function getParamObjectValue(p_name) { 	o = getParamObject(p_name) ; 	if (o) 	{ 		type = o.type ; 		if (type == 'select-one') 			return o.options[o.selectedIndex].value ; 		else if (type == 'hidden' || type == 'text' || type == 'password' || type == 'textarea') 			return o.value ; 		else if (o != null && o.checked != null) 		{ 			if (o.checked) return o.value ; 			return null ; 		} 		else if (o[0] != null && o[0].checked != null) 		{ 			var i ; 			var n = o.length ; 			for(i=0; i<n; i++) 			{ 				if (o[i].checked) return o[i].value ; 			} 			return null ; 		} 		else 			alert('getParamObjectValue : unknown type "'+type+'" for param '+p_name) ; 	} 	return null ; }  function setFocusOnParam(p_name) { o = getParamObject(p_name) ; if (o && o.focus) o.focus() ; }  function getParam(p_name) { o = getParamObject(p_name) ; if (o) return o.value ; } function setParam(p_name, p_value) { 	o = getParamObject(p_name) ; 	if (o) o.value = p_value ; 	else 		alert('Param '+p_name+' not found') ; }  function nextStep() { setParam('we_stepper', 'next') ; doStepper(null) ; } function prevStep() { setParam('we_stepper', 'prev') ; doStepper(null) ; } function closeSequence() { setParam('we_stepper', 'close') ; doStepper(null) ; } function cancelSequence() { setParam('we_stepper', 'cancel') ; doStepper(null) ; }  function topSequence(s, u1, u2) { 	setParam('we_stepper', 'top') ; 	setParam('we_sub', s) ; 	if (u2 != null && u2.length) 		setParam('we_return_url', u2) ; 	else 		setParam('we_return_url', window.location.pathname) ; 	doStepper(u1) ; }  function prepareEngine(a,s,u1,u2) { 	setParam('we_stepper', a) ; 	setParam('we_sub', s) ; 	if (u2 != null && u2.length) 		setParam('we_return_url', u2) ; 	else 		setParam('we_return_url', window.location.pathname) ; 	setAction(u1) ; }  function changeSequence(s, u1, u2) { 	setParam('we_stepper', 'change') ; 	setParam('we_sub', s) ; 	if (u2 != null && u2.length) 		setParam('we_return_url', u2) ; 	else 		setParam('we_return_url', window.location.pathname) ; 	doStepper(u1) ; }  function subSequence(s, u1, u2) { 	setParam('we_stepper', 'open') ; 	setParam('we_sub', s) ; 	if (u2 != null && u2.length) 		setParam('we_return_url', u2) ; 	else 		setParam('we_return_url', window.location.pathname) ; 	doStepper(u1) ; }  function rewindSequence(seq_name) { 	setParam('we_stepper', 'rewind') ; 	setParam('we_sub', seq_name) ; 	doStepper(null) ; }   function doStepper(u) { 	//if (window.onEventCheckDo != null && ! onEventCheckDo()) return ; 	//if (window.checkParamGroup != null && ! checkParamGroup()) return ; 	postWebEngine(u) ; }  function setAction(u) { if (u == null) document.webengine.action = ''; else document.webengine.action = u ; } function refresh() { document.webengine.submit() ; }  function doStepperNoAction(u) { 	setParam('we_stepper', '') ; 	setParam('we_sub', '') ; 	postWebEngine(u) ; }  function refreshNoAction() { 	setParam('we_stepper', '') ; 	setParam('we_sub', '') ; 	refresh() ; }  function postWebEngine(url) { 	if (url != null && url.length) setAction(url) ; 	//if (window.resetAllVolatileParam != null) resetAllVolatileParam() ; 	refresh() ; }  function convertArrayJSPHPSerialize(o) { 	serialize = 'a:'+o.length+':{' ; 	for(var i=0; i<o.length; i++) 	{ 		k = ''+i ; 		v = o[i] ? o[i] : '' ; 		serialize += 's:'+k.length+':"'+k+'";s:'+v.length+':"'+v+'";' ; 	} 	serialize = serialize + '}' ; 	return serialize ; }  // /Glycero facility.js // Glycero cookie management  function setCookie(name, value, expires) {         var re = /(\w+\.\w+)$/ ;         var host = window.location.host ; 	if (!host) return ;         var matches = host.match(re) ; 	if (!matches) 	{ 		re = /(\w+\.\w+):\d+$/ ;         	matches = host.match(re) ; 		if (!matches) 			return ; 			// alert("can't match domain in host '"+host+"'") ; 	}         var domain = matches[1] ;         if (expires && expires.length)         {                 expires = "; expires="+expires ;         }         else         {                 expires = "" ;         }         document.cookie = name+"="+value+"; path=/; domain=."+domain+expires ;         //alert(name+"="+value+"; path=/; domain=."+domain+expires) ; }  function checkCookieSession() { 	var bool = false ; 	document.cookie = "cksession=; expires=Fri, 02 Jan 1970 00:00:00 GMT" ; 	document.cookie = "cksession=yes" ; 	bool = (document.cookie.indexOf("cksession=yes") != -1) ; 	document.cookie = "cksession=; expires=Fri, 02 Jan 1970 00:00:00 GMT" ; 	return bool ; }  function checkCookieDisk() { 	var bool = false ; 	document.cookie = "ckdisk=; expires=Fri, 02 Jan 1970 00:00:00 GMT" ; 	var date = new Date() ; 	date.setFullYear(date.getFullYear()+1) ; 	document.cookie = "ckdisk=yes; expires="+date.toGMTString() ; 	bool = (document.cookie.indexOf("ckdisk=yes") != -1) ; 	document.cookie = "ckdisk=; expires=Fri, 02 Jan 1970 00:00:00 GMT" ; 	return bool ; }  function getCookie(name) { 	if (!name || !name.length) return "" ; 	var cookies = document.cookie ; 	var pattern = new RegExp("\s*"+name+"=([^;]*)") ; 	var matches = cookies.match(pattern) ; 	if (matches) return matches[1] ; 	return "" ; }  // /Glycero cookie management </script> <center> 	<table border="0" cellpadding="0" cellspacing="0" width="100%" CLASS="SUBNAVSIDES"> 		<tr align="center"> 			<td width="50%"><img width="1" height="20"></td> 			<td> 				<table border="0" cellpadding="0" cellspacing="0" width="750"> 				<tr>			 					<td nowrap align="left"><!-- BLOCK 'logininfos' 'global/blocks/logininfos/block.php' --> <table border="0" cellpadding="0" cellspacing="0"> 	<tr> 		<td> 			<div style="color:white;line-height:12px"> 			Utilisateur : <b>non connect&eacute;</b>&nbsp;&nbsp;<br> 						</div> 		</td> 		<td bgcolor="#FF7733" width="4"><img src="/gfx/topnav/sep.gif" width="4" height="28"></td> 	</tr> </table> <!-- /BLOCK 'logininfos' 'global/blocks/logininfos/block.php' --> 					</td> 		 					 											</tr> 				</table> 			</td> 			<td width="50%"><img width="1" height="28"></td> 		</tr> 	</table>  <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td align="center" bgcolor="black"><img width="1" height="1"></td></tr> </table>	 </center> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td align="center"> <table border="0" cellpadding="0" cellspacing="0" width="760"> <tr> <td><input type="hidden" name="current_theme_id" value="">   <input type="hidden" name="pager_page" value="0">  <input type="hidden" name="pager_n_items" value="13">  <input type="hidden" name="pager_n_per_page" value="10"> <input type="hidden" name="current_album_oid" value="">  <table border="0" width="100%" cellpadding="2" cellspacing="0">  <tr valign="top"> 	<td> 		<span class="TEXT3B">Bienvenue sur la Page Perso de scorpionne</span> 	</td> 	<td align="right"> 		<a target="homepage" href="http://perso.bellapix.com/scorpionne">http://perso.bellapix.com/scorpionne</a> 	</td> </tr> </table>  <table border="0" width="100%" cellpadding="2" cellspacing="0"> <tr valign="top">  	<td width="100"> 					<img src="/gfx/z.gif"  alt="scorpionne" width="100" height="100" border="1"><br> 					<img width="100" height="1" border="0"><br> 	</td> 	<td style="text-align:justify"> 			</td> 	<td><img width="10" height="1"></td> 	<td align="center"> 		<table border="0" class="HALFBOX" cellpadding="2" cellspacing="0"> 		<tr> 			<td> 				<font class="BLUE">Vous &ecirc;tes invit&eacute; par scorpionne et vous avez la clef d'un de ses albums&nbsp;?</font> 				<br> 				<input type="hidden" name="homepage_album_login" value=""> 				<table border="0" class="" cellpadding="2" cellspacing="0"> 								<tr> 					<td>	Saisissez la clef :</td> 					<td><input type="text" size="10" maxlength="8" name="homepage_album_clef" value=""></td> 					<td nowrap><a class="ACTION" href="/homepage/scorpionne" onclick="setParam('homepage_album_login', 'scorpionne');postWebEngine('/expos/viewer.php');return false">&gt; Voir cet album</a></td> 				</tr> 				</table> 			</td> 		</tr> 		</table> 	</td> </tr> </table> <br>  <table border="0" width="100%" cellpadding="2" cellspacing="0"> <tr> 	<td> 		<table border="0" cellpadding="0" cellspacing="0" width="100%"> 		<tr> 			<td colspan="2" class="TEXT2B" nowrap><font class="CTITLE">Albums publics de scorpionne</font></td> 		</tr> 		<tr> <!-- 			<td nowrap> 				<a class="SMALLACTION" href="/" onclick="return false">&gt;Faire un lien vers cette page perso</a> 			</td> --> 			<td colspan="2" align="right">&nbsp; 				1&nbsp;&middot;&nbsp;<a class="THINACTION" href="/homepage/scorpionne?pager_page=1">&nbsp;2&nbsp;</a>&nbsp;&middot;&nbsp;&nbsp;<a class="THINACTION" href="/homepage/scorpionne?pager_page=1">Suivant&gt;</a>			</td> 		</tr> 		<tr> 			<td colspan="2"> 							<table border="0" cellpadding="0" cellspacing="0" width="100%"> 				<tr> 					<td>&nbsp;</td> 					<td class="BLUE"><b>Album</b></td> 					<td class="BLUE"><b>Modifi&eacute; le</b></td> 					<td class="BLUE"><b>Th&egrave;me et sous-th&egrave;me</b></td> 					<td class="BLUE"><b>Messages</b></td> 				</tr> 				<tr> 					<td colspan="5" class="BOXBG"><img width="1" height="1"></td> 				</tr> 									<tr bgcolor="#FFF0CC"> 						<td><a href="/expos/public/viewer.php?current_album_oid=ALBUM3db462f991308"><img src="global/ACCOUNTS/USER3d81b5179216a/thumbnails/3db463ef72da1.jpg" border="0" alt="cendrillon" vspace="1"></a></td> 						<td> 							<a class="SMALLACTION" href="/expos/public/viewer.php?current_album_oid=ALBUM3db462f991308">cendrillon <small>(7 photos)</small></a> 						</td> 						<td> 01 dcembre 2002 </td> 						<td nowrap> 							<a class="ACTION" href="/expos/public/index.php?public_mode=galery&tid=07">Photos d'art</a>/<a class="ACTION" href="/expos/public/index.php?public_mode=galery&tid=0701">Insolite</a>						</td> 						<td nowrap> 							10 messages						</td> 					</tr> 									<tr bgcolor="#FFE099"> 						<td><a href="/expos/public/viewer.php?current_album_oid=ALBUM3db45ced9f097"><img src="ACCOUNTS/USER3d81b5179216a/thumbnails/3db45d92614ee.jpg" border="0" alt="fleurs" vspace="1"></a></td> 						<td> 							<a class="SMALLACTION" href="/expos/public/viewer.php?current_album_oid=ALBUM3db45ced9f097">fleurs <small>(5 photos)</small></a> 						</td> 						<td> 21 octobre 2002 </td> 						<td nowrap> 							<a class="ACTION" href="/expos/public/index.php?public_mode=galery&tid=07">Photos d'art</a>/<a class="ACTION" href="/expos/public/index.php?public_mode=galery&tid=0701">Insolite</a>						</td> 						<td nowrap> 							1 messages						</td> 					</tr> 									<tr bgcolor="#FFF0CC"> 						<td><a href="/expos/public/viewer.php?current_album_oid=ALBUM3db45e2edab7d"><img src="ACCOUNTS/USER3d81b5179216a/thumbnails/3db45e79d7f5c.jpg" border="0" alt="n &amp; b" vspace="1"></a></td> 						<td> 							<a class="SMALLACTION" href="/expos/public/viewer.php?current_album_oid=ALBUM3db45e2edab7d">n & b <small>(3 photos)</small></a> 						</td> 						<td> 21 octobre 2002 </td> 						<td nowrap> 							<a class="ACTION" href="/expos/public/index.php?public_mode=galery&tid=07">Photos d'art</a>/<a class="ACTION" href="/expos/public/index.php?public_mode=galery&tid=0704">N & B</a>						</td> 						<td nowrap> 							3 messages						</td> 					</tr> 									<tr bgcolor="#FFE099"> 						<td><a href="/expos/public/viewer.php?current_album_oid=ALBUM3db4647a2de9b"><img src="ACCOUNTS/USER3d81b5179216a/thumbnails/3db46664507ac.jpg" border="0" alt="toile" vspace="1"></a></td> 						<td> 							<a class="SMALLACTION" href="/expos/public/viewer.php?current_album_oid=ALBUM3db4647a2de9b">toile <small>(6 photos)</small></a> 						</td> 						<td> 21 octobre 2002 </td> 						<td nowrap> 							<a class="ACTION" href="/expos/public/index.php?public_mode=galery&tid=07">Photos d'art</a>/<a class="ACTION" href="/expos/public/index.php?public_mode=galery&tid=0701">Insolite</a>						</td> 						<td nowrap> 							0 messages						</td> 					</tr> 									<tr bgcolor="#FFF0CC"> 						<td><a href="/expos/public/viewer.php?current_album_oid=ALBUM3dcaeb7a1eb1a"><img src="global/ACCOUNTS/USER3d81b5179216a/thumbnails/3dcaede56f136.jpg" border="0" alt="bouche" vspace="1"></a></td> 						<td> 							<a class="SMALLACTION" href="/expos/public/viewer.php?current_album_oid=ALBUM3dcaeb7a1eb1a">bouche <small>(5 photos)</small></a> 						</td> 						<td> 07 novembre 2002 </td> 						<td nowrap> 							<a class="ACTION" href="/expos/public/index.php?public_mode=galery&tid=07">Photos d'art</a>/<a class="ACTION" href="/expos/public/index.php?public_mode=galery&tid=0701">Insolite</a>						</td> 						<td nowrap> 							0 messages						</td> 					</tr> 									<tr bgcolor="#FFE099"> 						<td><a href="/expos/public/viewer.php?current_album_oid=ALBUM3db44bc6327c1"><img src="ACCOUNTS/USER3d81b5179216a/thumbnails/3db44ebe8c044.jpg" border="0" alt="araignee" vspace="1"></a></td> 						<td> 							<a class="SMALLACTION" href="/expos/public/viewer.php?current_album_oid=ALBUM3db44bc6327c1">araignee <small>(6 photos)</small></a> 						</td> 						<td> 21 octobre 2002 </td> 						<td nowrap> 							<a class="ACTION" href="/expos/public/index.php?public_mode=galery&tid=07">Photos d'art</a>/<a class="ACTION" href="/expos/public/index.php?public_mode=galery&tid=0703">Portraits</a>						</td> 						<td nowrap> 							2 messages						</td> 					</tr> 									<tr bgcolor="#FFF0CC"> 						<td><a href="/expos/public/viewer.php?current_album_oid=ALBUM3d81b55dc6332"><img src="ACCOUNTS/USER3d81b5179216a/thumbnails/3d81b5377f334.jpg" border="0" alt="Portraits" vspace="1"></a></td> 						<td> 							<a class="SMALLACTION" href="/expos/public/viewer.php?current_album_oid=ALBUM3d81b55dc6332">Portraits <small>(13 photos)</small></a> 						</td> 						<td> 27 dcembre 2002 </td> 						<td nowrap> 							<a class="ACTION" href="/expos/public/index.php?public_mode=galery&tid=07">Photos d'art</a>/<a class="ACTION" href="/expos/public/index.php?public_mode=galery&tid=0703">Portraits</a>						</td> 						<td nowrap> 							2 messages						</td> 					</tr> 									<tr bgcolor="#FFE099"> 						<td><a href="/expos/public/viewer.php?current_album_oid=ALBUM3db45033ee8bc"><img src="ACCOUNTS/USER3d81b5179216a/thumbnails/3db451b650ad8.jpg" border="0" alt="chenonceau" vspace="1"></a></td> 						<td> 							<a class="SMALLACTION" href="/expos/public/viewer.php?current_album_oid=ALBUM3db45033ee8bc">chenonceau <small>(6 photos)</small></a> 						</td> 						<td> 21 octobre 2002 </td> 						<td nowrap> 							<a class="ACTION" href="/expos/public/index.php?public_mode=galery&tid=02">Art & Culture</a>/<a class="ACTION" href="/expos/public/index.php?public_mode=galery&tid=0201">Peinture</a>						</td> 						<td nowrap> 							0 messages						</td> 					</tr> 									<tr bgcolor="#FFF0CC"> 						<td><a href="/expos/public/viewer.php?current_album_oid=ALBUM3dc0518882925"><img src="global/ACCOUNTS/USER3d81b5179216a/thumbnails/3dc053a9c70b9.jpg" border="0" alt="portraits" vspace="1"></a></td> 						<td> 							<a class="SMALLACTION" href="/expos/public/viewer.php?current_album_oid=ALBUM3dc0518882925">portraits <small>(6 photos)</small></a> 						</td> 						<td> 30 octobre 2002 </td> 						<td nowrap> 							<a class="ACTION" href="/expos/public/index.php?public_mode=galery&tid=07">Photos d'art</a>/<a class="ACTION" href="/expos/public/index.php?public_mode=galery&tid=0701">Insolite</a>						</td> 						<td nowrap> 							6 messages						</td> 					</tr> 									<tr bgcolor="#FFE099"> 						<td><a href="/expos/public/viewer.php?current_album_oid=ALBUM3e15cc2c32c92"><img src="global/ACCOUNTS/USER3d81b5179216a/thumbnails/3e15cd9ad7272.jpg" border="0" alt="rose n&amp;b" vspace="1"></a></td> 						<td> 							<a class="SMALLACTION" href="/expos/public/viewer.php?current_album_oid=ALBUM3e15cc2c32c92">rose n&b <small>(6 photos)</small></a> 						</td> 						<td> 03 janvier 2003 </td> 						<td nowrap> 							<a class="ACTION" href="/expos/public/index.php?public_mode=galery&tid=07">Photos d'art</a>/<a class="ACTION" href="/expos/public/index.php?public_mode=galery&tid=0704">N & B</a>						</td> 						<td nowrap> 							2 messages						</td> 					</tr> 								</table> 						</td> 		</tr> 		<tr> 			<td colspan="2" class="BOXBG"><img width="1" height="1"></td> 		</tr> 		</table> 	</td> </tr>  </table>   		<br> 		</td> 	</tr> </table> 		</td> 	</tr> </table> <center> <table border="0" cellpadding="0" cellspacing="0" width="760"> 	<tr> 		<td bgcolor="black"><img width="1" height="1"></td> 	</tr> 	<tr> 		<td align="center"> 			<table border="0" cellpadding="2" cellspacing="0" width="760"> 				<tr> 					<td align="center"> 						<a class="THINALLACTION" style="text-decoration:none" href="" onclick="addBmk();return false">Ajouter  mes favoris</a> 						- 						<a class="THINALLACTION" style="text-decoration:none" href="/about/index.php?about_tid=about%2Fnasa">Infos soci&eacute;t&eacute;</a> 						- 						<a class="THINALLACTION" style="text-decoration:none" href="/about/index.php?about_tid=about%2Fsales">Conditions g&eacute;n&eacute;rales de vente</a> 						- 						<a class="THINALLACTION" style="text-decoration:none" href="/about/index.php?about_tid=about%2Fsales%2Fshoot">Tarifs et d&eacute;lais de livraison</a> 						- 						<a class="THINALLACTION" style="text-decoration:none" href="/visite/index.php?page=liens">Partenaires</a> 						- 						<a class="THINALLACTION" style="text-decoration:none" href="/about/index.php?about_tid=about%2Fcontact">Contacts</a> 						- 						<a class="THINALLACTION" style="text-decoration:none" href="/about/index.php">Aide</a><br> 						Copyright &copy; Bellapix / NotreAlbum SA. Tous droits r&eacute;serv&eacute;s 					</td> 				</tr> 			</table> 		</td> 	</tr> </table> </center>  <input type="hidden" name="we_sid" value="WEBENGINE3ea516e923e77"> <input type="hidden" name="we_sequence" value=""> <input type="hidden" name="we_stepper" value=""> <input type="hidden" name="we_sub" value=""> <input type="hidden" name="we_return_url" value=""> <input type="hidden" name="we_event" value=""> <input type="hidden" name="we_path" value="">  </form> <script language="javascript"> //setCookie('we_sid', 'WEBENGINE3ea516e923e77', 'Wed, 21 Apr 2004 10:18:17') ; // for each page -> if a session problem occure, a new sid will be generated so we set the we_sid cookie in each page setCookie('we_sid', 'WEBENGINE3ea516e923e77', '') ; // for each page -> if a session problem occure, a new sid will be generated so we set the we_sid cookie in each page  function addBmk() { 	if ((navigator.appName.indexOf("Microsoft",0)>=0) && (parseInt(navigator.appVersion)>=4)) { 		window.external.AddFavorite("http://www.bellapix.com","Bellapix : Laboratoire et services photo numriques" ); 	} else { 	     alert("Pressez CTRL + D pour ajouter Bellapix  vos favoris") 	} }  </script> <!-- eStat --> <SCRIPT LANGUAGE="JavaScript"> <!-- function _estatl(_s, _g, _p, _c) { 	var _S="http://prof.estat.com/m/web/"; 	var _M=_s+"?";_M+="n="+Math.round(Math.random()*1000000000); 	if(_g!="") 		_M+="&g="+_g; 	_M+="&c="+escape(_c); 	_M+="&p="+escape(_p); 	var _D=new Date(); 	_M+="&d="+_D.getTime()+":"+_D.getTimezoneOffset()/60; 	var _R= escape(window.document.referrer); 	if (_R=="undefined"||_R=="") 		_R="_bm_"; 	_M+="&r="+_R; 	if(typeof(screen)=="object") 	{ 		_M+="&scw="+screen.width; 		_M+="&sch="+screen.height; 		_M+="&scp="+screen.colorDepth 	}; 	var _K=(navigator.cookieEnabled?1:0); 	_M+="&k="+_K; 	var _KD=0; 	_D.setFullYear(_D.getFullYear()+1); 	document.cookie="ckd=yes; expires="+ _D.toGMTString(); 	_KD=(document.cookie.indexOf("ckd=yes")!=-1?1:0); 	if(_KD) 		document.cookie="ckd=; expires=Fri, 02 Jan 1970 00:00:00 GMT"; 	_M+="&kd="+_KD; 	_M+="&st=1"; 	_M+="&sjs=1"; 	document.write('<IMG BORDER="0" WIDTH="1" HEIGHT="1" SRC="'+_S+_M+'">'); } _estatl('22902963016','','expos/pageperso','expos'); //--> </SCRIPT> <NOSCRIPT> <IMG SRC="http://prof.estat.com/m/web/22902963016?p=expos%2Fpageperso&c=expos&st=0&sjs=0" BORDER="0" WIDTH="1" HEIGHT="1"> </NOSCRIPT> <!-- /eStat -->  </div> </body> </html> 
