* {
	font-family: 'Roboto', sans-serif;
}

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: #dadada;
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  padding-top: 8rem;
}

#navigation {
	list-style-type: none;
    margin: 0;
    padding: 0;
	margin-left: 60px;
	margin-top: 12px;
}

#navigation li, #navigation {
	display: inline-block;
}

nav a {
	padding: 15px;
	font-size : 15px;
	color: #fff;
}

nav a:hover {
	/*background-color: #007c9b;*/
}

a {
	text-decoration: none;
}

nav {
	position: absolute;
	background-color: #944774;
	top: 0px;
	right: 0px;
	left: 0px;
	padding: 15px;
	text-align: left;
	height: 77px;
}

#logo {
	background-color:#2f2f2f;
	position: absolute;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	top: 0px;
	left: 0px;
	height: 77px;
}

#logo img {
	width: 40px;
}

#navigation span {
  background:linear-gradient(to top, #2f2f2f,#2f2f2f) no-repeat bottom left;
  background-size:0px 2px;
  padding-bottom: 10px;
  transition:0.2s
}
#navigation li span{
  background-position:bottom center;
}
#navigation a:hover span {
  background-size:100% 2px
}

#accueil {
	background-color: #fff;
	width: 840px;
	margin: auto;
	padding: 25px;
}

#accueil h1 {
	font-family: 'Roboto Mono', monospace;
	font-size: 45px;
	text-align: center;
}

#accueil h3, #center {
	text-align: center;
}

footer {
    position: absolute;
    bottom: 0px;
	background-color: #fff;
	color: #fff;
	right: 0px;
	left : 0px;
	padding: 20px;
	border-top: 2px solid #c6c6c6;
}

#news section {
	padding: 10px;
	font-size: 18px;
}

#news h2 {
	font-family: 'Roboto Mono', monospace;
	font-size: 2.5rem;
}

#imgOuverture {
	width: 300px;
	display: block;
	margin: auto;
}