/** Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    /*border: 0;*/
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
}

button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    width: auto;
    overflow: visible;
    font-family: inherit;
}

input[type=text] {
    font-family: inherit;
}

/*only iPhone*/

@media only screen and (max-device-width: 960px) {

    /*fixes too big font in mobile Safari*/

    html {
        -webkit-text-size-adjust:none;
    }
}

body{
    background:url('../img/fond-top.jpg') repeat-x 0  -280px #efefee ;
    font-family: Arial, sans-serif;
    font-size:12px;
}

body.home{
    background:url('../img/fond-top.jpg') repeat-x #efefee ;
}

a img {
    border: none;
}

a, span {
        -webkit-transition: all .3s linear 0s;
        -moz-transition: all .3s linear 0s;
        -o-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
}

a:hover, a.ui-state-hover, span:hover {
        -webkit-transition: all .2s linear 0s;
        -moz-transition: all .2s linear 0s;
        -o-transition: all .2s linear 0s;
        transition: all .2s linear 0s;
}

img {
    color:#fff;
    font-size:10px;
    font-style:italic;
}

h6{
    font-weight:bold;
    padding: 0px 0px 12px 0px;
    text-transform:uppercase;
}

/** Global */
#global{
    width:1000px;
    height: auto;
    margin: 45px auto 0px auto;
    padding: 0px 0px 0px 0px;
    position:relative;
}

/** Bannière */
header{
    border: 0 solid #000000;
    display: block;
    height: 109px;
    margin:auto;
    position: relative;
    top: -45px;
    width: 900px;
}

header a.logo {
    left: 0px;
    position: absolute;
    top: 0px;
    font-size:12px;
    display:block;
    height: 56px;
    width: 216px;
    background:url('../img/sprite.png') no-repeat left -223px;
}

    header  a.logo span{
        position: absolute;
        top:-2000px;
    }

header .panier-pdf {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: auto;
    padding: 9px 0px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 0;
    width: auto;
}

    header .panier-pdf  span.bouton:first-child {
        color: #555555;
        cursor: pointer;
        display: inline-block;
        font-size: 11px;
        height: 15px;
        margin-right: 10px;
        padding: 2px 5px;
        -moz-box-shadow: 0px 1px 1px #a5a5a5;
        -webkit-box-shadow: 0px 1px 1px #a5a5a5;
        -khtml-box-shadow: 0px 1px 1px #a5a5a5;
        box-shadow: 0px 1px 1px #a5a5a5;
        behavior: url(js/PIE/PIE.htc);
    }

    header .panier-pdf  span.bouton span.texte , span.texte {
        background-color:#ff3535;
        border:1 solid #ed1c24;
        color:#fff;
        padding:0 1px;
        font-size:10px;
        font-weight:bold;
        text-shadow:0 0px 0 #fff;
    }

