html {
    height: 100%;
}

a {
    color: #EE5400;
    cursor: pointer;
}

    a:hover {
        text-decoration: underline;
    }

body {
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    /*font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    color: #2D2D2D;
}

div, ul, li {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

.fRight {
    float: right;
}

.fLeft {
    float: left;
}

.button {
    border: #D1D1D1 solid 1px;
    background: #fff;
    border-radius: 12px;
}

    .button:hover {
        border: #EE5400 solid 1px;
    }

    .button a {
        display: block;
    }

.hr {
    width: 100%;
    height: 2px;
    background: #D9D9D9;
    clear: both;
}

    .hr.main {
        height: 4px;
        background: #424242;
    }

    .hr.second {
        background: #fff;
    }

    .hr.sepContent {
        height: 2px;
        background: #2D2D2D;
    }

.solidbyte {
    text-transform: uppercase;
}

.small {
    font-size: 13px;
}

.allWidth {
    width: 100%;
}

.highlight {
    color: #EE5400;
}

.alignRight {
    text-align: right;
}

.emphase {
    text-align: center;
    margin: 30px;
}

ul.contentList {
    font-size: 13px;
    margin: 0;
    padding: 0;
}

    ul.contentList li {
        background: url("../img/solidbyte_bullet_sm.png") no-repeat 0px 6px;
        list-style-type: none;
        color: #2d2d2d;
        padding-left: 15px;
    }

        ul.contentList li.noBullet {
            background: none;
            list-style-type: none;
            color: #2d2d2d;
            font-size: 15px;
            padding-left: 0;
        }

.accueilSection ul.contentList li {
    font-size: 15px;
}

ul.floatList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.floatList li {
        float: left;
        margin: 0;
        padding: 0;
    }

ul.sideMenu {
    margin: 30px 20px;
    margin-left: 0;
    padding: 0;
    list-style-type: none;
    background: #ffffff;
    /*border-radius: 12px;*/
}

    ul.sideMenu li a {
        height: 80px;
        display: block;
    }

ul.innerMenu {
    height: 40px;
    margin: 0px 0px 0px 20px;
    padding: 0 10px 0;
    list-style-type: none;
    margin-top:15px;

    /*background: #ffffff; /* Old browsers */
  /* background: -moz-linear-gradient(top, #ffffff 0%, #cfcfcf 100%); /* FF3.6+ */*/ 
  /*  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */*/
  /*  background: -webkit-linear-gradient(top, #ffffff 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */*/
  /*  background: -o-linear-gradient(top, #ffffff 0%,#cfcfcf 100%); /* Opera 11.10+ */*/
  /* background: -ms-linear-gradient(top, #ffffff 0%,#cfcfcf 100%); /* IE10+ */*/ 
  /* background: linear-gradient(to bottom, #ffffff 0%,#cfcfcf 100%); /* W3C */*/ 
  /*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */*/
 }

    ul.innerMenu li {
        margin: 0;
        padding: 5px 20px 0;
        color: #5C5C5C;
        font-size: 15px;
        font-weight: normal;
        background: url("../img/sep_menu2.png") no-repeat center right;
        height: 37px;
    }

        ul.innerMenu li.empty {
            margin: 0;
            padding: 5px 0 0;
            color: #5C5C5C;
            font-size: 15px;
            font-weight: bold;
            background: url("../img/sep_menu2.png") no-repeat center right;
            height: 37px;
            width: 1px;
        }

        ul.innerMenu li:hover,
        ul.innerMenu li.active {
            /*background-color: #cfcfcf;*/ /* Old browsers */
            /* FF3.6+ */
            /* Chrome,Safari4+ */
            /* Chrome10+,Safari5.1+ */
            /* Opera 11.10+ */
            /* IE10+ */
            /*background-repeat: no-repeat;*/
            /*background-position: right top;*/
            color: #EE5400;
            /*background: #cfcfcf; /* Old browsers */*/
            /*background: -moz-linear-gradient(top, #cfcfcf 0%, #fff 100%);*/ /* FF3.6+ */
            /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#fff));*/ /* Chrome,Safari4+ */
            /*background: -webkit-linear-gradient(top, #cfcfcf 0%,#fff 100%);*/ /* Chrome10+,Safari5.1+ */
            /*background: -o-linear-gradient(top, #cfcfcf 0%,#fff 100%);*/ /* Opera 11.10+ */
            /*background: -ms-linear-gradient(top, #cfcfcf 0%,#fff 100%);*/ /* IE10+ */
            /*background: linear-gradient(to bottom, #cfcfcf 0%,#fff 100%);*/ /* W3C */
            /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#ffffff',GradientType=0 );*/ /* IE6-9 */
            /* IE6-9 */

        }

        ul.innerMenu li:last-child {
        background: none;
        padding-right: 0;
        }
        ul.innerMenu li:first-child {
        background: none;
        padding-left: 0;
        }

        ul.innerMenu li a {
            color: #5C5C5C;
            text-decoration: none;
            height: 37px;
            display: block;
        }

            ul.innerMenu li a:hover,
            ul.innerMenu li.active a {
                color: #EE5400;
                text-decoration: none;
            }

