body
{
    background: url('https://nsm09.casimages.com/img/2020/11/19//20111905020925726517134395.jpg');
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
}

#bloc_page
{
    width: 900px;
    margin: auto;
}

section h1, footer h1, nav a
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
}  

header
{
    background: url('https://nsm09.casimages.com/img/2020/11/19//20111905023025726517134398.png') repeat-x bottom;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#titre_principal
{
    display: flex;
    flex-direction: column;
}

#logo
{
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

#logo img
{
    width: 59px;
    height: 60px;
}

header h1
{
    font-family: "Ballparkweiner", "serif";
    font-size: 2.5em;
    font-weight: normal;
    margin-right: 10px;
}

header a
{
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}

header a:hover
{
    color: #760001;
}

header h2
{
    font-family: "Dayron", "serif";
    font-size: 1.7em;
    margin-top: 0px;
    font-weight: normal;
}

nav ul
{
    list-style-type: none;
    display: flex;
}

nav li
{
    margin-right: 15px;
}

nav a
{
    font-size: 1.3em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}

section
{
    display: flex;
    margin-bottom: 20px;
}

article, aside
{
    text-align: left;
}

article
{
    margin-right: 20px;
    flex: 3;
}

.categorie_ico
{
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

article ul
{
    font-size: 1.1em;
}

article h2
{
    font-size : 1.3em;
}

article a
{
    font-size : 1.1em;
    color: #181818;
    text-decoration: none;
}

article a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}

aside
{
    flex: 1.2;
    position: relative;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    margin-top: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
}

aside ul
{
    font-size: 1em;
    list-style-type: circle;
}

aside img
{
    margin-right: 5px;
}

footer
{
    display: flex;
    justify-content: left;
    background:  url('https://nsm09.casimages.com/img/2020/11/19//20111905023025726517134398.png') repeat-x top;
    padding-top: 25px;
}

footer p, footer ul
{
    font-size: 0.8em;
}

footer h1
{
    font-size: 1.1em;
}