*{
  margin: 0;
  padding: 0;
}

html{
  height:100%;
}

img{
  border: none;
}

a{
  text-decoration: none;
  color:#e96409;
}

a:active, a:focus{
  outline:none;
}

p{
  margin: 1em 0px;
}

.left{
  float: left;
}

.hidden{
  display: none;
}

ul{
  list-style-type: none;
}

h2{
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}

h3, h4{
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}

table{
  border-spacing: 0;
  border-collapse: collapse;
}

body{
  font-family:Arial,Helvetica,sans-serif,verdana; font-size:12px; line-height: 1.5em; color: #414141;
  margin:0px;
}

blockquote{
  margin: 1em 40px;
}

.error{
  color: #F00;
  font-size: 11px;
  margin: 0 0 1em 100px;
}

.clear {
  clear:both;
  visibility:hidden;
}



#content{
  width:100%;
  float:left;
}

#content_wrap{
  width:950px;
  margin:0 auto;
  height:100%;
}


/* HEADER */
#top{
  float:left;
  width:100%;
  line-height:17px;
  text-align:left;
  height:20px;
}

#top_wrap{
  width:950px;
  height:100%;
  margin:auto;
  padding-top:1px;
  position:relative;
}

#top_wrap h1{
  font-size:11px;
  font-weight: normal;
  margin-left: 20px;
  color: #777;
}

#form_newsletter{
  color:#777;
  position:absolute;
  top:1px;
  right:0;
  font-size: 11px;
}

#form_newsletter input[type=text]{
  color:#777;
  margin: 0;
  padding: 0;
  height: 13px;
  font-size: 11px;
  border: solid 1px #777;
}

#form_newsletter input[type=submit]{
  background-color: #000;
  border:0px solid #fff;
  color:#fff;
  margin: 0;
  padding: 0;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
  padding: 0 4px;
  cursor: pointer;
}

#header{
  float:left;
  margin:auto;
  height: 430px; width:100%;
}

#header_wrap{
  width:950px;
  height:100%;
  margin:auto;
  background: url('/_img/bg.png');
  position: relative;
}

#slides{
  height: 411px; width: 910px;
  float: left;
}

#slides .slides_container{
  height: 411px; width: 910px;
  float: left;
  margin: 0 20px !important;
  margin: 0 9px;
}

#slides .slides_container .slide {
  height: 411px; width: 910px;
  display:block;
}


#logo{
  height:78px; width:271px;
  position:absolute;
  top: 22px; left: 0;
  z-index: 999;
}

#logo a{
  height: 100%; width: 100%;
  display: inline-block;
}

#menu{
  height: 44px; width: 664px;
  position:absolute;
  top: 22px; right: 0;
  z-index: 999;
  list-style-type: none;
  background: url(/_img/bg_menu.png);
  font-size: 11px;
  text-transform: uppercase;
  padding: 17px 0;
  letter-spacing: -0.02em;
}

#menu a{
  color: #fff;
}

#menu .menu1{width:84px;}
#menu .menu2{width:127px;}
#menu .menu3{width:146px;}
#menu .menu4{width:105px;}
#menu .menu5{width:99px;}
#menu .menu6{width:103px;}

#menu .niveau1{
  height: 44px;
  line-height: 44px;
  float: left;
  position: relative;
  text-align: center;
}

#menu .niveau1>a{
  display: inline-block;
  width: 100%; height: 100%;
}

#menu .niveau1:hover, #menu .active, #menu .active a{
  color:#e96409;
  background-color: #e96409;
}

#menu .sous_menu{
  display: none;
  position: absolute;
  left: 0; top: 44px;
  background-color: #fff;
  z-index: 999;
  overflow: hidden;
}

#menu .sous_menu ul{
  list-style-type: none;
  float: left;
  padding: 5px 10px;
  margin-top: 5px;
}

#menu .sous_menu ul .niveau2{
  line-height: 1.5em;
  font-size: 12px;
  text-transform: none;
  text-align: left;
}

#menu .sous_menu ul .niveau2 a{
  background: url(/_img/puce.gif) 0 5px no-repeat;
  padding-left: 12px;
}

