div.container-page-cgv {
    border: 1px solid #888888;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 0px 20px 40px 20px;
    text-align: justify;
    margin-top: 40px;
}

div.container-page-cgv .info {
    font-style: italic;
    background-color: #888888;
    color: #FFF;
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
    margin-top: 15px;
    margin-left: 30px;
}

div.container-page-cgv .info a,
div.container-page-cgv .info a:active {
    color: #fff;
    text-decoration: none;
}

div.container-page-cgv h1 {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
}

div.container-page-cgv h2 {
    font-size: 1.3em;
    margin-top: 50px;
    font-weight: bold;
    color: #444242;
}

div.container-page-cgv .citation {
    font-style: italic;
}

div.container-page-cgv .date-maj {
    margin-top: 60px;
    text-align: center;
    font-weight: bold;
}