﻿div.WidgetAgenda div.Evenements {
  height: 350px;
  overflow: hidden;
}

div.WidgetAgenda div.Evenement {
  background-color: #f6f6f6;
  margin-bottom: 5px;
  padding: 10px;
}

  div.WidgetAgenda div.Evenement h3 {
    margin-top: 0;
  }

div.WidgetAgenda div.Links {
  margin-top: 20px;
  text-align: center;
}

div.Agenda div.Evenement {
  border-bottom: 1px solid silver;
  margin-bottom: 10px;
  padding-bottom: 10px;
  clear: both;
}

  div.Agenda div.Evenement h3 {
    margin-top: 0;
  }

  div.Agenda div.Evenement i {
    color: #f76300;
  }

  div.Agenda div.Evenement div.Links {
    clear: both;
    text-align: right;
  }

table.Diary {
  width: 100%;
}

  table.Diary thead td {
    background-color: #efefef;
    border: 1px solid silver;
    color: gray;
    padding: 10px;
    text-align: center;
    width: 14%;
  }

  table.Diary tbody td {
    border: 1px solid silver;
    height: 100px;
  }

    table.Diary tbody td span {
      color: Silver;
      font-size: 13pt;
      float: right;
    }

    table.Diary tbody td.Now {
      background-color: #fff0be;
    }

    table.Diary tbody td.Out {
      background-image: url(/Common/Medias/hachures.png);
    }

    table.Diary tbody td a {
      clear: right;
      background: #c0d3ea url(/Common/Medias/Agenda/back.gif) repeat-x top left;
      border: 1px solid #4b71a2;
      border-radius: 3px;
      color: black;
      cursor: help;
      display: block;
      font-size: 8pt;
      margin-bottom: 10px;
      padding: 2px;
    }

      table.Diary tbody td a:hover {
        background: #adc0db url(/Common/Medias/Agenda/hover.gif) repeat-x top left;
        color: Black;
        text-decoration: none;
      }