/**/
dd {
    font-size: 13px;
}

dt {
    font-size: 15px;
    font-weight: bold;
    margin-top: 25px;
}

    dt:first-child {
        margin-top: 0;
    }

.contentList dd {
    background: url("../img/solidbyte_bullet_sm.png") no-repeat 0px 6px;
    padding-left: 15px;
}

.subNav dt {
    text-transform: uppercase;
    background: url("../img/solidbyte_bullet_l.png") no-repeat 0px 0;
    list-style-type: none;
    color: #2d2d2d;
    font-size: 15px;
    line-height: 19px;
    padding-left: 15px;
}

.subNav dd {
    font-size: 13px;
    line-height: 19px;
}


ul.twoCols li {
    width: 48%;
    float: left;
    padding-right: 20px;
}

ul.oneCol li {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 24px;
    padding-right: 20px;
}

.sectionAccueil ul.twoCols li {
    margin-bottom: 24px;
    font-size: 15px;
}

.contactExpertFr {
    border: 2px solid grey;
    margin: 10px 0px 0px 50px;
    display:inline-block;
    padding:0px 15px 0px 15px;
    min-width:900px;
}
.contactExpert {
    border: 2px solid grey;
    margin: 10px 0px 0px 50px;
    display:inline-block;
    padding:0px 15px 0px 15px;
    min-width:880px;
}
.topSection {
    width: 100%;
    height:102px;
    text-align: center;
}

.mainSection {
    width: 100%;
    min-height: 100%;
    text-align: center;
}

.subNav {
    width: 250px;
    border-left: #C6C6C6 solid 1px;
    margin: 30px 0;
    padding: 0 2px;
}

.bottomNav {
    height: 39px;
    background: #404040;
    text-transform: uppercase;
}

.contentHold {
    width: 1028px;
    margin: auto;
    text-align: left;
    height: 100%;
    background: #FFFFFF;
    position: relative;
    /*-moz-box-shadow: 0px 0px 35px #3E3E3E;
    -webkit-box-shadow: 0px 0px 35px #3E3E3E;
    box-shadow: 0px 0px 35px #3E3E3E;*/
}

.topBkg {
    /*background: #696969;*/ /* Old browsers */
    /*background: -moz-linear-gradient(top, #696969 0%, #5a5a5a 54%, #464646 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#696969), color-stop(54%,#5a5a5a), color-stop(100%,#464646));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #696969 0%,#5a5a5a 54%,#464646 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #696969 0%,#5a5a5a 54%,#464646 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #696969 0%,#5a5a5a 54%,#464646 100%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom, #696969 0%,#5a5a5a 54%,#464646 100%);*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#696969', endColorstr='#464646',GradientType=0 );*/ /* IE6-9 */
    /*background-repeat: repeat-x;*/
    background: #ffffff;
}

