body {
    font-family: sans-serif;
}

div#main {
    width: 790px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

div#title {
    text-align: center;
    padding: 0.5em 0.1em;
    margin: 0px 5px 5px 5px;
}

div#links {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    /*background: #ac0039;*/
    border: thin solid #ac0039;
    border-width: 0px 0px 1px 0px;
    padding: 0.3em 1em;
    margin: 5px 5px 0px 5px;
    color: #ac0039;
}

div#links a {
    color: #ac0039;
}

div#links a:hover {
    color: #ff4054;
    text-decoration: none;
}

div#content {
    padding: 0.3em 0.8em;
    background: #fff url("fr/images/picto.png") no-repeat center fixed;
    margin: 5px;
}

div#copy {
    text-align: center;
    font-size: small;
    margin: 0px;
    padding: 0.5em;
}

h1 {
    color: #ac0039;
}

h2 {
    color: #ff4000;
    padding: 0em 0.8em;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    text-align: justify;
    text-indent: 1em;
}
