/*
 * Ceci est experimental
 *
 */

body
{
   background-color: #80dec8;
}

ul
{
   padding: 0;
   margin-left: 80px;
}

ul.ti_menu
{
   list-style-type: none;
   margin-right: 5px;
   margin-left: 5px;
   padding: 0;
}

.case-horaire-titre
{
   font-size: small;
   font-weight: bold;
   font-style: italic;
   text-align: center;
   background: #ffff00;
   color: #000000;
   padding: 5px;
}

.case-horaire-disponible
{
   font-size: small;
   background: #b0b030;
   color: #000000;
   font-style: italic;
   text-align: center;
   padding: 5px;
}

.case-horaire-labo
{
   font-size: small;
   padding: 5px;
   background: #b9b9b3;
   text-align: center;
}

.case-horaire-theorie
{
   font-size: small;
   padding: 5px;
   background: #73b9b9;
   text-align: center;
}

.case-horaire-non-disponible
{
   font-size: small;
   background: #000000;
   color: #ff0000;
   font-weight: bold;
   font-style: italic;
   text-align: center;
   padding: 5px;
}

.case-horaire-administratif
{
   font-size: small;
   background: #000000;
   color: #00ff00;
   font-weight: bold;
   font-style: italic;
   text-align: center;
   padding: 5px;
}

.case-horaire-type
{
   font-size: small;
   padding: 5px;
}
