/*Ceci est la page CSS qui style notre page web*/

body {
	background-color: black;
}

/*Ceci style les textes*/
p {
	font-weight: bold;
	color: gainsboro;
	font-size: 20px;
	font-family: Garamond;
}

/*Ceci style les titres*/
h1 {
	text-align: center;
	color:mediumslateblue;
}

h2 {
	color: mediumslateblue;
}

/*Ceci style les listes*/
li {
	font-weight: bold;
	color: gainsboro;
	font-size: 20px;
	font-family: Garamond;
}

/*Ceci style les écrits des tableaux*/
th{
	font-weight: bold;
	color: mediumslateblue;
	font-size: 30px;
	font-family: Garamond;
}

td{
	font-weight: bold;
	color: gainsboro;
	font-size: 25px;
	font-family: Garamond;
}
	
/*Ceci style la barre de navigation*/
#navigation {
  list-style-type: none;
  margin: 0;
  padding: 20px;
  overflow: hidden;
  background-color: #333;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  float: center;
}

#navigation a {
  color: gainsboro;
  text-align: center;
  font-size: 20px;
  padding: 25px 23px;
  text-decoration: none;
  border-right: 1px solid #bbb;
}

#navigation a:hover {
  background-color: mediumslateblue;
}

.active {
  background-color: mediumslateblue;
}

/*Ceci style les images*/
#garry {
	height: 300px;
	width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#lee {
	height: 300px;
	width: 460px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#robot_transport{
	height: 460px;
	width: 350px;
	display: block;
}
	
#banniere_ia{
	display: block;
	height: 200px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
		
#robot_soignant{
	height: 350px;
	width: 600px;
	display: block;
	float: center;
}

#elon{
	height: 400px;
	width: 700px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#dominance{
	height: 460px;
	width: 650px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	