<html> <head> <TITLE>Le magazine Cache Cache...</TITLE> <META NAME="description" CONTENT="Des informations sur vos sorties, le cin&eacute;ma, horoscope, TV, d&eacute;ration..."> <META NAME="keywords" CONTENT="magasins,boutiques,femmes,marques,habillements,cha&icirc;ne,collections,enseignes,jeunes,cache cache,pret a porter,feminin,vetement,cache-cache,pr&ecirc;t &agrave; porter,f&eacute;minins,v&ecirc;tements,modes,mode,magasin,boutique,femme,marque,habillement,chaine,collection,enseigne,jeune,vetements,chaines,CACHE">  <link rel="stylesheet" href="/style.css">   <style type="text/css">  #BarreSommaire {        position: absolute;        top: 120px;        left: 140px;        z-index:3;        }  #Sommaire{        position: absolute;        top: 120px;        left:160px;        z-index:2;        clip: rect(0px 150px 350px 0px);               }  #Deco1 {        position: absolute;        top: 119px;        left: 140px;        z-index: 1;        }  #BarreContenu {        position: absolute;        top: 120px;        left: 310px;        z-index:3;        }  #Deco2 {        position: absolute;        top: 119px;        left: 310px;        z-index: 1;        }  #Contenu {        position: absolute;        top:120px;        left:320px;        z-index:2;        clip: rect(0px 460px 350px 0px);               }  #Texto {        position: absolute;        top: 40px;        left: 350px;        z-index:30;        }   </STYLE> <SCRIPT LANGUAGE="Javascript1.2" SRC="/Prog/Inc/Menu/Fonctions.js"></SCRIPT> <SCRIPT LANGAGE="Javascript">  var Marche=20 var Top= 120 var DRAG=0 var Origine= 120 var Etat= 0  function mouseDown() {    DRAG=1; }  function mouseUp() {     DRAG=0; }  if (document.all) {    ABougerA="document.all['";    ABougerP="'].style.pixelTop";    AClipper="MonClipIE(";    MonBouton="event.button";    Top=0;    document.onmousedown = mouseDown;    document.onmouseup = mouseUp; } else if (document.layers) {    ABougerA="document.layers.General.layers.";    ABougerP=".top";    AClipper="MonClipNS(";    MonBouton="e.button";    Top=0;    document.captureEvents(Event.MOUSEMOVE|Event.MOUSEDOWN|Event.MOUSEUP);    document.onmousedown = mouseDown;    document.onmouseup = mouseUp; }   function ReTop(Nom,x1,y1,x2,y2) {    if (eval(ABougerA + Nom + ABougerP + "!=120")) {       if (document.all) {          Top=0;       }else if (document.layers) {          Top=0;       }       eval(ABougerA + Nom + ABougerP + "=120");      eval(AClipper + "'" + Nom + "'," + x1 + "," + y1 + "," + x2 + "," + y2 + ")");    } }  function MonClipIE(Nom,x1,y1,x2,y2) {    document.all[Nom].style.clip="rect(" + y1 + "," + x2 + "," + y2 + "," + x1 +")"; }  function MonClipNS(Nom,x1,y1,x2,y2){     document.layers.General.layers[Nom].clip.left = x1;    document.layers.General.layers[Nom].clip.top = y1;    document.layers.General.layers[Nom].clip.right = x2;    document.layers.General.layers[Nom].clip.bottom = y2;  } function monte(Nom) {    var ABouger=ABougerA + Nom + ABougerP    if ((DRAG==1) && (Etat==1)) {       eval(ABouger + "=" + ABouger + "-" + Marche);       Top=Top+Marche;       var Bottom= 350+Top;       eval(AClipper + "'" + Nom + "'" + ",0" + "," + Top + ",500," + Bottom + ")");       setTimeout("monte('" + Nom + "')",100);    }    return; }  function descend(Nom) {    var ABouger=ABougerA + Nom + ABougerP    if ((DRAG==1) && (eval(ABouger) < Origine) && (Etat==-1)) {       eval(ABouger + "=" + ABouger + "+" + Marche);       Top=Top-Marche;       var Bottom= 350+Top;       eval(AClipper + "'" + Nom + "'" + ",0" + "," + Top + ",500," + Bottom + ")");       setTimeout("descend('" + Nom + "')",100);    }    return; }   </SCRIPT>  </head> <BODY TOPMARGIN=0 LEFTMARGIN=0 MARGINHEIGHT=0 MARGINWIDTH=0 BGCOLOR="#FFFFFF" scroll=auto> <NOSCRIPT> Le magazine Cache Cache vous donne toutes les informations dont vous avez besoin sur vos sorties, le cin&eacute;ma, et bient&ocirc;t plein d'autres rubriques... <A HREF="/Appli/LeMag/index.asp">Le Magazine</A> <A HREF="/Appli/LeMag/Loisirs/Webcity/index.asp">Vos sorties avec Webcity.fr</A> <A HREF="/Appli/LeMag/C2Mag/Meteo/index.asp">Mto</A> <A HREF="/Appli/LeMag/C2Mag/Horoscope/index.asp">Horoscope</A> </NOSCRIPT>  <TABLE Border=0 Width="750" height="600" BackGround="/Prog/Images/fonds/fondmag.jpg" align="center" cellspacing="0" cellpadding="0"> <TR> <TD width="750" height="600" valign="top" align="left"> <Div Id="General">  <DIV ID="Deco1">    <DIV>    <TABLE BORDER=1 BORDERCOLOR="#000000" WIDTH=171 height=352><TD></TD></TR></TABLE>    </DIV> </DIV>  <DIV ID="Deco2">    <DIV>    <TABLE BORDER=1 BORDERCOLOR="#000000" WIDTH=420 height=352><TD></TD></TR></TABLE>    </DIV> </DIV>      <DIV ID="BarreSommaire">        <DIV>        <TABLE BACKGROUND="" border=1 bordercolor="#000000" bgcolor="#FFFFFF" CELLSPACING=0 CELLPADDING=0>        <TR><TD height=308 WIDTH=16>&nbsp;</TD></TR>        </TABLE>        <A HREF="#" onmouseover="javascript:ReTop('Contenu',0,0,460,350);Etat=-1;mouseDown();descend('Sommaire');" onmouseout="javascript:Etat=0;mouseUp();"><IMG SRC="/Prog/Images/Tools/Boutons/haut.gif" border=0></A><BR>        <A HREF="#" onmouseover="javascript:ReTop('Contenu',0,0,460,350);Etat=1;mouseDown();monte('Sommaire');" onmouseout="javascript:Etat=0;mouseUp();"><IMG SRC="/Prog/Images/Tools/Boutons/bas.gif" border=0></A>        </DIV>     </DIV>   <DIV ID="Sommaire"><DIV> <TABLE Border=0 bgcolor="#BBBBCC" WIDTH=150 BACKGROUND=""><TD>  <A HREF="index.asp?Id=DW0&MaVille=Bordeaux" CLASS="liens">Bordeaux</A><BR> <A HREF="index.asp?Id=DW1&MaVille=Lille" CLASS="liens">Lille</A><BR> <A HREF="index.asp?Id=DW2&MaVille=Lyon" CLASS="liens">Lyon</A><BR> <A HREF="index.asp?Id=DW3&MaVille=Marseille" CLASS="liens">Marseille</A><BR> <A HREF="index.asp?Id=DW4&MaVille=Montpellier" CLASS="liens">Montpellier</A><BR> <A HREF="index.asp?Id=DW5&MaVille=Paris" CLASS="liens">Paris</A><BR> <A HREF="index.asp?Id=DW6&MaVille=Rennes" CLASS="liens">Rennes</A><BR> <A HREF="index.asp?Id=DW7&MaVille=Strasbourg" CLASS="liens">Strasbourg</A><BR> <A HREF="index.asp?Id=DW8&MaVille=Toulouse" CLASS="liens">Toulouse</A><BR> <A HREF="index.asp?Id=DW9&MaVille=Amiens" CLASS="liens">Amiens</A><BR> <A HREF="index.asp?Id=DW10&MaVille=Angers" CLASS="liens">Angers</A><BR> <A HREF="index.asp?Id=DW11&MaVille=Angoul%EAme" CLASS="liens">Angoulme</A><BR> <A HREF="index.asp?Id=DW12&MaVille=Annecy" CLASS="liens">Annecy</A><BR> <A HREF="index.asp?Id=DW13&MaVille=Auxerre" CLASS="liens">Auxerre</A><BR> <A HREF="index.asp?Id=DW14&MaVille=Bayonne" CLASS="liens">Bayonne</A><BR> <A HREF="index.asp?Id=DW15&MaVille=Besan%E7on" CLASS="liens">Besanon</A><BR> <A HREF="index.asp?Id=DW16&MaVille=Brest" CLASS="liens">Brest</A><BR> <A HREF="index.asp?Id=DW17&MaVille=Caen" CLASS="liens">Caen</A><BR> <A HREF="index.asp?Id=DW18&MaVille=Clermont%2DFerrand" CLASS="liens">Clermont-Ferrand</A><BR> <A HREF="index.asp?Id=DW19&MaVille=Dijon" CLASS="liens">Dijon</A><BR> <A HREF="index.asp?Id=DW20&MaVille=Grenoble" CLASS="liens">Grenoble</A><BR> <A HREF="index.asp?Id=DW21&MaVille=La+Rochelle" CLASS="liens">La Rochelle</A><BR> <A HREF="index.asp?Id=DW22&MaVille=Limoges" CLASS="liens">Limoges</A><BR> <A HREF="index.asp?Id=DW23&MaVille=Metz" CLASS="liens">Metz</A><BR> <A HREF="index.asp?Id=DW24&MaVille=Mulhouse" CLASS="liens">Mulhouse</A><BR> <A HREF="index.asp?Id=DW25&MaVille=Nancy" CLASS="liens">Nancy</A><BR> <A HREF="index.asp?Id=DW26&MaVille=Nantes" CLASS="liens">Nantes</A><BR> <A HREF="index.asp?Id=DW27&MaVille=N%EEmes" CLASS="liens">Nmes</A><BR> <A HREF="index.asp?Id=DW28&MaVille=Nice" CLASS="liens">Nice</A><BR> <A HREF="index.asp?Id=DW29&MaVille=Orl%E9ans" CLASS="liens">Orlans</A><BR> <A HREF="index.asp?Id=DW30&MaVille=Perpignan" CLASS="liens">Perpignan</A><BR> <A HREF="index.asp?Id=DW31&MaVille=Poitiers" CLASS="liens">Poitiers</A><BR> <A HREF="index.asp?Id=DW32&MaVille=Reims" CLASS="liens">Reims</A><BR> <A HREF="index.asp?Id=DW33&MaVille=Rouen" CLASS="liens">Rouen</A><BR> <A HREF="index.asp?Id=DW34&MaVille=St%2DEtienne" CLASS="liens">St-Etienne</A><BR> <A HREF="index.asp?Id=DW35&MaVille=Tours" CLASS="liens">Tours</A><BR> <A HREF="index.asp?Id=DW36&MaVille=Troyes" CLASS="liens">Troyes</A><BR> </TD></TABLE> </DIV> </DIV>      <DIV ID="BarreContenu">        <DIV>        <TABLE BACKGROUND="" border=1 bordercolor="#000000" bgcolor="#FFFFFF" CELLSPACING=0 CELLPADDING=0>        <TR><TD height=308 WIDTH=16>&nbsp;</TD></TR>        </TABLE>        <A HREF="#" onmouseover="javascript:ReTop('Sommaire',0,0,230,350);Etat=-1;mouseDown();descend('Contenu');" onmouseout="javascript:Etat=0;mouseUp();"><IMG SRC="/Prog/Images/Tools/Boutons/haut.gif" border=0></A><BR>        <A HREF="#" onmouseover="javascript:ReTop('Sommaire',0,0,230,350);Etat=1;mouseDown();monte('Contenu');" onmouseout="javascript:Etat=0;mouseUp();"><IMG SRC="/Prog/Images/Tools/Boutons/bas.gif" border=0></A>        </DIV>     </DIV>   <DIV ID="Contenu"> <TABLE Border=0 WIDTH=420 HEIGHT=350 BACKGROUND="" CELLSPACING=0 CELLPADDING=30><TR><TD align=left><UL>    <LI><B>Interview</B> : <A HREF="http://montpellier.webcity.fr/article.asp?id=21992&partenaire=Cache-cache" Target="_new">Champion pure Race</A></LI>        <P>Le festival Attitude dmarre aujourdhui sa 12me dition avec une programmation toujours "touche  tout" : skate, BMX, expo Hip-Hop, soires breakdance... Parmi les stars de la rampe, Denis Casamatta, un montpellirain de 30 ans, qui tient dsormais sa rputation dans l'hexagone. Il s'est confi  Webcity.  </P>    <LI><B>Sortir</B> : <A HREF="http://montpellier.webcity.fr/article.asp?id=21290&partenaire=Cache-cache" Target="_new">En avant premire </A></LI>        <P>A voir avant que tout le monde n'en parle :  Men in Black 2, Le poids de l'eau, Bowling for Columbine... Projections et rencontres avec les ralisateurs.</P>    <LI><B>Sortir</B> : <A HREF="http://montpellier.webcity.fr/article.asp?id=21987&partenaire=Cache-cache" Target="_new">O se baigner autour de Montpellier ?</A></LI>        <P>Fleuves, rivires et lacs offrent des coins de baignades ombrags... Quelques bons plans pour viter les "bouchons touristiques cuisants" en bord de mer. </P>    <LI><B>Sortir</B> : <A HREF="http://montpellier.webcity.fr/article.asp?id=21980&partenaire=Cache-cache" Target="_new">Frderic Galliano &amp; The African Divas </A></LI>        <P>Avec son troisime album, "Africa divas", Frderic Galliano a trouv la bonne fusion entre culture africaine, jazz et lectronique. Portrait.</P> </UL></TD></TR></TABLE> </DIV>  <DIV ID="Infos">.</DIV>     <DIV ID="AR"> 	<A HREF="#" onMouseOver="javascript:LayerAR('AROn',1);"><IMG SRC="/prog/images/tools/AR.gif" ALIGN="left" ID="MonAR" border="0" WIDTH="60" HEIGHT="52" ALT="Accs rapide"></A>     </DIV>     <DIV ID="AROn"> 	<DIV> 	<A HREF="#" onMouseOut="javascript:LayerAR('AROn',0);" onMouseOver="javascript:LayerAR('AROn',1);">          <TABLE width="200" border="0" height="105" cellspacing="0" cellpadding="0" Background="">           <tr align="right" valign="middle">                <td height="19" colspan="2"> 		<A HREF="mailto:csevere@cache-cache.fr" CLASS="liens" onmouseover="javascript:montre('Ecrivez-nous..');" onmouseout="javascript:Ccache();">Forum de discussion</A>&nbsp;&nbsp;&nbsp; 	      </td>           </tr> 	  <tr align="right" valign="top">                <td height="58" width="159" align="right" valign="top"> 		<A HREF="#" onclick="javascript:Imprime();" CLASS="liens" onmouseover="javascript:montre('Imprimez cette page');" onmouseout="javascript:Ccache();">Imprimer la page</A><BR> 		<A HREF="/Appli/Cyber/ecards/index.asp" CLASS="liens" onmouseover="javascript:montre('Envoyez des e-Cards  vos proches');" onmouseout="javascript:Ccache();">Envoyer la page</A><BR> 		<A HREF="/Appli/Mode/index.asp" CLASS="liens"onmouseover="javascript:montre('Accdez  la Mode sur Cache-Cache');" onmouseout="javascript:Ccache();">Acc&eacute;der &agrave; la mode</A><BR> 	      </td>               <td height="58" width="25%">&nbsp; 	      </td>           </tr>         </TABLE> 	</A> 	</DIV>     </DIV> <TABLE border=0 WIDTH="745" height="65" CELLSPACING=0 CELLPADDING=0 BackGround="/Prog/Images/Barre2.gif" > <TR> <TD align=right valign=bottom> <SCRIPT LANGUAGE="Javascript1.2" SRC="/Prog/Inc/Menu/ejs_menu_dyn.js"></SCRIPT> </TD></TR> </TABLE> <TABLE BORDER=0 BACKGROUND="" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"> <TR><TD WIDTH="105" HEIGHT="487" valign="middle">     <TABLE border=0 BACKGROUND="" CELLSPACING=0 CELLPADDING=0><TR><TD>    <A HREF="/Prog/Rotator/ad_redirect.asp?url=/Appli/Mode/Tendances/index.asp&image=/Prog/Images/Collection/rvegetal.gif" ><IMG SRC="/Prog/Images/Collection/rvegetal.gif" ALT="Nos modles..." WIDTH=100 HEIGHT=100 BORDER=0></A>    </TD></TR><TR><TD>    <A HREF="/Appli/Mode/Tendances/index.asp"><IMG SRC="/Prog/Images/MaCollection.gif" border=0 WIDTH="100" HEIGHT="100" alt="Cliquez ici pour voir la collection"></A>    </TD></TR><TR><TD>    <A HREF="/Prog/Rotator/ad_redirect.asp?url=/Appli/Cyber/Cpourvous/index.asp&image=/Prog/Images/Infos/ScreenSaver.gif" ><IMG SRC="/Prog/Images/Infos/ScreenSaver.gif" ALT="Tlchargez..." WIDTH=100 HEIGHT=100 BORDER=0></A>    </TD></TR> <!-- <TR><TD>    <A HREF="/Appli/Mode/Actualites/index.asp"><IMG SRC="/Prog/Images/infos.gif" border=0 WIDTH="100" HEIGHT="100" alt="Tenez vous inform des promotions en cours"></A>    </TD></TR> --> </TABLE>  </TD> <TD valign=top align=left WIDTH=650>   <BR> <TABLE BORDER=0 BACKGROUND="" CELLSPACING=0 CELLPADDING=0 WIDTH=630 HEIGHT=450><TR><TD align=left valign=top WIDTH="220" height="410">         <TABLE border=0 Background="" CELLSPACING="0"  CELLPADDING="0" WIDTH=200>        <TR HEIGHT=32>        <TD WIDTH=14><IMG SRC="/Prog/Images/Tools/FG.gif" border=0 HSPACE=0 VSPACE=0></TD>        <TD WIDTH=172 BGCOLOR="#BBBBCC"><SPAN CLASS="TabTitre">Sortir...</SPAN></TD>        <TD WIDTH=14><IMG SRC="/Prog/Images/Tools/FD.gif" border=0></TD>        </TR>        </TABLE>   </TD><TD align="left" WIDTH="410" valign="top">        <BR>Ville : <B>Montpellier</B>  </TD> </TR><TR> <TD Colspan=2 align="center">  <A HREF="http://www.webcity.fr" target="_new"><IMG SRC="/Prog/Images/Tools/Logos/Partenaires/LogoWebcity.gif" ALT="Visitez notre partenaire WEBCITY...!" border=0></A>  </TD></TR></TABLE>  </TD> </TR> </TABLE>  	<TABLE border=0 BACKGROUND="" width="750" height=50 CELLSPACING=0 CELLPADDING=0 valign="top"> 	<TR bgcolor="#000000" height="2"> 	  <TD colspan=4 height=2></TD> 	</TR> 	<TR> 	   <TD bgcolor="#FFFFFF" WIDTH=230 HEIGHT=50> 	       <applet code="defile.class" align="baseline" width="230" height="50"> 	       	 <param name="CouleurFond" value="FFFFFF"> 		 <param name="CouleurTexte" value="000000"> 		 <param name="FichierTexte" value="defile.txt"> 		 <param name="Fondimage" value="/Prog/Images/fondapp.jpg"> 		 <param name="FontStyle" value="0"> 		 <param name="FontStyleLien" value="1"> 		 <param name="FontTaille" value="10"> 		 <param name="FontTailleLien" value="11"> 		 <param name="FontType" value="Arial"> 		 <param name="Pause" value="400"> 	       </applet>  	</TD> 	   <TD bgcolor="#FFFFC0" WIDTH=200 HEIGHT=50><CENTER>    	   <A HREF="/Prog/Rotator/ad_redirect.asp?url=/Appli/CacheCache/Entreprise/index.asp&image=/Prog/Images/Bandeau/entreprise.jpg" ><IMG SRC="/Prog/Images/Bandeau/entreprise.jpg" ALT="Qui sommes-nous ?...cliquez ici!" WIDTH=200 HEIGHT=50 BORDER=0></A> 	   </CENTER> 	   </TD> 	   <TD bgcolor="#F6FE84" WIDTH="220" HEIGHT=50>&nbsp;</TD> 	   <TD bgcolor="#F7FE3E" WIDTH="100" ALIGN="center"><a href="javascript:openw('/Appli/Utils/Aide.asp?Source=/Appli/LeMag/Loisirs/Webcity/index.asp','Aide','scrollbars=yes, width=500, height=500, top=50, left=50');" CLASS="LiensTitre" onmouseover="javascript:montre('En cas de problme, cliquez sur l\'aide...');" onmouseout="javascript:Ccache();">[Aide]</a></TD> 	</TR> 	</TABLE>        </DIV> </TD> </TR> </TABLE>   <SCRIPT LANGUAGE="javascript1.2"> ReTop('Sommaire',0,0,230,350); ReTop('Contenu',0,0,460,350); </SCRIPT> </body>  </HTML> 
