/*agenda calendrier*/
.caltable {width:98%; background-color:#330066; text-align:center; margin-top:1em}
.caltop {width:14%; font-size:1.1em; color: #FFFFFF; font-weight:bold}
.calhead {font-weight:bold; background-color:#6600FF; color:#660066}
.caltoday {width:14%; font-size:0.9em; font-weight:bold; color:#990000; background-color:#6666FF}
.caldays {width:14%; font-size:0.9em; color:#6699FF; background-color:#FFFFFF; text-align:center}
.calok {width:14%; font-size:0.9em; color:#660066; background-color:#9900FF; text-align:center}
.calprec {padding-left:1em; float:left}
.calsuiv {padding-right:1em; float:right}
.calcache {position: absolute; clip:rect(1px, 1px, 1px, 1px); clip:rect(1px 1px 1px 1px);}

/*menuagenda*/
.menuagenda {background-color:#660066; width:98%; text-align:center; margin-bottom:1em; padding:1px 0 1px 0}
.menuagenda label {color:white; font-weight:bold}
.menuagenda select {_margin-bottom: -15px}
.menuagenda input {_margin-bottom: -15px}
.left {float:left; padding-right:0.5em}
.right {float:right; padding-left:0.5em}
