﻿var Menuplus = {
"type" : "box",
	
"style"	: 
        {
	    "css" : "menuregal",
		"box"	: false,
        "size"	:[720, 38],
		"itemoffset": { "y":0, "x":0 },
        "direction":"h",
        "opacity" : 100,
        "fixedwidth" : 760,
        "imgspace" : 0
        
	},

"itemover" : {"css" : "menuregalover"},
    
"position": { "absolute": false, "pos":[0,1], "align":"left", "menuoffset" : {"x":"0", "y":"0"}},

	"items" : [				{ "text":"Les permis", "align":"center", 
	 			  "action": {"url" : "/lesplus/permis.html", "target" : "_parent"},
   	        	  "style": {"size":[95, 20]}
				},

		        { "text":"Vente et immatriculation",
   	        	  "style": {"size":[95, 20],"bgcolor":"black"},
	 			  "action": {"url" : "/lesplus/permis.html", "target" : "_parent"}
                }
                ]
};
