﻿body, html {
	margin: 0;
	padding: 0;
	height: 100%
	width: 100%;
	background-color: #eeeeee;
	font-family: 'Sintony', sans-serif;
}

#zonecentrale {
	margin-left: auto;
    margin-right: auto;
    background-color: #eeeeee;;
    width: 900px;
}

header {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}

hr {clear: both;}

#title_principal {
	height: 150px;
	background-color:#eeeeee;;
	width: 292px;
}

#logo {
	margin-top: 38px;
	float: left;
	font-family: 'Damion', sans-serif;
	font-size: 3em;
}

#name {
	padding-left: 20px;
	font-size: 1.6em;
}

nav {
	background-color: #eeeeee;;
	height:150px; 
	width: 596px;
}

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

nav li {
	display: inline-block;
	font-size: 1.5em;
	position: relative;
	top: 100px;
	left: 170px;
}

nav li a {
	padding-left: 10px;
	color: black;
	text-decoration: none;
}

section {
	justify-content: space-between;
	display: flex;
	flex-direction: row;	
}

#active {
	border-bottom: solid 3px #632525;
	color: #632525;
}

#ban_image {
	height: 200px;
	background-image: url(images/batiment.jpg);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 12px;
	border-radius: 5px;
}

#ban_description {
	height: 33px;
	background-color: rgba(24,24,24,0.8);
	color: white;
	border-radius: 0px 0px 5px 5px; 
}

article {
	height: 500px;
	background-color: #eeeeee;
	width: 596px;
	order: 1;
	text-align: justify;
}

aside {
	background-color: #6f6b64;
	color: white;
	border-radius: 5px;
	text-align: center;
	height: 500px;
	width: 292px;
	order: 2;
}

aside .bulle {
	position: relative;
	top: 100px;
	left: -150px;
}

aside p {
	text-align: justify;
	margin: 5px;
}

footer {
	background-color: #eeeeee;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

footer p {
	margin-left: 10px;
	position: relative;
	font-weight: bold;
}

#twitter {
	height:260px;
	width: 292px;
	background-color: #e0dcdc;
	box-shadow:  1px 0px 3px black;
	border-radius: 5px;
}

#pictures {
	background-color: #e0dcdc;
	box-shadow:  1px 0px 3px black;
	border-radius: 5px;
	height:260px;
	width: 292px;
}

#photo {text-align: center;}

#links {
	height:260px;
	width: 292px;
	background-color: #e0dcdc;
	box-shadow:  1px 0px 3px black;
	border-radius: 5px;
}

#links li {color: #632525;}