
/*Calendrier */
.calendrier { 
border: 1px solid #000000;
background-color: #fff;
}
.calendrier TD, .calendrier TH { padding: 3px; }
.calendrier THEAD, .calendrier THEAD A
{
text-align:center;
vertical-align:middle;
text-decoration:none;
color:#666666;
font-weight:bold;
}
.calendrier THEAD TD
{ border-bottom: 1px solid #556892; background-color: #00B752; }
.calendrier TBODY TH { color:black; padding-bottom : 3px;}
.calendrier TBODY, .calendrier TBODY A
{ text-align: center; text-decoration: none; color: #556892; font-weight: bold;}
.calendrier .selected
{ background-color: #CAFBC3; }
.calendrier .selected a { color: #556892;font-weight:bold;}
.calendrier .selected a:hover { color: #C3FBDC; }
.calendrier .ferier a { color: #ff0000!important; }
.calendrier .disable{ color: #fff; }
.calendrier .actif a { color: #00B752; font-weight: bold; }
.calendrier .inactif{ color: #8A8B8D; text-decoration: line-through;font-weight: normal; }
.calendrier THEAD A:hover { color: #E31C17; }
.calendrier TFOOT TD { text-align: center;border-top: 1px solid #556892; background-color: #00B752; }
.calendrier TFOOT A
{
color:#666666;
font-weight:bold;
text-decoration: none;
}
