body{
    background: url("images/hmm_fond_pattern.gif") repeat scroll left top #9AB0D2 !important;
    font-family: 'Titillium Web',sans-serif !important;
    font-size: 14px;
}

.wrapper {
    width: 800px;
    margin: 20px auto;
    padding: 0px 20px;
    background-image: url(images/wrapper.png);
}

h1 {
    font-size: 26px;
    margin: 10px 0;
    color: #5e86b8;
    text-align: center

}

h2 {
    font-size: 18px;
    margin: 20px 0 10px;
    color: #183d76;

}

h3 {
    font-size: 16px;
    margin: 20px 0 5px 0;
    color: #5e86b8;
    font-style: italic;
}

p {
    margin: 5px 0 10px;
}

ul {
    list-style-type: decimal;
}

a {
    text-decoration: none;
    color: #437dad;
}