div.container{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

div.container div{
    display: inline-block;
}

div.container div.navigation{
    background-color: red;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 15%;
}

div.container div.navigation h1{
    text-align: center;
    font-size: 150%;
}

div.container div.navigation ul.menu{
    font-size: 30px;
}

div.container div.navigation div.login{
    position: absolute;
    top: 85%;
    left: 20%;
    font-size: 15px;
}

div.container div.navigation p.commercial{
    position: absolute;
    top: 95%;
    left: 25%;
    font-size: 15px;
}

div.container div.content{
    background-color: blue;
    position: absolute;
    top: 0;
    left: 15%;
    height: 100%;
    width: 85%;
    overflow: scroll;
}

div.comment {
    display: block;
    scoll-behavior: auto;
}

p.comment a.username {
    color: white;
    text-decoration: none;
    cursor: pointer
}

div.profil {
    width: 30%;
    height: 40%;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.profil li{
    list-style-type: none;
    font-size: 150%;
}

div.user_comment {
    width: 40%;
    max-height: 100%;
    overflow: scroll;
}

div.avatar {
    margin:0;
    padding: 0;
    width: 20%;
    height: 45%;
    vertical-align: top;
}

div.avatar img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

div.comment {
    width: 100%;
    display: inline-block;
}

div.comment img {
    display: inline-block;
    vertical-align: middle;
    max-width: 10%;
    height : auto;
    margin: 5px;
}

div.comment p {
    margin: 0;
    height: 40%;
    display: inline-block;
    vertical-align: middle;
}
