@import url(reset.css);
body {
  background-color: #544540;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  z-index: 2; }

.dispo table {
  border-collapse: collapse;
  width: 100%; }
  .dispo table.desktopVersion {
    margin: 20px 0 20px 0; }
  .dispo table.mobileVersion {
    display: none; }
  .dispo table th, .dispo table td {
    text-align: center;
    font-size: 12px;
    padding: 1px; }
  .dispo table th {
    text-align: center;
    font-size: 12px;
    border: 1px solid #544540; }
  .dispo table td {
    color: #000000;
    border: 1px solid #544540;
    min-width: 16px; }
    .dispo table td.weDay {
      background-color: #A4B944; }
    .dispo table td.wDay {
      background-color: #C3D273; }
.dispo a {
  color: #333333;
  background-color: #e2dccf;
  width: 100px;
  padding: 4px;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #ffffff;
  text-decoration: none;
  cursor: pointer;
  text-align: center; }
  .dispo a:hover, .dispo a.selected {
    background-color: #80a50a;
    color: #ffffff;
    text-decoration: none; }
.dispo .yearsAlternativeMenu {
  text-align: center; }
.dispo .last_update {
  text-align: center;
  font-style: italic;
  margin-top: 8px; }
.dispo .legende {
  height: 20px; }
  .dispo .legende td {
    border-width: 0px;
    font-weight: bold;
    color: #ffffff;
    width: auto;
    padding: 6px;
    width: 25%;
    text-align: center; }

/*# sourceMappingURL=master.css.map */
