<!--

/*
Configure menu styles below menu flottant gauche
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=190; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=80; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000000"; // mon orange bordure exterieure
menuIsStatic="yes";
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="black";
hdrBGColor="#ECE9D8"; //orange clair
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF33"; // lien jaune
linkTarget="_top";
linkAlign="left";
barBGColor="";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="black";
barVAlign="top";
barWidth=10; // no quotes!! taille de la barre
barText='<img src="java/menu.gif" height=340 weight=80>' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems(...)=(name, link, target, colspan, endrow?) - leave 'link' and 'target' blank to make a header

addHdr("Présentation"); //create header
addItem("Accueil", "1accueil.htm","");
addItem("SEVREUROPE", "1ireo.htm","",1,"no");
addItem("Dates", "1incontournables.htm","",1);

addHdr("Nos formations"); //create header
addItem("Seconde GT", "2seconde.htm","", 1,"no"); 
addItem("Techno", "2bactechno.htm","",1);
addItem("SMR", "2bacprosmr.htm","",1,"no"); 
addItem("SDE", "2bacpropa.htm","",1); 
addItem("SDC", "2bacpropv.htm","",1,"no"); 
addItem("Agro", "2bacproagro.htm","",1);
addItem("BP", "2bp.htm","",1,"no"); 
addItem("CS", "2cs.htm","",1); 
addItem("BTS ACSE", "2btsacse.htm","",1,"no"); 
addItem("SER", "2btsser.htm","",1);
addItem("BTS Technico", "2btstechnico-commercial-agrofournitures.htm",""); 

addHdr("Vie scolaire"); //create header
addItem("Le personnel", "4lepersonnel.htm",""); 
addItem("Moyens matériels", "4lemateriel.htm","");
addItem("Outils pédagogiques", "4pedago.htm",""); 

addHdr("Vie des jeunes"); //create header
addItem("Activités", "5activite.htm","",1,"no");
addItem("Photos", "5photos.htm","",1); 

addHdr("Divers"); //create header
addItem("Recherche sur le site", "6recherche.htm","");
addItem("Liens Web", "6liens.htm","",1,"no"); 
addItem("VAE", "6vae.htm","",1);
addItem("Location", "6location.htm",""); 
addItem("Apprentissage", "6contratapprentissage.htm",""); 
addItem("Professionnalisation", "6contratprof.htm",""); 

addHdr("Contacts"); //create header
addItem("Email", "7ireoformulaire.htm","",1,"no");
addItem("Accès", "7planacces.htm", "",1); 
buildMenu();

//-->
