﻿

body
{
  background: #EEEEEE;
  font-family: 'Sintony', sans-serif;
  font-size: 13px;
}

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



header
{
    
}

hr{

}

#titre_principal
{
    width: 292px;
	/*height: 150px;*/
    height: 100px;
	/*background-color:#090;*/
    display: inline-block;
    position: absolute;
}

#logoJohnDoe{
    display: inline-block;
}

#nomLogo{
    display: inline-block;
    font-family: 'Damion';
    font-size: 40px;
}

#titreLogo{
    font-size: 20px;
}

nav
{
    display: inline-block;
    /*background-color:#5A5;*/
    width: 596px;
    /*height:150px;*/
    height: 100px;
    margin-left: 8px;
    position: relative;
    left: 296px;
    font-size: 16px;
}

nav ul{
    width: fit-content;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
}
nav ul li{
    display: inline-block;
}
nav ul li a{
    color: unset;
    text-decoration: none;
    display: block;
    width: 94px;
    text-align: center;
    padding-bottom: 6px;
    border-bottom: 2px solid #fff0;
}
nav ul li a:hover{
    color: #a33;
    border-bottom: 2px solid #a33;
}

.shadow{
    box-shadow: 2px 2px 6px black;
}

#banniere_image
{
    background: url(./images/batiment.jpg);
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
	background-color:#E59;
    margin-bottom: 12px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

#banniere_description
{
    font-size: 15px;
    height: 33px;
    width: 100%;
    background-color: rgba(24,24,24,0.8);
    color: white;
    bottom: 0;
    position: absolute;
    display: flex;
    align-items: center;
    padding: 5px;
}



section{
    position: relative;
}
section h1{
    font-size: 18px;
    margin: 10px 0;
}
section p{
    font-size: 16px;
    text-align: justify;
}


article
{
	display: inline-block;
    width: 596px;
	height: 500px;
	/*background-color:#33D;*/
}





aside
{
    display: inline-block;
    background-color: #706B64;
    width: 292px;
    height: 500px;
    position: absolute;
    right: 0;
    box-sizing: border-box; 
    padding: 0 10px;
    border-radius: 10px;
    color: white;
}

#img-as{
    margin: 0 65px;
}

#fleche-as{
    position: absolute;
    top: 100px;
    left: -12px;
}

#reseaux{
    display: flex;
    justify-content: space-evenly;
}






footer
{
   background-color:#EEEEEE;
    
}

footer h1{
    font-size: 18px;
}

footer div{
    background-color: #DDDDDD;
    border-radius: 10px;
}



#tweet
{
	/*background-color:#C22;*/
    width: 292px;
	height:125px;
	display: inline-block;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
}
#tweet p{
    position: absolute;
}

#mes_photos
{
	/*background-color:#A33;*/
    width: 292px;
	height:125px;
	display: inline-block;
	margin: 0 8px;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
}
#mes_photos img{
    width: 60px;
    border: 2px solid black;
}
#photos{
    position: absolute;
}

#mes_liens
{
	/*background-color:#F66;*/
    width: 292px;
	height:125px;
	display: inline-block;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
}
#mes_liens ul{
    position: absolute;
    margin: 0;
}
#mes_liens a{
    color: #a33;
    text-decoration: none;
}




