/* + -----------------------------------------------------
	Styles appliqués au Calendrier
+ ----------------------------------------------------- */

#calendrier {
	font-family: Verdana, Helvetica, sans serif;
	background: #fff;
	padding: 0 0 1px 1px;
	margin : 0;
	width: 177px !important; 
width: 178px; 
	height: 205px; 
	background: #fff;
	/*height: 112px */
        border-bottom: 1px solid #00A0Cc;
	}
#calendrier ul {
	clear: left;
	list-style: none;
	margin: 0;
	padding: 0
	}
#calendrier li {
        font-size: 11px; font-size:70%; 
	float: left;
	width: 24px;
	line-height: 15px;
	vertical-align: middle;
	text-align: center;
	margin: 1px 1px 0 0;
        list-style-type : none;
        padding-top: 4px ;
        padding-bottom: 4px ;
	}
#calendrier .mois li {
	}
#calendrier .cemois {
	width: 121px;
	font-weight: bold
	}
#calendrier .horsmois {
	background: #fff;
	color: #fff;
	}
#calendrier .danslemois {
        display: inline;
        background: #fff;

        }
#calendrier .jours  li{
	background: #FFF;
	color: #9AD6FF;
	font-weight:bold;
	}
#calendrier .cejour,#calendrier .cejour a,#calendrier .cejour a:link {
	background: #fff;
	color: #111;
	font-weight: bold
	}
#calendrier a,#calendrier a:link,#calendrier a:visited {
	text-decoration: none;
	color: #333;
	display: block;
	

	}
#calendrier .cemois a {
	color: #333;
	display: inline;
	}
#calendrier a:hover {
	color: #000;

	}
#calendrier .cejour a,#calendrier .cejour a:link,#calendrier .cejour a:visited {
	background: #005F04;
	color: #FFF;
	}
#calendrier .cejour a:hover {
	background: #A5EB6A;
	color: #005F04;
	}	
#calendrier .rdv {
	background: lightgreen;
	color: #FFF;
	font-weight: bold
	}
