var GC_APPEARANCE = {
	'weekdays':  ['Di', 'Lu', 'Ma', 'Me', 'Je', 'Ve', 'Sa'], 
	'longmonth' : ['Janvier','Février','Mars','Avril','Mai','Juin','Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
	'messages' : {
				'Warning' : 'Attention: La date n\'est pas correctement informée',
				'AltPrevYear' : 'Année antérieure',
				'AltNextYear' : 'Prochaine année',
				'AltPrevMonth' : 'Mois antérieur',
				'AltNextMonth' : 'Prochain mois'
	},
	'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':'',
	'PrevYear':'../images/prev_year.gif',
	'PrevMonth':'../images/prev_month.gif',
	'NextYear':'../images/next_year.gif',
	'NextMonth':'../images/next_month.gif',
	'IcoCalUnVis': '../images/dpr_unvis.gif',
	'IcoCalVis': '../images/dpr_vis.gif'

};