.topMenuBkg {
    /*background: #444444;*/ /* Old browsers */
    /*background: -moz-linear-gradient(top, #444444 0%, #2d2d2d 33%, #181818 78%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(33%,#2d2d2d), color-stop(78%,#181818));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #444444 0%,#2d2d2d 33%,#181818 78%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #444444 0%,#2d2d2d 33%,#181818 78%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #444444 0%,#2d2d2d 33%,#181818 78%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom, #444444 0%,#2d2d2d 33%,#181818 78%);*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#181818',GradientType=0 );*/ /* IE6-9 */
    /*background-repeat: repeat-x;*/
    background: #ffffff;
    padding-right:20px;
}

.mainBkg {
    /*background: #dddddd;*/ /* Old browsers */
    /*background: -moz-linear-gradient(top, #dddddd 0%, #edecec 33%, #f1f1f1 55%, #ffffff 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(33%,#edecec), color-stop(55%,#f1f1f1), color-stop(100%,#ffffff));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #dddddd 0%,#edecec 33%,#f1f1f1 55%,#ffffff 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #dddddd 0%,#edecec 33%,#f1f1f1 55%,#ffffff 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #dddddd 0%,#edecec 33%,#f1f1f1 55%,#ffffff 100%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom, #dddddd 0%,#edecec 33%,#f1f1f1 55%,#ffffff 100%);*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );*/ /* IE6-9 */
    /*background-repeat: repeat-x;*/
    background: #ffffff;
}

#background {
    position: absolute;
    top: 102px;
    left: 0px;
    width: 100%;
    height: 356px;
    /*background-color: #d5e1e5;*/
    padding:0px !Important;
    margin:0px !Important;
}

/*.sousMenu {
    background: #434343;
    height: 35px;
    width: 100%;
    position: relative;
    top: 75px;
    z-index: 999;
}*/

.sectionAccueil,
.sectionInterne {
    width: 752px;
}

.logoFr {
    background: url("../img/fr/logo_SolidByte2.jpg") no-repeat center;
    width: 224px;
    height: 64px;
    float: left;

}

.logoEn {
    background: url("../img/en/logo_SolidByte2.jpg") no-repeat center;
    width: 224px;
    height: 64px;
    float: left;
}

.topNav {
    /*color: #9D9D9D;*/
    color: #404040;
}

ul.floatList.topNav li a {
    /*color: #9D9D9D;*/
    color: #404040;
    text-decoration: none;
    display: block;
    height: 102px;
    /*font-size: 19px;*/
    font-size: 16px;
    font-weight: bold;
}

ul.floatList.topNav li {
    /*padding: 0 14px;*/
    padding: 0 20px;
    height: 102px;
    line-height: 102px;
    vertical-align: middle;
    background: url("../img/sep_menu2.png") no-repeat right center;
}

    ul.floatList.topNav li:last-child {
        background: none;
        padding-right: 0;
    }

    ul.floatList.topNav li:hover,
    ul.floatList.topNav li.active {
        /*background-color: #1a1a1a;*/ /* Old browsers */
        /* FF3.6+ */
        /* Chrome,Safari4+ */
        /* Chrome10+,Safari5.1+ */
        /* Opera 11.10+ */
        /* IE10+ */
        color: #ee5400;
        /*background-repeat: no-repeat;*/
        /*background-image: url("../img/selecteur_menu.png"),url("../img/sep_menu.png"), linear-gradient(to bottom, #1a1a1a 2%,#242424 23%,#313131 45%,#444444 99%);*/ /* W3C */
        /* IE6-9 */
    }

        /*ul.floatList.topNav li.dropDown:hover {*/
        /*background-color: #1a1a1a;*/ /* Old browsers */
        /* FF3.6+ */
        /* Chrome,Safari4+ */
        /* Chrome10+,Safari5.1+ */
        /* Opera 11.10+ */
        /* IE10+ */
        /*background-repeat: no-repeat;*/
        /*background-image: url("../img/selecteur_menu_down.png"),url("../img/sep_menu.png"), linear-gradient(to bottom, #1a1a1a 2%,#242424 23%,#313131 45%,#444444 99%);*/ /* W3C */
        /* IE6-9 */
        /*}*/

        ul.floatList.topNav li:hover a,
        ul.floatList.topNav li.active a {
            /*color: #fff;*/
            color: #ee5400;
        }

    ul.floatList.topNav li:last-child:hover {
        /*background-color: #1a1a1a;*/ /* Old browsers */
        /* FF3.6+ */
        /* Chrome,Safari4+ */
        /* Chrome10+,Safari5.1+ */
        /* Opera 11.10+ */
        /* IE10+ */
        /*background-repeat: no-repeat;*/
        /*background-position: center bottom;*/
        /*background-image: url("../img/selecteur_menu.png"), linear-gradient(to bottom, #1a1a1a 2%,#242424 23%,#313131 45%,#444444 99%);*/ /* W3C */
        /* IE6-9 */
        background: #ffffff;
    }

