a {
    color: #000000;
    font-weight: bold;
    font-size: 1.2em;
}

.sidebar-menu > li > a:hover {
    background-color: #f5f5f5;
}

.sidebar-menu > li > a {
    display: block;
    padding: 3px 8px 3px 0;
}

#menu2 {
    border-radius: 0em 0em 0.9em 0.9em;
}

#pop {
    display: block;
    left: 710px;
    opacity: 1;
    position: absolute;
    top: 111px;
    min-height: 250px;
    min-width: 450px;
    visibility: hidden;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 25px 5px #999999;
    color: #111111;
}

.evt {
    margin-top: 15px;
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 19px;
    text-align: center;
}

.evt th {
    text-align: center;
    padding-bottom: 10px;
}

.evt td {
    padding-right: 20px;
    text-align: right;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: table;
    width: 100%;
}

footer {
    line-height: 20px;
    height: 80px; /* à titre d'exemple */
}
html .fc {
    font-size: 1.3em;
}