@charset "utf-8";
/* CSS Document */
body
{
    font-family: Verdana,Geneva,Kalimati,sans-serif;
    color: #181818;
}
#bloc_page
{
    width: 900px;
    margin: auto;
}
Section h1, footer h1, nav a
{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
/* Header */
header
{
    background: url ('images/logo-png.png') repeat-x bottom;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#titre_principal
{
    display: flex;
    flex-direction: column;
}
#logo
{
    width: 59px;
    height: 60px;
}
header h1
{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 2.5em;
    font-weight: normal;
    margin: 0 0 0 10px;
}
header h2
{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}
/* Navigation */
nav ul
{
    list-style-type: none;
    display: flex;
    border: 1px solid #0e0101;
    border-radius: 5px;
}
nav li
{
    margin-right: 20px;
}
nav a
{
    font-size: 1.3em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}
nav a:hover
{
    position: left;
    color: #760001;
    border-bottom: 5px solid #760001;
}
/* Bannière */
#banniere_image
{
    margin-top: 25px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 40px;
}
#banniere_description
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 3px;
    height: 3px;
    padding-top: 15px;
    padding-left: 4px;
    background-color: rgba(24,24,24,0,8);
    color: rgb(83, 79, 79);
    font-size: 0.8em;
}
.bouton_rouge
{
    height: 5px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: url('images/fond_degraderouge.jpg') repeat-x;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: black;
    text-decoration: none;
}
.bouton_rouge img
{
    border: 0;
}
/* Corps */
section
{
    display: flex;
    margin-bottom: 20px;
}
article, aside
{
    text-align: justify;
}
article
{
    margin-right: 10px;
    flex: 2;
}
.ico_categorie
{
    vertical-align: middle;
    margin-right: 8px;
}
Article p
{
    font-size: 0.8em;
}
aside
{
    flex: 1.2;
    position: relative;
    background-color: #494747;
    box-shadow: 0px 2px 3px #949292;
    border-radius: 3 px;
    padding: 3px;
    color: rgb(230, 212, 212);
    font-size: 0.9em;
}
#photo Alain
{
    text-align: right;
}
#photo Alain img
{
    border: 1px solid #e20909;
}
aside img
{
    margin-right: 5px;
}
/* Footer */
footer
{
    display: flex;
    padding-top: 30px;
}
Footer p, footer ul
{
    font-size: 0.8em;
}
Footer h1
{
    font-size: 1.1em;
}
#liste_site
{
    border: 2px solid #181818;
    margin-right: 2px;
}
#mes_photos
{
    border: 2px solid #181818;
    margin-right: 2px;
}
#tweet
{
    border: 2px solid #181818;
    margin-right: 2px;
}
#photo-alain {
    text-align: center;
}