@charset "UTF-8";
/* CSS Document */



/* DIAPO ------------------------------------- */
.diaporama{ position:absolute; position:fixed; top:0; left:0; padding:0; width:100%; height:100%; }
.diaporama li{
list-style-type:none; overflow:hidden; position:absolute; width:100% ; height:100%; left:0px; }
#img_slide{
background-image:url(../img/fond_01.jpg); /* image de départ */
background-attachment: fixed;  
background-repeat: no-repeat;
background-size: cover;
-moz-background-size: cover;
width:100% ;
height:100%; }
ul{ margin:0; padding:0; left:0;}
/* DIAPO ------------------------------------- */