#menu .sous_menu ul li a{
  color: #414141;
}

#menu .sous_menu ul li a:hover{
  color: #e96409;
}

#link{
  height: 29px; width: 329px;
  position: absolute;
  right: 0; top: 100px;
  z-index: 998;
  background: url(/_img/sprite.png) 0 -361px no-repeat;
  font-size: 11px;
}

#link .info{
  width: 225px;
  float: left;
}

#link .info li{
  float: left;
  line-height: 29px;
  padding-left: 15px;
}

#link .info li a{
	color: #000;
}

#link .info li a:hover{
	color: #E96409;
}

#link .info li.ref{
  width: 30px; height: 29px;
  float: left;
  padding:0;
}

#link .info li.ref a{
  width: 100%; height: 100%;
  display: inline-block;
}

#link .social{
  width: 104px;
  float: left;
}

#link .social li{
  float: left;
  margin:3px 0 0 7px;
}

#link .social li a{
  height: 100%; width: 100%;
  display: inline-block;
}

#link .social .twitter{
  height:22px; width:22px;
  background:url(/_img/social_sprite.png) 0 0 no-repeat;
}

#link .social .facebook{
  height:22px; width:22px;
  background:url(/_img/social_sprite.png) -22px 0 no-repeat;
}

#link .social .googleplus{
  height:22px; width:22px;
  margin-top: 4px;
}

/* HOME */
#section1{
  width: 100%;
  float: left;
  margin: 15px 0 30px 0;
}

#section1 .description{
  width: 460px;
  float: left;
  padding: 0 10px;
}

#section1 .description h2{
  margin-top: 20px;
}

#section1 .devis{
  height:80px; width:470px;
  float: left;
  background:url(/_img/sprite.png) 0 0 no-repeat;
  margin-bottom: 10px;
}

#section1 .projet{
  height:80px; width:470px;
  float: left;
  background:url(/_img/sprite.png) 0 -80px no-repeat;
}

#section2{
  width: 100%;
  float: left;
  background: url('/_img/bg2.png');
  border-bottom: solid 1px #aaa;
  border-top: solid 1px #aaa;
  position: relative;
  padding-top: 20px;
}

#section2 .separateur{
  height: 3px; width: 470px;
  position: absolute;
  top: -2px; right: 0;
  background-color: #000;
}

#section2 li{
  height: 190px; width: 209px;
  padding: 14px;
  float: left;
}

#section2 p{
  float: left;
  margin-top:10px;
}

#section2 li h2{
  height: 30px; width: 168px;
  float: left;
  margin-left: 10px;
  line-height: 0.9em;
  font-size: 16px;
}

#section2 li h2 a{
  color: #414141;
}

#section2 li h2.center{
  line-height: 30px;
}

#section2 .icon1{
  height: 30px; width: 31px;
  float: left;
  background: url('/_img/icon_sprite.png') 0 0 no-repeat;
}

#section2 .icon2{
  height: 30px; width: 31px;
  float: left;
  background: url('/_img/icon_sprite.png') -31px 0 no-repeat;
}

#section2 .icon3{
  height: 30px; width: 31px;
  float: left;
  background: url('/_img/icon_sprite.png') -62px 0 no-repeat;
}

#section2 .icon4{
  height: 30px; width: 31px;
  float: left;
  background: url('/_img/icon_sprite.png') -93px 0 no-repeat;
}

#section2 .icon5{
  height: 30px; width: 31px;
  float: left;
  background: url('/_img/icon_sprite.png') -124px 0 no-repeat;
}

#section2 .icon6{
  height: 30px; width: 31px;
  float: left;
  background: url('/_img/icon_sprite.png') -155px 0 no-repeat;
}

#section2 .icon7{
  height: 30px; width: 31px;
  float: left;
  background: url('/_img/icon_sprite.png') -186px 0 no-repeat;
}

#section2 .icon8{
  height: 30px; width: 31px;
  float: left;
  background: url('/_img/icon_sprite.png') -217px 0 no-repeat;
}

#section3{
  width: 100%;
  float: left;
  background-color: #f4f4f4;
}

