
/* CSS Document */
/* text decoration (balise a) :  
--> none : pas souligné,
--> underline : souligné (bas),
--> overline : souligné (haut)
--> overline underline : souligné en hait et en bas...*/




.date {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: #FFFFFF;
    font-weight: bold;
    vertical-align:middle;
  }


.jours {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #FFFFFF;
    font-weight: bold;
  }

.dispo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #29d64a;
    font-weight: bold;
  }

.dispo:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #29d64a;
    font-weight: bold;
  }

.tab_numero {
    background-color : #ffffff;
    border-bottom-color : #ffffff;
    border-bottom-style : solid;
    border-bottom-width : 2px;
    border-left-color : #ffffff;
    border-left-style : solid;
    border-left-width : 2px;
    border-right-color : #ffffff;
    border-right-style : solid;
    border-right-width : 2px;
    border-top-color : #000000;
    border-top-style : solid;
    border-top-width : 2px;
    color : #000000;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    font-weight : normal;
  }


.tab_cal {
    background-image : url(img/entete.jpg);
    background-repeat : repeat-x;
    border-bottom-color : #000000;
    border-bottom-style : solid;
    border-bottom-width : 2px;
    border-left-color : #ffffff;
    border-left-style : solid;
    border-left-width : 2px;
    border-right-color : #ffffff;
    border-right-style : solid;
    border-right-width : 2px;
    border-top-color : #ffffff;
    border-top-style : solid;
    border-top-width : 2px;
  }


.reserve {
    background-color:#BB0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#FFFFFF;
  }


.descriptif {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding-left:10px;
  }


