.chapoRich {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.txtRich {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}
.lienTxtRich {
    color: #0789a4;    
}
.lienTxtRich:hover {
    color: #345d88;    
}
.titreRich {
    font-size: 18px;
    color: #9f0202;
    font-weight: bold;
}
.soustitreRich {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #7089a4;
    font-weight: bold;
}
.lienCapRich{
    font-size: 11px;
    color: #c65050;
    font-weight: bold;
    text-transform: uppercase;
}
.lienCapRich:hover {
    text-decoration: underline;
}
.lienExtRich {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #010101;
    font-weight: bold;
    text-transform: uppercase;
}
.lienExtRich:hover {
    text-decoration: underline;
}
.lienBackRich {
    background: #d5cfcf;
    width: 300px;
    height: 30px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #494949;
    font-weight: bold;
    text-transform: uppercase;
}
.lienBackRich:hover {
    background: #e3e3e3;
    color: #494949;
}
.lienStartRich {
    background: #000;
    width: 230px;
    height: 25px;
    display: block;
    font: 14px/16px Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.lienStartRich:hover {
    background: #22416c;
}
.lienMoreRich {
    background: #7590ac;
    width: 110px;
    height: 23px;
    display: block;
}
.lienMoreRich:hover {
    background: #94b2d1;
}
a {
    color: #000;
}
a:hover {
    color: #ccc;
}


/*********/
/*wysiwyg*/
/*********/

/*titre*/
h1.Wys {
    font-size: 38px;
    color: #252525;
    font-weight: bold;
    margin: 0 0 15px 0;
}
/*ss-titre*/
h2.Wys {
    font-size: 24px;
    color: #345d88;
}
/*h3*/
h3.Wys {
    font-size: 18px;
    color: #9f0202;
    font-weight: bold;
}
/*h4*/
h4.Wys {
    font-size: 14px;
    color: #7089a4;
    font-weight: bold;
}
/*en savoir plus*/
.moreWys {
    font-size: 11px;
    color: #c65050;
    text-transform: uppercase;
}
.moreWys:hover {
    color: #414141;
}
/*link*/
.linkWys {
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
}
.likeWys:hover {
    text-decoration: underline;
}