/* Mise en page des 3 colonnes */
.tableCentrale {
    border: 0;
    padding: 0;
    margin: 0;
    width: 780px;
    vertical-align: top
    }
.colGauche {
    width: 160px;
    padding-right: 0
    }
.colMilieu {
    width: 440px;
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px
    }
.colMilieuLarge {
    width: 780px;
    overflow: hidden
    }
.colDroite {
    width: 340px
    }
/* Boite de formulaire */
.boiteTitre {
    height: 22px;
    width: 308px;
    background-image: url(img/boite-titre-fond.gif)
    }
.boiteBas {
    height: 3px;
    top: -1px;
    width: 308px;
    border-bottom: 1px solid #333
    }
.coinSupGauche {
    position: relative;
    left: 0;
    float: left;
    width: 4px;
    height: 22px
    }
.coinSupDroit {
    position: relative;
    right: 0;
    float: right;
    width: 4px;
    height: 22px
    }
.coinInfGauche {
    position: relative;
    left: 0;
    top: 1px;
    float: left;
    width: 4px;
    height: 3px
    }
.coinInfDroit {
    position: relative;
    right: 0;
    top: 1px;
    float: right;
    width: 4px;
    height: 3px
    }
.boiteContour {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    margin-bottom: -1px;
    padding: 6px;
    width: 294px;
    overflow: hidden
    }
.boiteTexteTitre {
    position: relative;
    top: 2px;
    font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
    padding-left: 2px
    }
.boiteTexteTitre a, .boiteTexteTitre a:link, .boiteTexteTitre a:visited, .boiteTexteTitre a:active, .boiteTexteTitre a:hover {
    color: #FFF
    }
.boiteTexte {
    font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #000
    }
/* Formulaires */
.formulaireSaisie {
    border: 1px solid #660;
    font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
    font-size: 11px;
    /*	width: 146px;*/
    }
.formulaireBouton {
    font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
    font-size: 11px;
    text-align: center
    }
/* Textes */
.contentText {
    font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #000
    }
.contentText ul {
    font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #000
    }
.contentText li {
    margin-bottom: 16px
    }
em {
    font-size: 15px;
    font-weight: bold;
    line-height: 14px;
    font-style: normal;
    color: #600
    }
/* Calendrier */
.mks_sd_btn {
    font: bold;
    color: Red;
    font: bold;
    text-align: center;
    border: 0;
    background-color: #FFF;
    font-size: 10px
    }
.mks_sd_annee {
    font: bold;
    color: Black;
    font: bold;
    text-align: center;
    border: 0;
    background-color: #FFF;
    font-size: 10px
    }
.mks_sd_semaine {
    color: #FFF;
    text-align: center;
    border: 0;
    background-color: #C90;
    font-style: normal;
    font-size: 10px
    }
.mks_sd_selected {
    font: bold;
    color: #FFF;
    font: bold;
    width: 16px;
    text-align: center;
    border: 0;
    background-color: #930;
    font-size: 10px
    }
.mks_sd_dayofmonth {
    color: #999;
    width: 16px;
    text-align: center;
    border: 0;
    background-color: #FFF;
    font-size: 10px
    }
.mks_sd_dayoutmonth {
    color: #666;
    width: 16px;
    text-align: center;
    border: 0;
    background-color: #CCC;
    font-size: 10px
    }
.mks_sd_weekend {
    color: #FFF;
    width: 16px;
    text-align: center;
    border: 0;
    background-color: #CCC;
    font-size: 10px
    }
.formfond {
    color: #FFF;
    background-color: #990;
    font-weight: bold;
    font-size: 10px
    }
.prix {
    color: #000;
    text-align: center;
    border: 0;
    background-color: #FFF;
    font-size: 10px
    }
.prixreserve {
    color: #999;
    text-align: center;
    border: 0;
    background-color: #FFF;
    font-size: 10px
    }
.prixabsent {
    color: #FFF;
    text-align: center;
    border: 0;
    background-color: #CCC;
    font-size: 10px
    }