p {
color: #5C7178;
font-size: 12px;
}


.gris {
color: #5C7178;
font-size: 12px;
}

.retrait {
margin-left: 30px;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

.titre {
color: #D3383A;
font-size: 18px;
font-weight: bold;
}
.soustitre {
color: #D3383A;
font-size: 14px;
font-weight: bold;
}



.bleu {
color: #00A6C4;
font-weight: bold;
}
.rouge {
color: #D3383A;
font-weight: bold;
}

a {
color: #D3383A;
text-decoration: none;
}

a:hover {
color: #D3383A;
text-decoration: underline;
}


