/* Extra-small and small devices (phones, tablets, up to 991px) */
@media (max-width: 991px) {
    .ui-dialog[aria-describedby="messageAlerteNavigateur"] {
        width: 100% !important;
        max-width: 560px !important;
    }
}

hr {
    border: 1px solid #CCCCCC;
}

.subConteneur {
    font-size: 1.1em;
    padding: 0px 24px;
    margin: 0px auto;
    overflow: hidden;
}

h1.subConteneur {
    font-size: 1.3em;
    font-weight: normal;
}

.subConteneur.debut {
    padding-top: 20px;
    margin-bottom: 10px;
}

div.subConteneur .important {
    font-size: 13px;
    font-weight: bold;
}

.debut a{
    font-weight: bold;
}

.texteItalique {
    font-style:italic;
}

#lienProtectionDonnees, #lienEnSavoirPlusDRI{
    cursor:pointer;
}

.en-savoir-plus-img {
    background-image: url(../img/bt-gris-en_savoir_plus_1.gif) !important;   
    background-repeat: no-repeat; 
    border: none;
    width: 100px;
    height: 20px;
}

.en-savoir-plus-img2 {
    background-image: url(../img/bt-gris-en_savoir_plus_2.gif) !important;   
    background-repeat: no-repeat; 
    border: none;
    width: 100px;
    height: 20px;
}

/* texte */
.textePrincipal {
    display: none;
    font-size: 12px;
    text-align: left;
}