body
{
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.nav {
	background-color: #F5F5DC;
}

.nav li {
  display: inline;
}

.jumbotron {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('IMG_0300.JPG');
  height: 750px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 75%;
}

.jumbotron .container {
  position: relative;
  top: 320px;
  left: 50px;
}
/*
Placer le parametre top a 100 px
*/
.jumbotron h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: bold;
}

.jumbotron p {
  font-size: 20px;
  color: #ffffff;
}
