﻿var MenuDef = {
"type" : "",
	
"style"	: 
        {
	    "css" : "mainmenu",
		"color":"#ffffff",
		"box"	: false,
		"size"	:[720, 26],
		
		"bgcolor":"grey",
		"itemoffset": { "y":0, "x":0 },
		"align":"center",
        "direction":"h",
        "opacity" : 100,
        "fixedwidth" : 760,
        "imgspace" : 0
        
	},

    "itemover" : { "color" : "#0A4364", "bgcolor" : "#CADDE8"},
    
	"position": { "absolute": false, "pos":[0,1], "align":"left", "menuoffset" : {"x":"0", "y":"0"} },

	"items" : [                
				{ "text":"Accueil", 
	 			  "action": {"url" : "/index.html", "target" : "_parent", "title" : "Aller à la page d'accueil CNatlantic"},
   	        	  "style": {"size":[95, 26]}
				},

                       
				
				{ "text":"Locations",
   	          	  "style": {"size":[95, 26]},
   	          	  "action": {"url" : "/locations.html", "target" : "_parent", "title" : "Aller à la page des Locations de Bateaux"}
				},
				
				{ "text":"Les plus",
   	          	  "style": {"size":[95, 26]},
 			 	  "action": {"url" : "/lesplus/permis.html", "target" : "_parent", "title" : "Aller à la page des Plus CNatlantic"}
				},

				{ "text":"Contacts",
   	              "style": {"size":[95, 26]},
   	              "action": {"url" : "/contacts.html", "target" : "_parent", "title" : "Aller à la page des Contacts"}
        		}  
           	  ]
};