/* PAGES AIDES & NOTICES */

html {
    font-family: sans-serif;
    font-size: 0.75em;
    line-height: 1.65em;
}

h1 {
    color:#6f240b;
}

h2 {
    color:#6f240b;
}

h3 {
    color:#6f240b;
}

h3.legend {
    color:#6f240b;
}

h4 {
    color: #6f240b;
    text-decoration: none;
    margin-bottom: 25px;
}

hr.spip {
    clear:both;
}

a {
    color:#6f240b;
    padding: 2px;
    text-decoration:underline;
}

a:hover {
    background-color: #6f240b;
    color:#FFF;
    background-position: center bottom;
    background-repeat:no-repeat;
    padding: 2px;
    border-radius:2px;
}

.wrapper-content {
    overflow:hidden;
    max-width: 80% !important;
}

div.rub45 {
    position:relative;
    background:none !important;
    width:80%;
    margin: auto;
    margin-top:0px;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow:auto;
}

.rub45 #content {
    width:80%;
    overflow:hidden;
}

div.article {
    overflow:auto;
    width:80%;
}

#scrollUp {
    color: #ffffff;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 20px;
    background: url(img/top-blanc_50px.png) no-repeat #6f240b;
    padding:0px;
}