		

/* Video */
.tutube {

                    allowfullscreen:0;
                    width:427px;
                    height:240px;
                    frameborder:0;
}

/* Image */

    .image.centre {
     
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0 0 1.5em 0;
      margin-left: auto;
    margin-right: auto;
    }

    .image.tiers {
      width: 33%; /* tiers de l'ecran*/

     }

    .image.pleine {
      width: 100%;
    }

    .image:hover {
      opacity: 0.9;
    }
        .image img {
      display: block;
      width: 100%;
      vertical-align: middle;
    }



      .image.rikiki {
         margin: 0 1.5em 1.5em 0;
         position: relative;
         top: 0.5em;
width:75px;
vertical-align:middle;
   margin-left: auto;
    margin-right: auto }


      }

      .image.progr {
width:321px;
height:215px;        
display: block;
         margin: 0 0 2em 0;
      }



      .image.gal {
display:block;
image-orientation: from-image;      
/*width:321px;
height:215px;*/
object-fit: contain;
max-width:100%;
max-height: 100%;
height:auto;
margin: 0 0 2em 0;


      }

.gal:hover {
  transform: scale(1.5);
}
      .image.gross {
width:642px;
/*height:430px; */       
display: block;
      margin-left: auto;
         margin-right: auto 
  object-fit: contain;
      }	

#header table
    {
        text-align:center;
      }
#header table a {
         color: #6d6d6d;;
    font-weight: 400; 
}



/* Banner */

  #banner {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px -10px 0px 0px #e5e5e5, inset 0px 8px 0px 0px #fff, inset 0px 10px 0px 0px #e5e5e5;
 
    text-transform: uppercase;
    background: url("../../images/banner.jpg");
    background-size: cover;
      padding: 3em 0 3em 0;
  }

    #banner p {
      font-weight: 400;
      text-align: center;
      font-size: 2em;
          line-height: 1.5em;
          letter-spacing: 4px;
    }

    #banner strong {
      color: inherit;
    }

    #banner:before, #banner:after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          width: 35px;
          height: 141px;
          margin-top: -70px;
          background: url("images/bracket.svg");
          opacity: 0.15;
           }

                  #banner:before {
          left: 0;
        }

        #banner:after {
          -moz-transform: scaleX(-1);
          -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
          transform: scaleX(-1);
          right: 0;
        }



 .separateur {
display: block;
max-width: 100%;
height: auto;
margin: 2em 0 0 0;
padding: 2em 0 0 0;


}       

#bandeau {
  text-align:center;
}

cite {
	font-style: italic;
}


#barrevert
{
  display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-align-items: -moz-flex-end;
    -webkit-align-items: -webkit-flex-end;
    -ms-align-items: -ms-flex-end;
    align-items: flex-end;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;

    height:100%;
    background-position: top left;
    background-size:contain;
    background-color: #ffffff;
    background-image: url('../../images/site/gilets-verticaux.png');
  background-repeat: repeat-y;
    z-index: 1000;
    position: fixed;
    margin-left:28%;
    width: 30px;

   
   }

   #header .orange
   {
    background-color: #ffa500;
   }

   #header td  {
    color: #6d6d6d;
    font-weight: 400;
  }
