@font-face 
{
    font-family: 'droid_sansregular';
    src: url('polices/DroidSans-webfont.eot');
    src: url('polices/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/DroidSans-webfont.woff') format('woff'),
         url('polices/DroidSans-webfont.ttf') format('truetype'),
         url('polices/DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body
{
    background-image: url('images/fond.jpg');
}

h1, h2
{
    font-family: 'droid_sansregular', 'Arial', sans-serif;
}

h1, h1 + p
{
    text-align: center;
}

#photo
{
    float: right;
    box-shadow: 2px 2px 2px black;
    border: 1px solid black;

}

h2
{
    color: #6E4A46;
}

section
{
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 2%;
}

#liseret, #contenu
{
    display: inline-block;
    vertical-align: top;
}

#liseret
{   
    width: 10%;
    margin-right: 3%;
    height: 500px;
    background-image: url('images/lodyas.png');
    border-radius: 10px;
}

#contenu
{
    width: 85%;
}

#GitHub
{
    height: 64px;
    width: 100px;
}

#situation
{
    text-align: right;
}
#right
{
    text-align: right;
}

h4
{
    color: #FFF;
}
@media all and (max-width: 1024px)
{
    section
    {
        display: block;
        width: auto;
    }

    #liseret
    {
        display: none;
    }

    #contenu
    {
        width: auto;
    }

}