Avoir la mêm chose sur le PC et sur le Site

Le premier forum francophone sur l'éditeur de pages Web multiplateforme (Linux, Mac OS X, Windows) qui monte… KompoZer, héritier de Nvu, permet de créer vos pages Web graphiquement (wysiwyg) sans aucune connaissance du langage HTML.

Modérateur : chinon37

PoppyGuy
Lézard vert
Messages : 153
Inscription : 08 oct. 2011, 18:55

Avoir la mêm chose sur le PC et sur le Site

Message par PoppyGuy »

Bonsoir,
Je souhaiterais savoir pourquoi, je n'ai pas la même chose sur mon PC et sur mon site.
Sur mon site, tout est bien au milieu, mais pas sur le PC
Exemple :
D'après l'icône de la barre d'outils, 4 images sont bien au centre, mais, elles ne le sont pas, elles sont à gauche.
1) Image "Relevés de la journée en cours"
2) Image "Statistiques du mois d'octobre"
3) Image "Graphiques du mois d'octobre"
4) Image "Statistiques de l'année"

Merci de votre aide
Cordialement

Voici mon code:

Code : Tout sélectionner

<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>Météo St Florent des Bois - La Clopinière - La Sicaudiere</title>
<meta content="Guy" name="author">
<base href="http://st-florent-meteo-clopiniere.akeonet.com/">
<script type="text/javascript">
function affichePage()
{
// récupération des données : annee / mois / pages
var annee = document.getElementById('annee').value;
var mois = document.getElementById('mois').value
var pages = document.getElementById('pages').value

if( annee != '' && mois != '' && pages != '' )
{
var url = '/'+ annee + '/' + mois + '/' + pages +'.html';
document.location.href = url; // on affiche la page
}
}
</script>
<style>
* { margin:0; padding:0; }
body {
width:100%; height:100%;
max-width:1450px;
margin:0 auto;
text-align:center;
color:white;
background-color:rgb(0, 51, 153);
}
a { color:#dcd296; }
a:hover { color:#33ff33; }
a:visited { color:#dcd296; }

/* ------------------ */
/* Images avec icones */
.Bloc-Stats {
position: relative;
display: inline-block;
}

/* grande image pour JOURNEE en cours */
.Bloc-Stats #Station-Journee-image {
position: relative;
display: block;
border: 0;
width: 790px; /* mettre les dimensions correctes */
height: 550px;
}

/* grande image pour Mois */
.Bloc-Stats #Station-Mois-image {
position: relative;
display: block;
border: 0;
width: 790px;
height: 550px;
}

/* grande image pour ANNEE */
.Bloc-Stats #Station-Annee-image {
position: relative;
display: block;
border: 0;
width: 790px; /* mettre les dimensions correctes */
height: 550px;
}

/* icones */
.Bloc-Stats img.ico {
position: absolute;
display: block;
border: 0;
width: auto;
height: 30px;
}

.Bloc-Stats img.ico-Terre {
top: 97px;
left: 93px;
}

.Bloc-Stats img.ico-Pluie {
top: 213px;
left: 93px;
}

.Bloc-Stats img.ico-Pluie-jour {
top: 213px;
left: 93px;
}

.Bloc-Stats img.ico-Pluie-Mois {
top: 202px;
left: 93px;
}

.Bloc-Stats img.ico-Pluie-Annee {
top: 307px;
left: 93px;
}

.Bloc-Stats img.ico-Soleil {
top: 331px;
left: 93px;
}

.Bloc-Stats img.ico-Horloge {
top: 364px;
left: 238px;
}

.Bloc-Stats img.ico-Thermometre {
top: 192px;
left: 355px;
}

.Bloc-Stats img.ico-T°-mini {
top: 278px;
left: 355px;
}

.Bloc-Stats img.ico-Humidite {
top: 279px;
left: 480px;
}

.Bloc-Stats img.ico-Humidite-Maxi {
top: 192px;
left: 480px;
}

.Bloc-Stats img.ico-Jour-Maxi {
top: 196px;
left: 480px;
}

.Bloc-Stats img.ico-Jour-Mini {
top: 280px;
left: 480px;
}

.Bloc-Stats img.ico-Nuage {
top: 278px;
left: 476px;
}

