  @keyframes AutoSlide {
    0% { left: 0px; /*1ere image*/ }
    12% { left: 0px; /*idem pour attente*/ }
    25% { left: -200px; /*2e image*/ }
    37% { left: -200px; /*idem pour attente*/ }
    50% { left: -400px; /*3e image*/}
    62% { left: -400px; /*idem pour attente*/ }
    75% { left: -600px; /*4e image*/}
    87% { left: -600px; /*idem pour attente*/ }
    100% { left: 0px; /*1ere image*/ }
}
@-o-keyframes AutoSlide {
    0% { left: 0px; /*1ere image*/ }
    12% { left: 0px; /*idem pour attente*/ }
    25% { left: -200px; /*2e image*/ }
    37% { left: -200px; /*idem pour attente*/ }
    50% { left: -400px; /*3e image*/}
    62% { left: -400px; /*idem pour attente*/ }
    75% { left: -600px; /*4e image*/}
    87% { left: -600px; /*idem pour attente*/ }
    100% { left: 0px; /*1ere image*/ }
}
@-moz-keyframes AutoSlide {
    0% { left: 0px; /*1ere image*/ }
    12% { left: 0px; /*idem pour attente*/ }
    25% { left: -200px; /*2e image*/ }
    37% { left: -200px; /*idem pour attente*/ }
    50% { left: -400px; /*3e image*/}
    62% { left: -400px; /*idem pour attente*/ }
    75% { left: -600px; /*4e image*/}
    87% { left: -600px; /*idem pour attente*/ }
    100% { left: 0px; /*1ere image*/ }
}
@-webkit-keyframes AutoSlide {
    0% { left: 0px; /*1ere image*/ }
    12% { left: 0px; /*idem pour attente*/ }
    25% { left: -200px; /*2e image*/ }
    37% { left: -200px; /*idem pour attente*/ }
    50% { left: -400px; /*3e image*/}
    62% { left: -400px; /*idem pour attente*/ }
    75% { left: -600px; /*4e image*/}
    87% { left: -600px; /*idem pour attente*/ }
    100% { left: 0px; /*1ere image*/ }
}

/*-------------------------------------------
      Slideshow
-------------------------------------------*/
/* Browser Resets */
#slideshow a:active,
.flexslider a:active,
#slideshow a:focus,
.flexslider a:focus  {outline: none;}
#sContent  {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}

/* Clearfix for the #sContent element */
#sContent:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] #sContent {display: block;}
* html #sContent {height: 1%;}



/* FlexSlider
************/
.flexslider {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    background: #fff;
    position: relative;
    zoom: 1;
}


#slideshow {
    position: relative;
    width: 200px;
    height: 200px;
    margin:  0 auto;
    overflow: hidden;
    background: #FFFFFF;
}
#sContent {
    margin-left: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    margin: 0;            
    padding: 0;
    zoom: 1;
    
    /*CSS3 keyframes animation*/
    animation-name: AutoSlide;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: AutoSlide;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: AutoSlide;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
    -o-animation-name: AutoSlide;
  -o-animation-duration: 20s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;

}
#sContent li {
    background-color: #ffffff;
    border: 1px solid #c89108;
    display: inline-block;
    height: 196px;
    list-style-image: none;
    margin: 0;
    padding: 0 1px;
    position: relative;
    vertical-align: top;
    width: 196px;
}
#sContent li img {
  max-width: 200px;
  max-height:160px;
  margin: 0 auto;
  display: block;
  padding-top: 5px;
}


#sContent .sContent-texte {

    color: #00326e;
    float: right;
    font-size: 0.8em;
    height: auto;
    opacity: 1;
    padding: 10px;
    position: relative;
    text-align: left;
    width: 180px;
    z-index: 100;
    color: white;
}

#sContent .sContent-texte h3 {
    color: #00326e;
    font-family: "brandon grotesque", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    padding: 0 ;
    margin: 0;
    text-align: center;
    }
#sContent .sContent-texte h3 a,#sContent .sContent-texte h3 a:visited, #slideshow ul#sContent li .sContent-texte span#news-slideshow-more a { color: #00326e; text-decoration: none; }

#sContent .sContent-texte a:hover, #sContent .sContent-texte h3 a:hover, #slideshow ul#sContent li .sContent-texte span#news-slideshow-more a:hover { color: #c89108; text-decoration: none; }

#slideshow ul#sContent li .sContent-texte span#news-slideshow-soustitre {
  color: #00326e;
    font-family: brandon grotesque, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0 10px;
    display:block;
}
#slideshow ul#sContent li .sContent-texte span#news-slideshow-more {
    float: right;
    font-size: 10px;
    margin-right: 10px;
    padding: 0;
    text-align: right;
    text-transform: uppercase;
    font-family: brandon grotesque, sans-serif;
    font-size: 10px;
  color: #00326e;
}