BLANK_IMAGE = "images/0-pix.gif";

var STYLEMAIN = {
	border:0,			// items border width, pixels; zero means "none"
	borders:[0,0,0,0], 
	shadow:0,			// items shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:"",	// background color for the item which is under mouse right now
		imagebg:"",
		oimagebg:""
	},
	css:{
		ON:"bouton_main",		// CSS class for items
		OVER:"bouton_main_over"	// CSS class  for item which is under mouse
	}
};

var STYLESUB1 = {
	border:0,			// items border width, pixels; zero means "none"
	borders:[0,0,0,0], 
	shadow:0,			// items shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:"",	// background color for the item which is under mouse right now
		imagebg:"",
		oimagebg:""
	},
	css:{
		ON:"bouton_sousmenu1",		// CSS class for items
		OVER:"bouton_sousmenu1_over"	// CSS class  for item which is under mouse
	}
};



var MENU_ITEMS = [
		{pos:"relative", itemoff:[0,0], leveloff:[0,0], delay:"800", style:STYLEMAIN, size:[30,213]},

		{code:'À propos de nous', url:"a-propos-de-nous-1.html","format":{"size":[30,213],"style":STYLEMAIN,"itemoff":[30,0]},
					sub:[
							{"size":[27,150], "itemoff":[0,0], "leveloff":[5,-145], "style":STYLESUB1,image:null},
						{code:"Notre équipe", url:"notre-equipe-14.html", "format":{"size":[27,158],"itemoff":[25,0]}},
						{code:"Secteurs d'activité", url:"secteurs-d-activite-16.html", "format":{"size":[27,158],"itemoff":[25,0]}},
				]
		},

		

		

		{code:'Quoi de neuf ?', url:"quoi-de-neuf/liste.html","format":{"size":[30,213],"style":STYLEMAIN,"itemoff":[30,0]}
		},

		{code:'Notre vitrine', url:"notre-vitrine-5.html","format":{"size":[30,213],"style":STYLEMAIN,"itemoff":[30,0]}
		},

		{code:'Nous joindre', url:"nous-joindre-7.html","format":{"size":[30,213],"style":STYLEMAIN,"itemoff":[30,0]}
		},

		{code:'English', url:"english-8.html","format":{"size":[30,213],"style":STYLEMAIN,"itemoff":[30,0]}
		}
];