.Bloc-Stats img.ico-Vent {
top: 96px;
left: 514px;
}

.Bloc-Stats img.ico-Vitesse-Vent {
top: 300px;
left: 514px;
}

.Bloc-Stats img.ico-Graphique {
top: 300px;
left: 520px;
}

.Bloc-Stats img.ico-Terre-GW {
top: 44px;
left: 90px;
}

/***** icones en bas *****/

.Bloc-Stats img.ico-Terre-bas {
top: 484px;
left: 102px;
}
.Bloc-Stats img.ico-Pluie-bas {
top: 484px;
left: 172px;
}
.Bloc-Stats img.ico-Soleil-bas {
top: 484px;
left: 243px;
}
.Bloc-Stats img.ico-Horloge-bas {
top: 484px;
left: 313px;
}
.Bloc-Stats img.ico-Thermometre-Mini-bas {
top: 484px;
left: 315px;
}
.Bloc-Stats img.ico-Thermometre-bas {
top: 484px;
left: 384px;
}
.Bloc-Stats img.ico-Humidite-bas {
top: 484px;
left: 454px;
}
.Bloc-Stats img.ico-Humidite-Maxi-bas {
top: 480px;
left: 532px;
}
.Bloc-Stats img.ico-Vent-bas {
top: 484px;
left: 602px;
}
.Bloc-Stats img.ico-Graphique-bas {
top: 483px;
left: 666px;
}
/* ------------------ */

