.md {
    padding-bottom: 10px;
}

.sl {
    visibility: hidden;
    position: fixed;
}

.festtype {
    visibility: hidden;
}

.sl2 {
    visibility: hidden;
    position: fixed;
}

.bord {
    border-radius: 10px;
    border: 3px solid #BADA55;
    margin-bottom: 10px;
    margin-top: -2px;
}

.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 70%;
}

hr {
    width: 100%;
    height: 1px;
    background-color: #000;
    color: #000;
    border: 0 none;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

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;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: table;
    width: 100%;
}

footer {
    line-height: 20px;
    height: 80px; /* à titre d'exemple */
}