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:[43,213]},

		{code:'Accueil', url:"accueil-1.html","format":{"size":[43,213],"style":STYLEMAIN,"itemoff":[43,0]}
		},

		{code:'Biographie', url:"biographie-2.html","format":{"size":[43,213],"style":STYLEMAIN,"itemoff":[43,0]}
		},

		{code:'Le rendez-vous <br>« Comme par magie »', url:"le-rendez-vous-comme-par-magie-3.html","format":{"size":[59,213],"style":STYLEMAIN,"itemoff":[43,0]},
					sub:[
							{"size":[43,170], "itemoff":[0,0], "leveloff":[10,217], "style":STYLESUB1,image:null},
						{code:"<div class='overlaytest' >Assister aux tournages</div>", url:"assister-aux-tournages-18.html", "format":{"size":[35,170],"itemoff":[35,0]}},
				]
		},

		{code:'Spectacles', url:"spectacles-4.html","format":{"size":[43,213],"style":STYLEMAIN,"itemoff":[59,0]}
		},

		{code:'Galerie multimédia', url:"galerie-multimedia-5.html","format":{"size":[43,213],"style":STYLEMAIN,"itemoff":[43,0]}
		},

		{code:'Médias', url:"medias/liste.html","format":{"size":[43,213],"style":STYLEMAIN,"itemoff":[43,0]}
		},

		{code:'Contact', url:"contact-8.html","format":{"size":[43,213],"style":STYLEMAIN,"itemoff":[43,0]}
		}
];