/* CSS Document */
#calendrier {
width:180px;
margin-left:auto;
margin-right:auto;
}
.calendrier-table {
font-size:11px;
width:180px;
border:2px;

}
.calendrier-header {
background-color:#b1c900;
}
.calendrier-days {
background-color:#e6f47f;

}
.calendrier-current {
background-color:#F0F0F0;

}
.calendrier-normal {
background-color:#FFFFFF;

}




a.calendrier-lien:link {
text-decoration:none;
color:#333333;
}
a.calendrier-lien:hover {
text-decoration:underline;
color:#b1c900;
}
a.calendrier-lien:active {
text-decoration:none;
color:#333333;
}
a.calendrier-lien:visited {
text-decoration:none;
color:#333333;
}




