#branding h1 {
    color: #ccc;
}

#header {
    height: 6em;
}

#header a:link, #header a:visited, #header a:hover {
    text-decoration: none;
    color: #888;
}

#content {
    margin-left: 10px;
    margin-top: 10px;
}

#changelist-filter ul {
    padding-left: 0;
    margin-left: 10px;
    max-height: 200px;
    overflow: auto;
}

#grp-navigation {
    background-color: #fff !important;
    color: #000 !important;
    background-image: none !important;
}

ul.navbar {
    position: absolute;
    top: 1em;
    left: 1em;
}

ul.navbar a {
    color: #444 !important;
}

h1#grp-admin-title {
    position: absolute !important;
    top: .3em;
    left: 16em;
    font-size: 130% !important;
    font-weight: bold;
    color: #444;
}
label.required::before {
    content: "(exigé) ";
    color: #e88;
}