#section3 h3, #section4 h3{
  width: 930px;
  margin: 25px 0;
  padding-left: 20px;
  float: left;
  font-size: 18px;
}

#section3 .liste{
  margin: 0 15px;
}

#section3 .liste li{
  float: left;
  padding: 5px;
}

#section3 .liste li a{
  color:#000;
}

#section3 .liste li a:hover{
  color:#E96409;
}

#section3 .liste li.separator {
width: 900px;
height: 1px;
background-color: white;
float: left;
padding: 0;
margin: 0 10px 20px 10px;
}

#section3 .liste li img{
  border: solid 4px #fff;
}

#section3 .liste li p{
  margin: 0 0 20px 5px;
  background: url(/_img/puce.gif) 0 6px no-repeat;
  padding-left: 12px;
}

#section3 .more{
  text-decoration: underline;
  margin: 20px 10px;
  display: inline-block;
  float: right;
  color: #000;
}

#section4{
  width: 100%;
  float: left;
  background: url('/_img/bg2.png');
  border-top: solid 1px #aaa;
  position: relative;
  padding-bottom: 40px;
}

#section4 .separateur{
  height: 3px; width: 470px;
  position: absolute;
  top: -2px; right: 0;
  background-color: #000;
}

#section4 .elem{
  width: 425px;
  padding: 0 20px 10px 30px;
  float: left;
}

#section4 .elem h4{
  height: 30px; width: 384px;
  float: left;
  margin-left: 10px;
  line-height: 30px;
}

#section4 .elem p{
  float: left;
}

#section4 .icon1{
  height: 30px; width: 31px;
  float: left;
  background: url('/_img/icon_sprite.png') -248px 0 no-repeat;
}

#section4 .icon2{
  height: 30px; width: 31px;
  float: left;
  background: url('/_img/icon_sprite.png') -279px 0 no-repeat;
}

#section4 .icon3{
  height: 30px; width: 31px;
  float: left;
  background: url('/_img/icon_sprite.png') -310px 0 no-repeat;
}

#twitter_update_list{
  float: left;
  margin-top: 15px;
}

#twitter_update_list li{
  background: url(/_img/puce.gif) 0 6px no-repeat;
  padding-left: 15px;
  margin-bottom: 5px;
}

/* CAROUSEL */
#content_references{
  width:100%;
  background-color:#EEE;
  float:left;
  margin:120px 0 80px 0;
}

#references{
  height:282px;
  width:960px;
  margin:0 auto;
}

#liste_references_equipe{
  position: absolute;
  display:block;
  width: 8000px;
  top: 0;
  left: 0;
}

#liste_references_equipe a{
  text-decoration:none;
  display:block;
}

#liste_references_equipe .item3{
  display:block;
  float: left;
  padding-top:18px;
  height: 380px;
  width: 310px;
  margin:0;
}

#liste_references_equipe p{
  clear:both;
  display:block;
  font-size: 16px;
  margin-left: 30px;
  color: #585858;
}

#liste_references_equipe h3{
  margin-left:30px;
}

#liste_references_equipe h3 a{
  color: #585858;
}

#liste_references_equipe .puce{
  float:left;
  margin:0;
  padding:0;
}

#liste_references_equipe .lien{
  display:block;
  clear: both;
  float: right;
  color: #585858;
  font-size: 12px;
  padding-right: 4px;
  padding-top: 3px;
  font-weight: bold;
  letter-spacing:0.5px;
  margin-right:20px;
}

/* LIEN CONTACT */
#contact2{
  height: 67px; width: 950px;
  margin: 10px 0;
  float: left;
}

#contact2 .link1{
  width: 338px; height: 67px;
  float: left;
  background: url(/_img/sprite.png) 0 -160px no-repeat;
}

#contact2 .link2{
  width: 281px; height: 67px;
  float: left;
  margin-left: 24px;
  background: url(/_img/sprite.png) 0 -227px no-repeat;
}

#contact2 .link3{
  width: 283px; height: 67px;
  float: left;
  margin-left: 24px;
  background: url(/_img/sprite.png) 0 -294px no-repeat;
}

