.jssorb21 {
    position: absolute;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
    position: absolute;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: white;
    font-size: 12px;
    background: url(../images/b21.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb21 div { background-position: -5px -5px; }
.jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
.jssorb21 .av { background-position: -65px -5px; }
.jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }
.jssora21l, .jssora21r {
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background:url(../images/a21.png) center center no-repeat;
    overflow: hidden;
}
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21l.jssora21ldn { background-position: -243px -33px; }
.jssora21r.jssora21rdn { background-position: -303px -33px; }

/* ############### Début Textes défilent ################ */

#defilement{
    position: absolute;
    right: 6%;
    top: 45px;
    border: 18px solid transparent;
    padding: 20px;
    -webkit-border-image: url(../images/katanas.png) 50 stretch; /* Safari 3.1-5 */
    -o-border-image: url(../images/katanas.png) 50 stretch; /* Opera 11-12.1 */
    border-image: url(../images/katanas.png) 50 stretch;
    width: 220px;
    height: 135px;
    overflow:hidden;
    background: transparent;
}

/* ############### Fin Textes défilent ################ */
   
/* ############### Menu fixe gauche ################ */
.icon-menu #menuVerticalLeft{position:fixed;top:15%;left:1px;text-align: center;background-color: #555;}
.icon-menu #menuVerticalLeft a{padding:16px;display: block;transition: all 0.9s ease;color: white;font-size: 36px;}
.icon-menu #menuVerticalLeft a:hover{background-color: #000;}
#menuVerticalLeft .active{background-color: #4CAF50 !important;}


/*Make menu absolute, not fixed, on IE 5 & 6 */
#menuVerticalLeft { position: absolute; }
*>#menuVerticalLeft { position: fixed; }

/* ###############  Icones  ############### */
.icon_10:before { /* Back */
  content: '\f04a';
  font: bold 38px/30px 'FontAwesome';
}
.icon_11:before { /* News */
  content: '\f1ea';
  font: bold 18px/30px 'FontAwesome';
}
.icon_12:before { /* Home */
  content: '\f015';
  font: bold 38px/30px 'FontAwesome';
}
.icon_13:before { /* forward */
  content: '\f04e';
  font: bold 38px/30px 'FontAwesome';
}

/* ############### Menu fixe droite ################ */
.menuVerticalRight{
    position: fixed; 
    top:50%;
    width: 7em;
    height: 2em;
    margin: -2.5em 0 0 0;
    z-index: 5;
    right: -65px;
    /*position: relative;*/
    -webkit-animation: myfirst 8s ; /* Chrome, Safari, Opera */
    -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
    animation: myfirst 8s ;
    animation-direction: alternate;
}

@-webkit-keyframes myfirst {
    0%   {right: -70px; top: 50%;}
    50%  {right: -20px; top: 50%;}
    100% {right: -70px; top: 50%;}
}

@keyframes myfirst {
    0%   {right: -70px; top: 50%;}
    50%  {right: -20px; top: 50%;}
    100% {right: -70px; top: 50%;}
}
/*Make menu absolute, not fixed, on IE 5 & 6 */
.menuVerticalRight { position: absolute; }
*>.menuVerticalRight { position: fixed; }
.menuVerticalRight a:hover { right: 0px; }


/* ################################### */
#rotating-item-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.rotating-item {
    display: none;
    position: absolute;
    left:26%;
}

