.coda-slider-wrapper {
	width:978px;
	margin:45px auto 0 auto;
	border-radius:7px;
}
.coda-slider-wrapper .coda-slider {
	color: #373737;
	width: 978px;
	height: 480px;
	background-color: #FFF;
	position: relative;
	font-family: 'Roboto', sans-serif;
}
.coda-slider-wrapper .coda-slider .panel {
	width: 978px;
}
.coda-slider-wrapper .coda-slider .panel .panel-wrapper {
	/******************************************************
        * 
        * Panel wrapper styles 
        *
        *******************************************************/
	padding: 20px;
}
.coda-slider-wrapper .coda-nav {
/******************************************************
    * 
    * Tab styles 
    *
    *******************************************************/ 
	display:none;
}
.coda-slider-wrapper .coda-nav .current {
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background: #ec1c24;
	color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.coda-slider-wrapper .coda-nav a {
	/******************************************************
      * 
      * Tab styles 
      *
      *******************************************************/
	background: #FFF;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	color: #333;
	margin-right: 4px;
	padding: 5px 18px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.coda-slider-wrapper .coda-nav a:hover {
	/******************************************************
      * 
      * Tab styles 
      *
      *******************************************************/
	background: #444;
	color: #fff;
	text-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.coda-slider-wrapper .coda-nav-left, .coda-slider-wrapper .coda-nav-right {
/******************************************************
    * 
    * Arrow Styles 
    *
    *******************************************************/ 
}
.coda-slider-wrapper .coda-nav-left a, .coda-slider-wrapper .coda-nav-right a {
	/******************************************************
      * 
      * Arrow Styles 
      *
      *******************************************************/
	background: #000;
	color: #fff;
	padding: 5px;
	width: 100px;
}
.coda-slider-wrapper .coda-nav-left-arrow {
	/******************************************************
    * 
    * Graphical arrow styles 
    *
    *******************************************************/
	width: 25px;
	height: 25px;
	background: url(../img/arrow.png) no-repeat top left;
	margin-top: 50px;
}
.coda-slider-wrapper .coda-nav-left-arrow a {
	/******************************************************
    * 
    * Graphical arrow styles 
    *
    *******************************************************/
	width: 0;
	height: 0;
	border: none;
}
.coda-slider-wrapper .coda-nav-left-arrow:hover {
	/************************************************
    * 
    * Graphical arrows hover left
    *
    *************************************************/
	background: url(../img/arrow.png) no-repeat bottom left;
}
.coda-slider-wrapper .coda-nav-right-arrow {
	/******************************************************
    * 
    * Graphical arrow styles 
    *
    *******************************************************/
	width: 25px;
	height: 25px;
	background: url(../img/arrow.png) no-repeat top right;
	margin-top: 50px;
}
.coda-slider-wrapper .coda-nav-right-arrow a {
	/******************************************************
    * 
    * Graphical arrow styles 
    *
    *******************************************************/
	width: 0;
	height: 0;
	background: none;
	margin-top: 0;
	border: none;
}
#conditions .title {
	font-size:22px;
	font-weight:500;
}
.coda-slider-wrapper .coda-nav-right-arrow:hover {
	/************************************************
    * 
    * Graphical arrows hover right
    *
    *************************************************/
	background: url(../img/arrow.png) no-repeat bottom right;
}
.coda-slider-wrapper .coda-nav-left-arrow:active, .coda-slider-wrapper .coda-nav-right-arrow:active {
	/************************************************
    * 
    * Graphical arrows active
    *
    *************************************************/
	margin-top: 55px;
}
.coda-slider-wrapper .loading {
	/******************************************************
    * 
    * Style for preloader 
    *
    *******************************************************/
	height: 100%;
	padding: 20px;
	text-align: center;
}
.arrows .coda-slider {
	/******************************************************
  * 
  * Margin between slider and arrows 
  *
  *******************************************************/
	margin: 0 10px;
}
/**********************************************************************
*
* Don't change anything below here unless you know what you're doing 
*
***********************************************************************/

.coda-slider-wrapper {
	/************************************************
  * 
  * Wrapper styles 
  *
  *************************************************/
	clear: both;
	overflow: auto;
}
.coda-slider-wrapper .coda-slider {
	/************************************************
    * 
    * slider styles 
    *
    *************************************************/
	float: left;
	overflow: hidden;
	position: relative;
}
.coda-slider-wrapper .coda-slider .panel-container {
	/************************************************
      * 
      * Panel container styles 
      *
      *************************************************/
	position: relative;
}
.coda-slider-wrapper .coda-slider .panel-container .panel {
	/************************************************
        * 
        * Panel styles 
        *
        *************************************************/
	display: block;
	float: left;
}
.coda-slider-wrapper .coda-nav {
/************************************************
    * 
    * Navigation tabs 
    *
    *************************************************/ 
}
.coda-slider-wrapper .coda-nav ul {
	/************************************************
      * 
      * Navigation tabs 
      *
      *************************************************/
	clear: both;
	display: block;
	margin: auto;
	overflow: hidden;
	text-align:center;
	width:100%;
}
.coda-slider-wrapper .coda-nav ul li {
	/************************************************
        * 
        * Navigation tabs 
        *
        *************************************************/
	display: inline-block;
}
.coda-slider-wrapper .coda-nav ul li a {
	/************************************************
          * 
          * Navigation tabs 
          *
          *************************************************/
	display: block;
	float: left;
	text-decoration: none;
}
.coda-slider-wrapper .coda-nav-left-arrow, .coda-slider-wrapper .coda-nav-right-arrow {
	/************************************************
    * 
    * Graphical arrows 
    *
    *************************************************/
	cursor: pointer;
	float: left;
}
.coda-slider-wrapper .coda-nav-left-arrow a, .coda-slider-wrapper .coda-nav-right-arrow a {
	/************************************************
      * 
      * Graphical arrows 
      *
      *************************************************/
	display: block;
}
.coda-slider-wrapper .coda-nav-left, .coda-slider-wrapper .coda-nav-right {
	/************************************************
    * 
    * Html arrows 
    *
    *************************************************/
	float: left;
}
.coda-slider-wrapper .coda-nav-left a, .coda-slider-wrapper .coda-nav-right a {
	/************************************************
      * 
      * Html arrow styles 
      *
      *************************************************/
	display: block;
	text-align: center;
	text-decoration: none;
}
.coda-slider-wrapper .coda-nav-left, .coda-slider-wrapper .coda-nav-left-arrow {
	/************************************************
    * 
    * Html and graphical arrow styles 
    *
    *************************************************/
	clear: both;
}
.etape-holder {
	width: 978px;
	height: 480px;
	position: relative;
}
.etape-holder h2 {
	font-size:70px;	
	font-family: 'Roboto', sans-serif;
	color:#eaeaea;
	position:absolute;
	left:70px;
	bottom:35px;
	text-shadow: -1px -1px 0px #ccc;
	filter: dropshadow(color=#ccc, offx=-1, offy=-1);
	display:none;
}
.screenshot {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}
.etapes {
	position: absolute;
	right: 380px;
	bottom: 45px;
}
.etapes-back{
	position: absolute;
	left: 50px;
	bottom: 50px;
}
.etapes-back a{
	font-size:14px;
	text-decoration:none;
	color:#888;
}
.etapes-back a:hover{
	color:#ec1c24;
}
.push20 {
	margin-top:20px;
}
.push20 img {
	border:0;
	margin:0 5px;
}
.push30 {
	margin-top:30px;
}
.push30 img {
	border:0;
	margin:0 5px;
}
.push50 {
	margin-top:50px;
}
.push50 a{
	font-size:14px;
	text-decoration:underline;
	color:#333;
}
.push100 {
	margin-top:100px;
}