#contact2 a{
  width: 100%; height: 100%;
  display: inline-block;
}

/* PAGE DEVIS */
#form_devis{
  width: 600px;
  float: left;
  margin: 20px 175px;
}
#form_devis .left{
  width: 300px;
  float: left;
}
#form_devis .right{
  width: 300px;
  float: left;
}

#form_devis input{
  height: 20px; width: 180px;
  display: block;
  padding: 0 5px;
}

#form_devis label{
  width: 90px;
  float: left;
  text-align: right;
  margin-right: 10px;
  line-height: 20px;
}

#form_devis textarea{
  height: 140px; width: 480px;
  padding: 5px;
  resize: none;
  font-family:Arial,Helvetica,sans-serif,verdana;
}

#form_devis input[type='submit']{
  height: 35px;
  width: 200px;
  border: 0;
  background-color: #7EC102;
  line-height: 30px;
  text-align: center;
  float: right;
  margin: 20px 5px 0 0;
  font-size: 16px;
  color: white;
  cursor: pointer;
  padding: 0;
}

.validation{
  text-align: center;
  float: left;
  margin: 50px 0 100px 0;
  width: 100%;
}

/* PAGE RECRUTEMENT ET CONTACT*/
#form_recrutement, #form_contact{
  margin-top: 20px
}
#form_recrutement input, #form_contact input{
  height: 20px; width: 310px;
  display: block;
  padding: 0 5px;
}

#form_recrutement label, #form_contact label{
  width: 90px;
  float: left;
  text-align: right;
  margin-right: 10px;
  line-height: 20px;
}

#form_recrutement textarea, #form_contact textarea{
  height: 120px; width: 310px;
  padding: 5px;
  resize: none;
  font-family:Arial,Helvetica,sans-serif,verdana;
}

#form_recrutement input[type='submit'], #form_contact input[type='submit']{
  height: 35px;
  width: 200px;
  border: 0;
  background-color: #7EC102;
  line-height: 30px;
  text-align: center;
  float: right;
  margin: 20px 30px 20px 0;
  font-size: 16px;
  color: white;
  cursor: pointer;
  padding: 0;
}

#map, #garage{
  height: 250px; width: 100%;
}


/* FOOTER */
#footer{
  width:100%;
  float:left;
  margin-top: 20px;
}

#footer_wrap{
  width:950px;
  height:200px;
  margin:0 auto;
  position:relative;
  background-color:#000;
}

#footer a{
  text-decoration:none;
  border:none;
  color:white;
  font-size:11px;
}

#footer a:hover{
  text-decoration: underline;
  color: #fff;
}

#footer ul{
  margin-left: 20px;
  margin-top: 20px;
  float: left;
}

#lien_agenceweb {
  height:30px;
  position:absolute;
  bottom:0;
  right:10px;
}

#lien_agenceweb a:hover{
  text-decoration: none;
  color: #e96409;
}

/*--------------- OLD ------------------*/



/*----------------------------------*/
/* --- CARROUSEL PAGE REFERENCE --- */
/*----------------------------------*/
#references2{
  height:410px;
  width:960px;
  margin:0 auto;
}

#references3{
  height:410px;
  width:960px;
  margin:0 auto;
}

#liste_references_ref {
  position: absolute;
  display:block;
  margin-top: 2px;
  width:10000px;
  top: 20px;
  left: 0;
}

#liste_references_ref a {
  text-decoration:none;
  display:block;
}


#liste_references_ref .item2 {
  display:block;
  float: left;
  padding-top:5px;
  width:189px;
  height: 400px;
  margin:0;
  margin-left: 45px;
}

.vignettes2{
  float:left;
  width:189px;
  height:191px;
}
.vignettes2 img {
  margin-top:7px;
  margin-left:6px;
}

.vignettes3{
  float:left;
  width:189px;
  height:191px;
  margin-top:14px;
}

a.lien_ref2{
  color:#585858;
  font-size:12px;
  text-decoration:none;
  border: 0;
  top:10px;
}

a.lien_ref2:HOVER{
  text-decoration:underline;
}

