<!--
//merci à Maximus : http://maximus.ravecore.com/
//To edit the link colors, go to the STYLE tags and edit the ssm2Items colors

YOffset=2;
XOffset=1;
staticYOffset=0; 
slideSpeed=15 //;
waitTime=600; //  temps de latence pour la fermeture du menu
menuBGColor="gray";
menuIsStatic="yes"; // immobilité ou non du menu
menuWidth=130; // doit être un multiple de 10
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#999999";
hdrAlign="center";
hdrVAlign="top";
hdrHeight="5";
linkFontFamily="Arial";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#BEEBFB";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FFFFFF";
barFontFamily="Arial";
barFontSize="1";
barFontColor="black";
barVAlign="center";
barWidth=20; // sans guillemets
barText="SOMMAIRE"; // <IMG> tag supporté

//ssmItems[x]=["Expos", "expos.htm", "", 1, "no"] //pour créer un rang de 2 colonnes
//ssmItems[x]=["Spectacles", "spectacles.htm", "",1]
// ssmItems[...]=[name, link, target, colspan, endrow?] - laisser en blanc link et header pour créer une entête

ssmItems[0]=["Rivages"] 
ssmItems[1]=["Accueil", "default.asp",""]
ssmItems[2]=["L'Association", "assof.html",""]

ssmItems[3]=["Activités & Services"] 
ssmItems[4]=["Découvrir", "decof.html", ""]
ssmItems[5]=["Pratiquer", "pratf.html", ""]
ssmItems[6]=["Echanger", "echaf.html", ""]

ssmItems[7]=["En pratique..."]
ssmItems[8]=["Contactez-nous", "mailto:contact@association-rivages.org", ""]
ssmItems[9]=["Webmaster", "mailto:webmaster@association-rivages.org",""]
ssmItems[10]=["Infos pratiques", "infolegs.htm", "_self", "", ""]

buildMenu();
//-->