.menuDetails {
    width: 1028px;
    height: 36px;
    position: absolute;
    top: 75px;
    left: 0;
    background: #434343;
    z-index: 9;
    margin: Auto;
}

ul.floatList.topNav div.menuDetails {
    display: none;
}

ul.floatList.topNav ul {
    display: none;
}


ul.floatList.middleNav {
    color: #9D9D9D;
    width: auto;
    margin: auto;
    height: 35px;
    overflow: hidden;
    position: absolute;
}

    ul.floatList.middleNav li a {
        color: #9D9D9D;
        text-decoration: none;
        height: 35px;
    }

ul.floatList.topNav li:hover .middleNav a {
    color: #9D9D9D;
}

    ul.floatList.topNav li:hover .middleNav a:hover {
        color: #fff;
    }

ul.floatList.middleNav li {
    padding: 0 14px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    background: url("../img/sep_menu.png") no-repeat right center;
}

    ul.floatList.middleNav li:last-child {
        background: none;
    }

    ul.floatList.middleNav li:hover {
        background: url("../img/sep_menu.png") no-repeat right center;
    }

    ul.floatList.middleNav li:last-child:hover {
        background: none;
    }


ul.floatList.topNav li:hover > .menuDetails,
ul.floatList.topNav li:hover > ul {
    display: block;
}

    ul.floatList.topNav li:hover > ul li {
        font-size: 14px;
        font-weight: normal;
    }

ul li.location {
    background: url("../img/ico_location.png") no-repeat left center;
    padding-left: 30px;
}

ul li.cell {
    background: url("../img/ico_cell.png") no-repeat left center;
    padding-left: 30px;
}

ul li.ordi {
    background: url("../img/ico_ordi.png") no-repeat left center;
    padding-left: 30px;
}

.highlightHold {
    /*background: #D4D4D4 url("../img/highlight_bkg.jpg") repeat-x;*/
    background: #d5e1e5;
    height: 356px;
    padding-top: 25px;
}

    .highlightHold #slide {
        position: relative;
        width: 752px;
        height: 311px;
        float: left;
        margin-top: 15px;
    }

        .highlightHold #slide div {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
        }

            .highlightHold #slide div.active {
                display: block;
            }

            .highlightHold #slide div img {
                background: none !important;
                border: none !important;
            }

    .highlightHold #slidebuttons {
        position: absolute;
        width: 84px;
        height: 16px;
        float: left;
        top: 313px;
        left: 365px;
    }

        .highlightHold #slidebuttons button {
            border: none;
            background: url("../img/slide_button_inactive.png") no-repeat;
        }

            .highlightHold #slidebuttons button.active {
                border: none;
                background: url("../img/slide_button_active.png") no-repeat;
            }

            .highlightHold #slidebuttons button:focus {
                outline: none;
            }

    .highlightHold .sliderTitle {
        position: absolute;
        top: 5px;
        left: 270px;
        font-style: italic;
        font-size: 28pt;
        color: #000000;
        z-index: 10;
        width: 400px;
    }

    .highlightHold .sliderTitleBold {
        position: absolute;
        top: 37px;
        left: 310px;
        font-style: italic;
        font-weight: bold;
        font-size: 28pt;
        color: #000000;
        z-index: 10;
        width: 400px;
    }

    .highlightHold #slide div .sliderText {
        position: absolute;
        top: 107px;
        left: 360px;
        font-weight: bold;
        font-size: 18px;
        color: #000000;
        z-index: 10;
        display: block;
        width: 380px;
    }

    .highlightHold .sliderText ul {
        /*list-style-type: none;*/
        margin: 0px;
    }

    .highlightHold .sliderText li {
        padding: 4px;
        /*list-style-type: none;*/
        line-height:13px;
    }

