Merci bobdade,
Si cela peut servir.
Ci dessous, le code de ma  page PHP.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<META http-equiv="Content-Type" Content="text/html; charset=iso-8859-15">
<title>SBK BATIMENT</title>
<style type="text/css">
<!--
body {
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #000;
}
a img { /* ce sélecteur élimine la bordure bleue par défaut affichée dans certains navigateurs autour d'une image lorsque celle-ci est entourée d'un lien. */
	border: none;
}
-->
</style></head>
<body>
<div align="center" valign="top">
<td width="100%" height="121" align="center" bgcolor="#000" cellpadding="0" cellspacing="0">
<?php include('top.html');  // Nous appelons l'entete du site
?>
<table border="0" align="center" valign="top" cellpadding="0" cellspacing="0">
<td width="165" align="center" valign="top" bgcolor="#000" cellpadding="0" cellspacing="0">
<?php include('left.html');   // Nous appelons notre menu de gauche 
?>
<td align="center" valign="top" bgcolor="#000" cellpadding="0" cellspacing="0">
<?php
  // tableau contenant les pages autorisées
  // ----------------------------------------------------
  $pageOK = array('accueil' => 'accueil.html',
                  'stabul' => 'stabul2.php',
				  'energies' => 'energies.php',
				  'maison' => 'maison.php',
				  'porc' => 'porc.php',
				  'industrie' => 'industrie.php',
				  'collectif' => 'collectif.php',
				  'acces' => 'acces.html',
				  'apropos' => 'apropos.php',
				  'homfem' => 'homfem.php',
				  'materiel' => 'materiel.php',
				  'equipement' => 'equipement.php',);
  // On teste que le paramètre d'url existe et qu'il est bien autorisé
  // -----------------------------------------------------------------
   if ( (isset($_GET['page'])) && (isset($pageOK[$_GET['page']])) ) {
    include($pageOK[$_GET['page']]);   // Nous appelons le contenu central de la page
  } else {
    include('accueil.html');   // Page par défaut quant elle n'existe pas dans le tableau
  }
?>
</table>
</td>
  
  
    <td width="100%" height="125" align="center" valign="top" bgcolor="#000" cellpadding="0" cellspacing="0">
<?php
  include('footer.html');   // Nous appelons notre navigation basse
?>
</td>
    <td width="100%" height="" valign="top" cellpadding="0" cellspacing="0">
    <img src="transparent.gif" alt="" width="1024" height="1">
    </td>
  </tr>
</div>
ET VOICI LE CODE de la page me posant problème.
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>SBK - batiment</title>
<style type="text/css">
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #fff;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	text-align: right;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
	font-weight:bold
}
a:active {
	text-decoration: none;
	color: #333;
}
<!--
a.type1 { color: none; }
a.type2 { color: none; }
-->
</style>
<script type="text/javascript" src="highslide/highslide-with-gallery.js"></script>
<script type="text/javascript">
hs.graphicsDir = 'highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.outlineType = 'glossy-dark';
hs.wrapperClassName = 'dark';
//hs.captionEval = 'this.a.title';
hs.numberPosition = 'caption';
hs.useBox = true;
hs.width = 600;
hs.height = 400;
hs.dimmingOpacity = 0.7;
// Add the slideshow providing the controlbar and the thumbstrip
hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		position: 'bottom center',
		opacity: 0.75,
		hideOnMouseOut: true
	},
	thumbstrip: {
		position: 'above',
		mode: 'horizontal',
		relativeTo: 'expander'
	}
});
// Make all images animate to the one visible thumbnail
var miniGalleryOptions1 = {
	thumbnailId: 'thumb1'
}
</script>
</head>
<body bgcolor="#000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" border="0" valign="top">
<td>
<div style="position:absolute;  top:0px; left:0px; width:8px; height:311px; border:; background-color:#FF6600;">
<div style="position:absolute;  top:0px; left:8px; width:258px; height:311px; border:; background-color:#FF6600;"><h1>AGRICULTURE</h1>      <h2>Le secteur de l'agriculture représente 1/3 de l'activité de l'entreprise.
        SBK intervient sur tout type de projet et s'adapte à chaque client.
        De la maçonnerie à  la charpente. Toute l'équipe
        SBK se mobilise pour concevoir et réaliser votre bâtiment.<br>
        <br>
        
        > <a href="index.php?page=porc" title="porc">Porcherie</a><br>
        > <a href="#">Stabulation</a><br>
        > <a href="#">Chèvrerie</a><br>
        > <a href="#">Box à chevaux</a><br>
        > <a href="#">Fosse / Fumière</a><br>
        > <a href="#">Stockage matériel / Céréales</a><br>
        > <a href="#">Station de traitement</a><br>
        > <a href="#">Séchage en grange</a></h2></a></div>
        
       <div class="highslide-gallery"> 
       
<div style="position:absolute;  top:0px; left:266px; width:122px; height:311px; border:; background-color:;"><a class='highslide' id="thumb1" href="images_test/thumbstrip12.jpg" onClick="return hs.expand(this, miniGalleryOptions1)"><img src="images/stabul_02.jpg" width="122" height="311" alt=""></a></div>
<div style="position:absolute;  top:0px; left:388px; width:122px; height:311px; border:; background-color:;"><a class='highslide' id="thumb1" href="images/AgricultureG_1.jpg" onClick="return hs.expand(this, miniGalleryOptions1)"><img src="images/stabul_03.jpg" width="122" height="311" alt=""></a></div>
<div style="position:absolute;  top:0px; left:510px; width:122px; height:311px; border:; background-color:;"><a class='highslide' id="thumb1" href="images/AgricultureG_1.jpg" onClick="return hs.expand(this, miniGalleryOptions1)"><img src="images/stabul_04.jpg" width="122" height="311" alt=""></a></div>
<div style="position:absolute;  top:0px; left:632px; width:122px; height:311px; border:; background-color:;"><a class='highslide' id="thumb1" href="images/AgricultureG_1.jpg" onClick="return hs.expand(this, miniGalleryOptions1)"><img src="images/stabul_05.jpg" width="122" height="311" alt=""></a></div>
</div></td>
      <div class="hidden-container">
      
       <a class='highslide' href='images_test/thumbstrip12.jpg'
				onclick="return hs.expand(this, miniGalleryOptions1)">
			<img src='thumb/STABULATION/HPIM0506.JPG' alt=''/></a>
		<a class='highslide' href='images_test/thumbstrip13.jpg'
				onclick="return hs.expand(this, miniGalleryOptions1)">
			<img src='images_test/thumbstrip13.thumb.png' alt=''/></a>
		<a class='highslide' href='images_test/thumbstrip14.jpg'
				onclick="return hs.expand(this, miniGalleryOptions1)">
			<img src='images_test/thumbstrip14.thumb.png' alt=''/></a>
 	</div>
 
</body>
</html>
Merci pour vos lumières. 
Modifié par 6l20 (18 Mar 2013 - 16:53)