
/* barre de navigation */

/* Fichier CSS du Fichier HTML "La Suisse" */

#menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

#menu li {
  float: left;
}

#menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#menu li a:hover:not(.active) {
  background-color: #111;
}

#menu .active {
  background-color: rgb(255, 0, 0);
}

img{
	width=500px;
	height= 300px;
}

p.solid {
	border-style: solid:div
}

#title{
	text-align: center;
	font-family: "lucida handwriting", cursive;
	text-decoration: underline;
}


h2{
	font-family: "lucida handwriting", cursive;
	text-align: center;
	text-decoration: underline;
}

#center{
	text-align: center;
}

