/* CSS de la page RGAA 3.0 */

/* Définit l'image de fond du container Body */
.block-body
{
    background-color : white;
    background : url('../../img/topFooter.png') no-repeat;
    background-size: 1493px;
    margin-top : -15px;
    background-position-x: center;
}

/* Police de la page Crédits */
.policeRgaa
{
    font-family : 'Quicksand', sans-serif;
}

/* Définit le style du titre RGAA 3.0 */
.policeRgaa .titreRgaa
{
    text-align : center;
    height : 150px;
    color : white;
}

/* Permet de changer le style de la police du titre RGAA 3.0 */
.titreRgaa
{
    position : relative;
}

/* Permet d'ajouter une ligne blanche en dessous du titre RGAA 3.0 */
.ligneRgaa
{
    width : 50px;
    text-align : center;
    position : absolute;
    border-bottom : 3px solid white;
    right : 50%;
    margin-top : -105px;
    margin-right : -25px;
}