@charset "utf-8";
/* CSS Document */

body{font-family:Arial, Helvetica, sans-serif;font-size:12px;}
a:focus{outline:none;}

table.calendrier{width:598px;font-size:10px;}
table.calendrier td{border:1px solid #000;margin:0px;width:70px;height:70px;}
table.calendrier th{border:1px solid #000;margin:0px;text-align:center;font-weight:bold;}
table.calendrier td.weekend,
table.calendrier th.weekend{background-color:#ccc;}
table.calendrier td.invalid{background-color:#aaa;}
table.calendrier td span.date{display:block;}

fieldset{}