.highlightMenu {
    width: 276px;
    float: left;
}

    .highlightMenu .produitsFr a {
        background: transparent url("../img/fr/decouvrez_btn.png") no-repeat center center;
    }

    .highlightMenu .servicesFr a {
        background: transparent url("../img/fr/service_btn.png") no-repeat center center;
    }

    .highlightMenu .nousFr a {
        background: transparent url("../img/fr/contact_btn.png") no-repeat center center;
    }

    .highlightMenu .produitsEn a {
        background: transparent url("../img/en/decouvrez_btn.png") no-repeat center center;
    }

    .highlightMenu .servicesEn a {
        background: transparent url("../img/en/service_btn.png") no-repeat center center;
    }

    .highlightMenu .nousEn a {
        background: transparent url("../img/en/contact_btn.png") no-repeat center center;
    }

.bannerHold {
    height: 216px;/*362px;*/
}
.bannerHoldWithMenu {
    height: 216px/*319px;*/
    /*border-color:#EE5400;
    border-style:solid;*/
}

.headerText {
        position: absolute;
        top: 50px;
        left: 100px;
        font-style: italic;
        font-size: 24pt;
        color: #000000;
        z-index: 10;
        width: 400px;
    }

.headerTextBold {
        position: absolute;
        top: 80px;
        left: 160px;
        font-style: italic;
        font-weight:bold;
        font-size: 24pt;
        color: #000000;
        z-index: 10;
        width: 400px;
    }

.headerTextEN {
        position: absolute;
        top: 80px;
        left: 140px;
        font-style: italic;
        font-size: 24pt;
        color: #000000;
        z-index: 10;
        width: 400px;
    }

.headerTextBoldEN {
        position: absolute;
        top: 50px;
        left: 100px;
        font-style: italic;
        font-weight:bold;
        font-size: 24pt;
        color: #000000;
        z-index: 10;
        width: 400px;
    }

#footer {

    background: #222222;
    padding-bottom: 105px;
    color: #9D9D9D;
    width:100%;
    text-align:center;
    
}

    #footer div ul {
        list-style-type: none;
        padding: 10px;
        margin: 0;
    }

        #footer div ul li a {
            color: #9D9D9D;
            text-decoration: none;
            display: block;
            margin-left: 50px;
        }

        #footer div ul li:hover a {
            color: #fff;
        }

#backgroundFooter {
    position: absolute;
    left: 0px;
    width: 100%;
    background: #222222;
}

#footerUpper {
    width:100%;
    text-align:center;
    height: 40px;
    background: #3D3D3D;
    color: #ffffff;
    padding-top: 3px;
}

    #footerUpper div {
        padding: 5px 10px 5px 10px;
    }

        #footerUpper div a {
            color: #ffffff;
            text-decoration: none;
            display: block;
            margin-left: 50px;
        }

#backgroundFooterUpper {
    position: absolute;
    left: 0px;
    width: 100%;
    background: #3D3D3D;
}

.content {
    padding: 30px 50px;
    line-height: 24px;
}

ul.bottomNav {
    padding: 0 50px;
}

.slideContent {
    margin-bottom: 20px;
}

    .slideContent:first-child {
        padding-top: 20px;
    }

    .slideContent h2 {
        width: auto;
        float: left;
        margin-top: 3px;
    }

.navi {
    width: 100px;
    height: 50px;
    background: url("../img/icone_down.png") no-repeat top center;
    float: right;
    cursor: pointer;
}

    .navi.up {
        width: 100px;
        height: 50px;
        background: url("../img/icone_up.png") no-repeat top center;
        float: right;
    }

.shortDef,
.longDef {
    margin-bottom: 20px;
}