.liens3{
  float:right;
  width:180px;
  height:15px;
  text-align:right;
  margin-right:10px;
  font-weight:bold;
  color:#585858;
}


.liens2{
  float:right;
  width:160px;
  height:15px;
  margin-top:20px;
  text-align:right;
  margin-right:10px;
  color:#585858;
}

/* STYLE AGENCE WEB */

/*pages du menu*/
#content_agence_web{
  float:left;
  width:950px;
}

#content_agence_web a{
  color: #fff;
}

#left_agence_web{
  float:left;
  background-image: url(/_img/bg_orange.jpg);
  background-repeat:repeat-x;
  width:285px;
  height:365px;
}

#left_agence_web h2{
  color:white;
  font-size:18px;
  font-weight:normal;
  margin: 10px;
}

#left_agence_web p{
  color:white;
  margin: 1em;
  text-align:justify;
}

#left_agence_web ul{
  margin: 1em;
  margin-left: 40px;
  color:white;
  list-style:disc;
}

#right_agence_web{
  float:left;
  width:665px;
}

#right_agence_web img{
  float:left;
  border:none;
  margin-top:5px;
  margin-left:5px;
}

#right_agence_web span{
  margin-right:5px;
  float:left;
}

#right_agence_web a{
  text-decoration:none;
  border:none;
  color:black;
}

#right_agence_web b a{
  color: #e96409;
}

.bg_grey{
  float:left;
  background-color: #EEE;
  width:289px;
  height:110px;
  margin: 0 0 15px 42px;
}

.bg_grey h3{
  color:#1f2120;
  font-size:16px;
  font-weight:normal;
  line-height: 14px;
  margin: 10px 0 0 4px;
  text-transform: none;
}

.bg_grey p{
  color:#1f2120;
  font-size:11px;
  line-height: 1.3em;
  font-weight:normal;
  margin: 1em 10px;
  text-align:justify;
}

.bg_grey b{
  color:#e96409;
}


/*pages du sous menu*/

#conteneur_ssmenu_content{
  float:left;
  width:950px;
  margin-bottom: 20px;
}

#left_ssmenu_content{
  float:left;
  width:455px;
  margin-right: 40px;
}

#left_ssmenu_content b{
  color:#e96409;
}

#left_ssmenu_content b a{
  color:#e96409;
}

#left_ssmenu_content h2, #right_ssmenu_content_contact h2{
  color:#1f2120;
  font-size:20px;
  line-height: 22px;
  margin: 20px 0 20px 15px;
  font-weight: normal;
}
#left_ssmenu_content h3{
  margin: 1em 18px;
  font-size:12px;
  font-weight: normal;
  text-transform: none;
  font-style: normal;
}

#left_ssmenu_content ul{
  margin: 1em;
  margin-left: 40px;
  list-style:disc;
}

#left_ssmenu_content p{
  color:#1f2120;
  font-size:12px;
  font-weight:normal;
  line-height: 1.5em;
  margin: 1em 0;
  text-align:justify;
}

#left_ssmenu_content p.error{
  color: #F00;
  font-size: 11px;
  margin: 0 0 1em 100px;
}

#center_ssmenu_content{
  float:left;
  width:40px;
  height:356px;
}

#right_ssmenu_content{
  float:left;
  width:455px;
  height:356px;
  margin-top: 65px;
}

#right_ssmenu_content_contact{
  float:left;
  width:455px;
  height:356px;
}

/*contact*/
#error{
  float:left;
  margin-top:100px;
  margin-left:20px;
  font-size:11px;
  text-align:left;
  color:white;
  width:230px;
}

/* Pages intérieures */
#entete{
  position:relative;
  background-color:#fff;
  width:950px;
  height:192px;
  float:left;
  margin-top: 10px;
}

#entete .ariane{
  width: 100%;
  float: left;
  color:#e96409;
  text-align:left;
  margin: 0;
}

#entete .ariane a{
  text-decoration:none;
  color:black;
}

#entete .ariane a:hover{
  color:#e96409;
}

#entete .contact{
  height: 150px; width: 310px;
  position: absolute;
  top: 0; right: 0;
}

