@charset "iso-8859-1";
 
body {
    text-align:center;
}

.grille-annees {
    max-width:900px;
    margin:auto;
}

.annee {
    display:inline-block;
    width:90px;
    padding:12px 0;
    margin:6px;
    text-decoration:none;
    font-family:Verdana, Arial, sans-serif;
    font-size:18px;
    font-weight:bold;
    color:#993366;
    background:#fdf4f8;
    border:1px solid #dcb7c7;
    border-radius:12px;
}

.annee:hover {
    background:#f7e2eb;
}