</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<h1><span style="color: red;">M</span><span
style="color: rgb(51, 255, 51);">é</span><span
style="color: rgb(255, 255, 51);">t</span><span
style="color: rgb(102, 255, 255);">é</span><span
style="color: rgb(204, 51, 204);">o</span> "St Florent des bois" - "La
Clopinière" - "La Sicaudière"</h1>
<h2>Commune des "Rives de L'Yon"</h2>
<div> <a href="mailto:st-florent-meteo-clopiniere@akeonet.com"><img
style="border: 0px solid ; width: 50px; height: 39px;" alt="Messagerie"
src="Icones/Messagerie.gif"></a> </div>
<br>
<div> Relevés météo avec une station amateur "Oregon WMR200" placée à
"La Clopinière"<br>
<big><span style="color: yellow;">Il y a la possibilité de voir les
relevés effectués depuis 2011</span></big><br>
<span style="color: rgb(51, 255, 51);">Pressions - Températures -
Hauteur de pluie - Vitesse de Vent - Heures de Soleil</span><br>
</div>
<br>
<div><!-- liste déroulante pour les années -->&nbsp;
<select id="annee" name="annee" size="1" onchange="affichePage();">
<option value="">Choisir une Année</option>
<option value="2015">2015</option>
<option value="2014">2014</option>
<option value="2013">2013</option>
<option value="2012">2012</option>
<option value="2011">2011</option>
</select>
<!-- liste déroulantes pour les mois -->
<select id="mois" name="mois" size="1" onchange="affichePage();">
<option value="">Choisir un mois</option>
<option value="Janvier">Janvier</option>
<option value="Fevrier">Fevrier</option>
<option value="Mars">Mars</option>
<option value="Avril">Avril</option>
<option value="Mai">Mai</option>
<option value="Juin">Juin</option>
<option value="Juillet">Juillet</option>
<option value="Aout">Aout</option>
<option value="Septembre">Septembre</option>
<option value="Octobre">Octobre</option>
<option value="Novembre">Novembre</option>
<option value="Decembre">Decembre</option>
</select>
<!-- liste déroulante pour les pages -->
<select id="pages" name="pages" size="1" onchange="affichePage();">
<option value="">Choisir une page</option>
<option value="Pluie">Pluie</option>
<option value="Pressions">Pressions</option>
<option value="Soleil">Soleil</option>
<option value="Temperatures">Temperatures</option>
<option value="Vent">Vent</option>
</select>
</div>
<br>
<!-- Image du mois -->
<div> <img style="width: 800px; height: 200px;" alt="Octobre"
src="Octobre.jpg"><br>
<br>
<!-- Boutons -->
<div style="font-weight: bold;"><a href="2016/Janvier/Pluie_Soleil.html"><span
style="text-decoration: underline;"><img
style="border: 0px solid ; width: 71px; height: 29px;" alt="Bt_Janvier"
src="Icones/Bouton_Janvier.png"></span></a>&nbsp; <a
href="2016/Fevrier/Pluie_Soleil.html"><img
style="border: 0px solid ; width: 71px; height: 29px;" alt="Bt_Fevrier"
src="Icones/Bouton_Fevrier.png"></a>&nbsp; <a
href="2016/Mars/Pluie_Soleil.html"><img
style="border: 0px solid ; width: 71px; height: 29px;" alt="Bt_Mars"
src="Icones/Bouton_Mars.png"></a>&nbsp; <a
href="2016/Avril/Pluie_Soleil.html"><img
style="border: 0px solid ; width: 71px; height: 29px;" alt="Bt_Avril"
src="Icones/Bouton_Avril.png"></a>&nbsp; <a
href="2016/Mai/Pluie_Soleil.html"><img
style="border: 0px solid ; width: 71px; height: 29px;" alt="Bt_Mai"
src="Icones/Bouton_Mai.png"></a>&nbsp; <a
href="2016/Juin/Pluie_Soleil.html"><img
style="border: 0px solid ; width: 71px; height: 29px;" alt="Bt_Juin"
src="Icones/Bouton_Juin.png"></a>&nbsp; <a
href="2016/Juillet/Pluie_Soleil.html"><img
style="border: 0px solid ; width: 71px; height: 29px;" alt="Bt_Juillet"
src="Icones/Bouton_Juillet.png"></a>&nbsp; <a
href="2016/Aout/Pluie_Soleil.html"><img
style="border: 0px solid ; width: 71px; height: 29px;" alt="BT_Août"
src="Icones/Bouton_Aout.png"></a>&nbsp; <a
href="2016/Septembre/Pluie_Soleil.html"><img
style="border: 0px solid ; width: 90px; height: 29px;" alt="Septembre"
src="Icones/Bouton_Septembre.png"></a>&nbsp; <a
href="/2016/Octobre/Soleil.html"><img src="Icones/Bouton_Octobre.png"
alt="Bouton Octobre"
style="border: 0px solid ; width: 71px; height: 29px;"></a><br>
<br>
</div>
<span style="color: rgb(255, 204, 0);">Cliquez sur les icônes pour
avoir le tableau correspondant</span><span style="color: yellow;"></span>
<br>
<script type="text/javascript" src="date_heure.js"></script> <span
id="date_heure"></span>
<script type="text/javascript">window.onload = date_heure('date_heure');</script><!-- Image Station GraphWeather -->
<div class="Bloc-Stats">
<div style="width: 790px; text-align: center;"> <img
style="width: 790px; height: 550px;" src="WMR200-2.jpg"
alt="Relevés de la journée en cours"><br>
</div>
<!-- Icones Terre Station GraphWeather -->
<a href="2016/Octobre/Pluie.html"><img
style="border: 0px solid ; width: 23px; height: 23px;"
class="ico ico-Terre" alt="Icone Pluie" src="Icones/Pluie_Station.png"></a><a
href="Graphique_Pluie.html"><img
style="border: 0px solid ; width: 24px; height: 24px;"
class="ico ico-Pluie-Mois" alt="Icone Pluie"
src="Icones/Pluie_Station.png"></a><br>
<a href="2016/Septembre/Pluie.html"><img
style="border: 0px solid ; width: 24px; height: 24px;"
class="ico ico-Pluie-Annee" alt="Icone Pluie"
src="Icones/Pluie_Station.png"></a>
<br>
<img style="width: 25px; height: 25px;" class="ico ico-Horloge"
alt="Horloge" src="Icones/Horloge_Station.png"><a
href="2016/Octobre/Graphique_Temperatue_Maxi.html"><img
style="border: 0px solid ; width: 10px; height: 23px;"
class="ico ico-Thermometre" alt="Icone Thermomètre"
src="Icones/Temperature_Station.png"></a><a
href="2016/Octobre/Graphique_Temperatue_Mini.html"><img
style="border: 0px solid ; width: 10px; height: 23px;"
class="ico ico-T°-mini" alt="Icone Point de Rosée"
src="Icones/Temperature_Mini_Station.png"></a>
<a href="2016/Octobre/Humidite.html"><img
style="border: 0px solid ; width: 13px; height: 21px;"
src="Icones/Humidite_Station.png" alt="Icone Humidité"
class="ico ico-Humidite-Maxi"></a><a href="2016/Octobre/Pressions.html"><img
style="border: 0px solid ; width: 20px; height: 20px;"
src="Icones/Terre_Station.png" alt="Icone Nuage" class="ico ico-Nuage"></a><a
href="Graphique_Vent.html"><img
style="border: 0px solid ; width: 27px; height: 27px;"
class="ico ico-Vent" alt="Icone Vent" src="Icones/Girouette.png"></a><a
href="2016/Octobre/Pressions.html"><img
style="border: 0px solid ; width: 20px; height: 24px;"
class="ico ico-Graphique" alt="Graphique"
src="Icones/Graphique_Station.png"></a><!-- icones en bas --><a
href="2016/Octobre/Pressions.html"><img
style="border: 0px solid ; width: 24px; height: 24px;"
class="ico ico-Terre-bas" alt="Icone Terre"
src="Icones/Terre_Station.png"></a> <a href="2016/Octobre/Pluie.html"><img
style="border: 0px solid ; width: 24px; height: 24px;"
class="ico ico-Pluie-bas" alt="Icone Pluie"
src="Icones/Pluie_Station_Blanc.png"></a> <a
href="2016/Octobre/Soleil.html"><img
style="border: 0px solid ; width: 24px; height: 23px;"
class="ico ico-Soleil-bas" alt="Icone Soleil"
src="Icones/Soleil_Station.png"></a> <img
style="width: 26px; height: 26px;" class="ico ico-Horloge-bas"
alt="Horloge" src="Icones/Horloge_Station.png"> <a
href="2016/Octobre/Graphique_Temperatue_Mini.html"><img
style="border: 0px solid ; width: 10px; height: 24px;"
class="ico ico-Thermometre-bas" alt="Icone Thermomètre"
src="Icones/Temperature_Mini_Station.png"></a> <a
href="Graphique_Humidite_Mini.html"><img
style="border: 0px solid ; width: 14px; height: 22px;"
class="ico ico-Humidite-bas" alt="Icone Humidité"
src="Icones/Humidite_Station.png"></a> <a
href="Graphique_Humidite_Maxi.html"><img
style="border: 0px solid ; width: 16px; height: 28px;"
class="ico ico-Humidite-Maxi-bas" alt="Icone Humidité Maxi"
src="Icones/Humidite_Maxi_Station.png"></a><a
href="Graphique_Vent.html"><img
style="border: 0px solid ; width: 28px; height: 20px;"
src="Icones/Vent_Station.png" alt="Icone Vent" class="ico ico-Vent-bas"></a><a
href="2016/Octobre/Graphique_Pression_Maxi.html"><img
style="border: 0px solid ; width: 21px; height: 25px;"
class="ico ico-Graphique-bas" alt="Graphique"
src="Icones/Graphique_Station.png"></a> </div>
<br>
<br>
<!-- Image Station du mois Excel -->
<div class="Bloc-Stats">
<div style="width: 790px; text-align: left;"> <img
style="width: 790px; height: 544px;" alt="Station mois"
src="2016/Octobre/Base_Station.png"><br>
</div>
<a href="2016/Octobre/Pressions.html"><img
style="border: 0px solid ; width: 23px; height: 23px;"
class="ico ico-Terre" alt="Icone Terre" src="Icones/Terre_Station.png"></a>
<a href="2016/Octobre/Pluie.html"><img
style="border: 0px solid ; width: 23px; height: 23px;"
class="ico ico-Pluie" alt="Icone Pluie" src="Icones/Pluie_Station.png"></a><a
href="2016/Octobre/Soleil.html"><img
style="border: 0px solid ; width: 23px; height: 23px;"
class="ico ico-Soleil" alt="Icone Soleil"
src="Icones/Soleil_Station.png"></a> <img
style="width: 25px; height: 25px;" class="ico ico-Horloge"
alt="Horloge" src="Icones/Horloge_Station.png"><a
href="2016/Octobre/Graphique_Temperatue_Maxi.html"><img
style="border: 0px solid ; width: 10px; height: 23px;"
class="ico ico-Thermometre" alt="Icone Thermomètre"
src="Icones/Temperature_Station.png"></a><a
href="2016/Graphique_Temperatue_Mini.html"><img
style="border: 0px solid ; width: 10px; height: 23px;"
class="ico ico-T°-mini" alt="Température Mini"
src="Icones/Temperature_Mini_Station.png"></a><a
href="2016/Octobre/Graphique_Humidite_Maxi.html"><img
style="border: 0px solid ; width: 15px; height: 26px;"
src="Icones/Humidite_Maxi_Station.png" alt="Icone Humidité Maxi"
class="ico ico-Humidite-Maxi"></a><a
href="2016/Octobre/Graphique_Humidite_Mini.html"><img
style="border: 0px solid ; width: 13px; height: 21px;"
src="Icones/Humidite_Station.png" alt="Icone Humidité"
class="ico ico-Humidite"></a><a href="2016/Septembre/Vent.html"><img
src="Icones/Girouette.png" alt="Icone Vent" class="ico ico-Vent"
style="border: 0px solid ; width: 26px; height: 26px;"></a><a
href="2016/Octobre/Vent.html" >=""><img
style="border: 0px solid ; width: 27px; height: 19px;"
class="ico ico-Vitesse-Vent" alt="Icone Vitesse du Vent"
src="Icones/Vent_Station.png"></a><a href="2016/Septembre/Vent.html"
>=""><!-- icones en bas --></a><a href="2016/Octobre/Pressions.html"><img
style="border: 0px solid ; width: 24px; height: 24px;"
class="ico ico-Terre-bas" alt="Icone Terre"
src="Icones/Terre_Station.png"></a> <a href="2016/Octobre/Pluie.html"><img
style="border: 0px solid ; width: 24px; height: 24px;"
class="ico ico-Pluie-bas" alt="Icone Pluie"
src="Icones/Pluie_Station_Blanc.png"></a> <a
href="Octobre/Soleil.html"><img
style="border: 0px solid ; width: 24px; height: 23px;"
class="ico ico-Soleil-bas" alt="Icone Soleil"
src="Icones/Soleil_Station.png"></a>&nbsp; <a
href="2016/Octobre/Graphique_Temperatue_Maxi.html"><img
style="border: 0px solid ; width: 10px; height: 24px;"
class="ico ico-Thermometre-bas" alt="Icone Thermomètre"
src="Icones/Temperature_Station.png"></a> <a
href="2016/Octobre/Graphique_Temperatue_Mini.html"><img
style="border: 0px solid ; width: 10px; height: 24px;"
class="ico ico-Thermometre-Mini-bas" alt="Icone Thermomètre"
src="Icones/Temperature_Mini_Station.png"></a>
<a href="2016/Octobre/Humidite.html"><img
style="border: 0px solid ; width: 14px; height: 22px;"
class="ico ico-Humidite-bas" alt="Icone Humidité"
src="Icones/Humidite_Station.png"></a> <a
href="2016/Octobre/Graphique_Humidite_Maxi.html"><img
style="border: 0px solid ; width: 16px; height: 28px;"
class="ico ico-Humidite-Maxi-bas" alt="Icone Humidité Maxi"
src="Icones/Humidite_Maxi_Station.png"></a><a
href="file:///F:/Meteo/Meteo_Clopiniere/2016/Octobre/Vent.html"><img
style="border: 0px solid ; width: 28px; height: 20px;"
class="ico ico-Vent-bas" alt="Icone Vent" src="Icones/Vent_Station.png"></a><a
href="Octobre/Pressions.html"><img
style="border: 0px solid ; width: 24px; height: 24px;"
class="ico ico-Graphique-bas" alt="Graphique"
src="Icones/Terre_Station.png"></a> </div>
<br>
<br>
<span style="color: rgb(255, 204, 0);">Cliquez sur les icônes pour
avoir le graphique correspondant</span>
<br>
<span style="color: rgb(255, 204, 0);"></span><span
style="color: yellow;"></span>
<!-- Image Station des Graphiques Excel -->
<div class="Bloc-Stats">
<div style="margin-left: 0px; width: 790px; text-align: left;"> <img
style="width: 790px; height: 550px;" alt="Station Graphiques"
src="2016/Octobre/Graphiques_Station.png"><br>
</div>
&nbsp;&nbsp;&nbsp; <img><!-- icones en bas --><a
href="2016/Octobre/Graphique_Pression_Mini.html"><img
style="border: 0px solid ; width: 24px; height: 24px;"
class="ico ico-Terre-bas" alt="Icone Terre"
src="Icones/Terre_Station.png"></a> <a
href="2016/Octobre/Graphique_Pluie.html"><img
style="border: 0px solid ; width: 24px; height: 24px;"
class="ico ico-Pluie-bas" alt="Icone Pluie"
src="Icones/Pluie_Station_Blanc.png"></a> <a
href="2016/Octobre/Graphique_Soleil.html"><img
style="border: 0px solid ; width: 24px; height: 23px;"
class="ico ico-Soleil-bas" alt="Icone Soleil"
src="Icones/Soleil_Station.png"></a>&nbsp; <a
href="2016/Octobre/Graphique_Temperatue_Maxi.html"><img
style="border: 0px solid ; width: 10px; height: 24px;"
class="ico ico-Thermometre-bas" alt="Icone Thermomètre"
src="Icones/Temperature_Station.png"></a>
<a href="2016/Octobre/Graphique_Temperatue_Mini.html"><img
style="border: 0px solid ; width: 10px; height: 24px;"
class="ico ico-Thermometre-Mini-bas" alt="Icone Thermomètre"
src="Icones/Temperature_Mini_Station.png"></a> <a
href="2016/Octobre/Graphique_Humidite_Mini.html"><img
style="border: 0px solid ; width: 14px; height: 22px;"
class="ico ico-Humidite-bas" alt="Icone Humidité"
src="Icones/Humidite_Station.png"></a><a
href="2016/Octobre/Graphique_Humidite_Maxi.html"><img
style="border: 0px solid ; width: 16px; height: 28px;"
class="ico ico-Humidite-Maxi-bas" alt="Icone Humidité Maxi"
src="Icones/Humidite_Maxi_Station.png"></a> <a
href="2016/Octobre/Graphique_Vent.html"><img
style="border: 0px solid ; width: 28px; height: 20px;"
class="ico ico-Vent-bas" alt="Icone Vent" src="Icones/Vent_Station.png"></a><a
href="2016/Octobre/Graphique_Pression_Maxi.html"><img
style="border: 0px solid ; width: 24px; height: 24px;"
class="ico ico-Graphique-bas" alt="Graphique"
src="Icones/Terre_Station.png"></a> </div>
<br>
<br>
<br>
<!-- Image Station de l'Année Excel -->
<div class="Bloc-Stats"><a href="Graphique_Humidite_Maxi.html"><img
style="border: 0px solid ; width: 16px; height: 28px;"
class="ico ico-Humidite-Maxi-bas" alt="Icone Humidité Maxi"
src="Icones/Humidite_Maxi_Station.png"></a>
<div style="margin-left: 0px; width: 790px; text-align: left;"> <img
style="width: 25px; height: 25px;" class="ico ico-Horloge"
alt="Horloge"
src="http://st-florent-meteo-clopiniere.akeonet.com/Icones/Horloge_Station.png"><img
style="width: 790px; height: 550px;" alt="Station Année"
src="WMR200_Annee_Excel.png"><br>
</div>
<a href="2016/Septembre/Pressions.html"><img
style="border: 0px solid ; width: 23px; height: 23px;"
class="ico ico-Terre" alt="Icone Terre" src="Icones/Terre_Station.png"></a>
<a href="2016/Septembre/Pluie.html"><img
style="border: 0px solid ; width: 24px; height: 24px;"
class="ico ico-Pluie" alt="Icone Pluie" src="Icones/Pluie_Station.png"></a><a
href="2016/Septembre/Soleil.html"><img
style="border: 0px solid ; width: 23px; height: 23px;"
class="ico ico-Soleil" alt="Icone Soleil"
src="Icones/Soleil_Station.png"></a> <a
href="2016/Septembre/Temperatures.html"><img
style="border: 0px solid ; width: 10px; height: 23px;"
class="ico ico-Thermometre" alt="Icone Thermomètre"
src="Icones/Temperature_Station.png"></a> <a
href="2016/Septembre/Temperatures.html"><img
style="border: 0px solid ; width: 10px; height: 23px;"
class="ico ico-T°-mini" alt="Température Mini"
src="Icones/Temperature_Mini_Station.png"></a><a
href="2016/Septembre/Humidite.html"><img
style="border: 0px solid ; width: 16px; height: 16px;"
class="ico ico-Jour-Maxi" alt="Icone Jour Maxi Station"
src="Icones/Date.png"></a><a href="2016/Septembre/Humidite.html"><img
style="border: 0px solid ; width: 16px; height: 16px;"
class="ico ico-Jour-Mini" alt="Icone Jour Mini Station"
src="Icones/Date.png"></a><a href="2016/Septembre/Vent.html"><img
style="border: 0px solid ; width: 27px; height: 27px;"
class="ico ico-Vent" alt="Icone Vent" src="Icones/Girouette.png"></a><a
href="2016/Septembre/Vent.html"><img
style="border: 0px solid ; width: 27px; height: 19px;"
class="ico ico-Vitesse-Vent" alt="Icone Vitesse du Vent"
src="Icones/Vent_Station.png"></a><img><!-- icones en bas --><a
href="2016/Septembre/Pressions.html"><img
style="border: 0px solid ; width: 24px; height: 24px;"
class="ico ico-Terre-bas" alt="Icone Terre"
src="Icones/Terre_Station.png"></a><a href="2016/Septembre/Pluie.html"><img
style="border: 0px solid ; width: 24px; height: 24px;"
class="ico ico-Pluie-bas" alt="Icone Pluie"
src="Icones/Pluie_Station_Blanc.png"></a> <a
href="2016/Septembre/Soleil.html"><img
style="border: 0px solid ; width: 24px; height: 23px;"
class="ico ico-Soleil-bas" alt="Icone Soleil"
src="Icones/Soleil_Station.png"></a>&nbsp; <a
href="Graphique_Temperatue_Mini.html"><img
style="border: 0px solid ; width: 10px; height: 24px;"
class="ico ico-Thermometre-Mini-bas" alt="Icone Thermomètre"
src="Icones/Temperature_Mini_Station.png"></a>
<a href="2016/Septembre/Temperatures.html"><img
style="border: 0px solid ; width: 10px; height: 24px;"
class="ico ico-Thermometre-bas" alt="Icone Thermomètre"
src="Icones/Temperature_Station.png"></a> <a
href="2016/Septembre/Humidite.html"><img
style="border: 0px solid ; width: 14px; height: 22px;"
class="ico ico-Humidite-bas" alt="Icone Humidité"
src="Icones/Humidite_Station.png"></a><a
href="2016/Septembre/Vent.html"><img
style="border: 0px solid ; width: 28px; height: 20px;"
class="ico ico-Vent-bas" alt="Icone Vent" src="Icones/Vent_Station.png"></a><img
style="width: 24px; height: 24px;" class="ico ico-Graphique-bas"
alt="Graphique" src="Icones/Terre_Station.png"> </div>
<br>
<br>
<br>
<h2>Ensoleillement<br>
</h2>
<br>
<span style="color: rgb(255, 204, 0);"></span><img
style="width: 792px; height: 493px;" alt="Graphique Ensoleillement"
src="Ensoleillement.JPG"><br>
<br>
<br>
<h2>Graphique "Pressions, Températures et Vent <br>
</h2>
<br>
<img style="width: 800px; height: 700px;" alt="Ensemble GraphWeather"
src="GraphWeather.jpg"><br>
<br>
<br>
<h2><br>
</h2>
<h2>Recapitulatis du mois de Septembre</h2>
<br>
<br>
<img style="width: 991px; height: 760px;" alt="Récapitulatifs du mois"
src="2016/Octobre/Mois.png"><br>
<br>
<br>
<br>
<br>
<br>
<h2>Mini - Maxi du mois du mois de septembre<br>
</h2>
<img style="width: 1321px; height: 808px;" alt="Mini Maxi du mois"
src="2016/Octobre/Mini_Maxi.png"><br>
<br>
<br>
</div>
</body>
</html>
Votre Navigateur : Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0
http://meteofloralies.free.fr
Répondre

Qui est en ligne ?

Utilisateurs parcourant ce forum : Bing [Bot] et 5 invités