body {
    margin-top:25px;
}

.container {
    max-width:960px;
    margin:0 auto;
    position:relative;
}

#header, #wrapper, #footer {
    margin: 0 auto;
    width: 960px;
    position: relative;
    zoom: 1;
    display: block;
}

#header {
    z-index:2;
    height:116px;
    position:relative;
}

#title {
    width:245px;
    height:116px;
	z-index: 2;
}

#title a {
    background:url('/images/frontend/2014/logo.png') no-repeat;
    text-decoration:none;
    outline:0;
    width:245px;
    height:116px;
}

#sub-title {
    display: block;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    color: #999;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 2px;
    text-align: center;
    width: 170px;
}

#bg-header-right {
    position:absolute;
    right:0;
    top:0;
    width:343px;
    height:126px;
    background:url('/images/frontend/2014/header-right.jpg') no-repeat;
}

#language-selector {
    position:absolute;
    right:10px;
    top:10px;
    z-index:5;
}

#search {
    position:absolute;
    right:10px;
    top:65px;
    z-index:5;
}

#search input {
    width:180px;
    border-radius:3px;
    border:none;
    height:21px;
    padding-left:5px;
}

.newsletter-header {
    position:absolute;
    right:10px;
    top:95px;
    z-index:5;
    color:#FFF;
    font-size:11px;
    text-decoration:none;
}

#top-navigation {
    height: 40px;
    display:block;
    position:relative;
    zoom: 1;
    z-index:2;
    border-top:1px solid #FFF;
    background:url('/images/frontend/2014/background-header-linear.jpg') repeat-x;
}

#top-navigation .sitemap {
    margin-top:1px;
    height:40px;
    width:760px;
}

#fake-shadow {
    width:960px;
    height:16px;
    background:url('/images/frontend/2014/fake-shadow.jpg') no-repeat;
}

#top-navigation li {
    display:block;
    float: left;
    padding-top:4px;
    border-top:6px solid #e5f1fa;
    -o-transition:border-top .4s ease-out, background 1s ease-in;
    -ms-transition:border-top .4s ease-out, background 1s ease-in;
    -moz-transition:border-top .4s ease-out, background 1s ease-in;
    -webkit-transition:border-top .4s ease-out, background 1s ease-in;
    height:29px;
}

#top-navigation li:hover {
    border-top:6px solid #e5db24;
}

#top-navigation li a {
    display:block;
    padding:5px 10px;
    text-transform:uppercase;
    color:#005ca1;
    font-weight: bold;
    text-decoration: none;
}
#top-navigation li a:hover {
    color:#e5db24;
}

#top-navigation > li a:hover {
     cursor: default;
}

#top-navigation .contact-us {
    color: #bfb841;
    text-decoration: none;
    font-weight:bold;
    font-size:11px;
    position:absolute;
    top:11px;
    right:100px;
    background:url('/images/frontend/2014/picto-contact.png') no-repeat;
    padding-left:30px;
    display:block;
    height:15px;
    padding-top:5px;
}

#top-navigation .pro-space {
    color: #005ca1;
    text-decoration: none;
    font-weight:bold;
    font-size:11px;
    position:absolute;
    top:11px;
    right:20px;
    display:block;
    height:15px;
    padding-top:5px;
    padding-left:0;
}

#top-navigation li ul {
    visibility: hidden;
    position:absolute;
    background-color:#ffffff;
    border:1px solid #d0d0cf;
    top:39px;
    -moz-opacity:0.01;
	-khtml-opacity:0.01;
	-ms-filter:"alpha(opacity=1)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
	filter:alpha(opacity=1);
	opacity:0.01;
	zoom: 1;/* HACK POUR IE */
}

#top-navigation .sitemap li.has-children.hover > ul {
	visibility: visible;
	-moz-opacity:1;
	-khtml-opacity:1;
	-ms-filter:"alpha(opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter:alpha(opacity=100);
	opacity:1;
	zoom: 1;/* HACK POUR IE */
    -o-transition:opacity .2s ease-in;
    -ms-transition:opacity .2s ease-in;
    -moz-transition:opacity .2s ease-in;
    -webkit-transition:opacity .2s ease-in;
}

#top-navigation li li {
    float: none;
    margin: 0;
    padding: 0;
    display:block;
    -o-transition:background .2s ease-in;
    -ms-transition:background .2s ease-in;
    -moz-transition:background .2s ease-in;
    -webkit-transition:background .2s ease-in;
    height:auto;
}

#top-navigation li li a {
    margin: 0;
    padding: 7px 10px;
    color:#005ca1;
    font-size:12px;
    text-transform:none;
}

#top-navigation li li {
    border-top:none;
    text-align: left;
    border-bottom:1px solid #d0d0cf;
}

