/*interieur zone de texte*/
.clsDataArea{
	width:118px;
	background : white;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif; 
	font-size:11px;
	color:#336699;
}

/*bordure exterieure calendrier*/
.clsOuterFrame {
	background-color : #336699;
	
}
/*interieur zone de texte*/
.clsInnerFrame {
	/*background-color : #7BA1B1;*/
	background-color : white;

}
/*marge supperieure*/
.clsTopPartNavpanel {
	/*background-color : #C7DCDE;*/
	background-color : white;
	height: 0px;
}
/*marge inferieure + marge sous le mois*/
.clsBottomPartNavpanel{
	/*background-color : #59879D;*/
	background-color : white;
	height: 0px;
}
/*interieur zone de texte*/
.clsNavpanel {
	/*background-color : #7BA1B1;*/
	background-color : white;
	
}
/*cadrillage*/
.clsDateGrid{
	/*background-color : #3F738D;*/
	background-color : white;
	
}

/*Label des jours*/
.clsWeekDay{
	background-color : white;
	font: bold 10px Verdana, Arrial Narrow, sans-serif;
	color: #3F738D;
	width : 12 px;
	text-align: center;
}

/*jour sélectionné*/
.clsSelectedDayCell{
	background-color: #3F738D;
	color: white;
	text-align: center;
}
/*Jours ouvré*/
.clsWorkDayCell{
	background-color: #FFFFFF;
	text-align: center;
	width : 12 px;
}
/*Jours non ouvré*/
.clsHoliDayCell{
	background-color: #DCE6F0;
	text-align: center;
	width : 12 px;
}
/*Jours du mois précedent*/
.clsOtherMonthDayCell{
	background-color: white; 
	color:rgb(131,131,131) ; 
	text-align: center;
	width : 12 px;
}

/*Jours du mois suivant et précedent*/
.clsOtherMonthDay{
	font: 10px Verdana, Arrial Narrow, sans-serif;
	color: Silver;
	text-decoration : none;
}
/*Jours du mois sélectionné*/
.clsCurrentMonthDay{
	font:  10px Verdana, Arrial Narrow, sans-serif; 
	color: #3F738D;
	text-decoration : none;
}
/*interieur jour sélectionné*/
.clsSelectedDay{
	font: 10px Verdana, Arrial Narrow, sans-serif;
	color: #FFFFFF;
	text-decoration : none;
}
/*Affichage du mois*/
.clsInfoTitle{
	font: 10px Verdana, Arrial Narrow, sans-serif; 
	color: #336699;
	background-color : yellow;
	text-align: center;
	background-color: white; 
}
