/* CSS Document  pour ecrans largeur minimum de 800px */
html ,*{font-size: 100%;margin:0; padding:0;  }
body{ font:1em  font-family: Verdana, Arial, sans-serif; color:#000000; text-align:center;    height:100%;  margin:auto;}
/* diaporama * fonctionne si liste1 est après, mais la liste n'est plus active */
.d1 {width : 4000px; height:268px; background-color: #EDEDED; background: url(images/provence-diapo2.jpg); background-size:contain; animation: defilement1 45s linear infinite;}
.conteneur1{overflow:hidden; max-width:400px; height:250px; margin:0px auto; box-shadow: 0px 0px 0px 0px #777;}
@keyframes defilement1  { 0%{transform: translate(0,0); }  100% {transform: translate(-3600px,0);}
/* fin diaporama */

 
 
 

