#partie1
{
    width: 20%;
    background-color: black;
    color: white;
}
#partie2
{
    background-color: gray;
    width: 75%;
    padding-left: 3%;
    padding-top: 50px;
}
body
{
    display: inline-flex;
    width: 100%;
}
#imageprofile
{
    width: 60%;
    margin-left: 20%;
    border: 1px solid black;
    border-radius: 50%;

}
h3
{
    text-decoration: underline;
    text-transform: uppercase;
    color: blue;
}
p
{
    font-size: x-large;
}
li
{
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
}