Bonjour Matthieu,
Tu as bien du mérite d'avoir déjà ouvert ton propre site web à 13 ans !

Par contre une chose que tu devras apprendre, tu ne peux pas copier-coller tout ce que tu trouves sur Internet... Certaines images par exemple ne peuvent être réutilisées par d'autres personnes, c'est interdit ! C'est le cas du morceau de code ci-dessous, que tu as copié sur Infoclimat et en partie transformé :
CODE
<DIV align=center><TABLE cellSpacing=0 cellPadding=0 width=185 align=center border=0><TBODY>
<TR><TD><U><FONT face="Comic Sans MS" size=4><IMG src="http://i10.servimg.com/u/10/00/77/32/barre_12.gif"></FONT></U></TD></TR>
<TR><TD><TABLE id=tableau_bleu cellSpacing=0 cellPadding=0 border=0><TBODY>
<TR><TD> </TD><TD align=middle>
<DIV style="FONT-SIZE: 9px"><FONT size=1>Cliquez sur la vignette pour afficher la dernière
carte de vigilance</FONT>.</DIV></TD><TD> </TD><TD align=middle>
<A href="http://www.meteofrance.com/vigilance/index.html">
<IMG onclick="window.open('http://www.meteofrance.com/vigilance/index.html','cartevigi','scrollbars=yes,resizable=yes,width=820,height=560')"
onerror="java script:this.src='mf_indispo_022.bin' _fcksavedurl='mf_indispo_022.bin' _fcksavedurl='mf_indispo_022.bin'
_fcksavedurl='mf_indispo_022.bin' _fcksavedurl='mf_indispo_022.bin' _fcksavedurl='mf_indispo_022.bin' _fcksavedurl='mf_indispo_022.bin'
_fcksavedurl='mf_indispo_022.bin' _fcksavedurl='mf_indispo_022.bin' _fcksavedurl='mf_indispo_022.bin' _fcksavedurl='mf_indispo_022.bin'"
src="http://www.meteofrance.com/vigilance/cartes/derniers/mn.gif" border=0></A></TD></TR></TBODY></TABLE>
<IMG height=12 src="http://www.infoclimat.fr/accueil/images/pied.gif" width=185></TD></TR></TBODY></TABLE></DIV>
Je te conseille de remplacer tout cela par :
CODE
<A href="http://www.meteofrance.com/vigilance/index.html">
<IMG onclick="window.open('http://www.meteofrance.com/vigilance/index.html','cartevigi','scrollbars=yes,resizable=yes,width=820,height=560')"
src="http://www.meteofrance.com/vigilance/cartes/derniers/mn.gif" border=0></A>
Merci