body {
  background-color: lightgray;
}

h1 {
	color: black;
	text-align: center;
	font-size: 40px;
	}
h2 {
	text-align: center;
	font-size: 28px;
	}

#résumé {
	font-size: 27px;
}
#liste_accueil {
	color: black;
	font-size: 25px;
}

h5 {
	color: black;
	font-size: 19px;
}

table, th, td {
	border-collapse: collapse;
	text-align: center;
	border: 2px solid;
	font-size: 22px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#image_accueil {
	float: right;
	margin-left: auto;
	width: 40%;
	border-radius: 8px;
}


.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 22px;
}

.navbar a:hover {
  background: #ddd;
  color: black;
}

.main {
  padding: 16px;
  margin-top: 30px; 
}

/*style de Aramis*/

.paragraphes_aramis {
  text-align:center;
  font-size: 25px;
}

.tableau_prix {
	text-align:center;
	border: 2px solid;
	width: 30%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.images_aramis {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	width: 45%;
}

/* style de Zacharie*/

#Snarc {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  height: 300px;
  border-radius: 8px;
  float: left;
}

#google-home {
	width: 375px;
	height: 300px;
	border-radius: 8px;
}

#texte_0 {
	font-size: 22px;
	text-align: center;
}

#texte_1 {
	font-size: 19px;
}

.texte_2 {
	font-size: 22px;
	text-align: center;
}

#liste_zac {
	font-size: 19px;
}
	
	

