/* {box-sizing: border-box}

/* Parametre la taille du document à 100% */
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
}

/* Style tab links */
.tablink {
  background-color: #b44acf;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink:hover {
  background-color: #99e61b;
}

/* Style de tab content (taille:100% pour toute la page content) */
.tabcontent {
  color: black;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

#Accueil {background-color: white;}
#Nature {background-color: white;}
#Nous {background-color: white;}
#Contact {background-color: white;}

ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li
{
	display: inline;
	float: right;
	border-right: 1 px solid #bbb;
}

li a {
	display: block;
	padding: 8px;
	background-color: #99e61b;
	text-decoration: #2653ad;
}

p {
	text-align: justify;
}

span, intro
{
	color: blue;
	font-weight: bold;
}

.div1
{
	float: left;
	padding: 10px;
	border: 3px solid #73AD21;
}

.div2
{
	padding: 10px;
	border: 3px solid red;
	clear: left;
}
