﻿body {
    width: 800px;
    margin: 0 auto;
    background-color: #c4e8ff;
    font-family: Arial;

}

    body div {
        /*width: 800px;*/
        display: inline-block;
        text-align: center;
    }

    body a {
        text-decoration: none;
    }

.divEntete {
    text-align: left;
}

    .divEntete .tdMnu {
        background-color: #99d7ff;
        border-radius: 20px 20px 20px 20px;
        text-align: center;
    }

        .divEntete .tdMnu:hover {
            background-color: #fff203;
            border-radius: 20px 20px 20px 20px;
            text-align: center;
        }

.divTxt {
    text-align: justify;
    line-height:24px;
}

h5 {
    font-family: Arial;
    font-size: 20px;
    font-style: italic;
    text-decoration: underline;
    color: #226088;
}

.spanEntete {
    font-family: Arial;
    font-size: 18px;
    color: #226088;
}

.spanTxt {
    font-family: Arial;
    font-size: 18px;
    font-style:italic;
    color: #226088;
}

.spanTxt2 {
    font-family: Arial;
    font-size: 16px;
    color: #226088;
}

.tableAcc {
    margin-left: 20px;
    border: 1px solid #6495ed;
    border-collapse: collapse;
    width: 220px;
}

    .tableAcc th {
        border: 1px solid #6495ed;
        width: 110px;
        padding: 2px;
        text-align: center;
        color: #226088;
    }

    .tableAcc tr td {
        border: 1px solid #6495ed;
        width: 110px;
        padding: 2px;
        text-align: center;
        color: #226088;
    }
