#calendrier .jour {
	padding-left:45px;
	height:28px;
}

#calendrier .jour_uk {
	padding-left:25px;
	height:28px;
}

#calendrier .jour_ar {
	height:28px;
	padding-left:55px;
}


/*contenu calendrier*/

#contenu_calendrier {
	margin-left:3px;
	
}

.chiffre_calendrier {
	
}

#Tcalendrier {
	border-collapse: collapse;
}


#Tcalendrier_contenu {
	border-collapse: collapse;

}

#Tcalendrier_contenu td {
	text-align:left; 
	vertical-align:top; 
	padding-right:2px;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:2px;
	font-size: 10px;
	height:95px;
	color:black;
}

#Tcalendrier_contenu td a{color:black;}

.droite_cellule {
  width:83px;
  margin-top:13px;
}

#Tcalendrier_contenu .gauche_cellule {
  width:25px;
  font-family: Arial, Helvetica,sans-serif; 
  font-size: 22px;
  font-weight: bold;
  padding-left:5px;
}

.chiffre_cellule {
  text-align:left; 
  vertical-align:top;
  border-width:1px;
  border-style:dashed;
  border-color:black;
  width:129px;
  height:100px;
}

.chiffre_cellule_selected {
  text-align:left; 
  vertical-align:top;
  border-width:1px;
  border-style:dashed;
  border-color:black;
  width:129px;
  height:100px;
  background-color:#FFF4F5;
}

.titreannee {
	margin-right:15px;
}
