html, body {
    font-family: 'Segoe UI', Tahoma, Verdana, sans-serif, Helvetica, sans-serif;
}

header h1 {
    text-align: left;
    vertical-align: 100px;
    font-family: 'Fredericka the Great', cursive;
    font-weight: 100;
    margin: 0px;
    margin-left: 20px;
    font-size: 60px;
}

h2 {
    text-align: center;
}

.wrapper {
    width: 960px;
    margin: auto;
}

.banniere {
    position: relative;
    background-image: url(../img/banniere.jpg);
    background-repeat: no-repeat;
    height: 263px;
}

main{
    padding: 0 10px 0 10px;
}

.interligne{
    line-height: 2;
}

main figure {
    display: inline-block;
    width: 40%;
    text-align: center;
    text-indent: 0;
    border: none;
    margin: 0.5em;
    padding: 0.5em;
  }


.banniere nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.9;
    color: #fff;
    text-align: center;
}

nav ul li a,
nav ul li a:link,
nav ul li a:active,
nav ul li a:visited {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    padding: 0px 10px;
}

nav ul li a:hover {
    color: #F28749;
    font-weight: bold;
    background-color: white;
    margin: 0 10px;
}

nav ul li {
    display: inline-block;
    color: #fff;
    opacity: 0.6;
    text-decoration: none;
}

.centrer{
    text-align: center;
}

.centrermap{
    display: block;
    margin: auto;
}


thead{
    text-align: center;
}

table{
    border: 3px rgb(121, 121, 121);
    border-style: solid;
    margin: 10px;
    text-align: center;
    border-spacing: 10px;
    border-radius: 10px;
}

table td img{
    max-height: 100px;
    max-width: 100px;
}

tr{
    border: 3px #000000;
    border-style: solid;
   }

td{
    vertical-align: center;
    margin: 100px;
    border: 3px #000000;
    border-style: solid;
    padding: 20px; 
    text-align: left;
    border-radius: 10px;
}

.imgmontage{
    display: block;
    margin: auto;
    max-width: 350px;
}

footer{
    background-color: #F28A80;
    padding: 3px 0;
    text-align: center;
    margin: 0px 0px;
}

footer p{
    margin: 0px 0px;
}

footer a,
footer a:link,
footer a:active,
footer a:visited {
    display: inline-block;
    color: #000;
    text-decoration: none;
}