var OUTLOOKBAR_DEFINITION = {
	format:{
		target:'main',
		blankImage:'images/b.gif',
		rollback:true,
		animationSteps:20,
		animationDelay:0,
		templates:{
			panel:{
				common:'<table width="100%" height="20" border="0" cellspacing="0" cellpadding="0" background="images/panel_middle_{state}.gif"><tr><td><img src="images/panel_left_{state}.gif" width="10" height="20" /></td><td align="center"><div style="font: bold 10pt Arial, Helvetica, sans-serif;">{text}</div></td><td align="right"><img src="images/panel_right_{state}.gif" width="10" height="20" /></td></tr></table>',
				normal:{state:'n'},
				rollovered:{state:'r'},
				clicked:{state:'c'}
			},
			item:{
				common:'<table border="0" width="100%" cellspacing="0" cellpadding="0"><tr><td><table width="100%" bgcolor="{borderColor}" border="0" cellspacing="0" cellpadding="0"><tr><td><table width="100%" border="0" bgcolor="{backgroundColor}" cellspacing="0" cellpadding="0"><tr align="center"><td><img src="images/{icon}.jpg" width="{width}" height="60" /></td></tr><tr align="center"><td><span style="font: 9pt Arial, Helvetica, sans-serif;">{text}</span></td></tr></table></td></tr></table></td></tr></table>',
				normal:{borderColor:'', backgroundColor:'', state:'n'},
				rollovered:{borderColor:'#0A246A', backgroundColor:'#FFFFCC', state:'r'}
			},
			upArrow:{
				common:'<img src="images/btn_up_{state}.gif" width="24" height="24" />',
				normal:{state:'n'},
				rollovered:{state:'r'},
				clicked:{state:'c'}
			},
			downArrow:{
				common:'<img src="images/btn_down_{state}.gif" width="24" height="24" />',
				normal:{state:'n'},
				rollovered:{state:'r'},
				clicked:{state:'c'}
			}
		}
	},
	panels:[
		{text:"Visite du club", url:'startpage.htm',
			items:[
				{text:"Accueil", icon:'cheval-de-fer-2', url:'startpage.htm',width:'100'},
				{text:"Visite", icon:'aeriennejuin2007', url:'aerienne.htm',width:'100'},
				{text:"Tête de cheval", icon:'tetedecheval', url:'tete-de-cheval.htm',width:'100'},
				{text:"Cavalerie", icon:'cavalerie', url:'cavalerie.htm',width:'100'},
				{text:"Encadrement", icon:'encadrement-petit', url:'encadrement.htm',width:'100'}
			]
		},
		{text:"Activités", url:'activite.html',
			items:[
				{text:"Cours toute l'année", icon:'cours-annee', url:'cours.htm',width:'100'},
				{text:"Stages et camps", icon:'stages1', url:'stages.htm',width:'100'},
				{text:"Journées à thème", icon:'journees', url:'journees.htm',width:'100'},
				{text:"Randonnées", icon:'rando1', url:'randonnees.htm',width:'100'}
			]
		},
		{text:"Souvenirs", url:'souvenirs.htm',
			items:[
				{text:"Fête 2009", icon:'fete du club 09 008-petit', url:'fete2009.html',width:'100'},				
				{text:"roi arthur", icon:'roi arthur 058-petit', url:'roi arthur 2008.htm',width:'100'},				
				{text:"camp 08", icon:'camps 08 012-petit', url:'camp08.htm',width:'100'},
				{text:"Fête du club 2007", icon:'fete-du club-2007-petit', url:'Album-2007-fete-du-club.htm',width:'100'},
				{text:"rallye 07", icon:'photo site 144-web-petit', url:'rallye07.htm',width:'100'},
				{text:"camp 07", icon:'camp 078-petit', url:'camp07.htm',width:'100'}

			]
		},
		{text:"Pratique", url:'startpage.htm',
			items:[
				{text:"Nos Tarifs", icon:'photo site 065', url:'tarifs.htm',width:'100'},
				{text:"Où sommes nous", icon:'mappy', url:'ou.htm',width:'100'},
				{text:"Nous contacter", icon:'contact', url:'contact.htm',width:'100'},
				{text:"News", icon:'photo site 007', url:'news.htm',width:'100'},
				{text:"Liens", icon:'liens', url:'liens.htm',width:'100'}
			]
		},
		{text:"", url:'',
			items:[
			]
		}
	]
};