#top-navigation li li:hover {
    background-color:#e6df63;
    border-top:none;
}

#top-navigation li li.last {
	border-bottom:none;
}

#top-navigation li li a {
    font-weight:normal;
}

#top-navigation li li a:hover {
    font-weight: normal;
    color:#005ca1;
}

#top-navigation li ul li {
    position:relative;
}

#top-navigation li ul li ul {
    position:absolute;
    left:100%;
    top:-1px;
    width:150px;
}

#top-navigation li ul li .sublevel-arrow {
    position:absolute;
    right:5px;
    top:11px;
    width:4px;
    height:7px;
    background:url('/images/frontend/2014/sublevel-arrow.png') no-repeat;
}

/*LEFT*/

#left {
    position:relative;
    zoom:1;
    z-index: 1;
    width: 618px;
    float:left;
}

#fakeShadowSlider {
    background:url('/images/frontend/2014/fakeShadowSlider.jpg') no-repeat;
    width:100%;
    height:15px;
}

#fakeShadowCarousel {
    background:url('/images/frontend/2014/fakeShadowCarousel.jpg') no-repeat;
    width:100%;
    height:14px;
}

#fakeShadowNews {
    background:url('/images/frontend/2014/fakeShadowNews.jpg') no-repeat;
    width:100%;
    height:21px;
}

#fakeShadowProductRightMenu {
    background:url('/images/frontend/2014/fakeShadowNews.jpg') no-repeat;
    width:100%;
    height:21px;
}

#fakeShadowProduct {
    background:url('/images/frontend/2014/fakeShadowProduct.png') no-repeat;
    width:100%;
    height:20px;
}

.slider {
    position:relative;
}

.bxOverlay {
    position:absolute;
    top:0;
    right:0;
    width:180px;
    height:290px;
    background:url('/images/frontend/2014/bgOverlay.png') repeat;
    z-index:5;
}

.bxOverlay ul li{
    cursor:pointer;
    position:relative;
    width:180px;
    height:58px;
    display:block;
    vertical-align: middle;
}

.bxOverlay ul li p {
    width:155px;
    padding-left:25px;
    height:100%;
}

.bxOverlay ul li p .item {
    display:block;
    font-size:12px;
    line-height:13px;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
    padding-right:60px;
}

.bxOverlay ul li p .item a {
    text-decoration:none;
	color: inherit;
}
/*
.bxOverlay ul li:after {
    content: "";
    display:block;
    width:160px;
    margin-left:10px;
    height:2px;
    background:url('/images/frontend/2014/menu-bxslider-separator.jpg') no-repeat;
    z-index:5;
    position:absolute;
    top:100%;
}
*/

.bxOverlay ul li.menu-4:after {
    background:none;
}
.bxOverlay ul li.menu-0 {
    background:url('/images/frontend/2014/cyclemenu-picto1.png') no-repeat right center;
    color:#87416a;
}
.bxOverlay ul li.menu-1 {
    background:url('/images/frontend/2014/cyclemenu-picto2.png') no-repeat right center;
    color:#029bd1;
}
.bxOverlay ul li.menu-2 {
    background:url('/images/frontend/2014/cyclemenu-picto3.png') no-repeat right center;
    color:#d06139;
}
.bxOverlay ul li.menu-3 {
    background:url('/images/frontend/2014/cyclemenu-picto4.png') no-repeat right center;
    color:#7b9e30;
}

.bxOverlay ul li.menu-4 {
    background:url('/images/frontend/2014/cyclemenu-picto5.png') no-repeat right center;
    color:#636363;
}
.bxOverlay ul li p:hover {
    background:url('/images/frontend/2014/bgOverlayHover.png') repeat;
}

.bxOverlay .item {
    display:none;
}
#adv-custom-caption .content a {
    color:#FFF;
    text-decoration:none;
}
#adv-custom-caption .content a:hover {
    -moz-opacity:0.8;
	-khtml-opacity:0.8;
	-ms-filter:"alpha(opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter:alpha(opacity=80);
	opacity:0.8;
	zoom: 1;/* HACK POUR IE */
	position: relative;
	zoom: 1;
}

#right {
    float:right;
    width:327px;
}

#right .right-catalogue {
    background:url('/images/frontend/2014/right-catalogue.jpg') no-repeat;
    width:327px;
    height:77px;
}

#right .right-catalogue a{
    color:#88295e;
    font-size:22px;
    font-weight:bold;
    text-decoration:none;
    width:200px;
    height:62px;
    display:block;
    margin-left:130px;
    padding-top:5px;
}
#right #product-slideshow {
	height: 360px;
}
#right .news-component {
    padding:10px;
    height:287px;
    border:1px solid #bebebe;
    background:#dcdcdc url('/images/frontend/2014/bgNews.jpg') repeat-x;
}

