#calendrier{
text-align:center;
}
table#calendrier{
font-size:0.8em;
text-align:center;
margin:0 auto 5px auto;
border:1px dotted green;
clear:both;
}
#calendrier td{
width:25px;
height:20px;
}
#calendrier th{
width:25px;
height:20px;
font: bold 0.9em default;
color:green;
background-color:#bdf6bd;
border:1px solid green;
}
/*Date d'aujourd'hui en noir*/
#calendrier .aujourdhui{
color:#3838ec;
}
#calendrier .jour_article{
width:20px;
height:16px;
background-color:#bdf6bd;
border-bottom:2px solid green;
}
#calendrier .jour_agenda{
width:20px;
height:16px;
background-color:#ffac68;
border-bottom:2px solid #ff7b11;
}
#calendrier a{
text-decoration:none;
color:green;
}
/* pointeur en curseur pour les flèches et la maison*/
#calendrier span{
cursor:hand;
cursor:pointer;
}
#calendrier caption {
color:green;
font: bold 1.2em default;
margin-bottom:5px;
}