/*titres*/
.titreAccueil {
    /*width: 650px;
    height: 77px;*/
    /*background: transparent url("../img/titre_accueil.png") no-repeat left center;*/
    font-size: 23px;
    font-style: italic;
    color: #2d2d2d;
    /*margin-bottom: 64px;*/
    margin-bottom: 20px;
    text-align: left;

}
.titleContactExpert {
    font-size: 21px;
    font-style: italic;
    color: #2d2d2d;
    margin-bottom: 20px;
    text-align: left;

}
b {
    color: #ee5400;
}

.AccueilImages {
    /* width: 702px;*/
    margin-top: 40px;
    float: left;
    height: 140px;
}

.AccueilImagesImage {
  width:20%; 
  float:left;
}

.AccueilImagesText {
    width: 30%;
    float: left;
    padding-left: 20px;
    padding-right: 35px;
    line-height:1.3em;
    position:relative;
    top:30px;
}
.AccueilImagesText span {
    display:inline-block;
    line-height:1.3em;
    vertical-align:middle;
    position:relative;
    top:5px; 
}

    .AccueilImagesText span b {
        font-size: 16px;
    }

#applications h4 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 16px;
}

#applications article section {
    border-bottom: 1px solid #AAA;
    padding-top: 0px;
    margin-top: 30px;
}

#applications .sectionAvecSousMenu, .sectionAvecSousMenu {
    border-bottom-width: 0;
}

#applications .windows .sectionAvecSousMenu.clear {
    border-top: 1px solid #AAA;
}

#applications .sectionAvecSousMenu div {
    float: left;
    border-right: 2px solid #EE5400;
    padding-right: 10px;
    border-radius: 2px;
    width: 495px;
}

#applications .sectionAvecSousMenu ul.menu {
    float: right;
    font-weight: bold;
    list-style-type: none;
    cursor: pointer;
    padding-left: 5px;
}

    #applications .sectionAvecSousMenu ul.menu li:hover {
        color: #EE5400;
    }

ul.menu ul {
    padding-left: 15px;
}

.sectionInterne article section p {
    margin-top: 0px;
    margin-bottom: 3px;
}

.clear {
    clear: both;
}

#composantes ul, #avantages ul {
    font-weight: normal;
    list-style-type: none;
}

/* Page Partenaire - Liste des partenaires */
#partners {
    /*	height:500px;*/
}

    #partners div.box {
        text-align: center;
        width: 300px;
        float: left;
        height: 210px;
    }

    #partners div div {
        width: 890px;
    }

        #partners div div.logo {
            width: 100%;
            background: inherit;
            margin: 0 auto;
            display: block;
            float: none;
            height: 125px;
            position: relative;
        }

            #partners div div.logo img {
                position: absolute;
                margin: auto;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }

        #partners div div.description {
            width: 100%;
            margin: 0 auto;
        }

        #partners div div h3 {
            margin: 0;
            font-size: 16px;
        }

        #partners div div span {
            display: block;
            font-size: 13px;
            line-height: 20px;
            padding-left: 10px;
        }
/*
#partenaires .bannerHold {
    background: #D4D4D4 url("../img/header/partenaires.jpg") no-repeat;
}

#clientele .bannerHold {
    background: #D4D4D4 url("../img/header/clientele.jpg") no-repeat;
}

#contact .bannerHold {
    background: #D4D4D4 url("../img/header/contact.jpg") no-repeat;
}

#emplois .bannerHold {
    background: #D4D4D4 url("../img/header/emplois.jpg") no-repeat;
}

#services .bannerHold {
    background: #D4D4D4 url("../img/header/services.jpg") no-repeat;
}*/

/* Page Clientele - Liste des clients */


#clientele #clients {
    width: 750px;
    height: 480px;
    margin: 0 auto;
    text-align: center;
}

    #clientele #clients div {
        float: left;
        height: 120px;
        line-height: 100px;
        text-align: center;
        width: 135px;
        margin: 15px;
    }

        #clientele #clients div img {
            vertical-align: middle;
        }

        #clientele #clients div h4 {
            display: none;
        }

