BODY {background: #404040;
}
	 
.grid-container {
  display: grid;
  grid-template-columns: 700px;
  grid-template-rows: 558px auto;
  justify-content: center;
  text-align: left;
}

.grid-container > div {
  text-align: left;
}

.item1{
   grid-row: 1;
	  background-image: url("Images/Visite.jpg");
	  width: 700px;
	  height:508px;
	  background-attachment: absolute;
	  background-repeat: no-repeat;
	  background-position: 0px 50px;
	  /*background-position: 50px 50px;*/
}

.item2{
   grid-row: 2;
}

		 
.titre3 {Font-family: "Times New Roman",times,garamond;
         COLOR: Black;
         font-size: 52px;
		 font-style: italic;
         font-weight: bold;
         text-align: left;
         line-height: 67px;
         letter-spacing: 3px;
		 margin-top: 44px;
		 margin-left: 16px;	 
         position: absolute;
		 }
		 
.titre4 {Font-family: Arial,"Times New Roman",times,garamond;
         COLOR: Black;
         font-size: 32px;
		 font-style: italic;
         font-weight: bold;
         text-align: left;
         line-height: 42px;
         letter-spacing: 3px;
		 margin-top: 350px;
		 margin-left: 16px;		 
         position: absolute;
		 }
		 
		 
.titre4b {Font-family: Arial,"Times New Roman",times,garamond;
         COLOR: Black;
         font-size: 32px;
		 font-style: italic;
         font-weight: bold;
         text-align: left;
         line-height: 35px;
         letter-spacing: 3px;
		 margin-top: 462px;
		 margin-left: 16px;	 
         position: absolute;
		 }

		 
ul {
    list-style-type: none;
    margin: 0	;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    position: fixed;
    bottom: 0;
    width: 700px;
}
		 

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	Font-family: "Times New Roman",times,garamond;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: 2px
}

li a:hover:not(.active) {
    background-color: #111;
}

.active {
    background-color: #4CAF50;
}	
		
		 
A:link {COLOR: black; }
A:visited {COLOR: white; }
A:active { color: red; }
A:hover { color: green; }
