##################### MENU DE NAVIGATION #####################

Style : 3myl_promenu
Support : http://www.mylimages.com

################################################################

Toutes les informations du menu sont runies dans le fichiers "commun.css" de la ligne 104  la ligne 173.

La hauteur est fixe  la ligne 117 :
	 /* AJUSTER LA HAUTEUR DU TABLEAU */ 
	height: 350px !important;

La largeur est paramtrable aux lignes 115 et 131 :
	 /* AJUSTER LA LARGEUR DU TABLEAU */ 
	width: 200px !important;

Ces deux valeurs doivent tre identiques.

################################################################
# 
# /* Menu
# ---------------------------------------- */
# .menu {
# 	background-color: #12A3EB;
# 	background-image: url("{T_THEME_PATH}/images/menu.gif");
# 	background-position: top right;
# 	background-repeat: no-repeat;
# 	margin: 0;
# 	padding-left: 8px;
# 	line-height: 150%;
# 	font-family: "Trebuchet MS";
# 	 /* AJUSTER LA LARGEUR DU TABLEAU */ 
# 	width: 200px !important;
# 	 /* AJUSTER LA HAUTEUR DU TABLEAU */ 
# 	height: 350px !important;
# }
# .menu_bottom {
# 	background-color: #FFFFFF;
# 	background-image: url("{T_THEME_PATH}/images/menu_bottom.gif");
# 	background-position: top right;
# 	background-repeat: no-repeat;
# 	font-family: "Trebuchet MS";
# 	color: #FFFFFF; 
# 	font-size: 1.2em;
# 	margin: 0;
# 	padding-left: 8px;
# 	line-height: 150%;
# 	font-family: "Trebuchet MS";
# 	 /* AJUSTER LA LARGEUR DU TABLEAU */ 
# 	width: 200px !important;
# 	height: 5px;
# }
# li.menu_bottom_left {
# 	background-color: #FFFFFF;
# 	float: left;
# 	background-image: url("{T_THEME_PATH}/images/menu_bottom.gif");
# 	background-position: top left;
# 	background-repeat: no-repeat;
# 	margin: 0 -8px;
# 	padding: 0;
# 	width: 10px;
# }
# .title-menu1, a.title-menu1:link, a.title-menu1:hover, a.title-menu1:visited {
# 	font-family: "Trebuchet MS", arial;
# 	font-weight: bold;
# 	color: #084570;
# 	font-size: 1.3em;
# 	letter-spacing: 2px;
# }
# 
# .menu1, a.menu1:link, a.menu1:visited {
# 	font-family: "Trebuchet MS", arial;
# 	color: #FFFFFF;
# 	font-size: 1.2em;
# 	padding-left: 8px;
# 	text-decoration: none;
# }
# a.menu1:hover {
# 	font-family: "Trebuchet MS", arial;
# 	color: #ACEBF8;
# 	font-size: 1.2em;
# 	padding-left: 8px;
# 	text-decoration: none;
# }
# .menu-hr {
# 	border: 0 none #FFFFFF;
# 	border-top: 1px solid #FFFFFF;
# 	height: 1px;
# 	margin: 5px 20px 5px 0px;
# 	display: block;
# 	clear: both;
# }
# 
################################################################

Dans le fichier "overall_header.html" vous pouvez ajouter des liens  votre menu de navigation.

Ligne 142, enlevez :
# 	<!-- AJOUTEZ DES LIENS A VOTRE NAVIGATEUR
Et ligne 150, faites de mme avec : 
# 	-->

Ensuite renseignez les ADRESSES et Titres de vos pages.

################################################################

AVANT TOUTE MANIPULATION, FAITES UNE SAUVEGARDE DE VOS FICHIERS.












