#entete .contact a{
  width: 100%; height: 100%;
  display: inline-block;
}

#entete .contact .link1{
  width: 310px; height: 48px;
  float: left;
  margin-bottom: 3px;
  background: url(/_img/sprite.png) 0 -390px no-repeat;
}

#entete .contact .link2{
  width: 310px; height: 48px;
  float: left;
  margin-bottom: 3px;
  background: url(/_img/sprite.png) 0 -438px no-repeat;
}

#entete .contact .link3{
  width: 310px; height: 48px;
  float: left;
  margin-bottom: 3px;
  background: url(/_img/sprite.png) 0 -486px no-repeat;
}

#page{
  width: 100%;
  float: left;
  background: url('/_img/bg2.png');
  border-bottom: solid 1px #AAA;
  border-top: solid 1px #AAA;
  position: relative;
  padding-top: 20px;
}

#page .separateur{
  height: 3px;
  width: 310px;
  position: absolute;
  top: -2px;
  right: 0;
  background-color: black;
}

#page ul{
  width:640px;
  padding-bottom:130px;
  padding-top:80px;
  float: left;
}

#page ul li{
  width: 290px;
  padding: 14px;
  float: left;
}

#page ul li .icon{
  height: 30px;
  width: 31px;
  float: left;
}

#page.strategie_menu2 ul li .icon{
  background: url('/_img/icon_sprite.png') 0 0 no-repeat;
}

#page.agence_menu7 ul li .icon{
  background: url('/_img/icon_sprite.png') -155px 0 no-repeat;
}

#page ul li h2{
  height: 30px;
  width: 248px;
  float: left;
  margin-left: 10px;
  line-height: 0.9em;
  font-size: 16px;
}

#page ul li h2.center{
  line-height: 30px;
}

#page ul li p{
  float: left;
  margin-top: 10px;
}

#page .form{
  float:left;
  width:310px;
  margin-top: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  behavior: url(/_css/PIE.htc);
  position: relative;
}

#page .form label{
  width: 75px;
  float: left;
  text-align: left;
  line-height: 20px;
  font-size: 11px;
  margin: 5px 0 5px 10px;
}
#page .form input{
  float:left;
  height: 20px;
  width: 203px;
  display: block;
  padding: 0 5px;
  margin: 5px 0;
  border: solid 1px #dbdbdb;
}

#page .form textarea{
  height: 120px;
  width: 203px;
  padding: 5px;
  resize: none;
  margin: 5px 0;
  border: solid 1px #dbdbdb;
}
#page .form input[type="submit"]{
  height: 30px;
  border: 0;
  background-color: #7EC102;
  line-height: 30px;
  text-align: center;
  float: right;
  margin: 10px 10px 20px 0;
  font-size: 14px;
  color: white;
  cursor: pointer;
  width: auto;
  padding: 0 10px;
}


/* Page solutions mail entreprise*/
#entete .agence_menu7{
  width:613px;
  height:244px;
  z-index:2;
  position:absolute;
}

#entete .agence_menu7 p{
  font-size:13px;
  position:absolute;
  top:135px;
  left:350px;
  width:270px;
}

#page.agence_menu7 .form .title{
  background: url(/_img/sprite.png) 0 -534px no-repeat;
  width:310px;
  height:56px;
  margin-bottom: 20px;
}



/* Référencement */
#entete .strategie_menu2{
  width:613px;
  height:244px;
  z-index:2;
  position:absolute;
  top: 45px;
}

#page.strategie_menu2 .form .title{
  background: url(/_img/sprite.png) 0 -590px no-repeat;
  width:310px;
  height:56px;
  margin-bottom: 20px;
}

/* Jcarousel */
/* REFERENCES */
.jcarousel-skin-tango-home-reference .jcarousel-direction-rtl {
  direction: rtl;
}

.jcarousel-skin-tango-reference .jcarousel-container-horizontal {
  width: 930px;
  padding:0 15px;
}

.jcarousel-skin-tango-reference .jcarousel-clip-horizontal {
  width:  930px;
  height: 430px;
}

.jcarousel-skin-tango-reference .jcarousel-item {
  width: 245px;
  height: 430px;
}

