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

#calendrier {
	font-family: arial, Helvetica, sans serif;
	font-size: 12px;
	background: #fff;
	padding: 0 0 1px 1px;
	margin : 0;
	width: 148px; 
	height: 130px; 

	/*height: 112px */
       
	}
#calendrier ul {
	clear: left;
	list-style: none;
	margin: 0;
	padding: 0
	}
#calendrier li {
        font-size: 11px;  
	float: left;
	width: 20px;
	line-height: 15px;
	vertical-align: middle;
	background: #FFF;
	text-align: center;
	margin: 1px 1px 0 0;
        list-style-type : none;
        padding-top: 4px ;
        padding-bottom: 4px ;
	}
#calendrier .mois li {
	background: #b0bdd0;
        border-bottom:1px solid #1d3f78;
text-align:center;
margin-bottom:3px;
margin-top:3px;
	}
#calendrier .cemois {
	width: 104px;
font-size:12px;
	font-weight: bold;
        color:#1d3f78;
background-color:#b2bfd2;
text-align:center;
	}
#calendrier .horsmois {
	background: #ced6dc;
	color: #1d3f78;
font-weight:bold;
	font-size:12px;
	}
#calendrier .danslemois {
        display: inline;
        background: #f1f5da;
color:#1d3f78;
font-weight:bold;
font-size:12px;

        }
#calendrier .jours  li{
	background-color:#ced6dc;
	color: #1d3f78;
	font-weight:bold;
	font-size:12px;
         
	}
#calendrier .cejour,#calendrier .cejour a,#calendrier .cejour a:link {
	background: #86a9cd;
	color: #fff;
	font-weight: bold
	}
#calendrier a,#calendrier a:link,#calendrier a:visited {
	text-decoration: none;
	color: #1d3f78;
	display: block;
	

	}
#calendrier .cemois a {
	color:#1d3f78;
	display: inline;
	}
#calendrier a:hover {
	color: #1d3f78;
	background: #fff;
	}
#calendrier .cejour a {
	background: #005F04;
	color: #FFF;
	}
#calendrier .cejour a:hover {
	background: #fff;
	color: #1d3f78;
	}	
#calendrier .rdv {
	background: lightgreen;
	color: #FFF;
	font-weight: bold
	}
#calendrier .moisprec {
	color: #1d3f78;
        font-weight:bold;
	font-size:12px;
	}
#calendrier .moisuiv {
	color: #1d3f78;
        font-weight:bold;
	font-size:12px;
	}
