/* Start of CMSMS style sheet 'calendrier' */
/* @override http://www.maison-monsieur.ch/dev/modules/Album/css/stylesheet.css */

.calendar-today {
  background-color: #9adb45;
}

.calendar {
  width: 100%;
  border-collapse: collapse;
}

.calendar td, .calendar th {
  width: 14.28%;
  border: 1px solid #356b21;
}

.calendar th {
  background-color: #9adb45;
}

.calendar td {
  text-align: center;
  height: 20px;
}

.category {
  width: 20px;
  height: 20px;
  float: left;
}

/* 1 : General*/

.num_1 {
  background-color: #f81f8b;
}

/* 2 : Soiree speciale*/

.num_2 {
  background-color: #93b3d2;
}

/* 1 : Soiree musicale*/

.num_3 {
  background-color: #ff8a00;
}

/* 1 : Fermeture*/

.num_4 {
  background-color: #f71c17;
}

table#month_list {
  width: 100%;
  border-collapse: collapse;
  background-color: #9adb45;
  margin-bottom: 1em;
}

table#month_list td {
  padding: 0.5em;
  text-align: center;
  border-right: 1px solid #537829;
}

table#month_list td a {
  text-decoration: none;
}

table#month_list td.current {
  background-color: #83bb3b;
}
/* End of 'calendrier' */