.jcarousel-skin-tango-reference .jcarousel-item-horizontal {
  margin-left: 0px;
  margin-right: 0px;
}

.jcarousel-skin-tango-reference .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 0;
}

.jcarousel-skin-tango-reference .jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}

.jcarousel-skin-tango-reference .jcarousel-next-horizontal {
  position: absolute;
  top:0;
  right: -15px;
  width: 28px;
  height: 263px;
  cursor: pointer;
  background: transparent url(/_img/carousel_right.png) no-repeat 0 0;
}

.jcarousel-skin-tango-reference .jcarousel-direction-rtl .jcarousel-next-horizontal {
  left: 5px;
  right: auto;
  background-image: url(/_img/carousel_left.png);
}

.jcarousel-skin-tango-reference .jcarousel-prev-horizontal {
  position: absolute;
  top:0;
  left: -15px;
  width: 28px;
  height: 263px;
  cursor: pointer;
  background: transparent url(/_img/carousel_left.png) no-repeat 0 0;
}

.jcarousel-skin-tango-reference .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  left: auto;
  right: 5px;
  background-image: url(/_img/carousel_right.png);
}

/* EQUIPE */
.jcarousel-skin-tango-home-equipe .jcarousel-direction-rtl {
  direction: rtl;
}

.jcarousel-skin-tango-equipe .jcarousel-container-horizontal {
  width: 930px;
  padding:0 15px;
}

.jcarousel-skin-tango-equipe .jcarousel-clip-horizontal {
  width:  930px;
  height: 380px;
}

.jcarousel-skin-tango-equipe .jcarousel-item {
  width: 310px;
  height: 380px;
}

.jcarousel-skin-tango-equipe .jcarousel-item-horizontal {
  margin-left: 0px;
  margin-right: 0px;
}

.jcarousel-skin-tango-equipe .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 0;
}

.jcarousel-skin-tango-equipe .jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}

.jcarousel-skin-tango-equipe .jcarousel-next-horizontal {
  position: absolute;
  top:70px;
  right: -15px;
  width: 28px;
  height: 263px;
  cursor: pointer;
  background: transparent url(/_img/carousel_right.png) no-repeat 0 0;
}

.jcarousel-skin-tango-equipe .jcarousel-direction-rtl .jcarousel-next-horizontal {
  left: 5px;
  right: auto;
  background-image: url(/_img/carousel_left.png);
}

.jcarousel-skin-tango-equipe .jcarousel-prev-horizontal {
  position: absolute;
  top:70px;
  left: -15px;
  width: 28px;
  height: 263px;
  cursor: pointer;
  background: transparent url(/_img/carousel_left.png) no-repeat 0 0;
}

.jcarousel-skin-tango-equipe .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  left: auto;
  right: 5px;
  background-image: url(/_img/carousel_right.png);
}


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{}
#cboxTopLeft{width:25px; height:25px; background:url(/_img/border1.png) no-repeat 0 0;}
#cboxTopCenter{height:25px; background:url(/_img/border1.png) repeat-x 0 -50px;}
#cboxTopRight{width:25px; height:25px; background:url(/_img/border1.png) no-repeat -25px 0;}
#cboxBottomLeft{width:25px; height:25px; background:url(/_img/border1.png) no-repeat 0 -25px;}
#cboxBottomCenter{height:25px; background:url(/_img/border1.png) repeat-x 0 -75px;}
#cboxBottomRight{width:25px; height:25px; background:url(/_img/border1.png) no-repeat -25px -25px;}
#cboxMiddleLeft{width:25px; background:url(/_img/border2.png) repeat-y 0 0;}
#cboxMiddleRight{width:25px; background:url(/_img/border2.png) repeat-y -25px 0;}
#cboxContent{background:#fff; overflow:hidden;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:20px;}
#cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
#cboxCurrent{position:absolute; bottom:0px; left:250px; color:#999;}
#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
#cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
#cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
#cboxLoadingOverlay{background:#fff url(/_img/loading.gif) no-repeat 5px 5px;}
#cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
  The following fixes a problem where IE7+ replaces a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
