@charset "utf-8";
/* CSS Document */

html * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


header {
	background-color: #000;
	width: 100%;
	height: 7em;
	top: 0;
	padding: 1.5em;
	position: fixed;
}

section {
	padding: 2em 2em 0em 2em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}

footer {
	background-color: #333;
	width: 100%;
	height: 3em;
	bottom: 0;
	padding: 1em;
	position: fixed;
}

h1 {
	color: #888;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: .85em;
	padding-bottom: 0em;
	position: fixed
}

p {
	padding: 0.7em
}

.titre_page {
	padding: 8em 2em 0em 2em;
}

.site-nav {
	float: right;
	padding: 1em 4em;
	display: block 
}

.site-nav ul li {
	text-color: #777;
	font-size: 1.1em;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 0;
	margin-left: 1.0em;
}

.site-nav a {
	color: white;
	text-decoration: none;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	display: inline-block;
	background-color: #000
}

.footer {
	color: #888888;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}

 .class_img {
	padding: 2em
}
