.foo{}

/*
style pour le calendarPopup
*/
.calendrier_basic{	z-index : 100;}

.calendrier_entete_jour
{
	background-color : #84C1FF;
	color : #4979C0;
	z-index : 100;
}
	
.calendrier_entete_mois
{	background-color : #4979C0;
	color: #FFFFFF;
	font-family:Verdana,Helvetica,Tahoma,Arial;
	height: 1px;
	font-size: 9pt;
	font-weight: bold;
	z-index : 100;
}
.calendrier_jour_semaine
{
	background-color : #D2DDEE;
	color: black;
	z-index : 100;
}
.calendrier_jour_selectionne
{
	font-weight: bold;
	color: White;
	background-color:#4979C0;
	z-index : 100;
}
.calendrier_aujourdhui
{
	background: #84C1FF;
	color: Black;
	z-index : 100;
}
.calendrier_gototodaystyle
{
	background-color : #84C1FF;
	color : #4979C0;
	z-index : 100;
}
.calendrier_cleardatestyle
{
	background-color : #D2DDEE;
	color : Black;
}