var ANU_APPEARANCE = {
	'weekdays':  ['Dim', 'Lun', 'Mar', 'Mer', 'Jeu', 'Ven', 'Sam'], 
	'longmonth' : ['Janvier','Février','Mars','Avril','Mai','Juin','Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
	'messages' : {
				'Warning' : 'Warning: date invalide',
				'AltPrevYear' : 'Année dernière',
				'AltNextYear' : 'Année prochaine',
				'AltPrevMonth' : 'Mois dernier',
				'AltNextMonth' : 'Mois prochain'
	},
	'CalDiv' : 'clsCalDiv',
	'OuterFrame' : 'clsOuterFrame',
	'InnerFrame' : 'clsInnerFrame',
	'TopPartNavpanel' : 'clsTopPartNavpanel',
	'BottomPartNavpanel' : 'clsBottomPartNavpanel',
	'MidRow' : 'clsMidRow',
	'DateGrid':'clsDateGrid',
	'WeekDay':'clsWeekDay',
	'WorkDayCell': 'clsWorkDayCell',
	'HoliDayCell': 'clsHoliDayCell',
	'OtherMonthDayCell': 'clsOtherMonthDayCell',
	'SelectedDayCell': 'clsSelectedDayCell',
	'CurrentMonthDay': 'clsCurrentMonthDay',
	'OtherMonthDay': 'clsOtherMonthDay',
	'SelectedDay': 'clsSelectedDay',
	'InfoTitle':'clsInfoTitle',
	'DataArea':'clsDataArea',
	'PrevYear':'img/prev_year.gif',
	'PrevMonth':'img/prev_month.gif',
	'NextYear':'img/next_year.gif',
	'NextMonth':'img/next_month.gif',
	'IcoCalUnVis': 'img/dpr_unvis.gif',
	'IcoCalVis': 'img/dpr_vis.gif'

};