#contact-follow {
    height: 80px;
}

    #contact-follow h2 {
        margin-bottom: 0px;
        margin-left: 25px;
        margin-top: 0px;
    }

    #contact-follow h3 {
        margin-bottom: 5px;
        margin-left: 25px;
        margin-top: 5px;
        font-size: 14px;
    }

    #contact-follow div.social {
        margin-left: 25px;
    }

        #contact-follow div.social ul {
            list-style: none outside none;
            margin: 0 0 10px;
            padding: 0;
        }

        #contact-follow div.social li {
            margin-bottom: 5px;
        }

        #contact-follow div.social img {
            margin-right: 2px;
            padding: 0;
            vertical-align: bottom;
            width: 17px;
            height: 17px;
            border: none;
        }

        #contact-follow div.social span {
            line-height: 1;
        }

    #contact-follow form {
        margin-bottom: 5px;
        margin-left: 25px;
        margin-top: 0;
    }

        #contact-follow form input.text-label {
            color: #cdcdcd;
        }

#newsletterForm input {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #777777;
}


/* Page Contact - Formulaire de contact */
#contact-form-panel {
    width: 620px;
    height: 600px;
    float: left;
}

    #contact-form-panel h2 {
        margin-bottom: 5px;
        margin-left: 25px;
        margin-top: 15px;
    }

    #contact-form-panel p {
        margin-bottom: 5px;
        margin-left: 25px;
        margin-top: 5px;
        width: 570px;
        text-align: justify;
    }

    #contact-form-panel form {
        margin-left: 25px;
        margin-top: 15px;
    }

        #contact-form-panel form div {
            /*clear: both;
    height: 30px;
    width: 510px;*/
            margin: 10px auto;
        }

            #contact-form-panel form div.aspNetHidden {
                display: none;
            }

            #contact-form-panel form div.msg {
                height: 225px;
            }

            #contact-form-panel form div.submit {
                float: left;
                height: 40px;
            }

            #contact-form-panel form div label {
                float: left;
                width: 100px;
            }

            #contact-form-panel form div input, #contact-form-panel form div select, #contact-form-panel form div textarea {
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                border: 1px solid #777777;
            }

            #contact-form-panel form div input {
                height: 18px;
                width: 400px;
            }

            #contact-form-panel form div select {
                height: 25px;
                width: 402px;
            }

            #contact-form-panel form div textarea {
                width: 400px;
                height: 210px;
                resize: none;
                font: 13px Arial,Helevtica,Verdana,san-serif;
            }

            #contact-form-panel form div input.submit-btn {
                float: right;
                height: 35px;
                width: 150px;
                margin-right: 6px;
            }

            #contact-form-panel form div.infos {
                /*text-align:right;*/
            }

                #contact-form-panel form div.infos span {
                    margin-right: 6px;
                    float: right;
                }

form {
    width: 600px;
    margin: 20px auto;
}

#emplois .sectionInterne {
    width: 100%;
}

#emplois .joblist {
    width: 450px;
    float: left;
    padding-right: 50px;
}

#emplois .job-form-panel {
    width: 400px;
    float: left;
}

    #emplois .job-form-panel form {
        width: 100%;
        float: left;
    }

#emplois .joblist h4 {
    cursor: pointer;
    height: 45px;
    line-height: 25px;
    width: 400px;
    padding-right: 25px;
    background-position: right top;
    margin: 20px 0;
}

#emplois .navi {
    height: 30px;
    width: 29px;
    float: none;
}