@media only screen and (max-device-width:1280px) {

    /* ############### Menu fixe gauche ################ */
.icon-menu #menuVerticalLeft{position:fixed;top:35%;left:1px;text-align: center;background-color: #555;}
.icon-menu #menuVerticalLeft a{padding:6px;display: block;transition: all 0.9s ease;color: white;font-size: 40px;}
.icon-menu #menuVerticalLeft a:hover{background-color: #000;}
#menuVerticalLeft .active{background-color: #4CAF50 !important;}
    /* ###############  Icones  ############### */
    .icon_10:before {
      content: '\f04a';
      font: bold 28px/30px 'FontAwesome';
    }
    .icon_11:before {
      content: '\f1ea';
      font: bold 28px/30px 'FontAwesome';
    }
    .icon_12:before {
      content: '\f015';
      font: bold 28px/30px 'FontAwesome';
    }
    .icon_13:before { /* forward */
        content: '\f04e';
        font: bold 28px/30px 'FontAwesome';
    }

    /* ############### Menu fixe droite ################ */
    .menuVerticalRight{
        position: fixed; 
        top:50%;
        right: -10px;
        width: 7em;
        height: 2em;
        margin: -2.5em 0 0 0;
        z-index: 5;
            right: -65px;

    }

    #defilement{
        position: relative;
        width:auto;
        height: 10px;
        border: none;
        top: 180px;
        left:39%;
        background:transparent;
    }
    
    #rotating-item-wrapper {
        position: relative;
        margin-bottom: 15px;
    }
    .rotating-item {
        display: none;
        position: absolute;
        left:0%;
        right:5%;
    }
}
@media only screen and (max-device-width:1024px) {

    /* ############### Menu fixe gauche ################ */
.icon-menu #menuVerticalLeft{position:fixed;top:45%;left:1px;text-align: center;background-color: #555;}
.icon-menu #menuVerticalLeft a{padding:6px;display: block;transition: all 0.9s ease;color: white;font-size: 20px;}
.icon-menu #menuVerticalLeft a:hover{background-color: #000;}
#menuVerticalLeft .active{background-color: #4CAF50 !important;}
    /* ###############  Icones  ############### */
    .icon_10:before {
      content: '\f04a';
      font: bold 28px/30px 'FontAwesome';
    }
    .icon_11:before {
      content: '\f1ea';
      font: bold 28px/30px 'FontAwesome';
    }
    .icon_12:before {
      content: '\f015';
      font: bold 28px/30px 'FontAwesome';
    }
    .icon_13:before { /* forward */
        content: '\f04e';
        font: bold 28px/30px 'FontAwesome';
    }

    /* ############### Menu fixe droite ################ */
    .menuVerticalRight{
        position: fixed; 
        top:50%;
        right: -10px;
        width: 7em;
        height: 2em;
        margin: -2.5em 0 0 0;
        z-index: 5;
            right: -60px;

    }

    #defilement{
        position: relative;
        width:auto;
        height: 10px;
        border: none;
        top: 180px;
        left:36%;
        background:transparent;
    }
    
    #rotating-item-wrapper {
        position: relative;
        margin-bottom: 15px;
    }
    .rotating-item {
        display: none;
        position: absolute;
        left:0%;
        right:5%;
    }
}
img.liens{width: 150px;}
@media only screen and (max-device-width:320px) {
    h1 a img{position:relative;right:30%;}
    /* ############### Menu fixe gauche ################ */
    .icon-menu #menuVerticalLeft{position:fixed;top:45%;left:1px;text-align: center;background-color: #555;}
    .icon-menu #menuVerticalLeft a{padding:6px;display: block;transition: all 0.9s ease;color: white;font-size: 20px;}
    .icon-menu #menuVerticalLeft a:hover{background-color: #000;}
    #menuVerticalLeft .active{background-color: #4CAF50 !important;}
    /* ###############  Icones  ############### */
    .icon_10:before {
      content: '\f04a';
      font: bold 28px/30px 'FontAwesome';
    }
    .icon_11:before {
      content: '\f1ea';
      font: bold 28px/30px 'FontAwesome';
    }
    .icon_12:before {
      content: '\f015';
      font: bold 28px/30px 'FontAwesome';
    }
    .icon_13:before { /* forward */
        content: '\f04e';
        font: bold 28px/30px 'FontAwesome';
    }

    /* ############### Menu fixe droite ################ */
    .menuVerticalRight{
        position: fixed; 
        top:50%;
        right: -10px;
        width: 7em;
        height: 2em;
        margin: -2.5em 0 0 0;
        z-index: 5;
        right: -19px;
    }

    #defilement{
        position: relative;
        width:auto;
        height: 10px;
        border: none;
        top: 180px;
        left:36%;
        background:transparent;
    }
    
    #rotating-item-wrapper {
        position: relative;
        margin-bottom: 15px;
    }
    .rotating-item {
        display: none;
        position: absolute;
        left:0%;
        right:5%;
    }
}

