div.page {
	background-color: black;
	color: white;
	text-align: center;
  font-size: 20px;
}

.topmenu {
  text-align: left;
}

.items {
  text-align: left;
}

.red {
  color: red;
}

#fileget {
  display: none;
}


c-titre {
  font-size: 40px;
}


body {
  background-color: black;
}


a:link {
  color: purple;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: grey;
  background-color: transparent;
  text-decoration:none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}
