/********************/
/**** CALENDRIER ****/
/********************/

#calendrier {margin :  20px 0 0 0; }
p.day {float:left; width :11px; margin : 0 4px 3px 0; font-size : 10px; color : #000; text-align: center;}
* > p.day {width :12px; height :15px;  margin : 0 9px 3px 0; }

.dayItem {float:left; width :14px; height :17px;  margin : 0 5px 3px 1px;text-align: center; font-size : 10px;font-weight: bold; padding-bottom : 2px}
* > div.dayItem {height: 15px;width :13px;margin : 0 6px 3px 2px;}
.dayItem span {background-color : #FFBF7F;width :11px; height :15px; }
.pastMonth, .nextMonth{}

div.dayItem a {clear:left; width :14px; height : 15px; display : block;background:url('/argosSites/c2p/images/day_bg.gif') 0 0 no-repeat;}
* > div.dayItem a{height: 15px;width :14px;}

a.monthNav {font-size : 13px;  font-weight: bold}
h2.monthNav {font-size: 13px;color : #000;margin : 0 5px ;}
* > h2.monthNav {margin : 0 5px ;}

div.spacer {clear:both; display : block}
