<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>www.3DVF.com, Le Magazine Online de la 3d Francophone</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="Keywords" lang="fr" content="3DVF,3dvf,3DFR,3dfr,#3dfr,3dartistvf,3dartistevf,3dartistesvf,portail,3d,3D,artiste,image,artiste,news,info,tut,tutoriaux,tutoriel,tutorial,article,dossier,infographie,video,design,france,francais,fran&ccedil;ais,francophone,fr,discreet,alias,avid,newtek,trailer,trailers,inspiration,cr&eacute;ation"> <meta name="Description" content="Bienvenue sur 3DVF, le portail de l'infographie 3D francophone."> <meta name="Title" content="3DArtisteVF"> <meta name="Identifier-URL" content='http://www.3dvf.com/'> <meta name="Publisher" content="3DVF"> <meta name="Copyright" content="Copyright 3DVF"> <meta name="robots" content="follow,index,all"> <meta name="Author" lang="fr" content="3DVF"> <meta name="Classification" content="informatique,internet"> <meta name="distribution" content="global"> <meta name="REVISIT-AFTER" content="7 days"> <link href="/3dvf_v4.css" rel="stylesheet" type="text/css"> </head> <BODY bgColor=#CFCDBE leftMargin=0 topMargin=0 marginwidth="0" marginheight="0"> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr>  <td width="1" rowspan="4" bgcolor="#333333"><img src="/images/interface/pix.gif" width="1" height="1">  </td>     <td> <div align="center">       <!--htdig_noindex-->  <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0><TR>     <TD width=360 bgColor=#777870><DIV align=left><A href="/index.php?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" name="logo"><IMG height=75 src="/images/interface/logo/logo5.jpg" width=377  border=0></A></DIV></TD><TD width=638 bgColor=#777870><div align="center"> <script language='JavaScript' type='text/javascript'> <!--    if (!document.phpAds_used) document.phpAds_used = ',';    document.write ("<" + "script language='JavaScript' type='text/javascript' src='");    document.write ("http://advert.3dvf.com/adjs.php?n=ab4c4691");    document.write ("&amp;what=zone:2");    document.write ("&amp;exclude=" + document.phpAds_used);    document.write ("'><" + "/script>"); //--> </script><noscript><a href='http://advert.3dvf.com/adclick.php?n=ab4c4691'><img src='http://advert.3dvf.com/adview.php?what=zone:2&amp;n=ab4c4691' border='0' alt=''></a></noscript>  	 	</div></TD></TR></TBODY></TABLE> <TABLE cellSpacing=1 cellPadding=0 width="100%" bgColor=#0f1d2d border=0 class="MenuEntete">   <TR bgColor=#E8E8E1>      <TD><a href="/modules/publish/menu/_0_10_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="MenuEntete">Actualits</a></TD> 	<TD><a href="/modules/boutique/index.php?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="MenuEntete">Boutique</a></TD> 	<TD><a href="/modules/publish/menu/_0_11_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="MenuEntete">Logiciels</a></TD> 	<TD><a href="/modules/publish/menu/_0_12_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="MenuEntete">Tutoriels</a></TD> 	<TD><a href="/modules/search/?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="MenuEntete">Rechercher</a></TD> 	<TD><a href="/modules/newsgroup/?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="MenuEntete">Newsgroups</a></TD> 	<TD><a href="/modules/publish/menu/_0_212_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="MenuEntete">Concours</a></DIV></TD> 	<!--<TD><a href="http://www.3dvf.com/ressources/index.php" class="MenuEntete">Ressources</a></DIV></TD>--> 	<TD><a href="/modules/publish/menu/_0_454_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="MenuEntete">Galerie</a></DIV></TD> 	<TD><a href="/modules/wip/?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="MenuEntete">Wip</a></TD> 	<TD><a href="/modules/emplois/index.php?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="MenuEntete">Emplois</a></TD> 	<TD><a href="/modules/faq/index.php?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="MenuEntete">FAQ</a></TD> </TR></TABLE> <script language="JavaScript"> <!-- var sURL = unescape(window.location.pathname); setTimeout( "refresh()",1000*60*10); function refresh(){document.location.reload();}//window.location.href = sURL;  function getCookieVal (offset) {   var endstr = document.cookie.indexOf (";", offset);   if (endstr == -1)     endstr = document.cookie.length;   return unescape(document.cookie.substring(offset, endstr)); }  function GetCookie (name) {   var arg = name + "=";   var alen = arg.length;   var clen = document.cookie.length;   var i = 0;   while (i < clen) {     var j = i + alen; 	   if (document.cookie.substring(i, j) == arg)      return getCookieVal (j);     i = document.cookie.indexOf(" ", i) + 1;     if (i == 0) break;    }   return null; }   //      SetCookie (myCookieVar, cookieValueVar, null, "/myPath", null, true); function SetCookie(name, value) { 	var date=new Date(); 	//var oyfn=date.getTime()+(365*24*60*60*1000);   var argv = SetCookie.arguments;   var argc = SetCookie.arguments.length;   var expires = (argc > 2) ? argv[2] : null;   var path = (argc > 3) ? argv[3] : null;   var domain = (argc > 4) ? argv[4] : null;   var secure = (argc > 5) ? argv[5] : false;   document.cookie = name + "=" + escape (value) +     ((expires == null) ? "" : ("; expires=" + (new Date((new Date()).getTime() + expires*3600000)).toGMTString()) ) +     ((path == null) ? "" : ("; path=" + path)) +     ((domain == null) ? "" : ("; domain=" + domain)) +     ((secure == true) ? "; secure" : ""); }  function DeleteCookie (name) {   var exp = new Date();   exp.setTime (exp.getTime() - 1);   var cval = GetCookie (name);   if (cval != null)     document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString(); }  // This next little bit of code tests whether the user accepts cookies. var WM_acceptsCookies = false; if(document.cookie == '') {   document.cookie = 'WM_acceptsCookies=yes'; // Try to set a cookie.   if(document.cookie.indexOf('WM_acceptsCookies=yes') != -1) {    WM_acceptsCookies = true;    }// If it succeeds, set variable } else { // there was already a cookie WM_acceptsCookies = true; }   function WM_setCookie (name, value, hours, path, domain, secure) {   if (WM_acceptsCookies) { // Don't waste your time if the browser doesn't accept cookies.    var not_NN2 = (navigator && navigator.appName                 && (navigator.appName == 'Netscape')                 && navigator.appVersion                 && (parseInt(navigator.appVersion) == 2))?false:true;     if(hours && not_NN2) { // NN2 cannot handle Dates, so skip this part        if ( (typeof(hours) == 'string') && Date.parse(hours) ) { // already a Date string         var numHours = hours;        } else if (typeof(hours) == 'number') { // calculate Date from number of hours         var numHours = (new Date((new Date()).getTime() + hours*3600000)).toGMTString();        }    }    document.cookie = name + '=' + escape(value) + ((numHours)?(';expires=' + numHours):'') + ((path)?';path='  + path:'') + ((domain)?';domain=' + domain:'') + ((secure && (secure == true))?'; secure':''); // Set the cookie, adding any parameters that were specified.   } } // WM_setCookie   function WM_readCookie(name) {   if(document.cookie == '') { // there's no cookie, so go no further    return false;    } else { // there is a cookie    var firstChar, lastChar;    var theBigCookie = document.cookie;    firstChar = theBigCookie.indexOf(name);     // find the start of 'name'    var NN2Hack = firstChar + name.length;    if((firstChar != -1) && (theBigCookie.charAt(NN2Hack) == '=')) { // if you found the cookie        firstChar += name.length + 1; // skip 'name' and '='        lastChar = theBigCookie.indexOf(';', firstChar); // Find the end of the value string (i.e. the next ';').        if(lastChar == -1) lastChar = theBigCookie.length;        return unescape(theBigCookie.substring(firstChar, lastChar));    } else { // If there was no cookie of that name, return false.        return false;    }   }      } // WM_readCookie  function WM_killCookie(name, path, domain) { var theValue = WM_readCookie(name); // We need the value to kill the cookie if(theValue) {     document.cookie = name + '=' + theValue + '; expires=Fri, 13-Apr-1970 00:00:00 GMT' + ((path)?';path='  + path:'') + ((domain)?';domain=' + domain:''); // set an already-expired cookie } } // WM_killCookie //  --> </script> <!--/htdig_noindex-->       </div></td> <td width="1" rowspan="4" bgcolor="#333333"><img src="/images/interface/pix.gif" width="1" height="1"></td> </tr> <tr>  <td>&nbsp;<img src="/images/interface/pix.gif" width="15" height="15"></td> </tr> <tr>  <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr>            <td width="140" valign="top">              <div align="center">                <!--htdig_noindex-->  <TABLE cellSpacing="1" cellPadding="0" width="121" align="center" bgColor=#ffffff border="0" class=InterfaceMenuMedium> <TH bgColor="#3399CC" background="/images/interface/icons/icone_bouton_menu.gif" class=InterfaceMenuTitre>Membres</TH> <TR><td bgColor=#dadace class="InterfaceMenuMedium"><A href="/index.php?Protected=true&redir=Lw==&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Connexion</A></td></TR> <TR><td bgColor=#dadace class="InterfaceMenuMedium"><A href="/modules/membre/create_cpt/index.php?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Souscription</A></td></TR> <TR>     <td bgColor=#dadace class="InterfaceMenuMedium"><A href="javascript:WM_setCookie('InterfaceFix', 'y', 3600000,'/');location.href='/'"  onmousedown="" class="InterfaceMenuMedium"><img src="/images/interface/interface_reduire.gif" border="0"></A></td>   </TR> </TABLE>  <BR>  <TABLE cellSpacing="1" cellPadding="0" width="120" align="center" bgColor=#ffffff border="0">     <TH width="118" background="/images/interface/icons/icone_bouton_menu.gif" bgColor="#3399CC" class="InterfaceMenuTitre">Actualit</TH> <TR><td bgColor="#e8e8e1" class=InterfaceMenuClair><A href="/modules/publish/_792_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">Interview de Marco Patrito - SINKHA / HYLEYN</A></td></TR> <TR><td bgColor="#e8e8e1" class=InterfaceMenuClair><A href="/modules/publish/_781_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">Maya 4.5 -  Prsentation</A></td></TR> <TR><td bgColor="#e8e8e1" class=InterfaceMenuClair><A href="/modules/publish/_779_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">IMAGINA 2004 - Avant-premire</A></td></TR> <TR><td bgColor="#e8e8e1" class=InterfaceMenuClair><A href="/modules/publish/_778_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">ZBrush 1.55 - Pixologic</A></td></TR> <TR><td bgColor="#e8e8e1" class=InterfaceMenuClair><A href="/modules/publish/_777_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">Bundle Poser 5 / Carrara Studio 2</A></td></TR> <TR><td bgColor="#e8e8e1" class=InterfaceMenuClair><A href="/modules/publish/_776_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">Maya 5 et Quadro FX repousse les limites du rendu</A></td></TR> <TR><td bgColor="#e8e8e1" class=InterfaceMenuClair><A href="/modules/publish/_775_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">Maya 5 est le premier  intgrer mental ray 3.2</A></td></TR> <TR><td bgColor="#e8e8e1" class=InterfaceMenuClair><A href="/modules/publish/_774_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">Maya 5 et RAViX III dElectric Rain</A></td></TR> <TR><td bgColor="#e8e8e1" class=InterfaceMenuClair><A href="/modules/publish/_773_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">Alias|Wavefront annonce Maya 5</A></td></TR> <TR><td bgColor="#e8e8e1" class=InterfaceMenuClair><A href="/modules/publish/_772_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">Offres spciales PNY/Discreet</A></td></TR>  <TR><td bgColor=#AFB0A2 class=InterfaceMenuFonce><div align="right">&gt;&gt;&gt;          <a href="/modules/publish/menu/_0_0_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuFonce">Suite</a></div></td></TR> </TABLE> <BR>  <TABLE cellSpacing="1" cellPadding="0" width="121" align="center" bgColor=#ffffff border="0">     <TH bgColor="#3399CC" background="/images/interface/icons/icone_bouton_menu.gif" class="InterfaceMenuTitre">M@gazine</TH> <TR><td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/menu/_0_10_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Actualit</A></td></TR> <TR><td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/menu/_0_123_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Dossiers</A></td></TR> <TR><td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/menu/_0_182_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Interviews</A></td></TR> <TR><td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/menu/_0_212_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Concours</A></td></TR> <TR><td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/menu/_0_11_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Logiciels</A></td></TR> <TR><td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/menu/_0_380_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Plugins</A></td></TR> <TR>     <td bgColor="#dadace" class=InterfaceMenuClair><A href="/modules/publish/menu/_0_458_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">Formations</A></td>   </TR> <TR>     <td bgColor=#AFB0A2 class=InterfaceMenuFonce><div align="right"><A href="/modules/publish/menu/_0_0_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuFonce">autre...</A></div></td>   </TR> <TR><td bgColor="#e8e8e1" class=InterfaceMenuClair><A href="/modules/inspiration/menu/_1_0_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">Court-mtrage</A></td></TR> <TR><td bgColor="#e8e8e1" class=InterfaceMenuClair><A href="/modules/inspiration/menu/_2_0_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">Jeux Video</A></td></TR> <TR><td bgColor="#e8e8e1" class=InterfaceMenuClair><A href="/modules/inspiration/menu/_3_0_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">Cinema</A></td></TR>  </TABLE> <BR> <TABLE cellSpacing="1" cellPadding="0" width="121" align="center" bgColor=#ffffff border="0">   <TH bgColor="#3399CC"  background="/images/interface/icons/icone_bouton_menu.gif" class="InterfaceMenuTitre">Logiciels</TH>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/Logiciels_328_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">3ds        max</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/Logiciels_260_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Amapi</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/Logiciels_475_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Bryce</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/Logiciels_259_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Carrara        Studio</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/Logiciels_477_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Cinema4D</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/Logiciels_285_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Combustion</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/Logiciels_483_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">LightWave</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/Logiciels_220_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Maya</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/Logiciels_507_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Photoshop</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/Logiciels_489_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Rhino3D</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/Logiciels_501_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Softimage|XSI</A></td>   </TR>   <TR>     <td bgColor=#AFB0A2 class=InterfaceMenuFonce><div align="right"><A href="/modules/publish/menu/_0_11_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuFonce">autre...</A></div></td>   </TR> </TABLE> <BR> <TABLE cellSpacing="1" cellPadding="0" width="121" align="center" bgColor=#ffffff border="0">   <TH bgColor="#3399CC" background="/images/interface/icons/icone_bouton_menu.gif" class="InterfaceMenuTitre">Tutoriels</TH>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/menu/Tutoriels_0_438_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">3ds        max</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/menu/Tutoriels_0_439_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Amapi</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/menu/Tutoriels_0_440_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Animation        Master</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/menu/Tutoriels_0_441_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Boujou</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/menu/Tutoriels_0_442_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Bryce</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/menu/Tutoriels_0_443_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Cinema4D</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/menu/Tutoriels_0_444_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Combustion</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/menu/Tutoriels_0_445_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">LightWave</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/menu/Tutoriels_0_446_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Maya</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/menu/Tutoriels_0_447_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Mental        Ray</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/menu/Tutoriels_0_448_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Photoshop</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/menu/Tutoriels_0_449_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Rhino3D</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/menu/Tutoriels_0_450_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Softimage|3D</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/publish/menu/Tutoriels_0_46_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Softimage|XSI</A></td>   </TR>   <TR>     <td bgColor=#dadace class=InterfaceMenuMedium>&nbsp;</td>   </TR>   <TR>     <td bgColor=#AFB0A2 class=InterfaceMenuFonce><div align="right"><A href="/modules/publish/menu/_0_12_.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuFonce">autre...</a></div></td>   </TR> </TABLE> <br> <br> <!--/htdig_noindex-->            </div></td>           <td valign="top">              <div align=center><table width=100% border=0 cellspacing=0 cellpadding=0 align=center><tr><td width=199 height=18 class=OngletTitres><TABLE width=199 height=18 border=0 align=left  cellPadding=0 cellSpacing=0><TR><TD width=199 height=18 align=middle background="/images/interface/onglet.gif" class=OngletTitres><div align=center><strong><nobr><font class=OngletTitres>Actualit&eacute;&nbsp;3DVF</font></nobr></strong></div></TD></TR></TABLE></td><td width=80% height=2 class=OngletGradiant nowrap><div align=right><img src=/images/interface/ban_gradient_clair.gif width=127 height=18></div></td><td width=20% height=2 bgcolor=#e8e8e1 class=OngletGradiant nowrap><div align=right><a href="/modules/contacts/index.php?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="OngletGradiant">Contact</a>&nbsp;|&nbsp;<a href="/modules/contacts/pub.php?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="OngletGradiant">Publicit</a>&nbsp;</div></td></tr></table><TABLE cellSpacing=1 cellPadding=4 width=100% bgColor=#0f1d2d border=0><TR> <td valign=top bordercolor=#dadace align=middle bgcolor=#E8E8E1 width=100%><TABLE cellPadding=4 width=100%><TR> <td valign=top align=middle bgcolor=#E8E8E1 width=25%><table cellspacing=0 cellpadding=0  width=100% border=0 align=middle><tr><td valign=top align=center><div align=middle><a href="/modules/publish/_792_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img height=45 alt="Interview de Marco Patrito - SINKHA / HYLEYN" src="/DATA/PUBLISH/ICONS/sinkha.gif"  width=45 border=0></a></div></td></tr><tr><td valign=top  align=middle><div align=middle><a class="PublishHeaderHomeLink" href="/modules/publish/_792_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd">Interview de Marco Patrito - SINKHA / HYLEYN</a></div></td></tr></table></td><TD vAlign=top borderColor=#dadace align=middle bgColor=#E8E8E1 width=25%><table cellspacing=0 cellpadding=0  width=100% border=0 align=middle><tr><td valign=top align=center><div align=middle><a href="/modules/publish/_781_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img height=45 alt="Maya 4.5 -  Prsentation" src="/DATA/PUBLISH/ICONS/maya.gif"  width=45 border=0></a></div></td></tr><tr><td valign=top  align=middle><div align=middle><a class="PublishHeaderHomeLink" href="/modules/publish/_781_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd">Maya 4.5 -  Prsentation</a></div></td></tr></table></TD><TD vAlign=top borderColor=#dadace align=middle bgColor=#E8E8E1 width=25%><table cellspacing=0 cellpadding=0  width=100% border=0 align=middle><tr><td valign=top align=center><div align=middle><a href="/modules/publish/_779_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img height=45 alt="IMAGINA 2004 - Avant-premire" src="/DATA/PUBLISH/ICONS/imagina.gif"  width=45 border=0></a></div></td></tr><tr><td valign=top  align=middle><div align=middle><a class="PublishHeaderHomeLink" href="/modules/publish/_779_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd">IMAGINA 2004 - Avant-premire</a></div></td></tr></table></TD><TD vAlign=top borderColor=#dadace align=middle bgColor=#E8E8E1 width=25%><table cellspacing=0 cellpadding=0  width=100% border=0 align=middle><tr><td valign=top align=center><div align=middle><a href="/modules/publish/_778_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img height=45 alt="ZBrush 1.55 - Pixologic" src="/DATA/PUBLISH/ICONS/zbrush.gif"  width=45 border=0></a></div></td></tr><tr><td valign=top  align=middle><div align=middle><a class="PublishHeaderHomeLink" href="/modules/publish/_778_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd">ZBrush 1.55 - Pixologic</a></div></td></tr></table></TD></TR></TD></TR></table><tr bgcolor=#AFB0A2><td class=NewsDate colspan=4>News du 23/04/2003</td></tr><tr bgcolor=#E8E8E1><td bgcolor=#E8E8E1 class=NewsText colspan=4>-  Nous vous proposons une interview de <a class="NewsLinks"  href="http://www.3dvf.com/modules/publish/_792_1.html" target="_blank"><STRONG>Marco Patrito</STRONG></A>, le talentueux crateur de <STRONG>Sinkha</STRONG>, un univers fantastique dit en comics et en bd multimdia sur lequel il travail depuis plus de 10 ans maintenant.<br>-  Le&nbsp;site officiel de <a class="NewsLinks"  href="http://kaena.lycos.fr/" target="_blank"><STRONG>Kaena, La Prophetie</STRONG></A> vient d'tre mis en ligne&nbsp;aujourd'hui. Le film sort en salle le 4 juin, et une nouvelle bande-annonce digne de ce nom est enfin&nbsp;disponible.<br>-  L'<a class="NewsLinks"  href="http://www.afjv.com/press/030424_rencontre.htm" target="_blank">Agence Franaise pour le Jeux Vido </A>(AFJV) propose une rencontre entre professionnels de l'industrie du Multimdia et des Jeux Vidos, demain soir  19h sur Paris.<br>-  Comme vous l'aurez remarqu,&nbsp;<a class="NewsLinks"  href="http://www.3dvf.com/modules/boutique/index.php?dist=2" target="_blank">les produits <STRONG>Alias|Wavefront</STRONG></A>&nbsp;sont disponibles dans la boutique 3DVF. En attendant sa sortie imminente, la mise  jour vers Maya 5 est gratuite pour l'achat d'une version 4.5.&nbsp;Pour remercier ses clients de l'Oscar que vient de recevoir Maya, Alias|Wavefront propose aussi jusqu'au 20 Juin prochain aux possesseurs de Maya Complete la mise  jour vers Maya Unlimited pour 2,729 au lieu de 5429. N'hsitez pas  <a class="NewsLinks"  href="mailto:info@3dvf.com" target="_blank">nous contacter</A>&nbsp;pour tous renseignements.<br>-  <STRONG>Weta Digital</STRONG> recherche encore quelques personnes trs exprimentes pour travailler sur le troisime volet du <a class="NewsLinks"  href="http://www.2-pop.com/ubbthreads/showflat.php?Cat=&amp;Board=jobs&amp;Number=591961&amp;page=0&amp;view=collapsed&amp;sb=5&amp;o=14&amp;fpart=1" target="_blank">Seigneur des Anneaux : Le Retour du Roi</A>.<br>-  Dcouvrez <a class="NewsLinks"  href="http://www.photomodeler.com/pmpro01.html" target="_blank"><STRONG>PhotoModeler 5</STRONG></A>, un puissant logiciel servant  fabriquer comme son nom l'indique des modles 3d  partir de photo. Un version de dmonstration est disponible.<br>-  <STRONG>AWN</STRONG> prsente quelques <a class="NewsLinks"  href="http://mag.awn.com/index.php3?ltype=pageone&amp;article_no=1743" target="_blank">courts-mtrages d'animations</A> rcents accompagns d'extraits.<br>-  <STRONG>Ton</STRONG> vient d'annoncer le retour prochain d'un moteur de jeu temps rel pour <a class="NewsLinks"  href="http://www.blender.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=38&amp;mode=thread&amp;order=0&amp;thold=0" target="_blank"><STRONG>Blender</STRONG></A>.<br>-  Venez voir les derniers rendus du site <a class="NewsLinks"  href="http://www.boring3d.com/" target="_blank"><STRONG>Boring3D</STRONG></A>.<br>-  Jeter un oeil  la <a class="NewsLinks"  href="http://www.softimage.com/community/xsi/galleries/v3/Gal_Apr03/Gal_Apr03.asp" target="_blank">galerie <STRONG>Softimage|XSI</STRONG></A>&nbsp;du mois d'avril.<br>-  Dcouvrez le court-mtrage <a class="NewsLinks"  href="http://www.rsad.edu/~tcabezas" target="_blank"><STRONG>Poor Bogo</A> </STRONG>de l'tudiant <STRONG>Thelvin C</STRONG>.<br>-  <STRONG>3dNature</STRONG> annonce l'arriv de <a class="NewsLinks"  href="http://www.3dnature.com/" target="_blank"><STRONG>World Construction Set 6</STRONG></A> pour MacOS.<br>-  <STRONG><a class="NewsLinks"  href="http://ieng9.ucsd.edu/~csiqi/hl2/" target="_blank">Half-life 2</A> </STRONG>vient d'tre officiellement annonc et sera present  l'E3 le 16 mai prochain.<br></TD></TR><tr bgcolor=#AFB0A2><td class=NewsDate colspan=4>News du 22/04/2003</td></tr><tr bgcolor=#E8E8E1><td bgcolor=#dadace class=NewsText colspan=4>-  <STRONG>InsideCG</STRONG> propose une prsentation du logiciel <a class="NewsLinks"  href="http://www.insidecg.com/feature.php?id=118" target="_blank"><STRONG>Motionbuilder</STRONG></A>&nbsp;de Kaydara. Nous vous rappelons que <a class="NewsLinks"  href="http://www.3dvf.com/modules/boutique/index.php?dist=12" target="_blank">Motionbuilder Personnal Edition </A>est disponible dans la boutique.<br>-  Venez voir une nouvelle bande-annonce du film <a class="NewsLinks"  href="http://www.apple.com/trailers/universal/the_hulk/international/" target="_blank"><STRONG>Hulk</STRONG></A>.<br>-  L'infographiste <a class="NewsLinks"  href="http://www.e-media4u.com/" target="_blank"><STRONG>Cyril Grgoire</STRONG></A> alias Katjie a mis  jour son site. <br>-  <STRONG>Marco Spitoni</STRONG> a mis en ligne une nouvelle bande-annonce de son projet <a class="NewsLinks"  href="http://www.cee-gee.net/" target="_blank"><STRONG>Code Guardian</STRONG></A><br>-  Dcouvrez le site du court-mtrage&nbsp;<a class="NewsLinks"  href="http://www.sormann3d.com/portfolio/TPfront.htm" target="_blank"><STRONG>Theme Planet</STRONG></A>&nbsp;en cours de ralisation par <a class="NewsLinks"  href="http://www.sormann3d.com/" target="_blank"><STRONG>Michael Sormann</STRONG></A>.<br>-  Prvu pour le 26 aut prochain, <STRONG>Ign</STRONG> vient de dvoiler le contenu du DVD&nbsp;de <a class="NewsLinks"  href="http://dvd.ign.com/articles/394/394334p1.html" target="_blank"><STRONG>Lord of the Rings : The Two Towers</STRONG></A>.<br>-  Venez voir la bande-annonce du film fantastique&nbsp;<a class="NewsLinks"  href="http://www.apple.com/trailers/sony_pictures/underworld/" target="_blank"><STRONG>Underworld</STRONG></A>.<br>-  Voici&nbsp;un didacticiel dvoilant les bases de <a class="NewsLinks"  href="http://www.oceanie-design.com/~virtuelles/tutoriels/tut_01.php" target="_blank"><STRONG>Poser 5</STRONG></A>.<br>-  Le site de l'infographiste <a class="NewsLinks"  href="http://cmoreul.free.fr/index.htm" target="_blank"><STRONG>Cyril Moreul</STRONG> </A>alias Vibroboy est enfin en ligne.<br>-  <STRONG>Cgtalk.ru</STRONG> propose une courte interview de l'infographiste <a class="NewsLinks"  href="http://www.cgtalk.ru/exc/ma-e/" target="_blank"><STRONG>Dmitry Vinnik</STRONG></A>.<br>-  <STRONG>3dKingdom</STRONG> propose un didacticiel ddi au <a class="NewsLinks"  href="http://www.3dkingdom.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=261&amp;mode=thread&amp;order=0&amp;thold=0" target="_blank">rendu rseau via internet</A> avec 3dsMax.<br></td></tr></table><table width=100% border=0 cellspacing=0 cellpadding=0 align=center><tr><td width=60% height=2 class=OngletGradiant><div align=right><img src=/images/interface/ban_gradient_clair.gif width=127 height=13></div></td><td width=40% height=2 bgcolor=#e8e8e1 class=OngletGradiant><div align=right><a href="/modules/news/envoyer_news.php?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="OngletGradiant">Envoyer une news</a> | <a href="/modules/news/?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="OngletGradiant">Lire les anciennes  news</a> &nbsp;</div></td></tr></table><table width=100% border=0 cellspacing=0 cellpadding=0 align=center><tr><td width=199 height=18 class=OngletTitres><TABLE width=199 height=18 border=0 align=left  cellPadding=0 cellSpacing=0><TR><TD width=199 height=18 align=middle background="/images/interface/onglet.gif" class=OngletTitres><div align=center><strong><nobr><font class=OngletTitres>Actualit</font></nobr></strong></div></TD></TR></TABLE></td></tr></table><TABLE cellSpacing=1 cellPadding=0 width=100% bgColor=#0f1d2d border=0><TR><TD vAlign=middle borderColor=#dadace align=middle bgColor=#FFFFFF rowSpan=3 width=120><DIV align=center><script language='JavaScript' type='text/javascript'> <!-- if (!document.phpAds_used) document.phpAds_used = ','; document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write ("http://advert.3dvf.com/adjs.php?n=a79f08fc"); document.write ("&amp;what=zone:3"); document.write ("&amp;exclude=" + document.phpAds_used); document.write ("'><" + "/script>"); //--> </script><noscript><a href='http://advert.3dvf.com/adclick.php?n=a79f08fc'><img src='http://213.186.39.113/advert/adview.php?what=zone:3&amp;n=a79f08fc' border='0' alt=''></a></noscript></DIV></TD><td valign=top bordercolor=#dadace align=middle bgcolor=#E8E8E1><table cellspacing=0 cellpadding=0 width=100% border=0><tr><td valign=top><a class="hlink" href="/modules/publish/_777_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img height=45 alt="Bundle Poser 5 / Carrara Studio 2" src="/DATA/PUBLISH/ICONS/eovia.gif"  width=45 align=left  vspace=5 border=0></a><font class=PublishTitre>Bundle Poser 5 / Carrara Studio 2</font><br><font class=PublishDescript>Les diteurs de logiciels Curious Labs et Eovia ont annonc aujourd'hui le dmarrage dune collaboration stratgique et technique  long terme en Europe....&nbsp;&nbsp;</font><a class="PublishSavoirPlus" href="/modules/publish/_777_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd">&nbsp;En&nbsp;savoir&nbsp;plus&nbsp;</a></td></tr><tr><td colspan=2 class=PublishComments>publi le 2003-04-11&nbsp;&nbsp;<a href="/modules/publish/messages/777_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="PublishComments">(0) commentaires</a></td></tr></table></td><TD vAlign=top borderColor=#dadace align=middle bgColor=#E8E8E1><table cellspacing=0 cellpadding=0 width=100% border=0><tr><td valign=top><a class="hlink" href="/modules/publish/_776_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img height=45 alt="Maya 5 et Quadro FX repousse les limites du rendu" src="/DATA/PUBLISH/ICONS/maya.gif"  width=45 align=left  vspace=5 border=0></a><font class=PublishTitre>Maya 5 et Quadro FX repousse les limites du rendu</font><br><font class=PublishDescript>Alias|Wavefront et NVIDIA introduisent une solution exceptionnelle de rendu hardware...&nbsp;&nbsp;</font><a class="PublishSavoirPlus" href="/modules/publish/_776_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd">&nbsp;En&nbsp;savoir&nbsp;plus&nbsp;</a></td></tr><tr><td colspan=2 class=PublishComments>publi le 2003-04-11&nbsp;&nbsp;<a href="/modules/publish/messages/776_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="PublishComments">(0) commentaires</a></td></tr></table></TD></TR><TR><td valign=top align=middle  bgcolor=#E8E8E1 height=20><table cellspacing=0 cellpadding=0 width=100% border=0><tr><td valign=top><a class="hlink" href="/modules/publish/_775_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img height=45 alt="Maya 5 est le premier  intgrer mental ray 3.2" src="/DATA/PUBLISH/ICONS/maya.gif"  width=45 align=left  vspace=5 border=0></a><font class=PublishTitre>Maya 5 est le premier  intgrer mental ray 3.2</font><br><font class=PublishDescript>Alias|Wavefront et mental images proposent une nouvelle technologie de rendu Maya est la premire solution  fournir une puissance de rendu avanc avec la nouvelle technologie mental ray 3.2...&nbsp;&nbsp;</font><a class="PublishSavoirPlus" href="/modules/publish/_775_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd">&nbsp;En&nbsp;savoir&nbsp;plus&nbsp;</a></td></tr><tr><td colspan=2 class=PublishComments>publi le 2003-04-10&nbsp;&nbsp;<a href="/modules/publish/messages/775_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="PublishComments">(0) commentaires</a></td></tr></table></td><td vAlign=top align=middle  bgColor=#E8E8E1 height=20><table cellspacing=0 cellpadding=0 width=100% border=0><tr><td valign=top><a class="hlink" href="/modules/publish/_774_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img height=45 alt="Maya 5 et RAViX III dElectric Rain" src="/DATA/PUBLISH/ICONS/maya.gif"  width=45 align=left  vspace=5 border=0></a><font class=PublishTitre>Maya 5 et RAViX III dElectric Rain</font><br><font class=PublishDescript>Alias|Wavefront exploite la nouvelle technologie vectorielle RAViX III dElectric Rain pour une compatibilit Macromedia Flash et Adobe Illustrator dans Maya 5...&nbsp;&nbsp;</font><a class="PublishSavoirPlus" href="/modules/publish/_774_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd">&nbsp;En&nbsp;savoir&nbsp;plus&nbsp;</a></td></tr><tr><td colspan=2 class=PublishComments>publi le 2003-04-10&nbsp;&nbsp;<a href="/modules/publish/messages/774_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="PublishComments">(0) commentaires</a></td></tr></table></TD></TR><TR><td valign=top align=middle bgcolor=#E8E8E1><table cellspacing=0 cellpadding=0 width=100% border=0><tr><td valign=top><a class="hlink" href="/modules/publish/_773_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img height=45 alt="Alias|Wavefront annonce Maya 5" src="/DATA/PUBLISH/ICONS/maya.gif"  width=45 align=left  vspace=5 border=0></a><font class=PublishTitre>Alias|Wavefront annonce Maya 5</font><br><font class=PublishDescript>La dernire version du logiciel prim offre des capacits de cration uniques, accrot la productivit et renforce linnovation dj existante...&nbsp;&nbsp;</font><a class="PublishSavoirPlus" href="/modules/publish/_773_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd">&nbsp;En&nbsp;savoir&nbsp;plus&nbsp;</a></td></tr><tr><td colspan=2 class=PublishComments>publi le 2003-04-10&nbsp;&nbsp;<a href="/modules/publish/messages/773_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="PublishComments">(0) commentaires</a></td></tr></table></td><TD vAlign=top align=middle bgColor=#E8E8E1><table cellspacing=0 cellpadding=0 width=100% border=0><tr><td valign=top><a class="hlink" href="/modules/publish/_772_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img height=45 alt="Offres spciales PNY/Discreet" src="/DATA/PUBLISH/ICONS/nvidia.gif"  width=45 align=left  vspace=5 border=0></a><font class=PublishTitre>Offres spciales PNY/Discreet</font><br><font class=PublishDescript>PNY Technologies Europe accompagne sa gamme de cartes graphiques professionnelles Quadro4 750 XGL et 980 XGL dune offre spciale avec logiciel plasmaTM de discreetTM....&nbsp;&nbsp;</font><a class="PublishSavoirPlus" href="/modules/publish/_772_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd">&nbsp;En&nbsp;savoir&nbsp;plus&nbsp;</a></td></tr><tr><td colspan=2 class=PublishComments>publi le 2003-04-10&nbsp;&nbsp;<a href="/modules/publish/messages/772_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="PublishComments">(0) commentaires</a></td></tr></table></TD></TR></TABLE></div><br>  <table width=100% border=0 cellspacing=0 cellpadding=0 align=center><tr>     <td width=199 height=2 class=OngletTitres>        <TABLE width=199 height="18" border=0 align="left"  cellPadding=0 cellSpacing=0><TR><TD width="199" height="18" align=middle background="/images/interface/onglet.gif" class=OngletTitres><div align="center"><strong><nobr><font class=OngletTitres>Inspiration</font></nobr></strong></div></TD></TR></TABLE></td>     <td height=2 class=OngletGradiant>&nbsp;</td>   </tr></table> <TABLE width=100% border=0 align="center" cellPadding=0 cellSpacing=1 bgColor=#0f1d2d>   <TR bgcolor="#DADACE">      <td colspan="2" align=middle valign=top bordercolor=#dadace bgcolor="#CFCDBE" class=DefClair> <div align="left"> <table cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">           <tr>              <td class="Inspicat" width="30%" height="2"> <div align="right">                  <div align="left">&nbsp;&nbsp;- Galerie </div>               </div></td>             <td class="OngletGradiant" width="30%"><div align="right"><img src="/images/interface/ban_gradient_clair.gif" width="127" height="13"></div></td>             <td class="OngletGradiant" width="40%" bgColor="#e8e8e1" height="2">                <div align="right"><a class="OngletGradiant" href="/modules/inspiration/menu/_4_0_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd">Voir                  toute la s&eacute;lection d'artistes</a> &nbsp;</div></td>           </tr>         </table>       </div></td>     <TD vAlign=middle borderColor=#dadace align=middle bgColor=#FFFFFF rowSpan=8><script language='JavaScript' type='text/javascript'> <!-- if (!document.phpAds_used) document.phpAds_used = ','; document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write ("http://advert.3dvf.com/adjs.php?n=a79f08fc"); document.write ("&amp;what=zone:3"); document.write ("&amp;exclude=" + document.phpAds_used); document.write ("'><" + "/script>"); //--> </script><noscript><a href='http://advert.3dvf.com/adclick.php?n=a79f08fc'><img src='http://213.186.39.113/advert/adview.php?what=zone:3&amp;n=a79f08fc' border='0' alt=''></a></noscript></TD>   <TR bgcolor="#DADACE">      <td align=middle valign=top bordercolor=#dadace bgcolor="#e8e8e1" > <table cellspacing=0 cellpadding=4 width=100% border=0>         <tr>            <td valign=top width=45><a href="/modules/inspiration/messages/614_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img src="/DATA/VIDEO/614/b9ea.jpg" alt="Simon Gilles (BiaZeD)" hspace="4" border=0 align=left></a></td>           <td valign=top width=100%><font class=PublishTitre>Simon Gilles (BiaZeD)</font><a href="/modules/inspiration/messages/614_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"> <div class=InspiLink>- Galerie</div><div class=InspiLink>- Site Internet</div></a>           </td>         </tr>        </table></td>     <td align=middle valign=top bordercolor=#dadace bgcolor="#e8e8e1" > <table cellspacing=0 cellpadding=4 width=100% border=0>         <tr>            <td valign=top width=45><a href="/modules/inspiration/messages/615_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img src="/DATA/VIDEO/615/0d29.jpg" alt="Farudja Cyril (Alouette)" hspace="4" border=0 align=left></a></td>           <td valign=top width=100%><font class=PublishTitre>Farudja Cyril (Alouette)</font><a href="/modules/inspiration/messages/615_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><div class=InspiLink>- Galerie</div></a></td>         </tr>        </table></td>   <TR bgcolor="#DADACE">      <td colspan="2" align=middle valign=top bordercolor=#dadace bgcolor="#CFCDBE" class=DefClair>        <div align="left"> <table cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">           <tr>              <td class="Inspicat" width="30%" height="2"> <div align="right">                  <div align="left">&nbsp;&nbsp;- Court-m&eacute;trage</div>               </div></td>             <td class="OngletGradiant" width="30%"><div align="right"><img src="/images/interface/ban_gradient_clair.gif" width="127" height="13"></div></td>             <td class="OngletGradiant" width="40%" bgColor="#e8e8e1" height="2">                <div align="right"><a class="OngletGradiant" href="/modules/inspiration/menu/_1_0_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd">Voir tous les court-m&eacute;trages</a>&nbsp;</div></td>           </tr>         </table>       </div></td>   </TR>   <TR>      <td width="50%" align=middle valign=top bordercolor=#dadace bgcolor=#e8e8e1>        <table cellspacing=0 cellpadding=4 width=100% border=0>         <tr>            <td valign=top width=45><a href="/modules/inspiration/messages/617_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img src="/DATA/VIDEO/617/2aee.jpg" alt="A Hard Life" hspace="4" border=0 align=left></a></td>           <td valign=top width=100%><font class=PublishTitre>A Hard Life</font><br><a href="/modules/inspiration/messages/617_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><div class=InspiLink>- Le site </div></a>           </td>         </tr>        </table></td>     <TD width="50%" align=middle vAlign=top borderColor=#dadace bgColor=#e8e8e1>        <table cellspacing=0 cellpadding=4 width=100% border=0>         <tr>            <td valign=top width=45><a href="/modules/inspiration/messages/618_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img src="/DATA/VIDEO/618/dd13.jpg" alt="Astro boy" hspace="4" border=0 align=left></a></td>           <td valign=top width=100%><font class=PublishTitre>Astro boy</font><br><a href="/modules/inspiration/messages/618_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><div class=InspiLink>- les video</div></a>           </td>         </tr>       </table></TD>   </TR>   <TR bgcolor="#DADACE">      <td colspan="2" align=middle valign=top bgcolor="#CFCDBE" class=DefClair>        <div align="left"></div>       <table cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">         <tr>            <td class="Inspicat" width="30%" height="2"> <div align="right">               <div align="left">&nbsp;&nbsp;- Cin&eacute;ma</div>             </div></td>           <td class="OngletGradiant" width="30%"><div align="right"><img src="/images/interface/ban_gradient_clair.gif" width="127" height="13"></div></td>           <td class="OngletGradiant" width="40%" bgColor="#e8e8e1" height="2">              <div align="right"><a class="OngletGradiant" href="/modules/inspiration/menu/_3_0_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd">Voir                tous les trailers</a> &nbsp;</div></td>         </tr>       </table></td>   </TR>   <TR>      <td width="50%" align=middle valign=top bgcolor=#e8e8e1>        <table cellspacing=0 cellpadding=4 width=100% border=0>         <tr>            <td valign=top width=45><a href="/modules/inspiration/messages/619_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img src="/DATA/VIDEO/619/cd9c.jpg" alt="Rumbo" hspace="4" border=0  align=left></a></td>           <td valign=top width=100%><font class=PublishTitre>Rumbo</font><br><a href="/modules/inspiration/messages/619_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><div class=InspiLink>- Le site</div></a></td>         </tr>       </table></td>     <TD width="50%" align=middle vAlign=top bgColor=#e8e8e1>        <table cellspacing=0 cellpadding=4 width=100% border=0>         <tr>            <td valign=top width=45><a href="/modules/inspiration/messages/616_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img src="/DATA/VIDEO/616/c124.jpg" alt="Terminator 3" hspace="4" border=0 align=left></a></td>           <td valign=top width=100%><font class=PublishTitre>Terminator 3</font><br><a href="/modules/inspiration/messages/616_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><div class=InspiLink>- Le trailer</div></a></td>         </tr>       </table></TD>   </TR>   <TR bgcolor="#DADACE">      <td colspan="2" align=middle valign=top bgcolor="#CFCDBE" class=DefClair> <div align="left"> <table cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">           <tr>              <td class="Inspicat" width="30%" height="2"> <div align="right">                  <div align="left">&nbsp;&nbsp;- Jeux Video </div>               </div></td>             <td class="OngletGradiant" width="30%"><div align="right"><img src="/images/interface/ban_gradient_clair.gif" width="127" height="13"></div></td>             <td class="OngletGradiant" width="40%" bgColor="#e8e8e1" height="2">                <div align="right"><a class="OngletGradiant" href="/modules/inspiration/menu/_2_0_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd">Voir                  tous les jeux vid&eacute;o</a>&nbsp;</div></td>           </tr>         </table>       </div></td>   </TR>   <TR>      <td width="50%" align=middle valign=top bgcolor=#e8e8e1>        <table cellspacing=0 cellpadding=4 width=100% border=0>         <tr>            <td valign=top width=45><a href="/modules/inspiration/messages/607_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img src="/DATA/VIDEO/607/c6cd.jpg" alt="World of warcraft" hspace="4" border=0  align=left></a></td>           <td valign=top width=100%><font class=PublishTitre>World of warcraft</font><br><a href="/modules/inspiration/messages/607_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><div class=InspiLink>- Le site</div></a></td>         </tr>        </table> 	 </td>     <TD width="50%" align=middle vAlign=top bgColor=#e8e8e1>        <table cellspacing=0 cellpadding=4 width=100% border=0>         <tr>            <td valign=top width=45><a href="/modules/inspiration/messages/608_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img src="/DATA/VIDEO/608/da22.jpg" alt="Matrix : the game" hspace="4" border=0 align=left></a></td>           <td valign=top width=98%><font class=PublishTitre>             Matrix : the game            </font><br>             <a href="/modules/inspiration/messages/608_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd">             <div class=InspiLink>- Le site</div>            </a></td>         </tr>        </table></TD>   </TR> </TABLE>  <br>  <TABLE cellSpacing=1 cellPadding=2 width="100%" bgColor=#0f1d2d border=0>   <TBODY>     <TR bgColor=#7E7E74>        <TD height=2 align=middle vAlign=top borderColor=#dadace bgcolor="#7E7E74" class=OngletTitres>          <DIV align=center>BOUTIQUE 3DVF</div></TD>     </TR>     <TR bgColor=#afb0a2>        <TD  class='DefFonce' vAlign=top borderColor=#dadace align=middle height=2>            <table cellSpacing="1" cellPadding="0" width="100%" border="0">         <tr bgColor="#ffffff">         		  <td class="OngletGradiant"><div align=center><a href="/modules/boutique/index.php?dist=1&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img src="/DATA/boutique/editeurs/iconeMAX.gif"  hspace="2" vspace="2" border="0"></a></div></td> 				  <td class="OngletGradiant"><div align=center><a href="/modules/boutique/index.php?dist=11&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img src="/DATA/boutique/editeurs/iconDosh.gif"  hspace="2" vspace="2" border="0"></a></div></td> 				  <td class="OngletGradiant"><div align=center><a href="/modules/boutique/index.php?dist=5&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img src="/DATA/boutique/editeurs/iconMacro.gif"  hspace="2" vspace="2" border="0"></a></div></td> 				  <td class="OngletGradiant"><div align=center><a href="/modules/boutique/index.php?dist=3&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img src="/DATA/boutique/editeurs/iconAMAPII.gif"  hspace="2" vspace="2" border="0"></a></div></td> 				  <td class="OngletGradiant"><div align=center><a href="/modules/boutique/index.php?dist=8&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img src="/DATA/boutique/editeurs/iconZB.gif"  hspace="2" vspace="2" border="0"></a></div></td> 				  <td class="OngletGradiant"><div align=center><a href="/modules/boutique/index.php?dist=2&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img src="/DATA/boutique/editeurs/iconMAYA2.gif"  hspace="2" vspace="2" border="0"></a></div></td> 				  <td class="OngletGradiant"><div align=center><a href="/modules/boutique/index.php?dist=13&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img src="/DATA/boutique/editeurs/iconNextLimit.gif"  hspace="2" vspace="2" border="0"></a></div></td> 				  <td class="OngletGradiant"><div align=center><a href="/modules/boutique/index.php?dist=14&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img src="/DATA/boutique/editeurs/wacom.gif"  hspace="2" vspace="2" border="0"></a></div></td> 				  <td class="OngletGradiant"><div align=center><a href="/modules/boutique/index.php?dist=6&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img src="/DATA/boutique/editeurs/iconeLW.gif"  hspace="2" vspace="2" border="0"></a></div></td> 				  <td class="OngletGradiant"><div align=center><a href="/modules/boutique/index.php?dist=9&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img src="/DATA/boutique/editeurs/iconC4D.gif"  hspace="2" vspace="2" border="0"></a></div></td> 		        </tr>         <tr bgColor="#dadace">         		<td bgcolor="#dadace" class="OngletGradiant"><div align=center><a href="/modules/boutique/index.php?dist=1&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="BoutiqueTitreprod">Discreet</a></div></td> 				<td bgcolor="#dadace" class="OngletGradiant"><div align=center><a href="/modules/boutique/index.php?dist=11&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="BoutiqueTitreprod">Dosch D.</a></div></td> 				<td bgcolor="#dadace" class="OngletGradiant"><div align=center><a href="/modules/boutique/index.php?dist=5&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="BoutiqueTitreprod">Macromedia</a></div></td> 				<td bgcolor="#dadace" class="OngletGradiant"><div align=center><a href="/modules/boutique/index.php?dist=3&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="BoutiqueTitreprod">Eovia</a></div></td> 				<td bgcolor="#dadace" class="OngletGradiant"><div align=center><a href="/modules/boutique/index.php?dist=8&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="BoutiqueTitreprod">Pixologic</a></div></td> 				<td bgcolor="#dadace" class="OngletGradiant"><div align=center><a href="/modules/boutique/index.php?dist=2&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="BoutiqueTitreprod">Alias Wavefront</a></div></td> 				<td bgcolor="#dadace" class="OngletGradiant"><div align=center><a href="/modules/boutique/index.php?dist=13&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="BoutiqueTitreprod">Next Limit</a></div></td> 				<td bgcolor="#dadace" class="OngletGradiant"><div align=center><a href="/modules/boutique/index.php?dist=14&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="BoutiqueTitreprod">Wacom</a></div></td> 				<td bgcolor="#dadace" class="OngletGradiant"><div align=center><a href="/modules/boutique/index.php?dist=6&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="BoutiqueTitreprod">Newtek</a></div></td> 				<td bgcolor="#dadace" class="OngletGradiant"><div align=center><a href="/modules/boutique/index.php?dist=9&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="BoutiqueTitreprod">Maxon</a></div></td> 		        </tr>       </table></TD>     </TR>     <TR bgColor=#e8e8e1>        <TD height=2 align=middle vAlign=top borderColor=#dadace class=textmenu><DIV align=center>          <table width="100%" border="0" cellspacing="2" cellpadding="0">           <tr>              <td width="25%"><div align="center"><a href="/modules/boutique/fiche.php?id=2060&idcat=361&page=1&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="HomeTitreProd">Mises  Jour depuis Shag Fur</a></div></td>             <td width="1" rowspan="4" bgcolor="#000000"><div align="center"><img src="/images/interface/pix.gif" width="1" height="1"></div></td>             <td width="25%"><div align="center"><a href="/modules/boutique/fiche.php?id=1647&idcat=271&page=1&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="HomeTitreProd">DOSCH Movie-Clips: Flags - Asia</a></div></td>             <td width="1" rowspan="4" bgcolor="#000000"><div align="center"><img src="/images/interface/pix.gif" width="1" height="1"></div></td>             <td width="25%"><div align="center"><a href="/modules/boutique/fiche.php?id=1746&idcat=286&page=1&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="HomeTitreProd">Adobe InDesign 2.0 (MacOS9.1/9.2/X 10.1/9.2.1/9.2.2) STD</a></div></td>             <td width="1" rowspan="4" bgcolor="#000000"><div align="center"><img src="/images/interface/pix.gif" width="1" height="1"></div></td>             <td width="25%"><div align="center"><a href="/modules/boutique/fiche.php?id=1717&idcat=285&page=1&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="HomeTitreProd">Adobe Type Manager Deluxe 4.1 W95/98/NT4sp4/W2K/XP  STD</a></div></td>           </tr>           <tr>              <td width="25%"><div align="center"><a href="/modules/boutique/fiche.php?id=2060&idcat=361&page=1&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img src="/DATA/boutique/produits/2060/2060.jpg"  border="0"></a></div></td>             <td width="25%"><div align="center"><a href="/modules/boutique/fiche.php?id=1647&idcat=271&page=1&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img src="/DATA/boutique/produits/1647/1647.jpg"  border="0"></a></div></td>             <td width="25%"><div align="center"><a href="/modules/boutique/fiche.php?id=1746&idcat=286&page=1&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img src="/DATA/boutique/produits/1746/1746.jpg"  border="0"></a></div></td>             <td width="25%"><div align="center"><a href="/modules/boutique/fiche.php?id=1717&idcat=285&page=1&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd"><img src="/DATA/boutique/produits/1717/1717.jpg"  border="0"></a></div></td>           </tr>           <tr>              <td width="25%">&nbsp;</td>             <td width="25%">&nbsp;</td>             <td width="25%">&nbsp;</td>             <td width="25%">&nbsp;</td>           </tr>           <tr>              <td width="25%" bgcolor="#7E7E74" class=OngletTitres>1,511.10 &nbsp;FF&nbsp;&nbsp;<strong>230.00&nbsp; &euro; &nbsp;</td>             <td width="25%" bgcolor="#7E7E74" class=OngletTitres>543.84 &nbsp;FF&nbsp;&nbsp;<strong>82.78&nbsp;&euro;&nbsp;</td>             <td width="25%" bgcolor="#7E7E74" class=OngletTitres>7,421.46 &nbsp;FF&nbsp;&nbsp;<strong>1,129.60&nbsp;&euro;&nbsp;</td>             <td width="25%" bgcolor="#7E7E74" class=OngletTitres>230.72 &nbsp;FF&nbsp;&nbsp;<strong>35.12&nbsp;&euro;&nbsp;</td>           </tr>         </table> </TD>     </TR>   </TBODY> </TABLE> <br>           </td>           <td width="140" valign="top">              <div align="center">                <!--htdig_noindex-->  <TABLE cellSpacing="1" cellPadding="0"  width="121" align="center" bgColor="#FFFFFF" border="0">     <TH bgColor=#3399CC background="/images/interface/icons/icone_bouton_menu.gif" class="InterfaceMenuTitre">Recherchez</TH> <TR><form name="search" method="post" action="/modules/search/index.php?restrict=http%3A%2F%2Fv4.3dvf.com&sort=score&method=or&format=Long&matchesperpage=10"><input type="hidden" name="PHPSESSID" value="bb3948b9e2989066a13ef0bd6f3366fd" /><TD bgColor=#e8e8e1 class=InterfaceMenuClair>Recherchez une info, article, etc sur la 3D <B>:</B><BR><input name="words" type="text" class="formrecherche" size="10">         <br>         <input name="imageField" type="image" src="/images/interface/go.gif?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" width="32" height="30" border="0"></TD></form></TR> </TABLE> <br> <TABLE cellSpacing="1" cellPadding="0" width="121" align="center" bgColor="#FFFFFF" border="0">   <TH bgColor="#3399CC" background="/images/interface/icons/icone_bouton_menu.gif" class="InterfaceMenuTitre">Boutique</TH> <TR> <TD align="center" valign="middle" bgColor=#ffffff class="textmenu"><script language='JavaScript' type='text/javascript'> <!--    if (!document.phpAds_used) document.phpAds_used = ',';    document.write ("<" + "script language='JavaScript' type='text/javascript' src='");    document.write ("http://advert.3dvf.com/adjs.php?n=a540ae4b");    document.write ("&amp;what=zone:1");    document.write ("&amp;exclude=" + document.phpAds_used);    document.write ("'><" + "/script>"); //--> </script><noscript><a href='http://advert.3dvf.com/adclick.php?n=a540ae4b'><img src='http://213.186.39.113/advert/adview.php?what=zone:1&amp;n=a540ae4b' border='0' alt=''></a></noscript>     </TD>     </TR> </TABLE> <BR> <script language="JavaScript1.2"> function OpenSlideshow(theURL,winName,features, myWidth, myHeight, isCenter) {   if(window.screen)if(isCenter)if(isCenter=="true"){     var myLeft = (screen.width-myWidth)/2;     var myTop = (screen.height-myHeight)/2;     features+=(features!='')?',':'';     features+=',left='+myLeft+',top='+myTop;   }   window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight); } </script> <TABLE cellSpacing="1" cellPadding="0" width="121" align="center" bgColor=#ffffff border="0">   <TH bgColor="#3399CC" background="/images/interface/icons/icone_bouton_menu.gif" class="InterfaceMenuTitre">Galerie</TH>   <TR>      <TD bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/galerie/new/index.php?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Nouvelles        galeries </A></TD>   </TR>   <TR>      <TD bgColor=#dadace class=InterfaceMenuMedium><A href="#"  onClick="OpenSlideshow('/modules/galerie/new/slideshow2.php','Galerie','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes','700','450','true')" class="InterfaceMenuMedium">SlideShow</A></TD>   </TR>   <TR>      <TD bgColor=#dadace class=InterfaceMenuMedium><a href="/modules/galerie/liste/index.php?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Liste        des artistes</a></TD>   </TR>   <TR>     <TD bgColor=#dadace class=InterfaceMenuMedium><a href="/modules/galerie/liste_img/index.php?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Liste        en images</a></TD>   </TR> </TABLE> <BR> <TABLE cellSpacing="1" cellPadding="0" width="121" align="center" bgColor=#ffffff border="0">     <TH bgColor="#3399CC" background="/images/interface/icons/icone_bouton_menu.gif" class="InterfaceMenuTitre">Annuaire</TH> <TR><TD bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/directory/index.php?IDparent=1&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Artistes</A></TD></TR> <TR><TD bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/directory/index.php?IDparent=2&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Communautaires</A></TD></TR> <TR><TD bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/directory/index.php?IDparent=3&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Freelances</A></TD></TR> <TR><TD bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/directory/index.php?IDparent=4&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Ressources</A></TD></TR> <TR><TD bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/directory/index.php?IDparent=5&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Socits</A></TD></TR> <TR><TD bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/directory/index.php?IDparent=16&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Formations</A></TD></TR> <TR><TD bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/directory/index.php?IDparent=17&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Jeux</A></TD></TR> <TR><TD bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/directory/index.php?IDparent=18&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Dessin/2D</A></TD></TR> <TR><TD bgColor=#e8e8e1 class=InterfaceMenuClair><A href="/modules/directory/index.php?IDparent=20&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">Communaut 3DVF</A></TD></TR> </TABLE> <br> <TABLE cellSpacing="1" cellPadding="0" width="121" align="center" bgColor=#ffffff border="0">     <TH bgColor="#3399CC" background="/images/interface/icons/icone_bouton_menu.gif" class="InterfaceMenuTitre">Communaut</TH> <TR><TD bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/directory/index.php?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Annuaire</A></TD></TR> <TR><TD bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/directory/index.php?Action=heberge&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Hbergs 3DVF</A></TD></TR> <TR><TD bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/irc/applet/index.php?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Chat</A></TD></TR> <TR><TD bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/newsgroup/?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Newsgroup</A></TD></TR> <TR><TD bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/wip/index.php?type=0&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">WIP 3D</A></TD></TR> <TR><TD bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/wip/index.php?type=1&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">WIP 2D</A></TD></TR> <TR><TD bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/wip/index.php?type=3&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">WIP Photo</A></TD></TR> <TR><TD bgColor=#dadace class=InterfaceMenuMedium><A href="/modules/wip/index.php?type=2&PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">WIP Hors-Sujet</A></TD></TR> </TABLE>  <br> <TABLE cellSpacing="1" cellPadding="0" width="121" align="center" bgColor=#ffffff border="0">     <TH bgColor="#3399CC" background="/images/interface/icons/icone_bouton_menu.gif" class="InterfaceMenuTitre">Newsgroups</TH> <TR><TD bgColor=#E8E8E1 class=InterfaceMenuClair><A href="/modules/newsgroup/thread/6_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">3DVF</A></TD></TR> <TR><TD bgColor=#E8E8E1 class=InterfaceMenuClair><A href="/modules/newsgroup/thread/15_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">3D Gnralistes</A></TD></TR> <TR><TD bgColor=#E8E8E1 class=InterfaceMenuClair><A href="/modules/newsgroup/thread/7_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">2D Gnralistes</A></TD></TR> <TR><TD bgColor=#E8E8E1 class=InterfaceMenuClair><A href="/modules/newsgroup/thread/30_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">3D temps rel</A></TD></TR> <TR><TD bgColor=#E8E8E1 class=InterfaceMenuClair><A href="/modules/newsgroup/thread/37_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">Architecture - Paysage</A></TD></TR> <TR><TD bgColor=#E8E8E1 class=InterfaceMenuClair><A href="/modules/newsgroup/thread/38_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">Developpement Internet</A></TD></TR> <TR><TD bgColor=#E8E8E1 class=InterfaceMenuClair><A href="/modules/newsgroup/thread/39_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">Hardware</A></TD></TR> <TR><TD bgColor=#E8E8E1 class=InterfaceMenuClair><A href="/modules/newsgroup/thread/65_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">Moteurs de Rendus</A></TD></TR> <TR><TD bgColor=#E8E8E1 class=InterfaceMenuClair><A href="/modules/newsgroup/thread/36_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">Video - Compositing</A></TD></TR> <TR><TD bgColor=#E8E8E1 class=InterfaceMenuClair><A href="/modules/newsgroup/thread/73_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuClair">Petites Annonces</A></TD></TR> <TR><TD bgColor=#7e7e74 class=InterfaceMenuTreFonce><A href="/modules/newsgroup/?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuTreFonce">Liste complte</A></TD></TR> <TR><TD bgColor=#DADACE class=InterfaceMenuMedium><A href="/modules/publish/Chat_347_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">La charte 3DVF</A></TD></TR> <TR>     <TD bgColor=#DADACE class=InterfaceMenuMedium><A href="/modules/publish/Chat_95_1.html?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">La        ntiquette</A></TD>   </TR> </TABLE> <TABLE cellSpacing="1" cellPadding="0" width="121" align="center" bgColor="#FFFFFF" border="0">   <TR><TD bgColor=#7e7e74 class=InterfaceMenuTreFonce>Channel IRC</TD></TR> <TR><TD bgColor=#DADACE class=InterfaceMenuMedium>Accs direct</TD></TR> 	<form method="post" name="irc" action="/modules/irc/applet/index.php" onSubmit=""><input type="hidden" name="PHPSESSID" value="bb3948b9e2989066a13ef0bd6f3366fd" /> 	<TR><TD bgColor=#E8E8E1 class="textmenu"><DIV align=center>    <input type="hidden" name="user_ref_id" value=""> 	<INPUT class="formrecherche" size="9" value="Pseudo" name="nick">   	<input class="formrecherche" type="submit" name="Submit" value="[GO]"> </DIV> </TD></TR></form> </TABLE>  <BR> <TABLE cellSpacing="1" cellPadding="2" width="121" align="center" bgColor=#ffffff border="0">     <TH bgColor="#3399CC" background="/images/interface/icons/icone_bouton_menu.gif" class="InterfaceMenuTitre">Statistiques</TH> <TR><TD bgColor=#DADACE class=InterfaceMenuMedium><div align="left"><strong> &nbsp;Connect&eacute; :</strong> 132<br><strong> &nbsp;Inscrits : </strong>12812<br><strong> &nbsp;Date : </strong>23 avr 2003<br><strong> &nbsp;Heure : </strong>16:41:41<br><strong> &nbsp;Execution : </strong><font size="1">0.677ms</font></div><div align="center">Version 4.0</div><div align="center"><strong>Debits 995.65 kbit/s </strong><BR><IMG SRC="/images/interface/bp.png" ALT="Utilisation de la bande passante" BORDER=0><br><br><a href="/modules/stats/index.php?PHPSESSID=bb3948b9e2989066a13ef0bd6f3366fd" class="InterfaceMenuMedium">Consultez les statistiques du site</a></div></TD></TR> </TABLE> <br> <!--/htdig_noindex-->             </div></td> </tr> </table></td> </tr> <tr>  <td>        <!--htdig_noindex-->  <table width="100%" border="0" cellpadding="0" cellspacing="0">   <tr>    <tr><td bgcolor="000000" class=InterfaceMenuBas><img src="/images/interface/pix.gif" width="1" height="1"></td></tr>   <tr><td bgcolor="#7E7E74" class=InterfaceMenuBas><img src="/images/interface/pix.gif" width="1" height="3"></td></tr>   <tr><td bgcolor="#000000" class=InterfaceMenuBas><img src="/images/interface/pix.gif" width="1" height="1"></td></tr>   <tr><td bgcolor="#DADACE" aign=center class=TXT_COPYRIGHTS><div align=center><span class=TXT_MENU_BAS_URL><B>WWW.3DVF.COM</B></span><BR><span class=TXT_MENU_BAS_LINK>| <A href="http://www.3dvf.com/modules/contacts/index.php" class="TXT_MENU_BAS_LINK">A Propos</A> | <A  href="http://www.3dvf.com/modules/contacts/index.php" class="TXT_MENU_BAS_LINK">Contact</A> | <A href="http://www.3dvf.com/modules/contacts/index.php" class="TXT_MENU_BAS_LINK">Copyrights</A> | <A  href="http://www.3dvf.com/modules/contacts/pub.php" class="TXT_MENU_BAS_LINK">Publicit</A> | </span></div></td></tr>   <tr><td bgcolor="#AFB0A2" class=InterfaceMenuBas><img src="/images/interface/pix.gif" width="1" height="1"></td></tr>   <tr><td bgcolor="000000" class=InterfaceMenuBas><img src="/images/interface/pix.gif" width="1" height="1"></td></tr>   <tr><td bgcolor="#7E7E74" class="Interfacecopyright"><div align="center">3DVF est une marque dpose. Tout le contenu de ce site est soumis aux Copyrights des diffrentes parties engages.</div></td></tr> </table> <!--/htdig_noindex--> </td> </tr> </table>  </body> </html> 
