/*body{
    font-family: "Times New Roman";
}*/
.droite{
    text-align: right;
}
.w100{
    width: 100%;
}
.h250{
    height: 250px;
}
.h300{
    height: 300px;
}
.h400{
    height: 400px;
}
.h500{
    height: 500px;
}
.mt20{
    margin-top: 20px;
}
.mt10{
    margin-top: 10px;
}
.mb10{
    margin-bottom:10px;
}
.mb20{
    margin-bottom:20px;
}
legend{
    border-bottom:solid 1px #8d2a84;
}
.centrer{
    text-align: center;
}
.mauve{
    color:#8d2a84;
}
.noir{
    color:#000;
}
.blanc{
    color: #fff;
}
.bleu{
    color: #0d47a1;
}
.fondBlanc{
    background-color:#fff;
}
.fondNoir{
    background-color:#000;
}
.fondMauve{
    background-color:#8d2a84;
}
.bordureMauve{
    border:solid 1px #8d2a84;
}
.fondMauveClair{
    background-color:#f0f0f0;
}
.lienMenu{
    font-weight: bold;
}
.lienMenu:hover{
    color:#8d2a84;
}
.gras{
    font-weight: bold;
}
.pd5{
    padding: 5px;
}
.pd10{
    padding: 10px;
}
.pd30{
    padding: 30px;
}
.pt20{
    padding-top: 20px;
}
.pb20{
    padding-bottom: 20px;
}

.pb10{
    padding-bottom: 10px;
}
.pb5{
    padding-bottom: 5px;
}
.souligneLien:hover{
    text-decoration: underline;
}
.souligneLien{
    padding-right: 1px;
}
.pointeur{
    cursor: pointer;
}
.point{
    list-style-type: circle;
}
.normal{
    font-weight: normal;
}
.petitTexte{
    font-size: 10px;
    font-weight: bold;
}
.maj{
    text-transform: uppercase;
}
.radius5{
    border-radius: 5px;
}
.justifier{
    text-align: justify;
}
.ligneMauve{
    clear: both;
    border-bottom: 1px solid #8d2a84;
}

.ScrollPanel{
    height: 300px;
    overflow-y: scroll;
}

.ScrollAccueil{
    height: 600px;
    overflow-y: scroll;
}

.ScrollTabCred{
    overflow-y: scroll;
}
.region{
    padding: 10px;
    border: solid 1px #ccc;
}
.activeRegion{
    background-color: #8d2a84;
    color:#fff;
}
.region:hover{
    background-color: #8d2a84;
    color:#fff;
}
.trait{
    border-bottom: dashed 1px #ccc;
}
.listeAgence{
    color: #757575 ;
}
.listeAgence img{
    max-height:50px;
    color: #ccc;
}
.navbar{
    box-shadow: 0px 0px 0px 0px;
}
.maPagination a{
    font-size: 15px;
    padding: 6px 14px 6px 14px;
    font-weight: bold;
    border-radius: 2px;
    border: solid 1px ;
    margin-right: 1px;
    float: left;
}
.maPagination .active a{
    color: #8d2a84;
}
/*.maPagination ul {
    display: inline-block;
}
*/
.bordGaucheMauve{
    border-left: solid 5px #8d2a84;
}
.bordDroiteMauve{
    border-right: solid 5px #8d2a84;
}
/*--- comparateur banque ---*/
.compBanque{
    border: solid 1px #ccc;
    margin-right: 5px;
    background-color: #ccc;
}
.monSelect{
    background-color: #ccc;
    border-radius: 20px;
    font-weight: bold;
    height: 35px;
}

body{
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
 
}
@media screen and (max-width: 640px) {
    .imgSlider {height: 400px;}
}