p, li, h1, h4, h5 {
    color: #363C74;
}

h2, h3 {
    color: #E73E97;
}

a {
    color: #E73E97;
}

a:hover {
    color: #363C74;
}

p, li {
    line-height: 125%;
}
h1 {
    font-size: 115%;
    line-height: 150%;
}
h2 {
    font-size: 250%;
    line-height: 115%;
}
h3 {
    font-size: 115%;
    line-height: 100%;
}
h4 {
    font-size: 160%;
    line-height: 125%;
}

.bar {
    border-top: 5px solid #E73E97 !important;
}

.bar:hover {
    border-top: 5px solid #363C74 !important;
    background-color: #EBF0F8;
}

.renverse p, .renverse li, .renverse a {
    color: #FFFFFF!important;
}

.footer p, .footer li, .footer a {
    color: #e6e6e6!important;
}