
.border
{
    border: 1px solid;
}
.rouge
{
    color:#D00019;
}
.titre20
{
    font-weight:bold;
    font-size:20px;
}
.right
{
   text-align:right;
}
.left
{
    text-align:left;
}
.center
{
    text-align:center;
}
.top1
{
    margin-top:1em;
}
.top2 {
    margin-top: 1.3em;
}

.gras
{     
     font-weight:bold;
}
.hand
{
    cursor:pointer;
}
.titreRouge
{
    color:#D00019;
    font-weight:bold;
}

.close
{
    cursor: pointer;
    width:10px;
    float:right;
}


a {
    text-decoration: none;
    color: #666666;
}

a img 
{
border: none; 
}

img, svg {
    vertical-align: middle;

}