.CAL_STYLEcpYearNavigation,	.CAL_STYLEcpMonthNavigation	
{ 
/* style de tête mois et année en cours + navigation de mois en mois */	
	background-color:#6f1c00;
	text-align:center; 
	vertical-align:middle; 
	text-decoration:none; 
	color:#FFFFFF; 
	font-weight:bold; 
}
.CAL_STYLEcpDayColumnHeader,.CAL_STYLEcpYearNavigation,.CAL_STYLEcpMonthNavigation,.CAL_STYLEcpCurrentMonthDate,.CAL_STYLEcpCurrentMonthDateDisabled,.CAL_STYLEcpOtherMonthDate,.CAL_STYLEcpOtherMonthDateDisabled,.CAL_STYLEcpCurrentDate,.CAL_STYLEcpCurrentDateDisabled,.CAL_STYLEcpTodayText,.CAL_STYLEcpTodayTextDisabled,.CAL_STYLEcpText 
{
/* style et taille d'écriture du calendrier  */ 
	font-family:'Geneva, Arial, Helvetica, sans-serif'; 
	font-size:8pt; 
}
TD.CAL_STYLEcpDayColumnHeader 
{ 
/* style de la ligne supérieure */
	text-align:right; 
	border:solid thin #6f1c00; 
	border-width:0 0 1px 0; 
}
.CAL_STYLEcpCurrentMonthDate,.CAL_STYLEcpOtherMonthDate,.CAL_STYLEcpCurrentDate 
{ 
	text-align:right; 
	text-decoration:none; 
}
.CAL_STYLEcpCurrentMonthDateDisabled,.CAL_STYLEcpOtherMonthDateDisabled,.CAL_STYLEcpCurrentDateDisabled 
{
/* style des dates passées */	
	color:#CC9966; 
	text-align:right; 
	text-decoration:line-through; 
}
.CAL_STYLEcpCurrentMonthDate 
{ 
/* style des jours du mois courant */
	color:#663300; 
	font-weight:bold; 
}
.CAL_STYLEcpCurrentDate 
{ 
/* style de la date du courante */
	color: #663300; 
	font-weight:bold; 
}
.CAL_STYLEcpOtherMonthDate 
{ 
/* couleur des jours qui ne font pas partie du mois courant */
	color:#000000; 
}
TD.CAL_STYLEcpCurrentDate 
{ 
/* style de la date du jour */
	color:#663300; 
	background-color: #CBCACB; 
	border-width:1px; 
	border:solid thin #000000; 
}
TD.CAL_STYLEcpCurrentDateDisabled 
{ 
	border:1px solid #000000; 
}
TD.CAL_STYLEcpTodayText,TD.CAL_STYLEcpTodayTextDisabled 
{ 
/* style de la ligne inférieure */
	border-color : #663300; 
	border-style:solid; 
	border-width:1px 0 0 0; 
}
A.CAL_STYLEcpTodayText,SPAN.CAL_STYLEcpTodayTextDisabled 
{ 
/* taille de la dernière cellule en bas (aucun interet)*/
	height:20px; 
}
A.CAL_STYLEcpTodayText 
{
/* style de la dernière cellule */ 
	color:#663300; 
	font-weight:bold; 
}
SPAN.CAL_STYLEcpTodayTextDisabled 
{ 
	color:#000000; 
}
.CAL_STYLEcpBorder 
{ 
/* style du contour de tout le calendrier */
	background-color:#FFFFFF;
	border:solid thin #6f1c00; 
}



























