﻿/* Classes Générales */
.centerBlock { margin-left: auto; margin-right: auto; }

.center { text-align: center ! important; }

/* TAG Built-in */
h1, .h1 { font-size: 22px; 
    display: block; 
    width: 100%;
    line-height: 22px;
    font-weight: bold; 
    font-variant: small-caps;
}
.titre { padding-bottom: 6px; }