@font-face {
    font-family: '20_dbregular';
    src: url('20db_regular_macroman/20db-webfont.eot');
    src: url('20db_regular_macroman/20db-webfont.eot?#iefix') format('embedded-opentype'),
         url('20db_regular_macroman/20db-webfont.woff') format('woff'),
         url('20db_regular_macroman/20db-webfont.ttf') format('truetype'),
         url('20db_regular_macroman/20db-webfont.svg#20_dbregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
/* police + image de fond */
body
{
     
    font-family: '20_dbregular', Arial, serif;
    background-image: url("images/fond_de_page.jpg");
}
/* Position de la photo */
p img
{
    display: block;
    position:absolute;
    height: 15%;
    right:50px;
    top: 10px;
 
}
/* header (titre + petit descriptif) */
header
{
    text-align: center;
}
 
#conteneur
{
    display:flex; /*rendre les block flex */
    flex-wrap: wrap;
    justify-content: space-around;
    margin-left: 10%;

}
ul
{
    font-size: 14px;
}
section
{
    width:100%;
 
}

#liseret
{
    position: absolute;
    display: inline-block;
    vertical-align: top;
    left: 0px;
    top:0px;
    background-color: black;
    border-radius: 5px;
    width: 10%;
    height : 750px;
}

.element{
    width: 33%;
    line-height: 2rem;
}