﻿/* Définition des polices personnalisées */

@font-face
{
    font-family: 'BallparkWeiner';
    src: url('polices/ballpark.eot');
    src: url('polices/ballpark.eot?#iefix') format('embedded-opentype'),
         url('polices/ballpark.woff') format('woff'),
         url('polices/ballpark.ttf') format('truetype'),
         url('polices/ballpark.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Dayrom';
    src: url('polices/dayrom.eot');
    src: url('polices/dayrom.eot?#iefix') format('embedded-opentype'),
         url('polices/dayrom.woff') format('woff'),
         url('polices/dayrom.ttf') format('truetype'),
         url('polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'Alger00';   
    
    src: url('polices/alger00.ttf') format('truetype');     
    font-weight: normal;
    font-style: normal;
}
/* Eléments principaux de la page */

body
{
    background: url('images/fond_jaune.png');
    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 */

header
{
    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: middle;
}

#logo img
{
    width: 76px;
    height: 92px;
}

#logo1
{
    display: flex;
    flex-direction: row;
    align-items: middle;
}

header h1
{
    font-family: Alger00, serif;
    font-size: 3.5em;
    font-weight: normal;
    margin: 0 0 0 10px;
}

header h3
{
    font-family: Dayrom, serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}

header h2
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.0em;
    font-weight: normal;
    margin: 0 0 0 10px;
}

header h4
{
    font-family: 'BallparkWeiner', serif;
    font-size: 1.0em;
    font-weight: normal;
    margin: 0 0 0 10px;
}



/* Bannière */


#banniere_image
{
    margin-top: 15px;
    height: 656px;
    border-radius: 5px;
    background: url('images/alger000.jpg') no-repeat;
    position: relative;
    box-shadow: 0px 8px 14px #000000;
    margin-bottom: 20px;
}

#banniere_image1
{
    margin-top: 15px;
    height: 656px;
    border-radius: 5px;
    background: url('images/alger001.jpg') no-repeat;
    position: relative;
    box-shadow: 0px 8px 14px #000000;
    margin-bottom: 20px;
}
#banniere_image2{
    margin-top: 15px;
    height: 656px;
    border-radius: 5px;
    background: url('images/alger002.jpg') no-repeat;
    position: relative;
    box-shadow: 0px 8px 14px #000000;
    margin-bottom: 20px;
}

#banniere_image3{
    margin-top: 15px;
    height: 656px;
    border-radius: 5px;
    background: url('images/alger003.jpg') no-repeat;
    position: relative;
    box-shadow: 0px 8px 14px #000000;
    margin-bottom: 20px;
}

#banniere_image4{
    margin-top: 15px;
    height: 656px;
    border-radius: 5px;
    background: url('images/alger004.jpg') no-repeat;
    position: relative;
    box-shadow: 0px 8px 14px #000000;
    margin-bottom: 20px;
}

#banniere_image9
{
    margin-top: 15px;    
    border-radius: 5px;    
    position: relative;
    box-shadow: 0px 8px 14px #000000;
    margin-bottom: 12px;
}

#banniere_description
{
    position: relative;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 33px;
    padding-top: 15px;
    padding-left: 4px;
    background-color: rgba(24,24,24,0.8);
    color: white;
    font-size: 0.8em;
    
}

.bouton_liens
{
    height: 25px;
    position: relative;
    right: 5px;
    bottom: 5px;
    background: url('images/fond_degraderouge.png') repeat-x;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.0em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
}

.bouton_liens img
{
    border: 0;
}

.bouton_rouge
{
    height: 25px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: url('images/fond_degraderouge.png') repeat-x;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
}

.bouton_rouge img
{
    border: 0;
}

/* Corps */

section
{
    display: flex;
    margin-bottom: 20px;
}

article, aside
{
    text-align: justify;
}

article
{
    margin-right: 20px;
    flex: 3;
}

.ico_categorie
{
    vertical-align: middle;
    margin-right: 8px;
}

article p
{
    font-size: 0.8em;
}

aside
{
    flex: 1.2;
    position: relative;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
}

#fleche_bulle
{
    position: absolute;
    top: 100px;
    left: -12px;
}


aside img
{
    margin-right: 5px;
}

