@keyframes panning {

    0% {
    background-position: 0% 0%;
  }
   46% {
    background-position: 100% 100%;
  }
   50% {
    background-position: 100% 0%;
  }
   96% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

a:link {
    color: #E9ECCF; 
    text-decoration: none;
    border: 0 none; 
    }

a:visited {
    color: #E9ECCF; 
    text-decoration: none;
    border: 0 none;
    } 

a:hover {
    color: #08fefb; 
    text-decoration: underline;
    border: 0 none;
    }
 
a:active {
    color: #08fefb; 
    text-decoration: underline;
    border: 0 none;
    }

.js-loading *,
.js-loading *:before,
.js-loading *:after {
  animation-play-state: paused !important;
   }

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('http://manormandie.snoupi.com/spinner_ani.gif') center no-repeat;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.test {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  background: transparent url('http://manormandie.snoupi.com/panorama-du-jardin_pan_bg.jpg') no-repeat;
  background-size: 468%;
  animation: panning 150s infinite cubic-bezier(0.10, 0, 0.90, 1);
  -webkit-animation: panning 150s infinite cubic-bezier(0.10, 0, 0.90, 1);
  -moz-animation: panning 150s infinite cubic-bezier(0.10, 0, 0.90, 1);
  -ms-animation: panning 150s infinite cubic-bezier(0.10, 0, 0.90, 1);
  -o-animation: panning 150s infinite cubic-bezier(0.10, 0, 0.90, 1);
  animation-delay: 2s;
   -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
}

#overlay1 {
    margin-top: 0;
    font-family: Arial;   
    font-size: 16px;
    color: #E9ECCF;
    text-shadow: 1px 1px 1px #000202;
    text-align: center;
   }

#overlay2 {
    width: 100%;
    position: absolute;
    bottom: 3px;
    font-family: Arial;   
    font-size: 16px;
    color: #f3f1d4;
    text-shadow: 1px 1px 1px #000202;
    text-align: center;
   }

#footerL {
   width: 33%;
   position: absolute;
   left: 4px;
   bottom: 0;
   font-family: Arial;   
   font-size: 16px;
   color: #f3f1d4;
   text-shadow: 1px 1px 1px #000202;
   text-align: left;
   vertical-align: bottom;
   display: inline-block;
   }

.dropup #footerC {
   display: inline-block;
   width: 34%;
   position: absolute;
   bottom: 6px;
   font-family: Arial;   
   font-size: 16px;
   text-align: center;
   vertical-align: bottom;
   }

#footerR {
   width: 33%;
   position: absolute;
   right: 4px;
   bottom: 6px;
   font-family: Arial;   
   font-size: 16px;
   color: #f3f1d4;
   text-shadow: 1px 1px 1px #000202;
   text-align: right;
   vertical-align: bottom;
   }

.dropup-content {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    background: transparent url('http://manormandie.snoupi.com/dropup_bg.png');
    min-width: 160px;
    bottom: 16px;
    text-align: left;
    z-index: 10;
}

.dropup-content a {
    color: #E9ECCF;
    padding: 6px 16px;
    text-decoration: none;
    text-align: left;
    display: block;
}

.dropup-content a:hover {
    color: #08fefb;
    background-color: #224444;
}

.dropup:hover .dropup-content {
    display: block;
}

#sig {
   width: 31%;
   }

#player {
border: 0 none;
   }   

html, body {
  height: 100%;
  background: #8c9779 url('http://manormandie.snoupi.com/AppleBlossoms4bkgrnd4smugmug.jpg') repeat fixed top left;
margin: 0px;
}
