#menu {
  display: grid;
  -webkit-grid-auto-flow: column;
  grid-auto-flow: column;
  background-color: #00cccc;
}

#barre {
 	width: 100%;
  height: 100px;
  background: linear-gradient(#00cccc, #00cccc);
  border-radius: 0px 0px 4px 4px;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2),
    				0px 1px 0px 1px rgba(255, 255, 255, 0.5)inset,
    				0px -3px 0px 1px rgba(0, 0, 0, 0.1)inset;
}
#menu {
  font-family: "Trebuchet MS";
  margin-right: auto;
  margin-left: auto;
	display: table;
  padding: 0;
  margin-top: 0;
}
#menu li{
 	display: table-cell; 
  width: 300px;
  transition: 1s;
}
#menu li:hover{
  width: 300px;
  transition: 1s;
}
#menu a{
  color: black;
  font-size:x-large;
  text-decoration: none;
  display: block;
  line-height: 100px;
  text-align: center;
  text-shadow:0 1px 0 rgba(0,0,0,0.2);
  transition: text-shadow, color 0.5s;
}
#menu a:hover{
  color: yellow;
  transition: text-shadow, color 0.5s;
  border-bottom: 4px solid rgba(255,255,255,0.8);
}

#logo {
  opacity:0.2;
  text-align: center;
}

#TexteRobot {
  font-family: "Trebuchet MS";
  text-align:center;
  font-size:xx-large;
  Position: relative;
  left: 45%;
  
  
  width:200px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 3px solid black;
  text_align: center;
  color: yellow;
  background: #00BFFF;
  border-radius: 10px;
}

#TexteReferences {
  font-family: "Trebuchet MS";
  text-align:center;
  font-size:xx-large;
  Position: absolute;
  top: 30%;
  left: 5%;
  
  width:500px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 3px solid black;
  text_align: center;
  color: yellow;
  background: #00BFFF;
  border-radius: 10px;
}

#domaines {
  font-family: "Trebuchet MS";
  text-align:center;
  font-size:x-large;
  Position: absolute;
  top: 40%;
  left: 5%;
  
  width:500px;
  color: black;
  text-shadow: -1px 0 yellow, 0 1px yellow, 1px 0 yellow, 0 -1px yellow;
}
#TexteApplications {
  font-family: "Trebuchet MS";
  text-align:center;
  font-size:xx-large;
  Position: absolute;
  top: 30%;
  left: 65%;
  
  width:500px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 3px solid black;
  text_align: center;
  color: yellow;
  background: #00BFFF;
  border-radius: 10px;
}

#applications {
  font-family: "Trebuchet MS";
  text-align:center;
  font-size:x-large;
  Position: absolute;
  top: 40%;
  left: 65%;
  
  width:500px;
  color: black;
  text-shadow: -1px 0 yellow, 0 1px yellow, 1px 0 yellow, 0 -1px yellow;
}
#TexteInformatique {
  font-family: "Trebuchet MS";
  text-align:center;
  font-size:xx-large;
  Position: absolute;
  top: 70%;
  left: 35%;
  
  width:500px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 3px solid black;
  text_align: center;
  color: yellow;
  background: #00BFFF;
  border-radius: 10px;
}

#informatique {
  font-family: "Trebuchet MS";
  text-align:center;
  font-size:x-large;
  Position: absolute;
  top: 80%;
  left: 35%;
  
  width:500px;
  color: black;
  text-shadow: -1px 0 yellow, 0 1px yellow, 1px 0 yellow, 0 -1px yellow;
}

#imgODP {
    position: absolute;
  top: 45%;
  left: 42%;
  opacity:0.4;
}
#barreinfos {
 	width: 100%;
  height: 50px;
  background: linear-gradient(#00cccc, #00cccc);
  border-radius: 0px 0px 4px 4px;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2),
    				0px 1px 0px 1px rgba(255, 255, 255, 0.5)inset,
    				0px -3px 0px 1px rgba(0, 0, 0, 0.1)inset;
  position: absolute;
  bottom: 5px;
  font-family: "Trebuchet MS";
  color:grey;
  text-align: center;
}