

.calendrier_separateur_heure{
  width:100%;
  background-color:grey;
  height:1px;
}

#calendrier_separateur_heure{
  width:100%;
  background-color:grey;
  height:1px;
}


#tdCalendrier{
  background-color:white;
  color:#4d8ffd;
  cursor:pointer;
  height:30px;
  font-weight:bold;
  font-size:18px;
  cursor:pointer;
}



.tdCalendrier{
  background-color:white;
  color:#4d8ffd;
  cursor:pointer;
  height:30px;
  font-weight:bold;
  font-size:18px;
  cursor:pointer;
}

.tdCalendrier:hover{
  background-color:#aacaff;
}

#bouton_planif{
  float:left;
  cursor:pointer;
  margin-right:20px;
  padding:5px;
}

#bouton_planif:hover{
  background-color:#59A9D5;

  color:white;
  border-radius:5px;
}

.tdCalendrierEntete{
  padding:5px;
  font-size:12px;
  font-weight:bold;
  color:white;
  background-color:#616266;
}


.divMoisPrecedent{

  background-image: url('../image/calendrier/flecheGauche.png');
  width:30px;
  height:30px;
}

.divMoisSuivant{

  background-image: url('../image/calendrier/flecheDroite.png');
  width:30px;
  height:30px;
}