body {
background: url(fond.jpg) no-repeat;
background-size: 1920px 3600px;
}

h1 {
  border-bottom: 5px solid;
  border-color: black;
  background-color:white;
  color: black;
  text-align: center;
  font-family:MV Boli;
  font-size: 52px;
  font-style:normal;
  margin-left:5%;
  margin-right:5%;
  margin-top:3%;
  background: rgba(255, 255, 255, 0.5);
}

p {
  border: 2px solid;
  border-radius: 2px;
  border-color: #444444;
  color: black;
  font-family:trebuchet ms;
  font-size: 20px;
  text-align: center;
  font-weight:bold;
  margin-left:200px;
  margin-right:200px;
  margin-top:25px;
}

div.h1:hover {
border: 2px solid black;
border-bottom: 2px solid black;
opacity:0.8;
}

div.Texte {
color:black;
background: rgba(255, 255, 255, .3);
margin-top: 50px;
margin-left: 5%;
margin-right: 5%;
text-align:justify;
font-size:25px;
font-family:trebuchet ms;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 8%;
padding-right: 8%;
}

div.titresTexte {
text-align:center;
font-size:25px;
font-weight: bold;
text-decoration: underline;
}

div.imagelien {
border: 1px solid #444444;
margin-left: 210px;
margin-bottom:25px;
float: left;
width: 350px;
text-align: center;
}

div.imagelien img {
height: auto;
width: 100%;
border-bottom: 1px solid #444444;
}

div.imagelien:hover {
border: 2px solid black;
border-bottom: 2px solid black;
opacity:0.8;
}

div.lien {
padding: 5px;
color:black;
font-family:trebuchet ms;
text-align: center;
font-size:20px;
}

div.pic {
margin-top:60px;
}

div.pic img {
border-bottom: 1px solid #444444;
margin-left: 5%;
margin-right: 5%;
width:90%;
height:auto;
border: 2px solid #444444;
border-radius: 5px;
}

h2{
color:black;
background: rgba(255, 255, 255, .2);
border-bottom: 2px solid;
border-color: black;
margin-top: 60px;
margin-left: 5%;
margin-right: 5%;
text-align:center;
font-style:normal;
font-size:30px;
font-family:trebuchet ms;
padding:15px;
}

div.txt {
color:black;
text-align:center;
font-size:18px;
font-family:calibri;
padding:10px;
border-top: 1px solid;
border-color: black;
margin-left: 5%;
margin-right: 5%;
margin-top: 1%;
}