div {
    font-family: Helvetica, sans-serif;
    font-size: 20px;
/*
    border: solid;
*/
	}
.bandeau {
    background-image: url("img/bandeau5.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	width:100%;
	height:100%;
    /*background-color:#bcd74d;*/
    /*background-color:#e7e7e7;*/
    /*background-color:#e6ff2e;*/
    border-bottom: 1px solid grey;
    color: #000000;
	}
.contenu {
    text-align:center;
    font-size: 1.5em;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	}
.pied_page {
	width:100%;
	height:100px;
	background-color:#999999;
	}
.lientitre {
    padding: 0;
    font-weight: bold;
    font-size: 3.5em;
    color: #000000;
    text-shadow: 4px 2px 5px grey, 2px 1px 5px green;
    }   
.slogan {
    text-align:left;
    font-size: 1.6em;
    font-weight: bold;
    }
.menu {
    text-align:right;
    font-size: 2em;
    }
.lienmenu {
    padding: 0;
    font-weight: bold;
    color: #000000;
}
.hidden {
    visibility: hidden;
}
a {
    text-decoration: none;
    color: #1abc9c;
}
.imgpay{
    width: 400px; 
    height: auto;
    margin: 30px;
    /*border: solid 1px;*/
}
.imgport{
    width: auto; 
    height: 400px;
    margin: 30px;
    /*border: solid 1px;*/
}
.imgzoom{
    with: 100%;
    height: auto;
}
.textcorps1 {
    font-size: 1.2em;
}
.textcorps0 {
    font-size: 1em;
    font-style: italic;
}
.titrecorps1 {
    font-size: 1.6em;
    font-weight: bold;
}
td {
    border: none;
}
.tableau {
    width: 100%;
    /*border: solid;*/
}
/*4 styles pour aligner des cellules de tableau et leur contenu
  Comportement + ou - aléatoire. A tester avant emploi*/
.tdgauche {
    text-align: left;
}
.tdfullgauche {
    text-align: left;

}
.tddroite {
    text-align: right;
    width: 100%;
}
.tdfulldroite {
    text-align: left;
    width: 100%;
}
/*/*/
.formulaire {
    font-size: 1.2em;
}
div {
    /*border: solid;*/
}

/************Pour la gallerie de photos************/
.conteneur-flex{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: -10px;
  padding: 10px;
  box-sizing: border-box;
}
.conteneur-flex > div{
  flex: 0 0 400px;
  height: 268px;
  padding: 0px 0px;
  margin: 10px;
  background-color: black;
  /*border: 2px solid RGB(120,40,160);*/
  box-sizing: border-box;
  text-align: center;
}

.img-gallerie {
	max-height: 266px;
    max-width: 400px;
    border: 1px solid;
}
.img-gallerie:hover{
    cursor: pointer;
}
.conteneur-flex > div:hover{
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.7);/* 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 100px;
  font-weight: bold;
}
.cursor{
    cursor: pointer;
}
/************fin gallerie******************/
