body {
	background-color: #177013;
}

body {
	color: #e88fec;
}

img {
	text-align: center;
}

h1 {
  font-size: 24px;
  text-align: center;
}

h4 {
	font-size: 20px;
	text-align: justify;
}

IMG.centre {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

h3 {
  font-size: 64px;
}

form {
	font-size: 20px;
	text-align: center;
}

button {
	font-size: 40px;
}

/* barre de navigation */

#menu {
	height : 100%;
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f1f1f1;
}

#menu li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

#menu li a.active {
  background-color: #04AA6D;
  color: white;
}

#menu li a:hover:not(.active) {
  background-color: #555;
  color: white;
}

/* pour quele contenu soit décaler de 200px, i.e se situer à droite de la barre de navigation */

#contenu {
	margin-left: 200px;
}
