
html { 
  margin:0;
  padding:0;
  background: url("/images/les gorges de l ardeche 1.jpg") no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
  animation:animback 80s infinite;
}

 
@keyframes animback {
    20% {background:url('/images/les gorges de l ardeche 2.jpg') center center/cover no-repeat fixed; }
    30% {background:url('/images/les gorges de l ardeche 3.jpg') center center/cover no-repeat fixed; }
	40% {background:url('/images/les gorges de l ardeche 4.jpg') center center/cover no-repeat fixed; }
	50% {background:url('/images/les gorges de l ardeche 5.jpg') center center/cover no-repeat fixed; }
	60% {background:url('/images/les gorges de l ardeche 6.jpg') center center/cover no-repeat fixed; }
	70% {background:url('/images/les gorges de l ardeche 7.jpg') center center/cover no-repeat fixed; }
	80% {background:url('/images/les gorges de l ardeche 8.jpg') center center/cover no-repeat fixed; }

}


body {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	/*text-shadow: black 0.1em 0.1em 0.1em;*/
}
/**/


.text-contour{
	    text-shadow: -1px -1px 0 #B9B9C8,  /* Contour en noir */
                  1px -1px 0 #B9B9C8,
                 -1px 1px 0 #B9B9C8,
                  1px 1px 0 #B9B9C8;
	}



.left, .txtleft { text-align: left; }
.right, .txtright { text-align: 		right; }
.center, .txtcenter { text-align: 	center;	}
.justify, .txtjustify { text-align: 	justify; }

