ouai , je te file mon code html de la page index:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" />
<title>Bienvenue sur le site de la bijouterie Jungo</title>
<link rel="Stylesheet" media="screen" type="text/css" title="fiche_produit" href="fiche_produits.css" />
</head>
<body>
<div style="text-align: center;" id="entete">
<h1><img style="width: 965px; height: 70px;" alt="" src="Images/Entete.jpg" /></h1>
</div>
<div style="text-align: center;" id="barre-navigation"><br />
</div>
<?php include ( "menu.php" ); ?>
<div style="text-align: center;" ;=""><img style="width: 481px; height: 360px;" alt="" src="Photos/bijouterie.jpg" /><br />
</div>
<div style="text-align: justify;"> <strong style="text-decoration: underline;">HISTORIQUE :</strong><br />
<p style="font-size: 10pt; font-family: Arial;">La
bijouterie JUNGO est une entreprise familiale
créée en 1958. Artisanale au
départ, l'opportunité d'un
déménagement dans un local plus grand et
situé sur
une artère plus commerçante permet à
l'entreprise de se développer dès 1978.
Monsieur JUNGO, le créateur, acquiert le titre de
maître artisan et forme sa
fille qui prend sa succession en 1997.<br />
50 ans après sa création, l'adaptation au
e-commerce
marque un nouveau tournant
dans l'évolution de l'entreprise.<br />
<br />
</p>
<p style="font-size: 10pt; font-family: Arial;"><big style="font-weight: bold;">Le site ne fonctionne
actuellement qu'avec mozilla firefox et le paiement
sécurisé est réalisé par le
biais du site Paypal, qui accepte plusieurs modes de paiement.</big></p>
<p style="font-size: 10pt; font-family: Arial;"><big style="font-weight: bold;">Les frais de port sont inclus dans le prix des produits et leur garantie est de 2 ans chacun.</big></p>
</div>
<div id="pied-de-page"><br />
</div>
</body>
</html>
et voici le code de mon menu.php:
<div id="colonne-navigation">
<ul>
<li><a href="index.html"><img style="border: 0px solid ; width: 80px; height: 30px;" alt="" src="Images/Bouton_accueil.jpg" align="middle"></a></li>
</ul>
<h3>Horlogerie :</h3>
<ul>
<li><a href="choix_montre.html"><img style="border: 0px solid ; width: 80px; height: 30px;" alt="" src="Images/Bouton_montres.jpg" align="middle"></a></li>
<li><a href="choix_pendule.html"><img style="border: 0px solid ; width: 80px; height: 30px;" alt="" src="Images/Bouton_pendules.jpg" align="middle"></a></li>
<li><a href="choix_reveil.html"><img style="border: 0px solid ; width: 80px; height: 30px;" alt="" src="Images/Bouton_reveils.jpg" align="middle"></a></li>
</ul>
<h3>Bijouterie :</h3>
<ul>
<li><a href="choix_pendentif.html"><img style="border: 0px solid ; width: 80px; height: 30px;" alt="" src="Images/Bouton_pendentifs.jpg" align="middle"></a></li>
<li><a href="choix_chaine.html"><img style="border: 0px solid ; width: 80px; height: 30px;" alt="" src="Images/Bouton_chaines.jpg" align="middle"></a></li>
<li><a href="choix_bracelet.html"><img style="border: 0px solid ; width: 80px; height: 30px;" alt="" src="Images/Bouton_bracelets.jpg" align="middle"></a></li>
<li><a href="choix_identite.html"><img style="border: 0px solid ; width: 80px; height: 30px;" alt="" src="Images/Bouton_identites.jpg" align="middle"></a></li>
<li><a href="en_cours.html"><img style="border: 0px solid ; width: 80px; height: 30px;" alt="" src="Images/Bouton_bracelets.jpg" align="middle"></a></li>
<li><a href="en_cours.html"><img style="border: 0px solid ; width: 80px; height: 30px;" alt="" src="Images/Bouton_alliances.jpg" align="middle"></a></li>
<li><a href="en_cours.html"><img style="border: 0px solid ; width: 80px; height: 30px;" alt="" src="Images/Bouton_chevalieres.jpg" align="middle"></a></li>
<li><a href="en_cours.html"><img style="border: 0px solid ; width: 80px; height: 30px;" alt="" src="Images/Bouton_bagues.jpg" align="middle"></a></li>
</ul>
<ul>
<li><a href="contactez-moi.html"><img style="border: 0px solid ; width: 80px; height: 30px;" alt="" src="Images/Bouton_contact.jpg"></a></li>
</ul>
<ul>
<li><img style="width: 68px; height: 42px;" src="Images/PayPal_mark_37x23.gif" alt=""></li>
</ul>
<ul>
<li><img style="width: 68px; height: 68px;" src="Images/firefox.jpg" alt=""></li>
</ul>
</div>
et dans ma fiche .htaccess :
AddType application/x-httpd-php .htm
AddType application/x-httpd-php .html
Si tu peux me dire ce qui va pas avec sa... ;-)