﻿/* Fond d'écran de la page */
.app1WeeklyScheduleBackground{
    background-color: white;
    height: 560px;
}

/* Mise en forme titres */
.app1WeeklyScheduleListStyle{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #38B1C6;
    margin-left: 10px;
}

/* Mise en forme du titre Filter */
.app1WeeklyScheduleFilter{
    width: 210px;
    height: 40px;
    padding-top: 0px;
    padding-left: 20px;
    font-weight: bold;
    font-family: 'Trebuchet MS';
    font-size: 18px;
    color: #8CC63E;
    background-color: whitesmoke;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #8CC63E;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: lightgrey;
}

/* Mise en forme du contenu en dessous du titre Filter */
.app1WeeklyScheduleFilterContent {
    vertical-align: top;
    padding-top: 10px;
    width: 210px;
    height: 508px;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: lightgrey;
}

/* Mise en forme de la liste de radio button */
.app1WeeklyScheduleRBListStyle{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Mise en forme de la textbox pour le numéro de semaine */
.txtbApp1SemWeeklySchedule{
    margin: 10px;
    padding-left: 5px;
    height: 26px;
    width: 200px;
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
}

/* Mise en forme de la liste déroulante pour choisir le plateau */
.listApp1WeeklySchedulePlateau{
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    margin: 10px;
    padding-left: 5px;
    height: 30px;
    width: 208px;
    border: 1px solid lightgrey;
}

/* Mise en forme de la liste déroulante pour choisir le poste */
.listApp1WeeklySchedulePoste{
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    margin: 10px;
    padding-left: 5px;
    height: 30px;
    width: 208px;
    border: 1px solid lightgrey;
}

/* Mise en forme du titre Program */
.app1WeeklyScheduleProgram{
    width: 1050px;
    height: 40px;
    padding-top: 0px;
    padding-left: 20px;
    font-weight: bold;
    font-family: 'Trebuchet MS';
    font-size: 18px;
    color: #8CC63E;
    background-color: whitesmoke;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #8CC63E;
}

/* Mise en forme du contenu en dessous du titre Program */
.app1WeeklyScheduleProgramContent {
    vertical-align: top;
    padding-top: 10px;
    width: 1050px;
}