#right .news-component h1{
    text-transform:uppercase;
    margin-bottom:10px;
}

#right .news-component .news-list li {
    padding:10px 15px;
    margin:0 0;
    font-size:11px;
}

#upper-footer {
    background:url('/images/frontend/2014/background-bottom.jpg') no-repeat;
    height:121px;
    width:960px;
    margin:0 auto;
}

#upper-footer .titre {
    color:#FFF;
    font-size:13px;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    padding-top:2px;
}

#upper-footer ul li {
    float:left;
    width:120px;
    text-align:center;
    margin:5px 0px 20px 0;
	position: relative;
	z-index: 1;
}

#upper-footer .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 2;
}

#upper-footer ul li.menu-0 {
	width: 212px;
}

#upper-footer ul li.menu-1 {
	width: 155px;
}

#upper-footer ul li.menu-2 {
	width: 166px;
}

#upper-footer ul li.menu-3 {
	width: 121px;
}

#upper-footer ul li.menu-4 {
	width: 144px;
}

#upper-footer ul li.menu-5 {
    margin-left:10px;
    margin-top:14px;
    width: 140px;
}

#upper-footer p.l1,
#upper-footer p.l1 a {
    color:#005ca1;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
}

#upper-footer p.l2 {
    color:#005ca1;
    font-size:15px;
    font-weight:bold;
}

#upper-footer p.l3 .black {
    color:#000;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
}

.picto-footer {
    margin:0 auto;
    display:block;
    height:41px
}

#upper-footer ul li.menu-0 .picto-footer {
    width:16px;
    background:url('/images/frontend/2014/picto-footer-menu0.png') no-repeat;
}

#upper-footer ul li.menu-1 .picto-footer {
    width:22px;
    background:url('/images/frontend/2014/picto-footer-menu1.png') no-repeat;
}

#upper-footer ul li.menu-2 .picto-footer {
    width:33px;
    background:url('/images/frontend/2014/picto-footer-menu2.png') no-repeat;
}

#upper-footer ul li.menu-3 .picto-footer {
    width:30px;
    background:url('/images/frontend/2014/picto-footer-menu3.png') no-repeat;
}

#upper-footer ul li.menu-4 .picto-footer {
    width:33px;
    background:url('/images/frontend/2014/picto-footer-menu4.png') no-repeat;
}

#upper-footer ul li.menu-5 p.l1 {
    margin-bottom: 8px;
}

#upper-footer ul li.menu-5 > a {
    width:40px;
    height:40px;
    display:inline-block;
    padding-right: 4px;
    text-decoration:none;
}

#upper-footer ul li.menu-5 .bgFB {
    background:url('/images/frontend/2014/facebook.png') no-repeat;
}

#upper-footer ul li.menu-5 .bgYT {
    background:url('/images/frontend/2014/youtube.png') no-repeat;
}

#upper-footer ul li.menu-5 .bgLD {
    background:url('/images/frontend/2014/linkedin.png') no-repeat;
}

#bottom-navigation {
    margin-top:2px;
    display: block;
}

#bottom-navigation .sitemap {
    display: inline;
}

#bottom-navigation .sitemap li {
    display: inline;
}
#bottom-navigation .sitemap li a {
    color:#005ca1;
    text-decoration: none;
}

#signature {
    position:absolute;
    left:0;
    top:1px;
}

#bottom-navigation .sitemap li a:hover {
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	-ms-filter:"alpha(opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter:alpha(opacity=70);
	opacity:0.7;
	zoom: 1;/* HACK POUR IE */
}

.titre-sector {
    color:#337db4;
    font-size:15px;
    text-align:center;
    font-weight:bold;
}
.picture_secteur {
	position: absolute;
	width: 402px;
	height: 116px;
	top: 0;
	left: 215px;
	z-index: 1;
}
.als-container {
    position: relative;
    width: 100%;
    margin: 0px auto;
    z-index: 0;
}

.als-viewport {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}

.als-wrapper {
    position: relative;
    list-style: none;
}

.als-item {
    position: relative;
    display: block;
    text-align: left;
    cursor: pointer;
    float: left;
}

.als-prev, .als-next {
    position: absolute;
    cursor: pointer;
    clear: both;
}

#sector {
    margin: 10px auto;
}

#sector .als-item {
    margin: 0px 5px;
    min-height: 77px;
    width: 115px;
    text-align: center;
}

#sector .als-item img {
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}

#sector .als-prev, #sector .als-next {
    top: 50%;
    margin-top:-21px;
}

#sector .als-prev {
    left: 0px;
}

