/*
 *
 *
 *
 *      Fait par Daniel Zhu
 *
 *
 *
 */

html, body {
    margin: 0;
    padding: 0;

    overflow: hidden;
    background: #333333;
}

section#principal {
    width: 300px;
    margin: 150px auto 0;

    color: white;
}

section#principal ul li {
    font-size: 30px;
}

section#principal ul li a {
    font-weight: bold;
    color: white;
}

section#musiqueBox {
    display: none;
}

section.message {
    width: 150px;
    position: absolute;

    border: 2px solid #AAAAAA;
    border-radius: 5px;
    background: white;
    padding: 10px;
    opacity: 0.7;

    font-size: 13px;
    font-family: Arial;
}