body {
  border-style: none;
  margin: 3%;
  font-family: Verdana,Arial;
  color: black;
  background-color: white;
  text-align: center;
}

.titre1 {
  border: none;
  padding: 10px;
  font-family: Bradley Hand ITC,Verdana,Arial;
  font-size: 50px;
  font-weight: bold;
  color: #556B2F;
  background-color: white;
  margin-top: 3%;
  margin-bottom: 7%;
  margin-right: auto;
  margin-left: auto;
  width: 650px;
  }

.photo {
  border: none;
  border: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-top:7%;
  width: 314px;
  color : white;
  text-decoration: none;
}

a.panneau {
	border: none;
	border: 0px;
	color : white;
	text-decoration: none;
	}
	
a.panneau:link {
	border: none;
	border: 0px;
	color : white;
	text-decoration: none;
	}
	
a.panneau:hover {
	border: none;
	border: 0px;
	color : white;
	text-decoration: none;
	}

a.panneau:visited {
	border: none;
	border: 0px;
	color : white;
	text-decoration: none;
	}

.menu1 {
  font-family: Arial,Verdana;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  width:700px;
}

ul
{
list-style-type:none;
}

li
{
  display:inline;
}

a.bouton2:link {
  height: 30px;
  text-decoration: none;
  color: white;
  text-align: center;
  font-weight: bold;
  background-color: #6B8E23;
}

a.bouton2:visited {
  height: 30px;
  text-decoration: none;
  color: white;
  text-align: center;
  font-weight: bold;
  background-color: #6B8E23;
}

a.bouton2:hover {
  height: 30px;
  text-decoration: none;
  color: white;
  text-align: center;
  font-weight: bold;
  background-color: #556B2F;
}

.bouton2 {
  padding-left:15px;
  padding-right:15px;
  border-style:none;
  border-color: #556B2F;
  text-align: center;
  text-decoration: none;
  padding-top:3px;
  padding-bottom:3px;
}

.compteur {
  border: none;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5%;
  padding: 5px;
  font-size: 20px;
  font-family: Verdana,Arial;
  width: 600px;
  background-color: white;
  color: #556B2F;
}