Bon bah voilà j´ai résolu le mystère ^^ et puisque je suis gentil, je vous met le code à mettre dans le ou les fichier(s) html :
<!DOCTYPE html PUBLIC "–//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title><!–– Titre de votre site--></title>
<meta http–equiv="Content–Type" content="text/html; charset=iso–8859–1" />
<link href="Design.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="global"> <!–– ca c´est pas utile, c´est juste pour entourer la page d´un contour -->
<!–– L´en–tête ––>
<div id="en_tete">
</div>
<!–– Les menus ––>
<table width="780" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="179" valign="top" background="Design/fond_menu.jpg"><img src="Séparation/image.jpg" alt="Image du Jour"/><br/>
<br/>
<div class="element_menu"> <!–– Biensûr si vous mettez une balise div il faudra modifier le css, c´est-à-dire enlever les dimensions-->
<br/>
<br/>
<h5><!–– Titre d´un menu--></h5>
<a href="Accueil.html" title="Accueil"> » Accueil</a><br/>
<a href="Le Staff.html" title="Le Staff"> » Le Staff</a><br/>
<a href="Recrutement.html" title="Recrutement"> » Recrutement</a><br/>
<a href="Partenariat.html" title="Partenariat"> » Partenariat</a><br/>
<a href="Livre d´or.html" title="Livre d´or"> » Livre d´or</a><br/>
<a title="Forum"><span class="couleur"> » Forum</span></a><br/>
<a href="Chat.html" title="Chat"> » Chat</a><br/>
<a href="Radio.html" title="Radio"> » Radio</a><br/>
<a href="Fanarts.html" title="Fanarts"> » Fanarts</a><br/>
<a href="Remerciements.html" title="Remerciements"> » Remerciements</a><br/>
<br/>
</div>
</td>
<td width="601" valign="top" bgcolor="#FFFFFF"><center>
<!–– Le Corps-->
<div id="corps">
<!–– Mettez le contenu de votre page ici-->
.........
<!-- A la fin mettez le code suivant-->
</div>
</center>
</td>
</tr>
</table>
<!–– Le pied de page ––>
<div id="pied_de_page">
<p>Copyright © Yorokonde Manga - Toute reproduction totale ou partielle est interdite sans l´accord de l´auteur
</p>
</div>
</body>
</html>