#container {
    overflow:hidden;
    width:562px;
}

header .left {
    display:block;
}

header .top div {
    display:block;

}
#container > header .top {
    background:#312C47;
    height:240px;
}    

header .top div a  {
    padding-left:10px;
    width:100%;
}
header .top div a:hover {
    background:#534E69;        
}


nav {
    background:#312C47;
}

nav li {
    display:block;
}

nav li a {
    background:#312C47;
}

nav li a:hover {
    background:#534E69;     
}

nav > a:nth-of-type(1),nav > a:nth-of-type(2) {
    display:none;
}

section {
    overflow:hidden;
}

section #listeMorceaux {
    display:block;
    margin-left:0px;
    margin-top:420px;
}


section #listeMorceaux .div4 {
    display:block;
    margin-top:-24px;
    height: 355px;
}


section .btnApple {
    margin-left: 50px;
}

footer {
    text-align:left;
    padding-left:80px;
}

.menuV1 .menuCategory {
    width:249%;    
}