11538 sujets

JavaScript, DOM et API Web HTML5

Bonjour tout le monde,

Je crée un site pour un ami => www.steny.be

J'ai intégré une animation jquery :

J'aurais voulu centrer ce diaporama.

Sauriez-vous me dire comment je peux le centrer svp ?

Voici le code CSS :



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: white;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}



et voici l'autre fichier css :


/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(bg_grad.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 178px 0px 0px;
	border-right: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	width: 794px;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/


Merci d'avance.

beegees
Modifié par beegees (05 Apr 2010 - 19:27)
Sans le code html, c'est plus difficile.
Sur le site que tu indiques, je n'ai pas trouvé l'animation.
Question html, il faudrait faire quelques efforts pour se rapprocher des standards (il me semble que c'est un cheval de bataille d'alasacreations).
Certaines erreurs (attribuées au css ou au js) proviennent parfois du code html.
paolo a écrit :
Sans le code html, c'est plus difficile.


Certaines erreurs (attribuées au css ou au js) proviennent parfois du code html.


Bonjour,

Merci pour ta réponse.

paolo a écrit :
Sur le site que tu indiques, je n'ai pas trouvé l'animation.


J'ai oublié de dire qu'il fallait aller sur "Création de site web" et sur "Mes réalisations"

paolo a écrit :
Question html, il faudrait faire quelques efforts pour se rapprocher des standards (il me semble que c'est un cheval de bataille d'alasacreations).


100% d'accord avec toi. J'ai récupéré le template de Dreamweaver 8, je vais le passer par le site du W3C pour corriger les erreurs.

Voici le code HTMl au cas où cela pourrait t'aider :


<!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"> 
<!-- DW6 -->
<head>
<!-- Copyright 2005 Macromedia, Inc. All rights reserved. -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Célestin Vierendeels : Informaticien indépendant</title>
<link rel="stylesheet" href="icone/emx_nav_right.css" type="text/css" />
<script type="text/javascript" src="Fonctions/Changer_div_centrale.js"></script>
<script type="text/javascript">
<!--
var time = 3000;
var numofitems = 7;

//menu constructor
function menu(allitems,thisitem,startstate){ 
  callname= "gl"+thisitem;
  divname="subglobal"+thisitem;  
	this.numberofmenuitems = allitems;
	this.caller = document.getElementById(callname);
	this.thediv = document.getElementById(divname);
	this.thediv.style.visibility = startstate;
}
				 
//menu methods
function ehandler(event,theobj){
  for (var i=1; i<= theobj.numberofmenuitems; i++){
	  var shutdiv =eval( "menuitem"+i+".thediv");
    shutdiv.style.visibility="hidden";
	}
	theobj.thediv.style.visibility="visible";
}
				
function closesubnav(event){
  if ((event.clientY <48)||(event.clientY > 107)){
    for (var i=1; i<= numofitems; i++){
      var shutdiv =eval('menuitem'+i+'.thediv');
			shutdiv.style.visibility='hidden';
		}  
	}
}
// -->
</script>

<!--<link rel="stylesheet" href="jquery/jquery.multimedia-portfolio/css/multimedia-portfolio.css" type="text/css" media="screen" /> 

<script type="text/javascript" src="jquery/jquery.multimedia-portfolio/js/jquery.js"></script>
<script type="text/javascript" src="jquery/jquery.multimedia-portfolio/js/jquery.dimensions.js"></script>
<script type="text/javascript" src="jquery/jquery.multimedia-portfolio/js/ui.mouse.js"></script>
<script type="text/javascript" src="jquery/jquery.multimedia-portfolio/js/ui.slider.js"></script>
<script type="text/javascript" src="jquery/jquery.multimedia-portfolio/js/jquery.multimedia-portfolio.js"></script>
-->

<link rel="stylesheet" href="jquery.multimedia-portfolio-2/css/jquery.fancybox-1.3.0.css" type="text/css" media="screen" />
<link rel="stylesheet" href="jquery.multimedia-portfolio-2/css/multimedia-portfolio.css" type="text/css" media="screen" /> 

<script type="text/javascript" src="jquery.multimedia-portfolio-2/js/jquery-1.4.1.min.js"></script>
<script type="text/javascript" src="jquery.multimedia-portfolio-2/js/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="jquery.multimedia-portfolio-2/js/jquery-ui-1.7.2.custom.min.js"></script>
<script type="text/javascript" src="jquery.multimedia-portfolio-2/js/jquery.swfobject.1-0-9.min.js"></script>
<script type="text/javascript" src="jquery.multimedia-portfolio-2/js/jquery.multimedia-portfolio-2.0.js"></script>
<script type="text/javascript" src="jquery.multimedia-portfolio-2/js/jquery.fancybox-1.3.0.pack.js"></script>


</head>
<body onmousemove="closesubnav(event);">
<div class="skipLinks">skip to: <a href="#content">page content</a> | <a href="#pageNav">links on this page</a> | <a href="#globalNav">site navigation</a> | <a href="#siteInfo">footer (site information)</a> </div>
<div id="masthead">
  <h1 id="siteName">C&eacute;lestin Vierendeels : Informaticien ind&eacute;pendant </h1>
  <div id="utility"> <a href="#">Fr</a> | <a href="#">NL</a> | <a href="#">English</a> </div>
  <div id="globalNav"> 
  	<img alt="" src="icone/gblnav_left.gif" height="32" width="4" id="gnl" /> 
	<img alt="" src="icone/glbnav_right.gif" height="32" width="4" id="gnr" />
    <div id="globalLink"> 
		<a href="#" id="gl1" class="glink">Accueil</a>
		<a onclick="Changer_div_centrale('sites_accueil')" href="#" id="gl2" class="glink"
		 onmouseover="ehandler(event,menuitem2);">Cr&eacute;ation de site Web </a>
		<a href="#" id="gl3" class="glink" 
		onmouseover="ehandler(event,menuitem3);">R&eacute;paration de PC </a>
		<a href="#" id="gl4" class="glink" 
		onmouseover="ehandler(event,menuitem4);">Feedback Clients </a>
		<a href="#" id="gl5" class="glink" 
		onmouseover="ehandler(event,menuitem5);">Contact</a></div>
    <!--end globalLinks-->
    <form id="search" action="">
      <input name="searchFor" type="text" size="10" />
      <a href="">search</a>
    </form>
  </div>
  <!-- end globalNav -->
  <div id="subglobal1" class="subglobalNav"> 
  		<a href="#">Ladtop Compacq</a> | 
		<a href="#">Ladtop DELL</a> | 
		<a href="#">subglobal1 link</a> | 
		<a href="#">subglobal1 link</a> | 
		<a href="#">subglobal1 link</a> | 
		<a href="#">subglobal1 link</a> | 
		<a href="#">subglobal1 link</a> </div>
  <div id="subglobal2" class="subglobalNav"> <a onclick="Changer_div_centrale('sites_accueil')" href="#">Accueil</a> | <a onclick="Changer_div_centrale('sites_realisations')" href="#">Mes réalisations</a> | <a href="#">Choix d'un gabarit</a> | <a href="#">Site sur mesure</a> | <a href="#">subglobal2 link</a> | <a href="#">subglobal2 link</a> | <a href="#">subglobal2 link</a> </div>
  <div id="subglobal3" class="subglobalNav"> <a href="#">subglobal3 link</a> | <a href="#">subglobal3 link</a> | <a href="#">subglobal3 link</a> | <a href="#">subglobal3 link</a> | <a href="#">subglobal3 link</a> | <a href="#">subglobal3 link</a> | <a href="#">subglobal3 link</a> </div>
  <div id="subglobal4" class="subglobalNav"> <a href="#">subglobal4 link</a> | <a href="#">subglobal4 link</a> | <a href="#">subglobal4 link</a> | <a href="#">subglobal4 link</a> | <a href="#">subglobal4 link</a> | <a href="#">subglobal4 link</a> | <a href="#">subglobal4 link</a> </div>
  <div id="subglobal5" class="subglobalNav"> <a href="#">subglobal5 link</a> | <a href="#">subglobal5 link</a> | <a href="#">subglobal5 link</a> | <a href="#">subglobal5 link</a> | <a href="#">subglobal5 link</a> | <a href="#">subglobal5 link</a> | <a href="#">subglobal5 link</a> </div>
  <div id="subglobal6" class="subglobalNav"> <a href="#">subglobal6 link</a> | <a href="#">subglobal6 link</a> | <a href="#">subglobal6 link</a> | <a href="#">subglobal6 link</a> | <a href="#">subglobal6 link</a> | <a href="#">subglobal6 link</a> | <a href="#">subglobal6 link</a> </div>
  <div id="subglobal7" class="subglobalNav"> <a href="#">subglobal7 link</a> | <a href="#">subglobal7 link</a> | <a href="#">subglobal7 link</a> | <a href="#">subglobal7 link</a> | <a href="#">subglobal7 link</a> | <a href="#">subglobal7 link</a> | <a href="#">subglobal7 link</a> </div>
  <div id="subglobal8" class="subglobalNav"> <a href="#">subglobal8 link</a> | <a href="#">subglobal8 link</a> | <a href="#">subglobal8 link</a> | <a href="#">subglobal8 link</a> | <a href="#">subglobal8 link</a> | <a href="#">subglobal8 link</a> | <a href="#">subglobal8 link</a> </div>
</div>
<!-- end masthead -->
<div id="pagecell1">
  <!--pagecell1-->
  <img alt="" src="icone/tl_curve_white.gif" height="6" width="6" id="tl" /> <img alt="" src="icone/tr_curve_white.gif" height="6" width="6" id="tr" />
  <div id="breadCrumb"> <a href="#">Web site </a> / <a href="#">Mise &agrave; jour </a> / <a href="#">R&eacute;paration</a> / </div>
  <div id="pageName">
    <h2>Pr&eacute;sentation</h2>
    <img alt="small logo" src="" height="59" width="66"/> </div>
  <div id="pageNav">
    <div class="relatedLinks">
      <h3><a href="#">Liens utiles </a></h3>
      <a href="#">Ligue du b&acirc;timent </a> <a href="#">Plombier</a> <a href="#">EICE</a></div>
    <div class="relatedLinks">
      </div>
    </div>
  <div id="content">
  <div class="feature"><img src="image/stentF.jpg" alt="C&eacute;lestin Vierendeels photo" width="105" height="146" />
      <h3>&nbsp;</h3>
      <p>Je suis gradu&eacute; en informatique, sp&eacute;cialis&eacute; dans la cr&eacute;ation de sites   web dynamique (PHP/MYSQL, AJAX)... </p>
      <p>Je r&eacute;pare aussi les PC (remplacement de barrettes de m&eacute;moire,   disques dur...) ainsi que le formatage et r&eacute;installation complet de   votre syst&egrave;me</p>
    </div>
    <div class="story" id="overview">
      <h3>Le nombre de PME ayant un site web </h3>
      <p>Au jour de mon enqu&ecirc;te, seules 95.000 PME sur les 700.000 que compte la Belgique disposent  d'un site Web (info UCM). Tr&egrave;s peu b&eacute;n&eacute;ficient de films de pr&eacute;sentation, et encore moins  de leur propre t&eacute;l&eacute;vision. Tr&egrave;s peu aussi b&eacute;n&eacute;ficient de la technologie MySQL qui permet de cr&eacute;er une Base de Donn&eacute;es avec leurs mat&eacute;riels, leur disponibilit&eacute;, le nombre de client (mensuel, annuel... peut &ecirc;tre d&eacute;finit simplement) le sock e temps r&eacute;el et bien plus encore. </p>
    </div>
    <div class="story">
      <table width="100%" cellpadding="0" cellspacing="0" summary="1">
        <tr valign="top">
          <td colspan="2" class="storyLeft">&nbsp;</td>
        </tr>
      </table>
    </div>
  </div>
  <!--end content -->
  <div id="siteInfo"><img src="image/podcastlogo.gif" width="69" height="66" /><a href="#">About Us</a> | <a href="#">Site Map</a> | <a href="#">Privacy Policy</a> | <a href="#">Contact Us</a> | &copy;2010 Steny SA </div>
</div>
<!--end pagecell1-->
<br />
<script type="text/javascript">
    <!--
      var menuitem1 = new menu(7,1,"hidden");
			var menuitem2 = new menu(7,2,"hidden");
			var menuitem3 = new menu(7,3,"hidden");
			var menuitem4 = new menu(7,4,"hidden");
			var menuitem5 = new menu(7,5,"hidden");
			var menuitem6 = new menu(7,6,"hidden");
			var menuitem7 = new menu(7,7,"hidden");
    // -->
    </script>
</body>
</html>



Merci encore pour ton aide.

beegees