﻿body {
    margin: 0;
    padding: 0;
    border: 0;
    color: black;
    font-size: 13px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background-color:white;
}


#masthead {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    text-align: center;
    background-color:#E8EFF7;
    /*width: 620px;*/
}

#masthead img { 
    float: left;
}

#masthead h1 {
    text-align: center;
    font-size:22px
}

#masthead p {
    text-align: center;
    font-size:12px;
    /*color: #800000;*/
}

#container {
    padding: 0;
    background-color: #fff;
    /*width: 100%;*/
    margin: 0 auto;
    border-top: 0;
    border-right: 1px solid #b7b7b7;
    border-bottom: 0;
    border-left: 1px solid #b7b7b7;
}

#column_l {
    position: relative;
    float: left;
    width: 95%;
    margin: 0;
    padding: 0 15px;
    background-color: #fff;
}

#navigation a:hover {
    color: #000;
    text-decoration: none;
    border: 1px solid #a9a9a9;
    background-color: #a9a9a9;
}

/* Styles pour le pied de page */
#footer {
    width: auto;
    clear: both;
    overflow: auto;
}

#footer {
    /*width: 620px;*/
    text-align: center;
    background-color: #E8EFF7;
    padding-top: 5px;
    padding-bottom: 5px;
}

#footer p {
    font-size: 11px;
    line-height: 14px;
    /*color: #fff;*/
    margin: 1px;
    padding: 1px;
}

#footer a {
    /*	color: #fff;*/
    text-decoration: underline;
}

#footer a:hover {
    color: #fff;
    text-decoration: none;
}

/* Styles pour les liens */
a {
    color: #036;
    text-decoration: underline;
}
a:hover {
    color: #808080;
    text-decoration: underline;
}

#page01 h2 {
    text-align: center;
    font-size:22px
}

#page01 h3 {
    text-align: center;
    font-size:18px
}

