@CHARSET "UTF-8";

.couchenewCD {
position:relative;
 top:15px;

  padding:2px;
  left:80px;
   width:auto;
 height:auto;
   font-family:sans-serif;

}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    from {left:400px;}
    to {left:3px;}
}
@keyframes example {
    from {left:400px;}
    to {left:3px;}
}
.cd_detoure {
	position:absolute;
	  top:15px;
  left:400px;
      animation-name: example;
    animation-duration: 4s;
 animation-iteration-count: 2;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 8s; /* Safari 4.0 - 8.0 */ 
     -webkit-animation-iteration-count: 2; 
}

.pochetteVerso {
position:absolute;
   left:3px;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes exampleRecto {
    from {top:1px;}
    to {  top:400px;}
}
@keyframes exampleRecto {
    from {top:1px;}
    to {  top:400px;}
}
.pochetteRecto {
position:absolute;
  top:1px;
   left:1px;
         animation-name: exampleRecto;
    animation-duration: 8s;
 animation-iteration-count: 3;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-name: exampleRecto; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 8s; /* Safari 4.0 - 8.0 */ 
     -webkit-animation-iteration-count: 3; 
}