Les images ne s'affichent pas sur mon site
Kilian
-
dreamfeeder Messages postés 253 Date d'inscription Statut Membre Dernière intervention -
dreamfeeder Messages postés 253 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
J'ai créer un site Internet grace au logiciel Dreamweaver 8 , seulement quand j'ouvre mon site Internet les images ne s'affichent pas , j'ai juste le cadre avec en haut un rond rouge , un carré vert et un triangle bleu ? Pouvez me dire quel est le problème ?
Merci d'avance
J'ai créer un site Internet grace au logiciel Dreamweaver 8 , seulement quand j'ouvre mon site Internet les images ne s'affichent pas , j'ai juste le cadre avec en haut un rond rouge , un carré vert et un triangle bleu ? Pouvez me dire quel est le problème ?
Merci d'avance
A voir également:
- Les images ne s'affichent pas sur mon site
- Site de telechargement - Accueil - Outils
- Site comme coco - Accueil - Réseaux sociaux
- Quel site remplace coco - Accueil - Réseaux sociaux
- Site x - Guide
- Site pour vendre des objets d'occasion - Guide
15 réponses
si elles ne s'affichent pas, il y a des grande chance que tes chemins soit incorrect
peux tu nous donner un lien vers une page de ton site que l'on puisse voir ce qui cloche?
peux tu nous donner un lien vers une page de ton site que l'on puisse voir ce qui cloche?
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
alors je vois pas...
Vérifie bien les liens (on se trompe souvent de répertoire, extension) ;
Sinon je peut pas t'aide sans voir ton code...
Bonne chance
a+++
Vérifie bien les liens (on se trompe souvent de répertoire, extension) ;
Sinon je peut pas t'aide sans voir ton code...
Bonne chance
a+++
tes liens sont renseigné avec les chein que tu devait avoir en local sur ton pc
par exemple pour:
<img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/banio.gif"
tes images etant dans "/site/" et ta page etant a la racine du site, tu dois mettre:
<img src="site/banio.gif"
par exemple pour:
<img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/banio.gif"
tes images etant dans "/site/" et ta page etant a la racine du site, tu dois mettre:
<img src="site/banio.gif"
elles sont ou les image qui manque ?
Moi je vois des images ...
a++
Moi je vois des images ...
a++
n'ayant pas utilisé dreamweaver depuis ma formation il y a un paquet d'années, je ne suis pas sur mais il me semble que tu dois pouvoir renseigner soit le chemin complet vers ton image soit le chemin relatif.
il est donc preferable d'utiliser le chemin relatif et de conserver la meme arborescence entre ton site en local et le transfert de ces fichier sur le serveur.
du coup si ta page est dans un dossier et que les images sont dans "le_dossier_de_la_page/site/images",
le chemin relatif sera "site/images/le_nom_du_fichier_image"
donc sur le serveur il fodra ossi que ton image soit dans "site/images/"
il est donc preferable d'utiliser le chemin relatif et de conserver la meme arborescence entre ton site en local et le transfert de ces fichier sur le serveur.
du coup si ta page est dans un dossier et que les images sont dans "le_dossier_de_la_page/site/images",
le chemin relatif sera "site/images/le_nom_du_fichier_image"
donc sur le serveur il fodra ossi que ton image soit dans "site/images/"
C'est ce que j'ai fais sur la bannière de la page d'accueil maintenant je n'ais pas encore fais de modifications après avoir mis en ligne mon site , et quand j'enregistre cela ne s'enregistre pas sur le site ? Comment fais-t-on pour que cela se fasse ? Après cela je pourrais vous dire si l'aide que vous m'avez apporter a réussi
Je ne connais pas du tout le logiciel;
http://forum.ninjaspy.org/uploads/monthly_02_2007/post-5-1170564261.png
Sur cette capture, le code est visible au dessus de la page.
Essaye de l'avoir en cliquant sur l'onglet windows en haut de l'écran et cherche...
a+++
http://forum.ninjaspy.org/uploads/monthly_02_2007/post-5-1170564261.png
Sur cette capture, le code est visible au dessus de la page.
Essaye de l'avoir en cliquant sur l'onglet windows en haut de l'écran et cherche...
a+++
le code j'y ai acces sur ton site c pas le probleme mais la la page accueil.html na pas l'air d'avoir changé, g toujours:
<img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/banio.gif" width="690" height="216" />
au lieu de
<img src="site/banio.gif" width="690" height="216" />
<img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/banio.gif" width="690" height="216" />
au lieu de
<img src="site/banio.gif" width="690" height="216" />
Voici mon code :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- DW6 -->
<head>
<!-- Copyright 2005 Macromedia, Inc. All rights reserved. -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Accueil</title>
<link rel="stylesheet" href="3col_leftNav.css" type="text/css" />
<script type="text/JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
//Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Macromedia, Inc. All rights reserved.
var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
tmLn = document.MM_Time[tmLnName];
if (numGotos != null)
if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
jmpFwd = (fNew > tmLn.curFrame);
for (i = 0; i < tmLn.length; i++) {
sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
if (sprite.charAt(0) == "s") {
numKeyFr = sprite.keyFrames.length;
firstKeyFr = sprite.keyFrames[0];
lastKeyFr = sprite.keyFrames[numKeyFr - 1];
if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
for (j=0; j<sprite.values.length; j++) {
props = sprite.values[j];
if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
if (sprite.obj != null) {
if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
else sprite.obj[props.prop2][props.prop] = props[propNum];
} }
} else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
}
tmLn.curFrame = fNew;
if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
}
function MM_timelinePlay(tmLnName, myID) { //v1.2
//Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Macromedia, Inc. All rights reserved.
var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
tmLn = document.MM_Time[tmLnName];
if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
if (myID == tmLn.ID) { //if Im newest
setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
fNew = ++tmLn.curFrame;
for (i=0; i<tmLn.length; i++) {
sprite = tmLn[i];
if (sprite.charAt(0) == 's') {
if (sprite.obj) {
numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
keyFrm=1;
for (j=0; j<sprite.values.length; j++) {
props = sprite.values[j];
if (numKeyFr != props.length) {
if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
else sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
} else {
while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
else sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
} } } } }
} else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
if (fNew > tmLn.lastFrame) tmLn.ID = 0;
} }
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_initTimelines() { //v4.0
//MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
var ns = navigator.appName == "Netscape";
var ns4 = (ns && parseInt(navigator.appVersion) == 4);
var ns5 = (ns && parseInt(navigator.appVersion) > 4);
var macIE5 = (navigator.platform ? (navigator.platform == "MacPPC") : false) && (navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4);
document.MM_Time = new Array(1);
document.MM_Time[0] = new Array(8);
document.MM_Time["Timeline1"] = document.MM_Time[0];
document.MM_Time[0].MM_Name = "Timeline1";
document.MM_Time[0].fps = 15;
document.MM_Time[0][0] = new String("behavior");
document.MM_Time[0][0].frame = 61;
document.MM_Time[0][0].value = "MM_timelineGoto('Timeline1','1')";
document.MM_Time[0][1] = new String("behavior");
document.MM_Time[0][1].frame = 60;
document.MM_Time[0][1].value = "MM_swapImage('asnl','','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/logo_as-nancy-lorraine.jpg',1)";
document.MM_Time[0][2] = new String("behavior");
document.MM_Time[0][2].frame = 20;
document.MM_Time[0][2].value = "MM_swapImage('depnissa','','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/f2d78b4af69f1fc2f96bec15fdd4b508.jpg',1)";
document.MM_Time[0][3] = new String("behavior");
document.MM_Time[0][3].frame = 35;
document.MM_Time[0][3].value = "MM_swapImage('depnissa','','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/cab51192720fc1d2dd80e1440f3b0c14.jpg',1)";
document.MM_Time[0][4] = new String("behavior");
document.MM_Time[0][4].frame = 50;
document.MM_Time[0][4].value = "MM_swapImage('depnissa','','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/3547a1dcf6b6aaa66087187e395a1ff2.jpg',1)";
document.MM_Time[0][5] = new String("behavior");
document.MM_Time[0][5].frame = 15;
document.MM_Time[0][5].value = "MM_swapImage('asnl2','','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/mufl2.gif',1)";
document.MM_Time[0][6] = new String("behavior");
document.MM_Time[0][6].frame = 30;
document.MM_Time[0][6].value = "MM_swapImage('asnl2','','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/aja.gif',1)";
document.MM_Time[0][7] = new String("behavior");
document.MM_Time[0][7].frame = 45;
document.MM_Time[0][7].value = "MM_swapImage('asnl2','','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/auxerre_deschamps4.jpg',1)";
document.MM_Time[0].lastFrame = 61;
for (i=0; i<document.MM_Time.length; i++) {
document.MM_Time[i].ID = null;
document.MM_Time[i].curFrame = 0;
document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
}
}
//-->
</script>
<style type="text/css">
<!--
#Layer1 {
position:absolute;
left:752px;
top:293px;
width:212px;
height:377px;
z-index:1;
}
body {
background-color: #FFFFFF;
background-image: url(file:///C|/Documents%20and%20Settings/kilian/Mes%20documents/Mes%20images/site/fondlogo(1).jpg);
background-repeat: no-repeat;
margin-bottom: 0px;
background-image: url(file:///C|/Documents%20and%20Settings/kilian/Mes%20documents/Mes%20images/site/zinzinA.gif);
margin-right: 20px;
margin-left: 0px;
}
.Style4 {color: #FF0000}
.Style5 {color: #000000; }
.Style7 {color: #FF0000; font-weight: bold; }
.Style8 {color: #FFFFFF}
.Style10 {
color: #000000;
font-size: x-large;
font-weight: bold;
}
.Style12 {font-size: 9px}
.Style13 {font-size: 14px}
.Style14 {font-size: 14}
body,td,th {
color: #000000;
}
-->
</style></head>
<body onload="MM_preloadImages('file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/logo_as-nancy-lorraine.jpg','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/f2d78b4af69f1fc2f96bec15fdd4b508.jpg','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/cab51192720fc1d2dd80e1440f3b0c14.jpg','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/3547a1dcf6b6aaa66087187e395a1ff2.jpg','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/mufl2.gif','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/aja.gif','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/auxerre_deschamps4.jpg');MM_timelinePlay('Timeline1')">
<div id="masthead">
<h1 align="center" id="siteName"><img src="site/banio.gif" width="689" height="216" /><br />
<img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/2.gif" width="975" height="10" /></h1>
<div id="div">
<div align="center"><a href="accueil.html"><img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/accueil.gif" width="100" height="20" border="0" /></a> <a href="https://sne07.forum-actif.eu/login"><img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/forumfin.gif" width="100" height="20" border="0" /></a><a href="le groupe.html"><img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/groupefin.gif" width="100" height="20" border="0" /></a><a href="matos.html"><img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/Matos.gif" width="100" height="20" border="0" /></a><a href="Multimédias.html"><img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/multimediasfin.gif" width="100" height="20" border="0" /></a><a href="Contacts.html"><img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/contactsfin.gif" width="100" height="20" border="0" /></a><img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/2.gif" width="975" height="10" /></div>
</div>
</div>
<div id="navBar">
<p> </p>
<p align="center"><img src="site/toto3.gif" width="177" height="106" /></p>
<p align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="153" height="44">
<param name="movie" value="text29.swf" />
<param name="quality" value="high" />
<param name="BGCOLOR" value="#EFEFEF" />
<embed src="text29.swf" width="153" height="44" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" bgcolor="#EFEFEF" ></embed>
</object>
</p>
<p align="center"><span class="Style12"><span class="Style13"><span class="Style14"><strong><span class="Style4"><span class="Style5">Nice</span>-NAN</span><span class="Style8">CY</span></strong> :<strong> 2-1<br />
<span class="Style4">NAN</span><span class="Style8">CY</span>-Toulouse:</strong></span></span></span><br />
<strong><span class="Style4">NAN</span><span class="Style8">CY</span>-Le Havre</strong>: 2-1 </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="117" height="31">
<param name="movie" value="text30.swf" />
<param name="quality" value="high" />
<param name="BGCOLOR" value="#EFEFEF" />
<embed src="text30.swf" width="117" height="31" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" bgcolor="#EFEFEF" ></embed>
</object>
</p>
<p align="center"><strong><a href="matos.html">==>Le T-Shirt</a></strong><strong><br />
<br />
<a href="écharpes.html">==>L'écharpe Laine</a><br />
<br />
</strong><strong><a href="pins et autocs.html">==>Les Autocs</a></strong></p>
<p align="center"> </p>
<p align="center"><img src="file:///C:/Documents and Settings/kilian/Mes documents/Mes images/site/blasonsneder.gif" width="181" height="187" /></p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
</div>
<!--end navBar div -->
<div id="headlines">
<h3 align="left"> </h3>
<h3 align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="102" height="48">
<param name="movie" value="text10.swf" />
<param name="quality" value="high" />
<param name="BGCOLOR" value="#FF0000" />
<embed src="text10.swf" width="102" height="48" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" bgcolor="#FF0000" ></embed>
</object>
</h3>
<p align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="137" height="25">
<param name="BGCOLOR" value="#FF0000" />
<param name="BGCOLOR" value="" />
<param name="BGCOLOR" value="" />
<param name="BGCOLOR" value="" />
<param name="movie" value="text11.swf" />
<param name="quality" value="high" />
<embed src="text11.swf" width="137" height="25" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" bgcolor="#FF0000" ></embed>
</object>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="130" height="29">
<param name="BGCOLOR" value="#FF0000" />
<param name="BGCOLOR" value="" />
<param name="BGCOLOR" value="" />
<param name="BGCOLOR" value="" />
<param name="BGCOLOR" value="" />
<param name="movie" value="text12.swf" />
<param name="quality" value="high" />
<embed src="text12.swf" width="130" height="29" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" bgcolor="#FF0000" ></embed>
</object>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="130" height="24">
<param name="BGCOLOR" value="#FF0000" />
<param name="BGCOLOR" value="" />
<param name="movie" value="text13.swf" />
<param name="quality" value="high" />
<embed src="text13.swf" width="130" height="24" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" bgcolor="#FF0000" ></embed>
</object>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="128" height="28">
<param name="movie" value="text14.swf" />
<param name="quality" value="high" />
<param name="BGCOLOR" value="#FF0000" />
<embed src="text14.swf" width="128" height="28" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" bgcolor="#FF0000" ></embed>
</object>
<br />
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100" height="23">
<param name="BGCOLOR" value="#FF0000" />
<param name="movie" value="button32.swf" />
<param name="quality" value="high" />
<embed src="button32.swf" width="100" height="23" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" bgcolor="#FF0000" ></embed>
</object>
</p>
<p align="center"><img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/mufl2.gif" name="asnl2" width="94" height="116" id="asnl2" onmouseover="MM_swapImage('asnl2','','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/mufl2.gif',1)" onmouseout="MM_swapImgRestore()" /></p>
<p align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="129" height="29">
<param name="BGCOLOR" value="#FF0000" />
<param name="BGCOLOR" value="" />
<param name="movie" value="text31.swf" />
<param name="quality" value="high" />
<embed src="text31.swf" width="129" height="29" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" bgcolor="#FF0000" ></embed>
</object>
</p>
<p align="center"><strong>Auxerre-<span class="Style4"><span class="Style8">NANCY</span>:<span class="Style5">13/09/08<br />
<span class="Style8">NANCY-<span class="Style5">Motherwell 18/09/08<br />
<span class="Style8">NANCY-<span class="Style5">Rennes 20/09/08 </span></span>
</span></span><br />
</span></span><br />
</strong></p>
<p align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="127" height="41">
<param name="movie" value="text32.swf" />
<param name="quality" value="high" />
<param name="BGCOLOR" value="#FF0000" />
<embed src="text32.swf" width="127" height="41" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" bgcolor="#FF0000" ></embed>
</object>
</p>
<p align="left"><img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/7389e6550fc52a66a2f1219b3c1bc178.jpg" name="depnissa" width="178" height="135" id="depnissa" /><br />
</p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"><br />
<br />
<br />
</p>
</div>
<div id="content">
<div class="story">
<h3 align="center" class="Style4">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="96" height="43">
<param name="BGCOLOR" value="#FFFFFF" />
<param name="BGCOLOR" value="" />
<param name="movie" value="text28.swf" />
<param name="quality" value="high" />
<embed src="text28.swf" width="96" height="43" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" bgcolor="#FFFFFF" ></embed>
</object>
</h3>
<p align="center" class="Style4"> </p>
<p align="left" class="Style5">•<strong>27/08/08 :</strong> Le nouveau site est en ligne , les mises a jour se feront progressivement , merci de votre compréhension ! </p>
<p align="left" class="Style5"><em><strong><a href="deps.html">DEPLACEMENT A AUXERRE</a></strong></em> <br />
•<strong>21/08/08</strong> : Les infos pour le déplacement a Auxerre sont a voir en détail dans la partie "Groupe" ou en cliquant simplement sur "deps" a votre droite . </p>
<p align="left" class="Style5">•<strong>23/08/08 :</strong></p>
<p class="Style5">•</p>
<p class="Style5">• </p>
<p class="Style5">•</p>
<p><span class="Style5">•</span></p>
<p><span class="Style5">•</span></p>
<p> </p>
<p align="left" class="Style5"> </p>
<p align="center" class="Style5"> </p>
<p align="center" class="feature"> </p>
<p class="feature"> </p>
<p class="feature"> </p>
<p class="feature"> </p>
<p align="center"> </p>
<p align="center"><img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/baniba.gif" width="513" height="98" /><span class="Style4"><br />
©2008 Section Nord Est </span>, <span class="Style4"><strong>toute reproduction est totalement interdite</strong></span> <span class="Style7">meme partielle</span> <br />
<span class="Style10">Etre et Durer </span></p>
</div>
</div>
<!--end content -->
<br />
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- DW6 -->
<head>
<!-- Copyright 2005 Macromedia, Inc. All rights reserved. -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Accueil</title>
<link rel="stylesheet" href="3col_leftNav.css" type="text/css" />
<script type="text/JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
//Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Macromedia, Inc. All rights reserved.
var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
tmLn = document.MM_Time[tmLnName];
if (numGotos != null)
if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
jmpFwd = (fNew > tmLn.curFrame);
for (i = 0; i < tmLn.length; i++) {
sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
if (sprite.charAt(0) == "s") {
numKeyFr = sprite.keyFrames.length;
firstKeyFr = sprite.keyFrames[0];
lastKeyFr = sprite.keyFrames[numKeyFr - 1];
if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
for (j=0; j<sprite.values.length; j++) {
props = sprite.values[j];
if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
if (sprite.obj != null) {
if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
else sprite.obj[props.prop2][props.prop] = props[propNum];
} }
} else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
}
tmLn.curFrame = fNew;
if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
}
function MM_timelinePlay(tmLnName, myID) { //v1.2
//Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Macromedia, Inc. All rights reserved.
var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
tmLn = document.MM_Time[tmLnName];
if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
if (myID == tmLn.ID) { //if Im newest
setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
fNew = ++tmLn.curFrame;
for (i=0; i<tmLn.length; i++) {
sprite = tmLn[i];
if (sprite.charAt(0) == 's') {
if (sprite.obj) {
numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
keyFrm=1;
for (j=0; j<sprite.values.length; j++) {
props = sprite.values[j];
if (numKeyFr != props.length) {
if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
else sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
} else {
while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
else sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
} } } } }
} else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
if (fNew > tmLn.lastFrame) tmLn.ID = 0;
} }
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_initTimelines() { //v4.0
//MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
var ns = navigator.appName == "Netscape";
var ns4 = (ns && parseInt(navigator.appVersion) == 4);
var ns5 = (ns && parseInt(navigator.appVersion) > 4);
var macIE5 = (navigator.platform ? (navigator.platform == "MacPPC") : false) && (navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4);
document.MM_Time = new Array(1);
document.MM_Time[0] = new Array(8);
document.MM_Time["Timeline1"] = document.MM_Time[0];
document.MM_Time[0].MM_Name = "Timeline1";
document.MM_Time[0].fps = 15;
document.MM_Time[0][0] = new String("behavior");
document.MM_Time[0][0].frame = 61;
document.MM_Time[0][0].value = "MM_timelineGoto('Timeline1','1')";
document.MM_Time[0][1] = new String("behavior");
document.MM_Time[0][1].frame = 60;
document.MM_Time[0][1].value = "MM_swapImage('asnl','','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/logo_as-nancy-lorraine.jpg',1)";
document.MM_Time[0][2] = new String("behavior");
document.MM_Time[0][2].frame = 20;
document.MM_Time[0][2].value = "MM_swapImage('depnissa','','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/f2d78b4af69f1fc2f96bec15fdd4b508.jpg',1)";
document.MM_Time[0][3] = new String("behavior");
document.MM_Time[0][3].frame = 35;
document.MM_Time[0][3].value = "MM_swapImage('depnissa','','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/cab51192720fc1d2dd80e1440f3b0c14.jpg',1)";
document.MM_Time[0][4] = new String("behavior");
document.MM_Time[0][4].frame = 50;
document.MM_Time[0][4].value = "MM_swapImage('depnissa','','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/3547a1dcf6b6aaa66087187e395a1ff2.jpg',1)";
document.MM_Time[0][5] = new String("behavior");
document.MM_Time[0][5].frame = 15;
document.MM_Time[0][5].value = "MM_swapImage('asnl2','','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/mufl2.gif',1)";
document.MM_Time[0][6] = new String("behavior");
document.MM_Time[0][6].frame = 30;
document.MM_Time[0][6].value = "MM_swapImage('asnl2','','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/aja.gif',1)";
document.MM_Time[0][7] = new String("behavior");
document.MM_Time[0][7].frame = 45;
document.MM_Time[0][7].value = "MM_swapImage('asnl2','','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/auxerre_deschamps4.jpg',1)";
document.MM_Time[0].lastFrame = 61;
for (i=0; i<document.MM_Time.length; i++) {
document.MM_Time[i].ID = null;
document.MM_Time[i].curFrame = 0;
document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
}
}
//-->
</script>
<style type="text/css">
<!--
#Layer1 {
position:absolute;
left:752px;
top:293px;
width:212px;
height:377px;
z-index:1;
}
body {
background-color: #FFFFFF;
background-image: url(file:///C|/Documents%20and%20Settings/kilian/Mes%20documents/Mes%20images/site/fondlogo(1).jpg);
background-repeat: no-repeat;
margin-bottom: 0px;
background-image: url(file:///C|/Documents%20and%20Settings/kilian/Mes%20documents/Mes%20images/site/zinzinA.gif);
margin-right: 20px;
margin-left: 0px;
}
.Style4 {color: #FF0000}
.Style5 {color: #000000; }
.Style7 {color: #FF0000; font-weight: bold; }
.Style8 {color: #FFFFFF}
.Style10 {
color: #000000;
font-size: x-large;
font-weight: bold;
}
.Style12 {font-size: 9px}
.Style13 {font-size: 14px}
.Style14 {font-size: 14}
body,td,th {
color: #000000;
}
-->
</style></head>
<body onload="MM_preloadImages('file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/logo_as-nancy-lorraine.jpg','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/f2d78b4af69f1fc2f96bec15fdd4b508.jpg','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/cab51192720fc1d2dd80e1440f3b0c14.jpg','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/3547a1dcf6b6aaa66087187e395a1ff2.jpg','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/mufl2.gif','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/aja.gif','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/auxerre_deschamps4.jpg');MM_timelinePlay('Timeline1')">
<div id="masthead">
<h1 align="center" id="siteName"><img src="site/banio.gif" width="689" height="216" /><br />
<img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/2.gif" width="975" height="10" /></h1>
<div id="div">
<div align="center"><a href="accueil.html"><img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/accueil.gif" width="100" height="20" border="0" /></a> <a href="https://sne07.forum-actif.eu/login"><img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/forumfin.gif" width="100" height="20" border="0" /></a><a href="le groupe.html"><img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/groupefin.gif" width="100" height="20" border="0" /></a><a href="matos.html"><img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/Matos.gif" width="100" height="20" border="0" /></a><a href="Multimédias.html"><img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/multimediasfin.gif" width="100" height="20" border="0" /></a><a href="Contacts.html"><img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/contactsfin.gif" width="100" height="20" border="0" /></a><img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/2.gif" width="975" height="10" /></div>
</div>
</div>
<div id="navBar">
<p> </p>
<p align="center"><img src="site/toto3.gif" width="177" height="106" /></p>
<p align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="153" height="44">
<param name="movie" value="text29.swf" />
<param name="quality" value="high" />
<param name="BGCOLOR" value="#EFEFEF" />
<embed src="text29.swf" width="153" height="44" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" bgcolor="#EFEFEF" ></embed>
</object>
</p>
<p align="center"><span class="Style12"><span class="Style13"><span class="Style14"><strong><span class="Style4"><span class="Style5">Nice</span>-NAN</span><span class="Style8">CY</span></strong> :<strong> 2-1<br />
<span class="Style4">NAN</span><span class="Style8">CY</span>-Toulouse:</strong></span></span></span><br />
<strong><span class="Style4">NAN</span><span class="Style8">CY</span>-Le Havre</strong>: 2-1 </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="117" height="31">
<param name="movie" value="text30.swf" />
<param name="quality" value="high" />
<param name="BGCOLOR" value="#EFEFEF" />
<embed src="text30.swf" width="117" height="31" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" bgcolor="#EFEFEF" ></embed>
</object>
</p>
<p align="center"><strong><a href="matos.html">==>Le T-Shirt</a></strong><strong><br />
<br />
<a href="écharpes.html">==>L'écharpe Laine</a><br />
<br />
</strong><strong><a href="pins et autocs.html">==>Les Autocs</a></strong></p>
<p align="center"> </p>
<p align="center"><img src="file:///C:/Documents and Settings/kilian/Mes documents/Mes images/site/blasonsneder.gif" width="181" height="187" /></p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
</div>
<!--end navBar div -->
<div id="headlines">
<h3 align="left"> </h3>
<h3 align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="102" height="48">
<param name="movie" value="text10.swf" />
<param name="quality" value="high" />
<param name="BGCOLOR" value="#FF0000" />
<embed src="text10.swf" width="102" height="48" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" bgcolor="#FF0000" ></embed>
</object>
</h3>
<p align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="137" height="25">
<param name="BGCOLOR" value="#FF0000" />
<param name="BGCOLOR" value="" />
<param name="BGCOLOR" value="" />
<param name="BGCOLOR" value="" />
<param name="movie" value="text11.swf" />
<param name="quality" value="high" />
<embed src="text11.swf" width="137" height="25" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" bgcolor="#FF0000" ></embed>
</object>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="130" height="29">
<param name="BGCOLOR" value="#FF0000" />
<param name="BGCOLOR" value="" />
<param name="BGCOLOR" value="" />
<param name="BGCOLOR" value="" />
<param name="BGCOLOR" value="" />
<param name="movie" value="text12.swf" />
<param name="quality" value="high" />
<embed src="text12.swf" width="130" height="29" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" bgcolor="#FF0000" ></embed>
</object>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="130" height="24">
<param name="BGCOLOR" value="#FF0000" />
<param name="BGCOLOR" value="" />
<param name="movie" value="text13.swf" />
<param name="quality" value="high" />
<embed src="text13.swf" width="130" height="24" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" bgcolor="#FF0000" ></embed>
</object>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="128" height="28">
<param name="movie" value="text14.swf" />
<param name="quality" value="high" />
<param name="BGCOLOR" value="#FF0000" />
<embed src="text14.swf" width="128" height="28" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" bgcolor="#FF0000" ></embed>
</object>
<br />
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100" height="23">
<param name="BGCOLOR" value="#FF0000" />
<param name="movie" value="button32.swf" />
<param name="quality" value="high" />
<embed src="button32.swf" width="100" height="23" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" bgcolor="#FF0000" ></embed>
</object>
</p>
<p align="center"><img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/mufl2.gif" name="asnl2" width="94" height="116" id="asnl2" onmouseover="MM_swapImage('asnl2','','file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/mufl2.gif',1)" onmouseout="MM_swapImgRestore()" /></p>
<p align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="129" height="29">
<param name="BGCOLOR" value="#FF0000" />
<param name="BGCOLOR" value="" />
<param name="movie" value="text31.swf" />
<param name="quality" value="high" />
<embed src="text31.swf" width="129" height="29" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" bgcolor="#FF0000" ></embed>
</object>
</p>
<p align="center"><strong>Auxerre-<span class="Style4"><span class="Style8">NANCY</span>:<span class="Style5">13/09/08<br />
<span class="Style8">NANCY-<span class="Style5">Motherwell 18/09/08<br />
<span class="Style8">NANCY-<span class="Style5">Rennes 20/09/08 </span></span>
</span></span><br />
</span></span><br />
</strong></p>
<p align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="127" height="41">
<param name="movie" value="text32.swf" />
<param name="quality" value="high" />
<param name="BGCOLOR" value="#FF0000" />
<embed src="text32.swf" width="127" height="41" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" bgcolor="#FF0000" ></embed>
</object>
</p>
<p align="left"><img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/7389e6550fc52a66a2f1219b3c1bc178.jpg" name="depnissa" width="178" height="135" id="depnissa" /><br />
</p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"><br />
<br />
<br />
</p>
</div>
<div id="content">
<div class="story">
<h3 align="center" class="Style4">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="96" height="43">
<param name="BGCOLOR" value="#FFFFFF" />
<param name="BGCOLOR" value="" />
<param name="movie" value="text28.swf" />
<param name="quality" value="high" />
<embed src="text28.swf" width="96" height="43" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" bgcolor="#FFFFFF" ></embed>
</object>
</h3>
<p align="center" class="Style4"> </p>
<p align="left" class="Style5">•<strong>27/08/08 :</strong> Le nouveau site est en ligne , les mises a jour se feront progressivement , merci de votre compréhension ! </p>
<p align="left" class="Style5"><em><strong><a href="deps.html">DEPLACEMENT A AUXERRE</a></strong></em> <br />
•<strong>21/08/08</strong> : Les infos pour le déplacement a Auxerre sont a voir en détail dans la partie "Groupe" ou en cliquant simplement sur "deps" a votre droite . </p>
<p align="left" class="Style5">•<strong>23/08/08 :</strong></p>
<p class="Style5">•</p>
<p class="Style5">• </p>
<p class="Style5">•</p>
<p><span class="Style5">•</span></p>
<p><span class="Style5">•</span></p>
<p> </p>
<p align="left" class="Style5"> </p>
<p align="center" class="Style5"> </p>
<p align="center" class="feature"> </p>
<p class="feature"> </p>
<p class="feature"> </p>
<p class="feature"> </p>
<p align="center"> </p>
<p align="center"><img src="file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/baniba.gif" width="513" height="98" /><span class="Style4"><br />
©2008 Section Nord Est </span>, <span class="Style4"><strong>toute reproduction est totalement interdite</strong></span> <span class="Style7">meme partielle</span> <br />
<span class="Style10">Etre et Durer </span></p>
</div>
</div>
<!--end content -->
<br />
</body>
</html>
oui on l'avais déjà :
Faut que tu trouve un moyen de modifié facilement via ton logiciel les lignes du type:
file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/logo_as-nancy-lorraine.jpg'
Il faut quels deviennent : /site/logo_as-nancy-lorraine.jpg
Ou au pire : http://kilian.valentin.free.fr/site/logo_as-nancy-lorraine.jpg
a+++
Faut que tu trouve un moyen de modifié facilement via ton logiciel les lignes du type:
file:///C|/Documents and Settings/kilian/Mes documents/Mes images/site/logo_as-nancy-lorraine.jpg'
Il faut quels deviennent : /site/logo_as-nancy-lorraine.jpg
Ou au pire : http://kilian.valentin.free.fr/site/logo_as-nancy-lorraine.jpg
a+++
dans le code que tu viens de donner, ta banniere est censé apparaitre si tu transfere cette page sur le site de free mais pas sur ton pc puisque les chemins relatif ne doivent pas etre les meme,
en effet si sur ton pc tu as ta page "accueil.html" dans:
C:/Documents and Settings/kilian/Mes documents/
et vu que ton images est dans:
C:/Documents and Settings/kilian/Mes documents/Mes images/site/
le chemin pour l'atteindre est:
src="Mes images/site/banio.gif"
par contre sur le site de free, ta page est a la racine du site et ton image dans:
site/
donc pour l'atteindre le chemin est:
src="site/banio.gif"
donc transfere le fichier accueil.html que tu as modifié sur le site et tu verra que l'image s'y affichera alors que sur ton ordi (vu que le chemin n'est pas le memme) elle ne saffichera pas
en effet si sur ton pc tu as ta page "accueil.html" dans:
C:/Documents and Settings/kilian/Mes documents/
et vu que ton images est dans:
C:/Documents and Settings/kilian/Mes documents/Mes images/site/
le chemin pour l'atteindre est:
src="Mes images/site/banio.gif"
par contre sur le site de free, ta page est a la racine du site et ton image dans:
site/
donc pour l'atteindre le chemin est:
src="site/banio.gif"
donc transfere le fichier accueil.html que tu as modifié sur le site et tu verra que l'image s'y affichera alors que sur ton ordi (vu que le chemin n'est pas le memme) elle ne saffichera pas
a mon avis kan tu utilise dreamweaver et que tu insere une image dans ta page, tu dois avoir une fenetre qui s'ouvre pour chercher limage sur ton pc, dans cette fenetre je pense qu'il y a une option pour choisir un chemin absolu ou relatif fais des test avec une simple page contenant une image puis regarde le code pour voir si le chemin est bon ou pas