﻿
.Calendrier
{
    position: absolute;
}

.CalendrierDesing
{
    height: 400px;
    width: 420px;
    background-color: #FFFFCC;
    border-color: #FFCC66;
    border-width: 1px;
    font-size: 8pt;
    color: #663399;
}

.LegendeCalendierDesing
{
    width: 420px;
}

.LegendeCalendier
{
    text-align: left;
    vertical-align: top;
    padding: 0 15px 0 15px;
}

.LegendeCalendier span
{
    width: 20px;
    height: 15px;
}

.LegendeLibre
{
    width: 20px;
    height: 15px;
    background-color: #ffffff;
    cursor: default;
}

.LegendeLoue
{
    width: 20px;
    height: 15px;
    background-color: #A55129;
    cursor: default;
}

.LegendeFull
{
    width: 20px;
    height: 15px;
    background-color: #bd9e58;
    cursor: default;
}

.LegendeMassif
{
    width: 20px;
    height: 15px;
    background-color: #f9d3c0;
    cursor: default;
}

.CalendierLibre
{
    color: Black;
    background-color: #ffffff;
}



.CalendrierCell
{
    color: Black;
    background-color: #DED6BC;
}

.CalendierJourAujourdhui
{
    color: Black;
    background-color: #97a3ba;
}

.CalendierReservMas
{
    color: Black;
    background-color: #f9d3c0;
}

.Plagehoraire
{
    position: absolute;
}

.PlageHoraireDelete
{
    position: absolute;
    left: 300px;
    text-align: center;
}

.Plage
{
    position: absolute;
    left: 450px;
    text-align: center;
}

#UpdateProgress
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #FFF;
}

#UpdateProgress IMG
{
    margin-top: 35%;
}

.Libre
{
    width: 20px;
    height: 15px;
    background-color: #ffffff;
    cursor: pointer;
}

.Loue
{
    width: 20px;
    height: 15px;
    background-color: #A55129;
    cursor: pointer;
}

.ND
{
    width: 20px;
    height: 15px;
    background-color: black;
}

.Spacer
{
    background-color: Transparent;
    width: 1px;
}


/* GRIDVIEW */
.JourSelectionne H1
{
    margin-top: 0;
    margin-bottom: 0;
}
.Pager
{
    color: #8C4510;
    text-align: Center;
}
.GridView-RowStyle
{
    background-color: #FFF7E7;
    color: #8C4510;
    white-space: nowrap;
}

.GridView-AlternatingRowStyle
{
    background-color: #FFF7E7;
    color: #8C4510;
    white-space: nowrap;
}

.GridView
{
    width: 500px;
}
.Header
{
    background-color: #A55129;
    font-weight: bold;
    color: White;
}
.Footer
{
    background-color: #617191;
    color: #ffffff;
}
.FooterTD
{
    text-align: left;
    vertical-align: top;
    padding: 0 15px 0 15px;
}

.FooterLegende
{
    font-weight: bold;
}

.TemplateTD
{
    text-align: center;
    width: 50px;
    vertical-align: middle;
}

.HeaderTDCol1
{
    text-align: center;
    vertical-align: middle;
}

.TemplateTD div
{
    border: solid 1px black;
    margin: 0 15px 0 15px;
}

.TemplateTDPrix
{
    text-align: right;
    width: 50px;
    vertical-align: middle; /*   margin: 0 15px 0 15px;*/
}
.TemplateTDPrix div
{
    margin: 0 15px 0 15px;
}

.FooterTD div
{
    border: solid 1px black;
    margin: 0 2px 0 4px;
    float: left;
}
/* FIN GRIDVIEW */

.CheckBoxList
{
    width: 450px;
    font-size: 10px;
}

.PrixReserv
{
    left: 450px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    visibility: hidden;
}

.Choix_Prix_Reserv
{
    display: none;
}

.Choix_Prix_Reserv_Visible
{
    display: block;
}

.Calendar1
{
    background-color: #FFFFCC;
    border: solid 1px #FFCC66;
    color: #663399;
}

.SelectedDayStyle
{
    background-color: #CCCCFF;
    font-weight: bold;
}
.TodayDayStyle
{
    background-color: #97a3ba;
    color: White;
}
.SelectorStyle
{
    background-color: #FFCC66;
}
.OtherMonthDayStyle
{
    color: #CC9966;
}
.NextPrevStyle
{
    font-size: 9pt;
    color: #FFFFCC;
}
.DayHeaderStyle
{
    background-color: #FFCC66;
    font-weight: bold;
}
.TitleStyle
{
    background-color: #990000;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFCC;
}

/* Sections nouvelles... */
#nouvelles {
    width: 400px;
    padding: 15px;
    list-style-type: none;
}
    #nouvelles li.date {
        font-size: x-small;
        margin: 0;
    }
    #nouvelles li.titre {
        display: block;
        width: 100%;
        font-size: 15px;
        background: #B8C3D7;
        margin: 0 0 15px 0;
        padding: 5px 0 5px 15px;
        font-weight: bold;
    }
    #nouvelles li.texte {
        margin: 0 0 30px 30px;
        border-bottom: 1px DOTTED #B8C3D7;
    }
    #nouvelles li .bold {
        font-weight: bold;
    }
    #nouvelles li .note {
        display: block;
        width: 100%;
        text-align: right;
        font-size: 9px;
    }