﻿@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('SourceSansPro-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('SourceSansPro-Regular.otf') format('opentype');
}

body {
    margin: 0px;
    background-color: #F4F5F9;
    overflow-y: auto;
}

.footerDiv {
    background-color: #334D66;
    height: 100px;
    width: 100%;
}

.commentaireButton {
    background: #6BA4DB;
    padding: 10px 16px 10px 16px;
    border-radius: 5px;
    border-color: #6BA4DB;
    color: #D9FFFF;
}

.validerBatButton {
    background: #D6696E;
    padding: 10px 16px 10px 16px;
    border-radius: 5px;
    border-color: #D6696E;
    color: #FFECF4;
    font-weight: bold;
}

hr {
    background-color: #E6E7EB;
}

table {
    width: 100%;
    text-align: left;
}

table > tbody tr > td {
    color: #334D66;
}

.entete {
    font-weight: bold;
}

.titreInfos {
    font-size: xx-large;
    margin-bottom: 10px;
    font-family: SourceSansPro-Bold;
}

.titre {
    color: white;
    font-weight: bold;
    font-size: 14px;
    font-family: SourceSansPro-Bold;
    letter-spacing: 3px;
    margin-top: 20px;
}

.header {
    background-color: #334D66;
    height: 60px;
}

.contenu {
    width: 100%;
    font-family: SourceSansPro-Regular;
    color: #334D66;
    margin-top: 60px;
    margin-bottom: 100px;
}
