body {
    border-top: 5px solid #000;
}

a {
    color: #ff9934;
    font-weight: bold;
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding-left: 2em;
}

#logo {
    background: #fff;
}

#nav {
    background: #000;
    padding: 10px;
}

#nav ul li {
    float: left;
}

#nav ul li a {
    color: #fff;
    font-size: 120%;
    font-variant: small-caps;
    font-weight: bold;
    text-decoration: none;
    margin: 0 10px;
}

#sidebar ul {
    padding-left: 1em;
    list-style-type: disc;
}

#liste_formations ul li a {
    color: #777;
}

.box {
    background: #fffeee;
}