/* Page Emplois - Panel des jobs */
#jobs {
    width: 100%;
}

    #jobs div.list {
        float: left;
        height: 100%;
        width: 460px;
    }

    #jobs div h2 {
        margin-left: 25px;
        margin-bottom: 5px;
    }

    #jobs div.list div.joblist ul li {
        text-align: justify;
    }

    #jobs div.job-form-panel form {
        margin-left: 25px;
        margin-top: 10px;
    }

        #jobs div.job-form-panel form h4 {
            margin-top: 0px;
            margin-bottom: 10px;
        }

        #jobs div.job-form-panel form div {
            /*clear: both;
    height: 30px;
    width: 410px;*/
            margin: 10px 0;
        }

            #jobs div.job-form-panel form div.cv {
                width: 392px;
            }

            #jobs div.job-form-panel form div.aspNetHidden {
                display: none;
            }

            #jobs div.job-form-panel form div.msg {
                height: 225px;
            }

            #jobs div.job-form-panel form div.submit {
                float: left;
                height: 40px;
            }

            #jobs div.job-form-panel form div label {
                float: left;
                width: 150px;
                line-height: 20px;
            }

            #jobs div.job-form-panel form div input, #jobs div.job-form-panel form div select {
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                border: 1px solid #777777;
            }

            #jobs div.job-form-panel form div input {
                height: 18px;
                width: 240px;
                padding-left: 3px;
            }

            #jobs div.job-form-panel form div select {
                height: 25px;
                width: 240px;
            }

            #jobs div.job-form-panel form div input.file {
                /*height:0px;
	width:0px;
	visibility:hidden;*/
            }

            #jobs div.job-form-panel form div input.submit-btn {
                float: right;
                height: 35px;
                width: 150px;
                margin-right: 9px;
            }

            #jobs div.job-form-panel form div.infos {
                text-align: right;
            }

                #jobs div.job-form-panel form div.infos span {
                    margin-right: 9px;
                    float: right;
                }


.customfile-input {
    position: absolute;
    height: 100px;
    background: transparent;
    border: 0;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    z-index: 999;
    cursor: pointer;
}

#jobs div.job-form-panel form div.customfile {
    clear: right;
    width: 245px;
    height: 18px;
    background: #fff;
    overflow: hidden;
    padding: 0px;
    border: 1px solid #777;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
}

.customfile-input {
    position: absolute;
    height: 100px;
    background: transparent;
    border: 0;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    z-index: 999;
    cursor: pointer;
}

#jobs div.job-form-panel form div.customfile {
    clear: right;
    width: 240px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #777;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    height: 25px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.customfile-disabled {
    opacity: .5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    cursor: default;
}

.customfile-feedback {
    display: block;
    color: #000;
    font-style: italic;
    padding: .1em .1em;
    cursor: pointer;
}

.customfile-feedback-populated {
    color: #000;
    font-style: normal;
}

.customfile-button {
    float: right;
    width: 78px;
    height: 25px;
    cursor: pointer;
    background-image: url(../img/parcourir.png);
    margin-top: -1px;
    margin-right: -1px;
}

    .customfile:hover span.customfile-button, .customfile-button:hover {
    }

#contact-form-panel input[type=submit].submit-btn, #jobs div.job-form-panel form div input[type=submit].submit-btn, .submit-btn {
    background-image: url(../img/soumettre.png);
    width: 112px;
    height: 30px;
    border-width: 0px;
    float: right;
    margin-right: 90px;
}

.field-validation-error {
    display: block;
    color: red;
    font-size: 12px;
    margin-left: 100px;
}

#jobs .submit-btn {
    float: none;
    margin-right: 0;
}

.p-submit {
    text-align: right;
}

#jobs .field-validation-error {
    margin-left: 150px;
}
/*.location {
    cursor: pointer;
}*/
#applications .active {
    color: #EE5400;
}

    #applications .active ul li, #applications .orange ul li {
        color: #222;
    }

h5 {
    font-size: 15px;
    margin: 5px 0px 0px;
}
.lineMenu {
    height: 37px;
    margin: 0;
    padding: 0 10px 0;
    list-style-type: none;
    background: #ffffff;  
    /*background: -moz-linear-gradient(top, #ffffff 0%, #cfcfcf 100%);*/ /* FF3.6+ 
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cfcfcf));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #ffffff 0%,#cfcfcf 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #ffffff 0%,#cfcfcf 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #ffffff 0%,#cfcfcf 100%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom, #ffffff 0%,#cfcfcf 100%);*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfcf',GradientType=0 );*/ /* IE6-9 */
    position:relative;
    top:319px;
}
.smallLineMenu {
    height: 324px;
    position:relative;
    top:0px;
    background-color:#424242;
}