#sector .als-next {
    right: 0px;
}

#news .als-item {
    margin-bottom:10px;
    background:url('/images/frontend/2014/rightNewsSeparator.png') no-repeat left bottom;
    padding-bottom:10px;
}

#content-left {
    background-color:#f4f9fc;
    border:1px solid #cecfcd;
    padding:20px;
    margin-bottom:20px;
}

.breadcrumb {
    color:#005ca1;
    margin-bottom:10px;
}

.breadcrumb a{
    text-decoration:none;
    color:#005ca1;
    font-size:11px;
}

.menu-right-product {
    margin-top:25px;
}

.menu-right-product .sitemap {
    height:90px;
}

.menu-right-product .sitemap li {
    float:left;
    background:url('/images/frontend/2014/sprite-right-product-menu.png') no-repeat top center;
    width:25%;
}

.menu-right-product ul li.menu-0 {
    background-position:50% 0;
    height:88px;
}

.menu-right-product ul li.menu-1 {
    background-position:50% -88px;
    height:87px;
}

.menu-right-product ul li.menu-2 {
    background-position:50% -176px;
    height:87px;
}

.menu-right-product ul li.menu-3 {
    background-position:50% -263px;
    height:87px;
}

.menu-right-product ul li a {
    font-size:10px;
    line-height:10px;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
    display:block;
    text-align:center;
    padding-top:55px;
}

.menu-right-product ul li.menu-0 a {
    color:#87416a;
}

.menu-right-product ul li.menu-1 a {
    color:#029bd1;
}

.menu-right-product ul li.menu-2 a {
    color:#d06139;
}

.menu-right-product ul li.menu-3 a {
    color:#7b9e30;
}

#product-slider .als-prev {
    left:0;
    top:50%;
}

#product-slider .als-next {
    right:0;
    top:50%;
}

.slider-product {
    position:relative;
    width:317px;
    min-height:460px;
}

.cycle-slideshow { width:100%; margin: auto;}
.cycle-slideshow img {

}
#home_slider.cycle-slideshow img {
	-moz-opacity:1;
	-khtml-opacity:1;
	-ms-filter:"alpha(opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter:alpha(opacity=100);
	opacity:1;
	zoom: 1;/* HACK POUR IE */
}

.cycle-slideshow a { display:block; }

.slider-wrapper {
    position: relative;
}

#cycle-nav-prev {
    position:absolute;
    top:50%;
    z-index:100;
    left:0;
    margin-top:-22.5px;
}

#cycle-nav-next {
    position:absolute;
    top:50%;
    z-index:100;
    right:0px;
    margin-top:-22.5px;
}

#adv-custom-caption {
    position:absolute;
    bottom:0;
    left:0;
    z-index:10;
    width:100%;
    height:28px;
}

#adv-custom-caption .background{
    background-color:#000;
    -moz-opacity:0.45;
	-khtml-opacity:0.45;
	-ms-filter:"alpha(opacity=45)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=45);
	filter:alpha(opacity=45);
	opacity:0.45;
	zoom: 1;/* HACK POUR IE */
    width:100%;
    height:25px;
}

#adv-custom-caption .content{
    position:absolute;
    z-index:12;
    color:#FFF;
    font-size:14px;
    font-weight:bold;
    padding-left:10px;
    padding-top:5px;
}

#adv-custom-caption-product {
    left:0;
    z-index:10;
    width:317px;
}

#adv-custom-caption-product .content {
    color:#000;
    font-size:12px;
    text-align:center;
    width:100%;
    margin-top:50px;
    padding:25px 0;
    position:relative;
}
#adv-custom-caption-product .content strong {
    font-weight:bold;
}

#product-info ul {
    width:100%;
}

#product-info ul li{
    float:left;
    height:auto;
}

#product-info ul.first-level li{
    height:20px;
}

#product-info ul.first-level > li,
#product-info ul.first-level > li a {
    color:#000;
    font-weight:bold;
    text-decoration:none;
    padding-top:3px;
}

#product-info ul.first-level > li.first{
    margin-right:20px;
    background:url('/images/frontend/2014/product-picto-plus.png') no-repeat left top;
    padding-left:20px;
}

#product-info ul.first-level > li.last{
    width:182px;
    background:url('/images/frontend/2014/product-picto-arrow.png') no-repeat left top;
    padding-left:20px;
}

#product-info ul.sub-level {
    padding-left:2px;
}

#product-info ul.sub-level li {
    background:url('/images/frontend/2014/puce-sublevel.png') no-repeat left 40%;
    display:block;
    float:none;
    padding-left:10px;
    height:15px;
}

#product-info ul.sub-level li a{
    font-weight:normal;
}