/*style.css*/
html {
  background-color: #151515;
}
body {
  font-family: monospace;
  max-width: 780px;
  background-color: #252525;
  align-items: center;
  justify-content: center;
  color: #eeeeee;
  margin-left:auto;
  margin-right:auto;
  padding: 1em;
  line-height: 1.6;
  font-size: 1.6em;
  font-weight: 350;
}

canvas {
  display: block;
}

div#emplacement-sketch {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

header {
  background-color: #111;
  text-align: center;
  padding: 0%;
  margin: 0%;
}

centre {
  text-align: center;
}

footer {
  background-color: black;
  margin: 10;
  padding: 0.4em;
  text-align: center;
  font-size: 0.7em;
  font-weight: 500;
}

p#entete {
  font-size: 0.9em;
  text-align: center;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0.5em;
}

p#signature {
  font-style: italic;
  text-align: right;  
}

a {
  color: #5dc5fc;
  text-decoration: none;
  font-weight:400;
}

h1 {
  font-size: 1.5em;
  font-weight:300;
}
h1#index {
  font-size: 1.7em;
  text-align: center;
}
h1#titreSite {
  font-size: 2em;
  text-align: center;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

h2 {
  font-size:1.3em;
  font-weight:300;
}

h3 {
  font-family: monospace;
  font-size: 1.1em;
  font-weight: 350;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding:0%;
  margin: 0%;
  font-size: 0.7em;
  font-weight:600;
}

nav ul li {
  margin-left: 1em;
  padding-left: 0.6em;
  padding-right: 0.6em;
}

nav ul li a {
  text-decoration: none;
}

li {
  margin-bottom: 1em;
}