.ombre { box-shadow: 1px 1px 10px #000;}

/*pour le cadre de couleur blanc dans les pages...*/
.cadre{
	padding: 4px;
	border: 2px solid #FFF;
	border-radius: 5px;
	box-shadow: 1px 1px 10px #000;
	height: auto;
	background-color: rgba(255, 255, 255, .3);
}

.fond-gris{
	height: 20px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000;
	border-radius: 4px;
	text-shadow: black 0.0em 0.0em 0.0em;
	background-color: #EEE;
	color: #2A76CA;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 3px;
	}
	
.fond-blanc{
	background-color: #FFF;
	}	
	
.text-centre-resa{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom-style: dotted;
	border-bottom-color: #EEE;
	border-bottom-width: thin;
	height: 40px;
	}
.text-centre-resa-bis{
	margin-top: 6px;
	}
.lignebas{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.margintexte{
	margin-right: 20px;
	margin-left: 20px;
}
.textetitre {
	font-size: 20px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.textesoustitre {
	font-size: 14px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}











.conteneur {
	width:100%;
	padding: 5px;
	text-align:center; 
	}


.fondcouleur1 {
	padding: 5px;
	height: 70px;
	text-align: center;
	vertical-align: middle;
	width: 11%;
	display: inline-block;
	line-height: 25px;
}

.fondcouleur2 {
	padding:5px;
	background-color: #4595D2;
	height: 70px;
	text-align: center;
	vertical-align: middle;
	width: 16%;
	display:inline-block;
	line-height: 25px;
}


.fondbleu1 {
	padding:5px;
	background-color: #4595D2;
	height: 70px;
	text-align: center;
	width: 11%;
	display:inline-block;
	line-height: 25px;
}

.fondbleu2 {
	padding:5px;
	background-color: #80B6E4;
	height: 70px;
	text-align: center;
	width: 16%;
	display:inline-block;
	line-height: 70px;
}

.fondvert1 {
	padding:5px;
	background-color: #7DC929;
	height: 70px;
	text-align: center;
	width: 11%;
	display:inline-block;
	line-height: 70px;

}

.fondvert2 {
	padding:5px;
	background-color: #B8E686;
	height: 70px;
	/*text-align: center;*/
	width: 16%;
	display:inline-block;
	line-height: 25px;
}


 @media (min-width:768px){
.textG {
font-size: 40px;
  font-style: italic;
}	

.textM {
font-size: 20px;
  font-style: italic;
} 
	 
	 }
	 
	 
	 
 @media (max-width:768px){
.textG {
font-size: 20px;
font-style: italic;
font-weight: bold;
}	

.textM {
font-size: 15px;
font-style: italic;
font-weight: bold;
}	 
	 
	 }
 
 
 
.content-slider {
  width: 100%;
  height: 360px;
}

.slider {
  height: 320px;
  width: 100%;
  margin: 40px auto 0;
  overflow: visible;
  position: relative;
}

.mask {
  overflow: hidden;
  height: 320px;
}

.slider ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.slider li {
  width: 100%;
  height: 320px;
  position: absolute;
  top: -325px;
  list-style: none;
}

.slider .quote {
  font-size: 40px;
  font-style: italic;
}

.slider .source {
  font-size: 20px;
  text-align: right;
}

.slider li.anim1 {
  animation: cycle 15s linear infinite;
}

.slider li.anim2 {
  animation: cycle2 15s linear infinite;
}

.slider li.anim3 {
  animation: cycle3 15s linear infinite;
}

.slider li.anim4 {
  animation: cycle4 15s linear infinite;
}

.slider li.anim5 {
  animation: cycle5 15s linear infinite;
}

.slider li.anim6 {
  animation: cycle6 15s linear infinite;
}

.slider:hover li {
  /*animation-play-state: paused;*/
}

@keyframes cycle {
  0% {
    top: 0px;
  }
  8% {
    top: 0px;
  }
  16% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  20% {
    top: 0px;
    opacity: 0;
    z-index: 0;
  }
  21% {
    top: 0px;
    opacity: 0;
    z-index: -1;
  }
  50% {
    top: 0px;
    opacity: 0;
    z-index: -1;
  }
  92% {
    top: 0px;
    opacity: 0;
    z-index: 0;
  }
  96% {
    top: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

@keyframes cycle2 {
  0% {
    top: 0px;
    opacity: 0;
  }
  16% {
    top: 0px;
    opacity: 0;
  }
  20% {
    top: 0px;
    opacity: 1;
  }
  24% {
    top: 0px;
    opacity: 1;
  }
  36% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  40% {
    top: 0px;
    opacity: 0;
    z-index: 0;
  }
  41% {
    top: 0px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: 0px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle3 {
  0% {
    top: 0px;
    opacity: 0;
  }
  36% {
    top: 0px;
    opacity: 0;
  }
  40% {
    top: 0px;
    opacity: 1;
  }
  44% {
    top: 0px;
    opacity: 1;
  }
  56% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  60% {
    top: 0px;
    opacity: 0;
    z-index: 0;
  }
  61% {
    top: 0px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: 0px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle4 {
  0% {
    top: 0px;
    opacity: 0;
  }
  56% {
    top: 0px;
    opacity: 0;
  }
  60% {
    top: 0px;
    opacity: 1;
  }
  64% {
    top: 0px;
    opacity: 1;
  }
  76% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  80% {
    top: 0px;
    opacity: 0;
    z-index: 0;
  }
  81% {
    top: 0px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: 0px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle5 {
  0% {
    top: 0px;
    opacity: 0;
  }
  76% {
    top: 0px;
    opacity: 0;
  }
  80% {
    top: 0px;
    opacity: 1;
  }
  84% {
    top: 0px;
    opacity: 1;
  }
  96% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  80% {
    top: 0px;
    opacity: 0;
    z-index: 0;
  }
  81% {
    top: 0px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: 0px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle6 {
  0% {
    top: 0px;
    opacity: 0;
  }
  76% {
    top: 0px;
    opacity: 0;
  }
  80% {
    top: 0px;
    opacity: 1;
  }
  84% {
    top: 0px;
    opacity: 1;
  }
  96% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  100% {
    top: 0px;
    opacity: 0;
    z-index: 0;
  }
}