.pull-right {
    float: right;
    margin-left: 20px;
}
dt, dd {
    line-height: 23px;
}
li {
    line-height: 30px;
}
/*Calendrier module*/
#flatcal_minical .flatcal_todaycell a {
    color: #fff !important;
    padding: 3px;
    border: 1px solid #429fce;
    background-color: #429fce;
    border-radius: 20px;
}
#flatcal_minical .flatcal_daylink, #flatcal_minical .flatcal_sundaylink, #flatcal_minical .flatcal_busylink {
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}
#flatcal_minical .flatcal_todaycell a:hover {
    color: #555555 !important;
    border: 1px solid #429fce;
    background-color: #fff;
}
#cookiesck_accept:hover {
    font-size: 120%;
    color: #429fcf;
}