/* CALENDRIER */

#divCall {
  position:absolute; 
		margin:8px 0 0 156px;
		padding:0;
		background:#FFF;
  border:1px solid #003399;
}
.cpYearNavigation,
.cpMonthNavigation
		{
		background-color:#CCCCCC;
		font-family: verdana;
		font-size: 10px;
		color: #555555;
		text-align:center;
		vertical-align:center;
		text-decoration:none;
		font-weight:bold;
		height:17px;
	}
	
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText{
		font-family: verdana;
		font-size: 10px;
		color: #555555;
		text-decoration:none;
		background:#FFF;
}
.cpCurrentDate {
		font-family: verdana;
		font-size: 10px;
		color: #003399;
		text-decoration:none;
}
.cpDayColumnHeader
		{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color: #003399; 
		font-weight: bold;
		font-size: 10px;
		
		}
TD.cpDayColumnHeader{
border-bottom:1px  solid #003399;
text-align:center;
}
.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpCurrentDate
{
		text-align:center;
		text-decoration:none;
}
.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled{
		color: #D2D2D2;
		text-align:right;
		
}
.cpCurrentMonthDate{
		color: #000000;
		padding:2px;
}
.cpCurrentDate{
		color: #003399;
		font-weight:bold;
}
.cpOtherMonthDate{
		color:#808080;
}
TD.cpCurrentDate{
		color:#003399;
		background-color: #D7E2F8;
		border-width:1;
}
TD.cpCurrentDateDisabled{
		border-width:1;
		border:solid thin #FFAAAA;
}
TD.cpTodayText,
TD.cpTodayTextDisabled{
		border:solid thin #6677DD;
		border-width:1 0 0 0;
}
A.cpTodayText,
SPAN.cpTodayTextDisabled{
		height:20px;
}
A.cpTodayText{
		color:#6677DD;
		font-weight:bold;
}
SPAN.cpTodayTextDisabled{
		color:#D0D0D0;
}
.cpBorder{
			border:1px solid #555555;
}

/* FIN - CALENDRIER */

