/* Définition des polices personnalisées */

/* Elements principaux de la page */

body
{
	background-color: rgb(238,237,206);
	font-family: 'Trebuchet MS', Arial, sans-serif;
	color: #181818;
}

#bloc-page
{
	width: 900px;
	margin: auto;
}

section h1, footer h1, nav
{
	font-family: Dayrom, serif;
	font-weight: normal;
	text-transform: uppercase;
}

/* header */

header
{
	/*background: url('separateur.png')  repeat-x bottom;*/
	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: baseline;
}

#logo img
{
	width: 53px;
	height: 80px;
}

header h1
{
	font-family: 'BallparkWeiner', serif;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0 0 0 10px;
}

header h2
{
	font-family: Dayrom, serif;
	font-size: : 1.1em;
	margin-top: 0px;
	font-weight: normal;
}

/* Navigation */

nav ul
{
	list-style-type: none;
	display: flex;
}

nav li
{
	margin-right: 15px;
}

nav a
{
	font-size: 1.3em;
	color: #181818;
	padding-bottom: 3px;
	text-decoration: none;
}

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

/*banniere*/
#banniere_image
{
	margin-top: 15px;
	height:300px;
	border-radius: 5px;
	background: url('GSN 441 de Vaulx.jpg');
	position: relative;
	box-shadow: 0px 4px 4px #1cla19;
	margin-bottom: 25px;
}
#banniere_description
{
	position: absolute;
	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;
}



/*corps*/

section
{
	
	margin-bottom: 20px;
}

article, aside
{
	text-align: justify;
}

article
{
	margin-right: 20px;
	margin-left: 20px
}

.

article p
{
	font-size: 1em;
}

/* footer*/


footer
{
	border-top: solid 1px;
	font-family: Verdana ;
	margin-left: 20px;
}

#version
{
	color: red;
}