#container{
    position: absolute;
    height: 100%;
}

/*****MESSAGE A VENIR****/
#message{
    width: 1000px;
    margin: auto;
    margin-top: 75px;
    height: 500px;
    /*height: 100%;*/
    border-radius: 50px;
    background-color: floralwhite;
    box-shadow: 20px 20px 15px black;
    text-align: center;
    font-size: 20px;
    overflow: hidden;
    font-family: 'Aclonica';
}
#message #texte{
    display: inline-block;
    width: 500px;
    margin-top: 5px;
    margin-left: 55px;
    float: left;
}
#message #tree{
    display: inline-block;
    float: right;
    height:  99%;
    width: 40%;
    overflow: hidden;
    border-radius: 50px;
    padding-top: 7px;
}

img{
    display: inline-block;
    width: 141px;
    height: 262px;
    margin-top: 50px;
}