/** Menu */
nav{
    width:900px;
    min-height:38px;
    height:auto;
    display:inline-block;
    position:relative;
    font-weight:bold;
    top:68px;
    z-index:10002!important;
    border:1px solid #b4c5cf;
}

    nav ul{
        display:inline-block;
        list-style: none;
        margin:0px 0px 0px 14px;
        position:relative;
    }

    nav ul li {
        float:left;
        display:inline;
        position:relative;
    }

    nav ul li  a, nav ul li  span{
        color:#616161;
        text-decoration:none;
        cursor: pointer;
    }

    nav a, nav span {
        display:inline-block;
        color:#616161;
        font-size: 14px;
        padding: 14px 36px 8px 0px;
        font-weight:normal;
        text-shadow: 0 0px 0px #fff;
    }

    nav span span {
            -webkit-transition: opacity linear .5s;
            -moz-transition: opacity linear .5s;
            -o-transition: opacity linear .5s;
            transition: opacity linear .5s;
    }

    nav span:hover span, nav span.on span {
            background: url("../img/sprite.png") no-repeat scroll -288px -8px transparent;
            -webkit-transition: opacity linear .5s;
            -moz-transition: opacity linear .5s;
            -o-transition: opacity linear .5s;
            transition: opacity linear .5s;
    }

    nav a:hover, nav span:hover, nav .active{
        color:#e53527;
        text-decoration:none;
        font-weight:normal;
        text-shadow: 0 1px 0px #fff;
    }

    nav dl{
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
    }

    nav dl dt{
        display: block;
        border-right: 0px solid #00588D;
        padding:2px;
        z-index:2040;
    }

    nav div.search {
        float:right;
        margin-top:7px;
    }

    nav div {
        float:left;
    }

    nav div a.contact  {
        color: #be3327;
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        margin-top:0px;
        text-shadow: 0 0 0 #FFFFFF;
        margin-right:7px;
        margin-left:8px;
        color:#be3327;
        font-size:14px;
        padding: 5px 10px;
        float:right;
    }

    input {
        border: 1px solid #bfbfbf;
        height:22px;
        padding:2px;
    }

    input[type="search"] {
        height:28px;
        padding:2px;
        float:left;
    }

    .input-shadow {
        -moz-box-shadow: inset 2px 2px 4px 0px #ddd;
        -webkit-box-shadow: inset 2px 2px 4px 0px #ddd;
        -o-box-shadow: inset 2px 2px 4px 0px #ddd;
        box-shadow: inset 2px 2px 4px 0px #ddd;
        filter:progid:DXImageTransform.Microsoft.Shadow(color=#ddd, Direction=134, Strength=4);
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        -khtml-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        behavior: url(js/PIE/PIE.htc);
        -webkit-transition: all .1s linear 0s;
        -moz-transition: all .1s linear 0s;
        -o-transition: all .1s linear 0s;
        transition: all .1s linear 0s;
    }

    .input-shadow:hover {
        -moz-box-shadow: inset 2px 2px 4px 0px #ffffff;
        -webkit-box-shadow: inset 2px 2px 4px 0px #ffffff;
        -o-box-shadow: inset 2px 2px 4px 0px #ffffff;
        box-shadow: inset 2px 2px 4px 0px #ffffff;
        filter:progid:DXImageTransform.Microsoft.Shadow(color=#ffffff, Direction=134, Strength=4);
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        -khtml-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        behavior: url(js/PIE/PIE.htc);
        -webkit-transition: all .2s linear 0s;
        -moz-transition: all .2s linear 0s;
        -o-transition: all .2s linear 0s;
        transition: all .2s linear 0s;
    }



    aside .input-shadow {
        -moz-box-shadow: inset 2px 2px 4px 0px #ddd;
        -webkit-box-shadow: inset 2px 2px 4px 0px #ddd;
        -o-box-shadow: inset 2px 2px 4px 0px #ddd;
        box-shadow: inset 2px 2px 4px 0px #ddd;
        filter:progid:DXImageTransform.Microsoft.Shadow(color=#ddd, Direction=134, Strength=4);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        behavior: url(js/PIE/PIE.htc);
        -webkit-transition: all .1s linear 0s;
        -moz-transition: all .1s linear 0s;
        -o-transition: all .1s linear 0s;
        transition: all .1s linear 0s;
        width:260px;
        color:#929292;
        font-weight:bold;
        margin-bottom:9px;
    }
    aside .input-shadow.error {
        color:#E53527;
        border:1px solid #E53527;
    }

    aside .input-shadow:hover {
        -moz-box-shadow: inset 2px 2px 4px 0px #ffffff;
        -webkit-box-shadow: inset 2px 2px 4px 0px #ffffff;
        -o-box-shadow: inset 2px 2px 4px 0px #ffffff;
        box-shadow: inset 2px 2px 4px 0px #ffffff;
        filter:progid:DXImageTransform.Microsoft.Shadow(color=#ffffff, Direction=134, Strength=4);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        behavior: url(js/PIE/PIE.htc);
        -webkit-transition: all .2s linear 0s;
        -moz-transition: all .2s linear 0s;
        -o-transition: all .2s linear 0s;
        transition: all .2s linear 0s;
        color:#000;
    }

textarea, select {
    border:0px;
    background:none;
    font-family: Arial, sans-serif;
    color:#929292;
    font-weight:bold;
    font-size:13px;
}

textarea:hover, select:hover {
    color:#000;
}

input[type="submit"] {
    background: url("../img/sprite.png") no-repeat scroll -262px -45px transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    cursor: pointer;
    height: 30px;
    margin-left: -4px;
    width: 34px;
}

input[type="submit"]:hover {
    background: url("../img/sprite.png") no-repeat scroll -262px -75px transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    cursor: pointer;
    height: 30px;
    margin-left: -4px;
    width: 34px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type="submit"] {
        background: url("../img/sprite.png") no-repeat scroll -262px -45px transparent;
    }

    input[type="submit"]:hover {
        background: url("../img/sprite.png") no-repeat scroll -262px -75px transparent;
    }
}


input[type="submit"].form {
    background: url("../img/sprite.png") no-repeat scroll -33px -106px transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    cursor: pointer;
    height: 52px;
    margin:0px;
    width: 265px;
    color:#f2720c;
}

input[type="submit"].form:hover {
    background: url("../img/sprite.png") no-repeat scroll -33px -161px transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    cursor: pointer;
    height: 52px;
    margin:0px;
    width: 265px;
    color:#f2720c;
}


/** Menu XL */

.menuxl {
    display:none;
    position:relative;
    width:100%;
/*    min-height:300px;*/
}

.menuxl ul, aside ul.siblings {
    margin:0 0 10px 0;
    padding:0px;
    list-style-type: none;
}

.menuxl ul{
    margin: 10px 0;
}

aside ul.siblings {
    margin-bottom:18px;
}

.menuxl ul li, aside ul.siblings li {
    clear:both;
    margin:0px;
    padding:0px;
}

.menuxl ul li a, aside ul.siblings li a{
    background: url("../img/sprite.png") no-repeat scroll -290px -15px transparent;
    -webkit-transition: opacity linear .5s;
    -moz-transition: opacity linear .5s;
    -o-transition: opacity linear .5s;
    transition: opacity linear .5s;
}

.menuxl ul li a:hover, aside ul.siblings li a:hover, aside ul.siblings li span{
    color: #222222;
    background: url("../img/sprites.png") no-repeat scroll -4px -73px transparent;
    -webkit-transition: opacity linear .5s;
    -moz-transition: opacity linear .5s;
    -o-transition: opacity linear .5s;
    transition: opacity linear .5s;
}

/*.menuxl .first ul li a {
    background-image: none;
}*/

.menuxl ul li a, .menuxl ul li span, aside ul.siblings li a, aside ul.siblings li span {
    font-size: 12px;
    padding: 0 0 0 10px;
    width: 245px;
    color:#666666;
    height: 16px;
}

.menuxl article {
    min-height:270px;
    margin:18px 0 12px 0;

}

.menuxl.menuxl3 section.sousmenu div article {
    margin: 0;
}

.menuxl .menuxl-intro {
    border-left: 1px solid #B4C5CF;
    margin: 18px 0;
    padding-top: 35px;
}
    .menuxl .menuxl-intro article {
        min-height: 210px;
    }

.menuxl .menuxl-onglet {
    float:left;
    border-left: 1px solid #F2720C;
    margin: 18px 0;
}

    .menuxl .menuxl-onglet article {
        margin: 0;
        min-height: 210px;
    }

        .menuxl .menuxl-onglet ul {
            margin-top: 0;
        }



    .menuxl article.first ul {
        display:block;
        width:100%;

    }

        .menuxl article.first ul li{
            display:block;
            width:100%;
            left:-6px;
            height: 24px;
        }

            .menuxl article.first ul li span{
                display:block;
                width:269px;
                color:#f2720c;
                text-shadow:0 0 0;
                -webkit-transition: all .2s linear 0s;
                -moz-transition: all .2s linear 0s;
                -o-transition: all .2s linear 0s;
                transition: all .2s linear 0s;
                padding:4px 12px 4px 6px;
            }

            .menuxl article.first ul li span:hover, .menuxl article.first ul li span.on{
                -webkit-transition: all .1s linear 0s;
                -moz-transition: all .1s linear 0s;
                -o-transition: all .1s linear 0s;
                transition: all .1s linear 0s;
                background-color:#f2720c;
                color:#fff;
                text-shadow:0 0 0;
            }

                .menuxl article.first ul li span strong{
                    width:269px;
                    height:16px;
                }


    .menuxl article div.last {
        margin:-11px -11px 0 0;
        background-color:#fff;
        padding:11px;
    }

    .menuxl h2 a, .menuxl h2 a span {
        padding:0px;
    }

/** Partie Centrale */

#content{
    width:1000px;
    height:auto;
    padding: 0 0;
    position:relative;
    display: block;
    margin-top:-98px;
    min-height:400px;
}

section ul li {
    padding:0px;
    line-height:16px;
}

section a{
    text-decoration: none;
    color:#f2720c;
    text-shadow: 0 1px 1px #fff;
}

section a:hover{
    color:#E53527;
    text-decoration:none;
    text-shadow: 0 1px 1px #fff;
}

section article {
    position:relative;
    display: block;
    margin-top:6px;
}

section article p{
    display:block;
    font-size:12px;
}

section article ul{
    margin:0 0 9px 0;
    padding:0px;
    list-style-position: inside;
}

section article ul li{
    margin:0px;
    padding:0px;
}

section article ol{
    list-style-position: inside;
}

section article figure {
    float:right;
    padding:0;
    margin:0;
}

section article figure img{
    display:block;
    width:110px;
    height:110px;
    padding:0;
    margin:0;
}

section article .ariane{
    border-top:1px solid #b4c5cf;
    border-bottom:1px solid #b4c5cf;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -ms-border-radius: 0px;
        behavior: url(js/PIE/PIE.htc);
    color: #9BA4B0;
    display: block;
    min-height: 38px;
    left: -18px;
    margin: 0;
    padding-left: 20px;
    text-align: left;
    width: 580px;
}

.ariane ul.sousgamme li a{
    float:none;
    max-width: none;
}


/** Gauche */
section{
    width:900px;
    position:relative;
    display: block;
    padding:0px;
    margin:0px auto 11px auto;
    background-color:#fafcfd;
}

section.sousmenu article .typeh1 {
    display: block;
    padding:0px;
    color:#e53527;
    margin:0px 0 16px 0;
    font-size:16px;
    position:relative;
}

section.sousmenu h2 {
    display: block;
    padding:0px 18px;
    color:#616161;
    margin:0 0 16px;
    font-size:16px;
    position:relative;
}

section.sousmenu article .intro {
    float: none;
    display:inline-block;
    padding:10px;
    width:244px;
    background-color:#f2720c;
    margin: 0 0 10px;
}

    section.sousmenu article .intro p {
        color:#f4f4d4;
    }

/** Accueil */

section.accueil article, section.sousmenu article {
    width:263px;
    display: block;
    float:left;
    padding:0 18px;
    margin:18PX 0px;
    min-height:240px;
    border-left:1px solid #b4c5cf;
}

section.sousmenu article.menu-widget{
    padding:0;
}

.menuxl.menuxl3 section.sousmenu article {
    border:none;
}

.menuxl.menuxl3 section.sousmenu article.first {
/*    border-right:1px solid #b4c5cf;*/
    border-left:none;
}

section.accueil article:first-child, section.sousmenu article:first-child {
    border-left:0px solid #000;
}

section.accueil article p, aside p {
    display:inline;
}


section.accueil article figure, section.sousmenu article figure, aside figure {
    height:76px;
    float: none;
    padding:0px;
    margin:0px 0px 20px 0px;
}

section.accueil article figure img, section.sousmenu article figure img, aside figure img {
    width:264px;
    height:76px;
    display: block;
    padding:0px;
    margin:0px;
    /*background-color:#a1a1a1;*/
}

section.accueil article h2 a, .menuxl h2 a, aside h2 a {
    display: block;
    padding:0px;
    color:#616161;
    margin:0px 0 16px 0;
    font-size:16px;
    position:relative;
}

section.accueil article h2 a span, .menuxl h2 a span, aside h2 a span {
    -webkit-transition: opacity linear .5s;
    -moz-transition: opacity linear .5s;
    -o-transition: opacity linear .5s;
    transition: opacity linear .5s;
}

section.accueil article h2 a:hover, .menuxl h2 a:hover, aside h2 a:hover {
    color:#E53527;
}

section.accueil article h2 a:hover span, .menuxl h2 a:hover span, aside h2 a:hover span {
    background: url("../img/sprite.png") no-repeat scroll -290px -33px transparent;
    -webkit-transition: opacity linear .5s;
    -moz-transition: opacity linear .5s;
    -o-transition: opacity linear .5s;
    transition: opacity linear .5s;
}



/* PAGE */

section.page article {
    width:564px;
    display: block;
    float:left;
    padding:18px 18px;
    margin:0px 0px;
    min-height:240px;
    background-color:#fff;
    -moz-box-shadow: 5px 3px 5px #cfcfcf;
    -webkit-box-shadow: 5px 3px 5px #cfcfcf;
    -khtml-box-shadow: 5px 3px 5px #cfcfcf;
    box-shadow: 5px 3px 5px #cfcfcf;
    border-radius: 0px 0px 0px 10px;
    -moz-border-radius: 0px 0px 0px 10px;
    -webkit-border-radius: 0px 0px 0px 10px;
    -khtml-border-radius: 0px 0px 0px 10px;
    -ms-border-radius: 0px 0px 0px 10px;
    behavior: url(js/PIE/PIE.htc);
}

section.page article figure {
    /*width:264px;*/
    /*min-height:162px;*/
    float: none;
    padding:0px;
    margin:0px 0px 18px 0px;
}

section.page article figure img {
    width:564px;
/*    min-height:162px;*/
    display: block;
    padding:0px;
    margin:0px;
    /*background-color:#E53527;*/
}

section.page article figure.prod {
    float:left;
    margin:0px 18px 18px 0px;
}


section.page article figure.prod img {
    width:264px;
    height:auto;
    display: block;
    padding:0px;
    margin:0px;
}

section.page article figure.prod img.marque {
    width:120px;
}

section.page article figure.gamme {
/*    min-height:76px;*/
    float: none;
    padding:0px;
    margin:0px 0px 18px 0px;
}


section.page article figure.gamme img {
    width:564px;
    height:76px;
/*    min-height:76px;*/
    display: block;
    padding:0px;
    margin:0px;
}


section.page article figure.prod img.marque {
    max-width:264px;
    display: block;
    padding:0px;
    margin:0px;
}

section.page article h1 {
    display: block;
    padding:0px;
    color:#e53527;
    margin:0px 0 16px 0;
    font-size:18px;
    position:relative;
}

section.page article h2 {
    display: block;
    padding:0px;
    color:#222222;
    margin:0px 0 14px 0;
    font-size:14px;
    position:relative;
}

section.page article h2 .result .result-match {
    display: block;
    font-size:12px;
    margin-top: 5px;
    padding: 0 20px;
    color:#777777;
}

/*section.page article h2 .result strong{*/
    /*color:#f2720c;*/
/*}*/
/*section.page article h2 .result .result-match strong{*/
/*  font-weight: normal;*/
/*}*/

section ul.sousgamme  {
    padding:18px 0 18px 0;
    margin:0px;
    float:right;
    display:block;
    width:290px;
    border-left:1px solid #B4C5CF;
    list-style-type:none;
}

section ul.sousgamme  li {
    clear:both;
    margin:0px;
    margin: 0 5px 0 12px;
}

section  ul.sousgamme li a{
    background: url("../img/sprite.png") no-repeat scroll -290px -15px transparent;
    padding: 0 0 0 12px;
    -webkit-transition: opacity linear .5s;
    -moz-transition: opacity linear .5s;
    -o-transition: opacity linear .5s;
    transition: opacity linear .5s;
    font-weight:normal;
    display: inline-block;
}


section  ul.sousgamme li a:hover{
    background: url("../img/sprite.png") no-repeat scroll -290px -29px transparent;
    color:#222;
    -webkit-transition: opacity linear .5s;
    -moz-transition: opacity linear .5s;
    -o-transition: opacity linear .5s;
    transition: opacity linear .5s;
    font-weight:normal;
}

section.page article p, div.comment p{
    margin-bottom:9px;
}

section.page article div.comment p, section.page article div.comment ul li {
    color:#F2720C;
}

table.reference {
    width:100%;
    border-collapse:collapse;
}

table.reference tbody tr:first-child {
    border: 1px solid #CC3A2B;
}

table.reference th {
    background-color:#cc3a2b;
    color:#fff;
    padding:1px 4px;
    border-bottom:1px solid #222;
}

table.reference tr td {
    border-bottom:1px solid #222;
    border-left:1px solid #222;
    color:#222;
    padding:1px 4px;
    text-align:center;
}

table.reference tr td:last-child {
    border-right:1px solid #222;
}

table.reference tr td.b {
    background-color:#bfdbeb;
    text-align:left;
}

/**************************************/
/************** Droite ****************/

section aside{
    width:264px;
    display: block;
    float:left;
    padding:18px 18px;
    margin:0px 0px;
    min-height:240px;
    -moz-box-shadow: inset 3px 5px 5px #cfcfcf;
    -webkit-box-shadow: inset 3px 5px 5px #cfcfcf;
    -khtml-box-shadow: inset 3px 5px 5px #cfcfcf;
    box-shadow: inset 3px 5px 5px #cfcfcf;
    behavior: url(js/PIE/PIE.htc);
}


section aside .ariane{
    border-bottom:1px solid #b4c5cf;
    border-left:1px solid #b4c5cf;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -ms-border-radius: 0px;
    behavior: url(js/PIE/PIE.htc);
    color: #9BA4B0;
    display: block;
    height: 38px;
    left: -18px;
    margin: 0;
    padding-left: 20px;
    text-align: left;
    top: -18px;
    width: 279px;
}


section aside ul.siblings li a, section aside ul.siblings li span{
    clear:both;
    margin: 0 5px 0 0;
    -webkit-transition: opacity linear .5s;
    -moz-transition: opacity linear .5s;
    -o-transition: opacity linear .5s;
    transition: opacity linear .5s;
}

/*section aside ul.siblings li span{
    padding:0px;
}*/

section aside ul.siblings li a,
section aside ul.siblings li span{
    display: inline-block;
    font-size:12px;
    color:#666666;
}

section aside ul.siblings li a:hover, section aside ul.siblings li span
{
    color:#222;
}

/**************************************/
/************** Footer ****************/
footer{
    width:100%;
    min-height:201px;
    background-color:#262626;
    position:relative;
    float:left;
    display:inline;
    color:#b4b3b3;
    padding-bottom: 40px;
}

footer section{
    width:864px;
    height:auto;
    position:relative;
    border-bottom:1px solid #000;
    margin:0px auto 0px auto ;
    padding:25px 18px 14px 18px;
    background-color:#262626;
    font-size:12px;
}

footer section p {
    display:inline-block;
    float:left;
}

footer section p:first-child {
    width:182px;
    min-height:45px;
    margin-right:18px;
}

footer section p:last-child {
    max-width:150px;
    min-height:45px;
}


footer section.bis{
    width:900px;
    height:auto;
    position:relative;
    border-bottom:0px solid #000;
    margin:0px auto;
    padding:0px;
}

footer section article {
    width:114px;
    display: block;
    float:left;
    padding:0px;
    margin:12px 18px 0 18px;
    min-height:auto;
}

footer article ul {
    list-style: none;
    margin:0px;
    padding: 0px;
}

footer article ul li{
    margin:0px;
    padding: 0px;
}

footer a {
    color:#b4b3b3;
    text-shadow:0px 0px 0px;
    font-weight:normal;
}

footer a:hover {
    text-shadow:0px 1px 0px #000;
    font-weight:normal;
}

footer .copyright {
    display:block;
    position:absolute;
    right:70px;
    bottom:5px;
    font-size:10px;
    color:#333333;
}

footer .copyright a{
    text-decoration:none;
    color:#333333;
}


/** Bouton */

.bouton {
    display: inline-block;
    padding:6px 5px;
    color:#555555;
    font-size:11px;
    cursor:pointer;
    -moz-box-shadow: 0px 1px 1px #a5a5a5;
    -webkit-box-shadow: 0px 1px 1px #a5a5a5;
    -khtml-box-shadow: 0px 1px 1px #a5a5a5;
    box-shadow: 0px 1px 1px #a5a5a5;
    behavior: url(js/PIE/PIE.htc);
}

.bouton:hover {
    -moz-box-shadow: 0px 1px 2px #000;
    -webkit-box-shadow: 0px 1px 2px #000;
    -khtml-box-shadow: 0px 1px 2px #000;
    box-shadow: 0px 1px 2px #000;
    behavior: url(js/PIE/PIE.htc);
    text-shadow:0 1px 0 #fff;
}



/** Ariane */

.ariane {
    display:block;
    height:39px;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -khtml-border-radius: 10px 10px 0px 0px;
    -ms-border-radius: 10px 10px 0px 0px;
    behavior: url(js/PIE/PIE.htc);
    text-align:left;
    padding-left:20px;
    margin:0px;
        color:#9ba4b0;
    border-bottom:1px solid #b4c5cf;
}

    .ariane.ariane1 a, .ariane.ariane1 span{
        max-width:680px;
    }
    .ariane.ariane2 a, .ariane.ariane2 span{
        max-width:340px;
    }
    .ariane.ariane3 a, .ariane.ariane3 span{
        max-width:510px;
    }
    .ariane.ariane4 a, .ariane.ariane4 span{
        max-width:170px;
    }

    .ariane a, .ariane span{
        float:left;
        color:#9ba4b0;
        text-decoration:none;
        font-weight:bold;
        padding:14px 20px 0 0px;
        height:16px;
        margin-right:10px;
        position:relative;
        max-width:195px;
    }

    .ariane a:hover, .ariane span:hover{
        color:#E53527;
        text-decoration:none;
        font-weight:bold;
    }

    .ariane a span, .ariane span span {
        position:absolute;
        display:inline-block;
        height:39px;
        width:12px;
        background: url("../img/sprite.png") no-repeat scroll -178px 0px transparent;
        padding:0px;
        margin:0px;
        top:0px;
        right:0px;
    }

    .ariane a span.home {
        position:absolute;
        display:inline-block;
        height:14px;
        width:14px;
        background: url("../img/sprite.png") no-repeat scroll -194px 0px transparent;
        padding:0px;
        margin:0px;
        top:13px;
        left:0px;
        -webkit-transition: opacity linear .5s;
        -moz-transition: opacity linear .5s;
        -o-transition: opacity linear .5s;
        transition: opacity linear .5s;
    }

    .ariane a span.home:hover {
        background: url("../img/sprite.png") no-repeat scroll -194px -15px transparent;
        -webkit-transition: opacity linear .5s;
        -moz-transition: opacity linear .5s;
        -o-transition: opacity linear .5s;
        transition: opacity linear .5s;
    }

    .ariane a span.folder {
        position:absolute;
        display:inline-block;
        height:14px;
        width:15px;
        background: url("../img/sprite.png") no-repeat scroll -235px -30px transparent;
        padding:0px;
        margin:0px;
        top:13px;
        left:0px;
        -webkit-transition: opacity linear .5s;
        -moz-transition: opacity linear .5s;
        -o-transition: opacity linear .5s;
        transition: opacity linear .5s;
    }

    .ariane span{
        float:left;
        color:#687281;
        text-decoration:none;
        font-weight:bold;
        padding:14px 20px 0 0px;
        height:16px;
        margin-right:10px;
        position:relative;
    }


/** Spec */

    .pdf {
        background:url('../img/sprite.png') no-repeat -218px 0px;
        display:inline-block;
        width:13px;
        height:15px;
    }

    .catalogue {
        background: url("../img/sprite.png") no-repeat scroll -176px -45px transparent;
        display: inline-block;
        height: 32px;
        width: 32px;
    }


    .uk, .gb, .en {
        background:url('../img/sprite.png') no-repeat -268px  -1px;
        display: inline-block;
        height: 12px;
        margin-right: 4px;
        width: 17px;
    }

    .fr {
        background:url('../img/sprite.png') no-repeat -268px  -12px;
        display: inline-block;
        height: 12px;
        margin-right: 4px;
        width: 17px;
    }

    .fleche-bouton {
        background: url("../img/sprite.png") no-repeat scroll -218px -18px transparent;
        display: inline-block;
        height: 12px;
        position: absolute;
        right: -13px;
        top: 4px;
        width: 13px;
    }

    .fleche-droite {
        background: url("../img/sprite.png") no-repeat scroll -290px  -19px transparent;
        display: inline-block;
        height: 9px;
        right: 12px;
        top: 18px;
        width: 5px;
    }

    .fleche-bas {
        background: url("../img/sprite.png") no-repeat scroll -288px -1px transparent;
        display: inline-block;
        float: right;
        height: 8px;
        position: absolute;
        right: 22px;
        top: 20px;
        width: 10px;
        padding:0px;
    }

.diapohome{
    margin:0;
    height:400px;
    width:1000px;
    overflow:hidden;
    position:relative;
    display:block;
}

    .diapohome ul{
        position:relative;
        height:400px;
        margin:0;
        padding:0;
        list-style:none;
        display:block;
    }

        .diapohome ul li{
            float:left;
            margin:0;
            padding:0;
            list-style:none;
            display:block;
            margin:0;
            height:400px;
            width:1000px;
            overflow:hidden;
        }

/*            .diapohome ul li p, .diapohome ul li img{
                position: absolute;
            }*/

.widgets-diaporama{
    margin:0;
    height:400px;
    overflow:hidden;
}

    .widgets-diaporama ul{
        position:relative;
        margin:0;
        padding:0;
        list-style:none;
        display:block;
    }

        .widgets-diaporama ul li{
            float:left;
            margin:0;
            padding:0;
            list-style:none;
            display:block;
            margin:0;
            width:264px;
        }

.diapohome-buttons {
    position: absolute;
    top: 348px;
    left: 50%;
    height: 10px;
    z-index: 10001;
}
    .diapohome-buttons ul{
        list-style:none;
        height: 10px;
    }

        .diapohome-buttons ul li {
            list-style:none;

            background-color: #555;
            opacity : 0.5;
            filter  : alpha(opacity=50);
            float: left;
            height: 10px;
            margin-right: 6px;
            width: 32px;
            cursor: pointer;

            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -khtml-border-radius: 5px;
            -ms-border-radius: 5px;

            -webkit-box-shadow: 2px 2px 1px #000000 inset;
            -moz-box-shadow: 2px 2px 1px #000000 inset;
            -o-box-shadow: 2px 2px 1px #000000 inset;
            box-shadow: 2px 2px 1px #000000 inset;

            behavior: url(js/PIE/PIE.htc);
        }

        .diapohome-buttons ul li.diapocurrent {
            background-color: #fff;

            opacity : 0.8;
            filter  : alpha(opacity=80);

            -webkit-box-shadow: 1px 1px 1px #000000 inset;
            -moz-box-shadow: 1px 1px 1px #000000 inset;
            -o-box-shadow: 1px 1px 1px #000000 inset;
            box-shadow: 1px 1px 1px #000000 inset;

            -webkit-transition: opacity linear .5s;
            -moz-transition: opacity linear .5s;
            -o-transition: opacity linear .5s;
            transition: opacity linear .5s;

            behavior: url(js/PIE/PIE.htc);
        }


body.home #content section{
    z-index: 50000;
}
body.home header{
    z-index: 60000;
}


.diapo {
    margin:0px 0px 0px 0px;
    height:120px;
    width:1000px;
}

.ombre {
    box-shadow: 0px 0px 6px #666;
    -moz-box-shadow: 0px 0px 6px #666;
    -webkit-box-shadow: 0px 0px 6px #666;
    -khtml-box-shadow: 0px 0px 6px #666;
    behavior: url(js/PIE/PIE.htc);
}

.arrondi {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -ms-border-radius: 6px;
    behavior: url(js/PIE/PIE.htc);
}

.arrondi.open {
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -khtml-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    behavior: url(js/PIE/PIE.htc);
}

.arrondiplus {
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -khtml-border-radius: 14px;
    -ms-border-radius: 14px;
    behavior: url(js/PIE/PIE.htc);
}

.degrade_blanctobleuciel{
    background: #ebf3f7;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ebf3f7));
    background: -webkit-linear-gradient(#ffffff, #ebf3f7);
    background: -moz-linear-gradient(#ffffff, #ebf3f7);
    background: -ms-linear-gradient(#ffffff, #ebf3f7);
    background: -o-linear-gradient(#ffffff, #ebf3f7);
    background: linear-gradient(#ffffff, #ebf3f7);
    -pie-background: linear-gradient(#ffffff, #ebf3f7);
    behavior: url(js/PIE/PIE.htc);
    position:relative;
}

.degrade_grisclair {
    background: #ececec;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ececec));
    background: -webkit-linear-gradient(#ffffff, #ececec);
    background: -moz-linear-gradient(#ffffff, #ececec);
    background: -ms-linear-gradient(#ffffff, #ececec);
    background: -o-linear-gradient(#ffffff, #ececec);
    background: linear-gradient(#ffffff, #ececec);
    -pie-background: linear-gradient(#ffffff, #ececec);
    behavior: url(js/PIE/PIE.htc);
    position:relative;
}

.degrade_grisclair_invert {
    background: #ececec;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ececec), to(#ffffff));
    background: -webkit-linear-gradient(#ececec, #ffffff);
    background: -moz-linear-gradient(#ececec, #ffffff);
    background: -ms-linear-gradient(#ececec, #ffffff);
    background: -o-linear-gradient(#ececec, #ffffff);
    background: linear-gradient(#ececec, #ffffff);
    -pie-background: linear-gradient(#ececec, #ffffff);
    behavior: url(js/PIE/PIE.htc);
    position:relative;
}

.degrade_gris {
    background: #ededed;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ededed));
    background: -webkit-linear-gradient(#ffffff, #ededed);
    background: -moz-linear-gradient(#ffffff, #ededed);
    background: -ms-linear-gradient(#ffffff, #ededed);
    background: -o-linear-gradient(#ffffff, #ededed);
    background: linear-gradient(#ffffff, #ededed);
    -pie-background: linear-gradient(#ffffff, #ededed);
    behavior: url(js/PIE/PIE.htc);
    position:relative;
}

.sautdeligne {
    clear:both;
}


/* Modification Thomas */

.translucide {
    opacity : 0.5;
    filter  : alpha(opacity=50);
}

footer section .description {
    float: left;
    max-width:460px;
}

footer section .description p {
    max-width:460px;
    margin-right:18px;
    width: auto;
    float: none;
}

.catalogue-element{
    background-color:#fff;
    border:1px solid #b8c8d2;
    display:block;
    margin-bottom:9px;
    width:564px;
    height:40px;
    padding:0px;
    cursor:pointer;
/*    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;*/
}
.catalogue-element:hover{
/*    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;*/
    -webkit-box-shadow: #777777 0px 2px 3px;
    -moz-box-shadow: #777777 0px 2px 3px;
    box-shadow: #777777 0px 2px 3px;
}
    .catalogue-element div{
        width:524px;
    }

    .catalogue-element h5{
        font-size:12px;
        color:#e53527;
        margin-left:60px;
        padding-top:12px;
    }

    .catalogue-element img{
        max-width:53px;
        max-height:40px;
        display:block;
        float:left
    }

    .catalogue-element .croix{
        width:40px;
        height:40px;
        float:right;
        background:url(../img/croix.png) no-repeat 11px 9px;
        -webkit-transition:none;
        -moz-transition:none;
        -o-transition:none;
        transition:none;
    }

    .catalogue-element .croix:hover{
        background:url(../img/croix.png) no-repeat 11px -41px;
        -webkit-transition:none;
        -moz-transition:none;
        -o-transition:none;
        transition:none;
    }






/****************************************/
/*************** PARALLAX ****************/

#sequence {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    behavior: url(js/PIE/PIE.htc);
}


#sequence {
    height: 400px;
    width: 1000px;
    margin: -15px 0 auto;
    position: relative;
    background:url("../img/fond-top.jpg") repeat-x scroll 0 -57px;
}

#sequence ul li {
    list-style:none;
}

.info1,.info2,.info3,.info4 {
    color: white;
    position: absolute;
    /*text-transform: uppercase;*/
}

.info1 {
    width: 1000px;
    height: 400px;

    top:0;
    left: 1000px;

    z-index:10;
}

    .animate-in .info1 {
        top: 0;
        left: 0;

        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        -ms-transition-duration: 1s;
        transition-duration: 1s;
        behavior: url(js/PIE/PIE.htc);
    }

    .animate-out .info1 {
        top:0;
        left:1000px;

        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        -ms-transition-duration: 1s;
        transition-duration: 1s;
        behavior: url(js/PIE/PIE.htc);
    }

.info2 {
    width: 1000px;
    height: 400px;

    top:0;
    left: -1000px;

    z-index:20;
}

    .animate-in .info2 {
        top: 0;
        left: 0;

        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        -ms-transition-duration: 1s;
        transition-duration: 1s;
        behavior: url(js/PIE/PIE.htc);
    }

    .animate-out .info2 {
        top: 0;
        left: -1000px;

        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        -ms-transition-duration: 1s;
        transition-duration: 1s;
        behavior: url(js/PIE/PIE.htc);
    }

.info3 {
    width: 800px;
    height: 25px;

    left: 37px;
    top: -100px;

    font-size: 16px;
    font-weight: bold;
    z-index:30;
}

    .animate-in .info3 {
        left: 37px;
        top: 270px;
        -webkit-transition-duration: 2.5s;
        -moz-transition-duration: 2.5s;
        -o-transition-duration: 2.5s;
        -ms-transition-duration: 2.5s;
        transition-duration: 2.5s;
        behavior: url(js/PIE/PIE.htc);
    }

    .animate-out .info3 {
        left: 37px;
        top: 500px;

        -webkit-transition-duration: 2s;
        -moz-transition-duration: 2s;
        -o-transition-duration: 2s;
        -ms-transition-duration: 2s;
        transition-duration: 2s;
        behavior: url(js/PIE/PIE.htc);
    }

.info4 {
    width: 800px;
    height: 25px;

    left: 37px;
    top: -80px;

    font-size: 20px;
    font-weight: bold;
    z-index:30;
}

    .animate-in .info4 {
        left: 37px;
        top: 290px;

        -webkit-transition-duration: 2.5s;
        -moz-transition-duration: 2.5s;
        -o-transition-duration: 2.5s;
        -ms-transition-duration: 2.5s;
        transition-duration: 2.5s;
        behavior: url(js/PIE/PIE.htc);
    }

    .animate-out .info4 {
        left: 37px;
        top: 520px;

        -webkit-transition-duration: 2s;
        -moz-transition-duration: 2s;
        -o-transition-duration: 2s;
        -ms-transition-duration: 2s;
        transition-duration: 2s;
        behavior: url(js/PIE/PIE.htc);
    }
