html {
    margin: 0px;
    padding: 0px;
}

A:link {
    font-family: Trebuchet MS;
    text-decoration: underline;
    font-size: 9pt;
    color: #d11b4b;
}

A:visited {
    font-family: Trebuchet MS;
    text-decoration: underline;
    font-size: 9pt;
    color: #d11b4b;
}

A:active {
    font-family: Trebuchet MS;
    text-decoration: underline;
    font-size: 9pt;
    color: #d11b4b;
}

A:hover {
    font-family: Trebuchet MS;
    text-decoration: none;
    font-size: 9pt;
    color: #a32143;
}

p {
    font-family: Trebuchet MS;
    font-size: 9pt;
    text-decoration: none;
    margin: 10px 0px 0px 10px;
}

h1 {
    font-family: Trebuchet MS;
    font-size: 15pt;
    color: #050d50;
    text-decoration: none;
    margin-top: 0px;
    margin: 10px 0px 10px 25px;
}

h2 {
    font-family: Trebuchet MS;
    font-size: 12pt;
    color: #050d50;
    font-weight: bolder;
    text-decoration: none;
    margin: 10px 0px 5px 10px;
}

h3 {
    font-family: Trebuchet MS;
    font-size: 9pt;
    color: #050d50;
    font-weight: bolder;
    text-decoration: none;
    margin: 10px 0px 5px 10px;
}

h4 {
    font-family: Trebuchet MS;
    font-size: 17pt;
    color: #050d50;
    font-weight: normal;
    text-decoration: none;
    margin-top: 0px;
    margin: 0px 0px 10px 20px;
}

.lien {
    color: #d11b4b;
}

.lien_navigation a {
    color: #050d50;
}

#footer {
    font-family: Trebuchet MS;
    color: #050d50;
    font-size: 8pt;
    padding: 0px;
    margin-top: 0px;
}

#footer a {
    text-decoration: none;
    color: #050d50;
}

#footer p {
    margin: 0px 0px 0px 0px;
}

#pageHeader {
    font-family: Trebuchet MS;
    color: #050d50;
    font-size: 8pt;
    padding: 0px;
    margin: 0px;
}

#pageHeader a {
    text-decoration: none;
    color: #050d50;
}