body{
	background-color:#F0F5D0;
}

.calendrier_mois {
    font-family: Trebuchet MS, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
	text-decoration: none;
    text-align: center;
    vertical-align: middle;
}
.calendrier_mois_encours {
    font-family: Trebuchet MS, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
	text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

.calendrier_nom_des_jours {
    font-family: Trebuchet MS, Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #1a8bcd;
	text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border:1px solid #32b1fe;
    background-color:#FFFFFF;
}

.calendrier_date {
    font-family: Trebuchet MS, Verdana;
    font-size: 11px;
    color: #1a8bcd;
    text-align: center;
    vertical-align: middle;
    font-weight:bold;
    border:1px solid #32b1fe;
    background-color:#FFFFFF;
}
.calendrier_dateDuJour {
    font-family: Trebuchet MS, Verdana;
    font-size: 16px;
    font-weight: bold;
    color: #cc3366;
    text-align: center;
    vertical-align: middle;
    border:1px solid #32b1fe;
    background-color:#FFFFFF;
}
.calendrier_dateDuJour a{
    color: #cc3366;
}
.calendrier_date_importante {
    font-family: Trebuchet MS, Verdana;
    font-size: 12px;
    color: #000;
    text-align: center;
    vertical-align: middle;
    font-weight:bold;
    border:1px solid #32b1fe;
    text-decoration:underline;
    background-color:#FFFFFF;
}

.calendrier_date_importante a{
    color: #8E9D26;
}
