
.CadreCalendrier{
  width: 200px;
  height: 186px; /* hauteur de 165px  ou 170px ou 180px ou 186px suivant les mois */
  border-top: #AAAAAA 1px solid;
  border-bottom: #AAAAAA 1px solid;
  border-left: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  border-radius: 5px 5px 5px 5px;
  
}

#calendrier {
  width: 190px;
  /*height: 100px;*/
  /*background-color : #92A811;*/
  

}

#mois {
  margin-top: 3px;
  margin-left: 2px;
  padding-top:5px;
  width: 192px;
  height: 22px;
  border-top: #AAAAAA 1px solid;
  border-bottom: #AAAAAA 1px solid;
  border-left: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  border-radius: 5px 5px 5px 5px;
  font-size: 15px;
  font-weight: bold;
  background-color : #CCCCCC;
}


.cellulesjour{
 padding-left: 2px;
 width: 22px;
 height: 25px;
 font-size: 12px;
 font-weight: bold;
 text-align: center;
}

.cellules{
 /*margin-left: 1px;*/
 text-align: right;
 padding-right: 5px;
 width: 20px;
 height: 14px;
 border-top: #AAAAAA 1px solid;
 border-bottom: #AAAAAA 1px solid;
 border-left: #AAAAAA 1px solid;
 border-right: #AAAAAA 1px solid;
 font-size: 11px;
 color: #555555;
 background-color : #E6E6E6;
}


.cellules a:link {
    font-size:12px;
    font-weight: bold;
	color: #FF8000;
}
.cellules a:visited {
	color: #FF17E2;
	
}
.cellules:active {
	color: #FF4B33;
	background-color: #53A69C;
}
.cellules a:hover {
	color: #F4F4F4;
	background-color: #9AB112;
    /*background-color: #7D910F;*/
}	

.cellules:hover {
	color: #F4F4F4;
	border-top: #000000 1px solid;
    border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
    border-right: #000000 1px solid;
	background-color: #9AB112;
    /*background-color: #7D910F;*/
}	
