﻿body
{
    background: #EEE;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
   
    font-family: 'Sintony', sans-serif;
}

#zonecentrale
{
    background: #EEE;
    width: 900px;
}


hr{
    clear: both;
    margin: auto;
    width: 900px;
}

#titre_principal
{
    
    height: 150px;
    width: 292px;
    float: left;
    padding-bottom: 6px;
    margin-bottom: 6px;
    margin-top: 6px;
    background-image: url(images/monlogo.png);
    background-repeat: no-repeat;
    margin: 6px;

}

#sous-titre 
    { 
        font-size: 25px;
        text-align: left;
        margin: 0px;
    }

#title
{
    font-family: 'Damion', cursive;
    font-size: 40px;
    margin-bottom: 0px;
    margin-left: 65px;
    margin-top: 20px;
}

nav
{
    float: right;
    width: 596px;
    text-align: right;
    height:150px;
    padding-bottom: 6px;
    margin-bottom: 6px;
    margin-top: 6px;
    
}

#banniere_image
{
   
    height: 200px;
    background-color:#E59;
    margin-bottom: 6px;
    margin-top: 6px;
    background-image: url(images/batiment.jpg);
    box-shadow: 4px 4px 10px black;
    border-radius: 5px;
    margin: 12px;
    
}

#banniere_description
{
  
    height: 33px;    
    background-color: rgba(24,24,24,0.8);
    color: white;
    position: relative;
    top: 167px;
    text-align: left;
     
}

#banniere_description p 
{   display: table-cell;
    height: 33px;
    vertical-align: middle;
 }

article
{ 
    height: 500px;
    float: left;
    width: 592px;
    height: 500px;
    margin-bottom: 6px;
    margin-top: 6px;
    margin: 6px;
    
}

article p
{   text-align: justify; 
    font-size: 12px; 
}

article h1 { text-align: left; }

aside
{
     
    height: 500px;
    position: relative;
    float: right;
    width: 292px;
    margin-bottom: 6px;
    margin-top: 6px;
    box-shadow: 4px 4px 10px black;
    border-radius: 5px;
    background-color: rgb(107,105,99);

}

aside p
{
    color: white;
    text-align: justify;
    margin: 15px;
    font-size: 12px;
    margin-bottom: 20px;
}

aside h1
{
    margin-left: 10px;
    margin-top: 0px;
    color: white;
    margin-bottom: 10px;
}

#illustration
{
    margin-right: auto;
    margin-left: auto;
    display: block;
}

#bulle
{
    top: 100px;
    left: -11px;
    position: relative;
}

.reseaux
{
    margin-right: 15px;
    margin-left: 15px;
    display: flex;
    justify-content: space-between;
}

footer
{
   background-color:#DDD;
   justify-content: space-between;
   display: flex;
   margin: 6px;

}

footer h1
{
    margin-left: 10px;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: left;
}

footer p
{
    font-size: 11px;
    margin-left: 10px;
}

#tweet
{  
    height:125px;
    float: left;
    width: 290px;
    margin-bottom: 6px;
    margin-top: 6px;
    overflow: auto;
    box-shadow: 4px 4px 10px black;
    border-radius: 5px;     
}

#mes_photos
{
    height:125px;
    float: left;
    width: 290px;
    margin-bottom: 6px;
    margin-top: 6px;
    box-shadow: 4px 4px 10px black;
    border-radius: 5px; 
}

#photos img { border: solid 1px black; }
#photos
{
    margin-left: 10px;
    margin-right: 10px;
    justify-content: space-between;
    display: flex;
}

#mes_liens
{
    height:125px;
    float: right;
    width: 292px;
    margin-bottom: 6px;
    margin-top: 6px;
    border-radius: 5px;
    box-shadow: 4px 4px 10px black;
}

#mes_liens li a 
{ 
        text-decoration: none;
        color: darkred;  
        text-align: left;
}

nav li a { color: black; text-decoration: none; }

nav li 
{   top: 90px;
    padding: 10px;
    position: relative;
    display: inline-block;
}

a:hover { border-bottom: 2px darkred solid; color: darkred; }