.workarea { text-align: left; }

.boutons {
    float: left;
    width: 120px;
    text-align: center;
}

ul.draglist {
    overflow-y: auto;
    height: 240px;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}
/*
#footer {
    clear: both;
    padding-top: 1em;
    margin-left: 40%;
}

#footer a {
    color: white;
    background-color: black;
    font-weight: bold;
}

p {
    padding: 0;
    margin: 0;
}

li p {
    text-indent: 2em;
    font-size: smaller;
}

.quests {
    padding-bottom: 2em;
}

.quests ul {
    min-height: 0;
}
*/