body {
background: url(fond.jpg) no-repeat;
background-size: 1920px 1800px;
}

/*titre*/
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.Texte {
color:black;
text-align:center;
font-size:20px;
font-family:trebuchet ms;
padding:15px;

}

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;
}

/*tableau*/
table {
  margin-top: 40px;
  font-family: arial, sans-serif;
  font-size: 30px;
  border-collapse: collapse;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  opacity: 0.6;
}

td, th {
  border: 2px solid black;
  text-align: center;
  font-style:normal;
  padding: 20px;
  width:25%;
}

tr {
  background-color: white;
}

/*titre tableau*/
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;
}

/*copyright*/
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: 13%;
}