﻿/* =============================================
    Reset
 * ============================================= */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, strong, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    margin-left: 0px;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
}

img {
    border: 0;
}

* {
    font-size: 12px;
}

strong {
    font-weight: 700;
}
/* remember to define focus styles! */
a:focus, input:focus, selected:focus {
    outline: 0 /*1px dotted #000;*/
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

/* =============================================
    Generic
 * ============================================= */
select, input[type=text], input[type=password] {
/*    color: #575757;*/
    font-family: Arial,Sans-serif;
/*    font-size: 11px*/
}
/* Standard */
body {
    background: #fff none;
    font-family: Arial;
    font-size: 12px;
}

.clearboth {
    clear: both;
    display: block;
    height: 0;
}

.centerize {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/* Buttons */
.link-gt {
    color: #203279;
    font-size: 16px;
    text-decoration: underline;
}

.rss-link {
    background: url(../images/btn-fluxRSS.gif);
    color: #838383;
    display: inline-block;
    font-weight: 700;
    height: 15px;
    padding: 6px 7px 5px 32px;
    text-decoration: none;
    width: 210px;
}

a.tiny-btn:link,
a.tiny-btn:visited,
a.tiny-btn:hover {
    color: #fff;
}

.tiny-btn { /*background: url(../images/boutons/tiny-btn_violet.png) no-repeat -297px 0;*/
    background-color: #AA1D83;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    overflow: hidden;
    padding: 0 0 0 3px;
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
}

    .tiny-btn span { /*background: url(../images/boutons/tiny-btn_violet.png) no-repeat right 0;*/
        background-color: #AA1D83;
        display: inline-block;
        font-size: 11px;
        margin-right: -4px;
        padding: 3px 12px 4px 5px;
    }

    .tiny-btn:hover {
        background-position: -297px bottom;
    }

        .tiny-btn:hover span {
            background-position: right bottom;
        }

    .tiny-btn.blue, .tiny-btn.blue span {
        background-image: url(../images/boutons/tiny-btn_blue.png);
    }

    .tiny-btn.green, .tiny-btn.green span {
        background-image: url(../images/boutons/tiny-btn_green.png);
    }

a.tiny-btn span i { /*background:url(../images/boutons/tiny-btn_arrow.png) no-repeat 0 3px;*/
    display: inline;
    margin: 0 5px 0 0;
    padding: 0 0 0 4px;
}

a.big-btn:hover {
    background-position: -297px bottom;
}

.big-btn:hover span {
    background-position: right bottom;
    color: #aa1d83;
}

.big-btn.violet:hover span {
    background-position: right bottom;
    color: #aa1d83;
}

.big-btn.bleu:hover span {
    background-position: right bottom;
    color: white;
}

.big-btn {
    background: url(../images/boutons/big-btn_violet.png) no-repeat -297px 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    padding: 0 0 0 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: bottom;
}

    .big-btn span {
        background: url(../images/boutons/big-btn_violet.png) no-repeat right 0;
        display: inline-block;
        font-size: 14px;
        padding: 11px 9px 10px 5px;
    }

    .big-btn.violet, .big-btn.violet span {
        background: url(../images/boutons/big-btn_violet.png);
    }

    .big-btn.bleu, .big-btn.bleu span {
        background: url(../images/boutons/big-btn_bleu.png);
        color: #2f8ebf;
    }



/* =============================================
    Header
 * ============================================= */
#header { /*background: url(../images/header_bg.png) no-repeat center bottom;  padding: 0 18px 10px;*/
    position: static;
    width: 950px;
    margin: 0 auto 15px;
}

.header .logo {
    float: left;
/*    width: 216px;*/
    margin-top: 9px;
}
.header .slogan {
    float: left;
    margin-top: 40px;
    color: #203279;
    padding-right:30px;
    font-size:18px;
}
.header .sloganEn {
    float: left;
    margin-top: 40px;
    color: #203279;
    font-size: 14px;
}
/* === Top links === */
.header .top-access {
    min-height: 20px;
    padding: 5px 0 0 670px; /*text-align: right;*/
    position: relative;
}

    .header .top-access > a,
    .header .top-access > a:visited {
        color: #648cdd;
        position: relative;
        top: -1000em;
        font-weight: 700;
        opacity: 0;
        filter: alpha(opacity=0);
        text-decoration: underline
    }

        .header .top-access > a:active,
        .header .top-access > a:focus {
            position: static;
            opacity: 1;
            filter: alpha(opacity=100)
        }

.header .lang-list {
    display: inline;
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 12px;
    font-family: Arial;
}

    .header .lang-list li {
        border-left: 1px solid #333;
        display: inline;
        margin-left: 1px;
        padding-left: 6px;
    }

        .header .lang-list li:first-child {
            border-left: 0;
        }

    .header .lang-list a,
    .header .lang-list a:visited {
        color: #333;
        font-size: 12px;
        text-decoration: none;
    }

        .header .lang-list a:active,
        .header .lang-list a:focus,
        .header .lang-list a:hover {
            text-decoration: underline;
        }

    .header .lang-list img {
        vertical-align: middle;
    }
/* === Banner === */
.header .banniere { /*float: left;*/
    height: 90px;
    overflow: hidden;
    width: 728px;
}
/* === LoginBox === */
body .login-box {
    clear: both;
    height: 37px; /*padding: 9px 195px 0 3px;*/
    position: relative;
}

    body .login-box .login-form {
        /*background: url(../images/login-form_bg.png) no-repeat;*/
        float: left;
        height: 23px; /*margin-right: 5px;*/
        padding: 6px 0 14px;
        padding-left:840px;
        width: 235px;
    }

        body .login-box .login-form .title { /*background: #E57ACA;*/
            /*color: #fff;*/
            font-size: 14px;
            font-weight: 700;
            /*margin-right: 20px;*/
            /*padding: 0 41px 0 45px;*/
            text-transform: uppercase;
        }

        body .login-box .login-form input {
            border: 1px solid #999;
            font-size: 12px;
            margin-top: 2px;
            padding: 2px 1px;
            width: 137px;
        }

    body .login-box > .lien {
        color: #464646;
        font-size: 11px;
        text-decoration: underline;
    }

    body .login-box > .incorrect {
        color: #f00;
        font-size: 10px;
    }

    body .login-box > .big-btn {
        position: relative;
        left: 2px;
    }

        body .login-box > .big-btn span {
            width: 173px;
        }

.login-box.logged {
    background: #F6F6F6 no-repeat;
    padding-right: 0;
    padding-top: 0;
    margin-top: 9px
}

#content .login-box.logged { /*background-image:url(../images/dashboardcontent_bg.png);border-left: 20px solid #E57ACA;*/
    height: 91px;
    margin-top: 0
}

body .login-box.logged .login-form {
    height: 26px;
    overflow: hidden;
    width: auto;
    float: none;
    padding-top: 3px
}

#content .login-box.logged .login-form {
    background: none;
    height: auto;
    padding: 0
}

body .login-box.logged .title {
    width: 115px;
    margin: 0 20px 0 0;
    float: left;
    text-align: center;
    padding: 0 31px;
}

#content .login-box.logged .title {
    color: #203279;
    margin-right: 51px;
    margin-top: 19px;
    padding: 10px 8px 2px 22px;
    text-align: center;
    width: 110px;
}

.login-box.logged .name {
    float: left;
    font-weight: 700;
    width: 165px;
}

#content .login-box.logged .name {
    display: block;
    float: none;
    margin-top: 15px;
    width: auto;
    color: #203279;
    padding-left: 330px
}

    #content .login-box.logged .name br {
        display: none
    }

.login-box.logged .my-links {
    list-style: none;
    overflow: hidden;
    float: left;
    margin: -4px 0 0;
    width: 200px;
    padding: 0;
}

#content .login-box.logged .my-links {
    margin: 5px 0 0 60px;
    width: 600px;
}

.login-box.logged .my-links li {
    float: left;
    padding: 3px 0 0 5%;
    width: 25%;
}

.login-box.logged .whats-new {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    float: left;
    overflow: hidden;
    width: 270px;
}

    .login-box.logged .whats-new span {
        display: block;
        font-weight: 700;
        margin: 0 5% 3px;
    }

    .login-box.logged .whats-new .my-links {
        width: 270px
    }

.login-box.logged .deconnexion {
    float: right;
    margin: 6px 5px 0 20px
}

.login-box.logged .my-linksEN {
    list-style: none;
    overflow: hidden;
    float: left;
    margin: -4px 0 0;
    width: 200px;
    padding: 10px 0 0 0;
}

#content .login-box.logged .my-linksEN {
    margin: 5px 0 0 60px;
    width: 184px;
}

.login-box.logged .my-linksEN li {
    float: left;
    padding: 3px 0 0 5%;
    width: 45%;
}

#content .logged.login-box .my-linksEN {
    width: 330px !important;
    margin-left: 10px !important;
    white-space: nowrap !important;
}

.login-box.logged .my-linksEN {
    white-space: nowrap;
}

body .login-box .login-form .titleEN {
    /*background: #E57ACA;*/
    /*color: #fff;*/
    font-size: 14px;
    font-weight: 700;
    /*margin-right: 20px;*/
    /*padding: 0 58px 0 64px;*/
    text-transform: uppercase;
}

body .login-box.logged .titleEN {
    width: 115px;
    margin: 0 20px 0 0;
    float: left;
    text-align: center;
    padding: 0 31px;
}

#content .login-box.logged .titleEN {
    color: #fff;
    margin-right: 51px;
    margin-top: 19px;
    padding: 10px 8px 2px 22px;
    text-align: center;
    width: 110px;
}

/* === Topnav === */
nav.menu {
    clear: both;
    height: 42px;
    margin: 0 0 0 0px;
    padding-top: 7px;
    position: relative;
    width: auto;
    background-color: #203279;
}

    nav.menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-left: 450px;
    }

    nav.menu > ul {
        position: relative;
        margin-left: 0px
    }

        nav.menu > ul > li {
            float: left;
            margin: 0;
            padding: 0;
        }

            nav.menu > ul > li > a { /*background: url(../images/navigation/topnav_bg.png);*/
                color: #fff;
                display: block;
                font-size: 14px;
                font-weight: 700;
                height: 25px;
                padding-top: 12px;
                text-align: center;
                text-decoration: none; /*text-transform: uppercase;*/
            }

            nav.menu > ul > li.accueil > a {
                background-position: 0 0;
                width: 182px;
            }

                nav.menu > ul > li.accueil > a:hover {
                    background-position: 0 bottom;
                }

            nav.menu > ul > li.vi > a {
                background-position: -182px 0;
                width: 150px;
            }

                nav.menu > ul > li.vi > a:hover {
                    background-position: -182px bottom;
                }

            nav.menu > ul > li.offres > a {
                background-position: -368px 0;
                width: 250px;
            }

                nav.menu > ul > li.offres > a:hover {
                    background-position: -368px bottom;
                }

            nav.menu > ul > li.guide > a {
                background-position: -558px 0;
                width: 182px;
            }

                nav.menu > ul > li.guide > a:hover {
                    background-position: -558px bottom;
                }

            nav.menu > ul > li.espace-pro > a { /*background: url(../images/navigation/topnav-espacepro_bg.png);*/
               /* margin-left: 13px;*/
                width: 150px;
            }

                nav.menu > ul > li.espace-pro > a:hover {
                    background-position: 0 bottom;
                }

            nav.menu > ul > li > ul {
                background-color: #fff;
                border: 1px solid #B7D3F2;
                display: none;
                left: 0;
                position: absolute; /*top: 37px;*/
                width: 938px;
            }

            nav.menu > ul > li:hover > ul {
                display: block;
            }

            nav.menu > ul > li.espace-pro {
                position: relative;
            }

                nav.menu > ul > li.espace-pro > ul {
                    left: 15px;
                    width: auto;
                }

            nav.menu > ul > li > ul li {
                float: left;
                text-align: center;
            }

                nav.menu > ul > li > ul li a {
                    color: #5B5B5B;
                    display: block;
                    font-size: 11px;
                    font-weight: bold;
                    height: 24px;
                    line-height: 24px;
                    padding: 0;
                    text-decoration: underline;
                    text-indent: 0;
                    text-transform: none;
                    width: 185px;
                }

                    nav.menu > ul > li > ul li a:hover {
                        background: url("../images/navigation/menuderoulant-rollover.gif") no-repeat;
                        color: #fff;
                    }

            nav.menu > ul > li.espace-pro > ul li a:hover {
                background: url("../images/navigation/menuderoulant-rollover-espacepro.gif") no-repeat;
            }

/* =============================================
    Footer
 * ============================================= */
#footer, .bloc-footer { /*background: url(../images/footer_gradient.png) repeat-x 0 bottom;*/
    clear: both;
    width: 100%;
}

.footer { /*background: url(../images/footer_bg.png) no-repeat center top;*/
    margin: 0 auto; /*padding: 27px 30px 0;*/
    width: 950px;
}

    .footer .liste-liens { /*overflow: auto;*/
        margin-bottom: 21px; /*margin-left: 10px; */
        background-color: white;
        padding-left: 15px;
        padding-bottom: 15px;
        display: flex;
    }

    .footer .f-offres, .footer .f-vi, .footer .f-guide, .footer .f-pro, .footer .f-perso {
        float: left;
        margin-right: 6px;
        width: 270px;
    }

        .footer .f-offres p, .footer .f-vi p, .footer .f-guide p, .footer .f-pro p, .footer .f-perso p {
            margin-bottom: 8px;
            margin-top: 15px;
            color: black;
            font-size: 16px;
        }

            .footer .f-offres p a, .footer .f-vi p a, .footer .f-guide p a, .footer .f-pro p a, .footer .f-perso p { /*color: #494949;*/
                font-size: 14px;
                text-decoration: none;
                color: black;
            }

                .footer .f-offres p a:hover, .footer .f-vi p a:hover, .footer .f-guide p a:hover, .footer .f-pro p a:hover, .footer .f-perso p a:hover {
                    text-decoration: underline;
                }

    .footer ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .footer ul li {
            font-size: 12px;
            height: 20px;
        }

            .footer ul li a {
                color: black;
                text-decoration: none; /*background: url(../images/links-list.png) 0 2px no-repeat; padding-left: 12px;*/
            }

                .footer ul li a:hover {
                    text-decoration: underline;
                }

    .footer .partenaires { /*border-top: #dfdfdf 1px solid; border-bottom: #dfdfdf 1px solid;*/
        padding-bottom: 30px;
        padding-top: 10px; /*height: 65px;*/
        background-color: #F6F6F6
    }

        .footer .partenaires .content {
            margin-top: 30px;
        }

            .footer .partenaires .content .item {
                float: left; /*height: 58px;*/
                margin-left: 105px; /*margin-right:0;*/
                width: 180px;
            }

                .footer .partenaires .content .item a {
                    display: block;
                    width: 260px;
                    height: 58px;
                    border-width: 0px;
                }

                    .footer .partenaires .content .item a img {
                        margin-right: 5px;
                        float: left;
                        border-width: 0px;
                    }

                    .footer .partenaires .content .item a span {
                        display: block;
                        float: left;
                        width: 190px;
                        height: 47px;
                        color: #646464;
                        font-size: 10px; /*padding-top: 11px;*/
                        border-width: 0px;
                    }

.mentions {
    text-align: center;
    margin-top: 12px;
    padding-bottom: 6px;
    color: #646464;
}

    .mentions a {
        color: #646464;
        margin-right: 5px;
        margin-left: 5px;
        text-decoration: none;
    }

        .mentions a:hover {
            text-decoration: underline;
        }

/* =============================================
    Content
 * ============================================= */
#content {
    margin: 0 auto;
    width: 946px;
}

.middle-body {
    position: static;
}

/* layout */
.topzone { /*background: url(../images/blockblank_topshadow.png) no-repeat center bottom;*/
    margin-bottom: 8px;
    padding-bottom: 21px;
}

.blocfull,
.bloc75,
.bloc60,
.bloc50,
.bloc40,
.bloc25 {
    clear: left;
    margin: 0 0 9px;
}

    .blocfull + .blocblank.blocfull {
        background: url(../images/blockblank_topshadow.png) no-repeat center 0;
        padding-top: 14px;
    }

.bloc75 {
    float: left;
    width: 686px;
}

.bloc60 {
    float: left;
    width: 950px;
}

.bloc50 {
    float: left;
    width: 468px;
}

.bloc40 {
    float: left;
    width: 371px;
}

.bloc25 {
    float: left;
    width: 250px;
}

.bloc75 + .bloc25,
.bloc60 + .bloc40,
.bloc50 + .bloc50,
.bloc40 + .bloc60 {
    clear: none;
    margin-left: 7px;
}

.bloc25 + .bloc75 {
    clear: none;
    margin-left: 7px;
}

.content {
}

/* Page Les recruteurs se presentent */
.recruiterlist {
    padding: 10px 20px;
}

    .recruiterlist p {
        margin: 0 0 25px;
    }

    .recruiterlist nav {
        float: left;
        width: 250px;
    }

    .recruiterlist.content nav ul {
        margin: 12px 15px;
    }

    .recruiterlist nav a {
        color: #464646;
    }

    .recruiterlist .recruiterlogos {
        float: right;
        overflow: hidden;
        width: 655px;
    }

        .recruiterlist .recruiterlogos li {
            float: left;
            margin: 20px 0 0 19px;
            overflow: hidden;
        }

        .recruiterlist .recruiterlogos a {
            background: url(../images/logos_borders.png);
            float: left;
            height: 70px;
            padding: 10px 0;
            text-align: center;
            width: 144px;
        }

            .recruiterlist .recruiterlogos a:hover {
                background-position: 0 bottom;
            }

            .recruiterlist .recruiterlogos a img {
                max-height: 70px;
                max-width: 134px;
            }

/* Page Presentation recruteur/partenaire */
.company_desc {
    padding: 10px 20px;
}

    .company_desc img {
        float: left;
        margin-bottom: 12px;
    }

        .company_desc img + img {
            float: right;
            margin-bottom: 12px
        }

    .company_desc h2 {
        background-color: #203279;
        clear: both;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        margin: 12px 0;
        padding: 2px 5px;
    }

    .company_desc.gris h2 {
        background-color: #AEAEAE;
    }

    .company_desc.rouge h2 {
        background-color: #E30011;
    }

    .company_desc p {
        margin: 12px 0;
    }

/* =============================================
    Blocs/Controls
 * ============================================= */
.banner-bottom {
    margin-top: 14px;
    display: block
}
/* === Fil d'ariane === */
.breadcrumb {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    margin: 4px 0 -7px;
}

    .breadcrumb a {
        color: #000;
        text-decoration: none;
    }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

/* === Structure generique des controles === */
.bloc40 .noheader {
    background: url(../images/control_noheader-zone40.png);
    display: block;
    height: 9px;
    overflow: hidden;
}

.bloc50 .noheader {
    background: url(../images/control_noheader-zone50.png);
    display: block;
    height: 9px;
    overflow: hidden;
}

.bloc60 .noheader {
    background: url(../images/control_noheader-zone60.png);
    display: block;
    height: 9px;
    overflow: hidden;
}

.control {
}

    .control + .control {
        margin-top: 7px;
    }

    .control > .top { /*background: url(../images/control_toprightcorner.png) no-repeat right 0; min-height: 35px;*/
    }

        .control > .top.gris {
            background-color: #AEAEAE;
        }

        .control > .top.vert {
            background-color: #aa1d83;
        }

        .control > .top.bleu {
            background-color: #203279;
        }

        .control > .top.rouge { /*background-color: #E30011;*/
        }

        .control > .top.violet {
            background-color: #E57ACA;
        }

        .control > .top h1 { /*background: url(../images/control_topleftcorner.png) no-repeat;*/
            color: #fff;
            float: left;
            font-size: 16px;
            font-weight: 700;
            padding: 30px 0 0 14px;
            text-transform: uppercase;
        }

        .control > .top .link-gt {
            color: #fff;
            float: right;
            font-size: 10px;
            margin: 14px 12px 0 0;
        }

    .control > .content,
    .noheader + .content {
        background: #9cb6d8; /*color: #464646;*/
        font-size: 12px;
    }

    .control > .top.nobg + .content {
        background: transparent;
        border-bottom: 2px solid #fff;
    }

    .control > .top.nobg.gris + .content {
        border-bottom-color: #AEAEAE;
    }

    .control > .top.nobg.vert + .content {
        border-bottom-color: #aa1d83;
    }

    .control > .top.nobg.bleu + .content {
        border-bottom-color: #203279;
    }

    .control > .top.nobg.rouge + .content {
        border-bottom-color: #E30011;
    }

    .control > .top.nobg.violet + .content {
        border-bottom-color: #E57ACA;
    }

    .control > .content ul {
        list-style: none;
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 0;
    }

.content a {
    color: #648CDD;
}

.control > footer {
    background: #F0F0F0 url(../images/control_footer60bg.png) no-repeat center 15px;
    padding: 20px 10px 6px;
}
/* Old skined */
.middle-body section.control {
    /*background: url(../images/fonds/B-bottom.png) no-repeat center bottom;*/
    padding-bottom: 24px;
    position: relative
}

    .middle-body section.control .top {
        /*background: url("../images/fonds/B-top-vert.png") no-repeat scroll 0 0 transparent;
        height: 45px;*/
    }

    .middle-body section.control .title {
        line-height: 25px;
        padding-left: 20px;
        padding-top: 20px;
    }

/* === Liste de boutons === */
.btn_list {
    margin: 0 14px;
    padding: 10px 0;
}

    .btn_list li {
        margin-top: 10px;
    }

        .btn_list li:first-child {
            margin-top: 0;
        }

        .btn_list li .tiny-btn span {
            text-align: left;
            width: 207px;
        }

/* === Liste generique === */
.links-list {
    margin: 0 14px;
    padding: 10px 0;
}

    .links-list li {
        margin-right: 10px;
        margin-top: 10px;
        min-height: 15px;
    }

    .links-list a {
        background: url(../images/links-list.png) no-repeat 0 1px;
        color: #464646;
        display: inline-block;
        font-size: 11px;
        text-indent: 12px;
        text-decoration: none;
    }

        .links-list a:hover {
            text-decoration: underline;
        }

/* === Contenu generique === */
.genericcontent {
    padding: 8px 14px;
}

    .genericcontent p {
        margin: 10px 0;
    }

/* === Image banner === */
.imgbanner {
    width: 100%;
}

/* === Resultat de recherche === */
.searchresult {
    padding: 8px 5px;
}

    .searchresult article {
        border-bottom: 1px solid #999;
        min-height: 72px;
        padding: 10px 165px 10px 10px;
        position: relative;
    }

    .searchresult h1 {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .searchresult p {
        margin: 10px 0;
    }

        .searchresult p.location {
            text-transform: uppercase;
            margin: 0 0 15px;
        }

    .searchresult time {
        font-size: 10px;
    }

    .searchresult .btn_list {
        position: absolute;
        right: 0;
        top: 10px;
    }

        .searchresult .btn_list li .tiny-btn span {
            width: 120px;
        }

    .searchresult .pagination {
        padding: 12px 10px
    }

        .searchresult .pagination .img {
            margin: 0 0 0 9px
        }

/* === Dernieres offres === */
.last-offers {
    background: url(../images/last-offers_bg.png) no-repeat;
    height: 49px;
    margin-bottom: 8px;
    overflow: hidden;
}

    .last-offers h1 {
        color: #fff;
        float: left;
        font-size: 14px;
        font-weight: 700;
        padding: 17px 13px 16px 20px;
        text-transform: uppercase;
        width: 143px;
    }

    .last-offers ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .last-offers ul li {
            float: left;
        }

            .last-offers ul li a {
                background: url(../images/last-offers_bg.png) no-repeat -181px -50px;
                color: #0E5A98;
                float: left;
                font-weight: 700;
                height: 38px;
                margin-right: -14px;
                outline: 0;
                padding: 3px 14px 8px 10px;
                text-align: center;
                text-decoration: none;
                width: 141px;
            }

                .last-offers ul li a.two_lines {
                    height: 30px;
                    padding-top: 11px
                }

            .last-offers ul li.givemefive a {
                background-position: -754px -50px;
                width: 142px;
            }

            .last-offers ul li a:active,
            .last-offers ul li a:focus,
            .last-offers ul li a:hover {
                background-position: -6px -50px;
            }

            .last-offers ul li.givemefive a:active,
            .last-offers ul li.givemefive a:focus,
            .last-offers ul li.givemefive a:hover {
                background-position: -531px -50px;
            }

    .last-offers .link-gt {
        display: none;
    }

/* === Video Player === */
.presentationplayer {
    padding: 15px 15px 8px;
}

    .presentationplayer .video {
        margin-bottom: 15px;
        text-align: center;
    }

    .presentationplayer .company {
        font-size: 14px;
        font-weight: 700;
    }

    .presentationplayer time {
        color: #999;
        display: block;
    }

    .presentationplayer p {
        margin: 12px 0;
    }

/* === Liste FAQ === */
.faq {
    padding: 10px 20px;
}

    .faq h2 {
        background-color: #E1E1E1;
        color: #996699;
        font-size: 13px;
        font-weight: 700;
        padding: 2px 5px;
    }

    .faq dl {
        margin: 12px 0;
    }

    .faq dt {
        background: url(../images/faq_picto.png) no-repeat -3px -32px;
        color: #000;
        font-size: 12px;
        font-weight: 700;
        margin: 10px 0 0;
        padding: 5px 20px;
    }

    .faq.active dt {
        cursor: pointer;
    }

    .faq dt.close {
        background-position: -30px 2px;
        font-weight: 400;
    }

    .faq dt:first-child {
        margin-top: 0;
    }

    .faq dd {
        background: #fff;
        margin: 0;
        padding: 5px 20px;
    }

    .faq.active dd {
        overflow: hidden;
        display: none;
    }

    .faq dl p {
        margin: 12px 0;
    }

    .faq footer {
        border-top: 2px solid #999;
        font-weight: 700;
        padding: 8px 0 0;
    }

/* === Form trouver une mission Top === */
.find-mission {
    background: url(../images/find-mission_bg.png);
    height: 91px;
}

    .find-mission h1 {
        color: #fff;
        float: left;
        font-size: 14px;
        font-weight: 700;
        margin-right: 17px;
        margin-top: 27px;
        padding: 10px 6px 2px;
        text-transform: uppercase;
        width: 171px;
    }

    .find-mission .col {
        float: left;
        margin-right: 12px;
        margin-top: 2px;
        text-align: right;
        width: 171px;
    }
        /* col 1 & 2 */
        .find-mission .col select {
            border: 1px solid #aaa;
            margin: 0 0 4px;
            padding: 0;
            width: 171px;
        }

        .find-mission .col input {
            border: 1px solid #aaa;
            margin: 0 0 4px;
            padding: 0 3px;
            width: 163px;
        }

        .find-mission .col .tiny-btn:first-child {
            margin-bottom: 7px;
            margin-top: 15px;
        }

        .find-mission .col .tiny-btn span {
            text-align: left;
            width: 155px;
        }

        .find-mission .col .langEN {
            margin-top: 20px;
        }
        /* col 2 */
        .find-mission .col .link-gt {
            display: inline-block;
            margin-top: 5px;
        }

/* === FAQ Top === */
.blocfaq {
    background: url(../images/faq_bg.png);
    height: 91px;
    padding-right: 35px;
    text-align: right;
}

    .blocfaq h1 {
        color: #fff;
        float: left;
        font-size: 14px;
        font-weight: 700;
        margin-right: 43px;
        margin-top: 19px;
        padding: 10px 14px 2px 14px;
        text-align: center;
        text-transform: uppercase;
        width: 91px;
    }

    .blocfaq select {
        border: 1px solid #aaa;
        margin: 16px 0 9px;
        padding: 0;
        width: 171px;
    }

    .blocfaq .tiny-btn span {
        text-align: left;
        width: 155px;
    }

    .blocfaq .link-gt {
        display: inline-block;
        margin-top: 5px;
    }

/* === Slider 3 actus === */
.actuslider {
    min-height: 149px;
    padding-top: 6px;
}

    .actuslider nav {
    }

        .actuslider nav ul {
            float: right;
            margin-left: 0;
            width: 159px;
        }

        .actuslider nav li {
            background: #fff url(../images/actuslider_bg.png);
            font-size: 11px;
            height: 27px;
            margin: 0 1px 2px 0;
            padding: 10px 3px;
        }

            .actuslider nav li.active,
            .actuslider nav li:hover {
                background-color: #D9EAEF;
            }

        .actuslider nav a {
            color: #464646;
            display: block;
            height: 34px;
            overflow: hidden;
            text-decoration: none;
        }

    .actuslider article {
        overflow: hidden;
        padding: 0 5px;
    }

        .actuslider article a {
            color: #464646;
            display: block;
            text-decoration: none;
            width: 398px;
        }

            .actuslider article a:hover {
                color: #000;
            }

        .actuslider article img {
            max-height: 96px;
            width: 398px;
        }

        .actuslider article a > div {
            background: url(..//images/actuslider_articletitle.png);
            font-weight: 700;
            height: 41px;
            margin-bottom: 3px;
            overflow: hidden;
            padding: 3px 4px;
        }

/* === Actu seule === */
.actusingle {
    padding: 8px 5px;
}

    .actusingle img {
        max-width: 90%;
    }

    .actusingle time {
        color: #979595;
        display: block;
        margin: 6px 10px;
        text-decoration: underline;
    }

    .actusingle > p {
        color: #000;
        font-size: 12px;
        font-weight: 700;
        margin: 0 10px 8px;
    }

        .actusingle > p.texte-detail {
        }

    .actusingle div.desc {
        color: #000;
        margin: 0 10px;
    }

    .actusingle + footer {
        height: 45px;
    }

        .actusingle + footer .encapstb {
            border: 1px solid #999;
            border-width: 1px 0;
            color: #999;
            float: left;
            margin: 12px 15px 0 0;
            padding: 1px 0;
        }

        .actusingle + footer .mini_socialnetworks {
            border-top: 1px solid #999;
            list-style: none;
            margin-top: 3px;
            padding: 8px 0 0;
        }

            .actusingle + footer .mini_socialnetworks li {
                float: left;
                margin-left: 6px;
            }
/* === Liste d'actus === */
.actuslist {
    padding: 4px 5px 15px;
}

    .actuslist .actu {
        border-bottom: 1px solid #857d7b;
        clear: both;
        font-size: 12px;
        min-height: 65px;
        padding: 4px 0 7px;
    }

        .actuslist .actu img {
            float: left;
            margin-right: 15px;
            max-height: 100px;
            width: 200px;
        }

        .actuslist .actu div {
            overflow: hidden
        }

        .actuslist .actu h1 {
            font-size: 13px;
            font-weight: 700;
            text-decoration: underline;
        }

            .actuslist .actu h1 a {
                color: #464646;
            }

                .actuslist .actu h1 a:hover {
                    color: #000;
                }

        .actuslist .actu time {
            color: #979595;
            font-size: 12px;
        }

        .actuslist .actu p {
            color: #000;
            margin-top: 10px;
            overflow: hidden;
        }

        .actuslist .actu span {
            color: #979595;
            font-size: 12px;
        }

/* === Carrousel Logo employeurs === */
.carrousel_logo {
    height: 155px;
}

    .carrousel_logo .carrousel_container {
        position: relative;
    }

    .carrousel_logo .prev {
        background: url("../images/boutons/slider-prevnext_arrows.png") no-repeat 1px -163px;
        height: 107px;
        overflow: hidden;
        position: absolute;
        left: 7px;
        text-indent: -1000px;
        top: 25px;
        width: 24px;
    }

        .carrousel_logo .prev:hover {
            background-position: -79px -163px;
        }

    .carrousel_logo .next {
        background: url("../images/boutons/slider-prevnext_arrows.png") no-repeat -56px -163px;
        height: 107px;
        overflow: hidden;
        position: absolute;
        right: 7px;
        text-indent: -1000px;
        top: 25px;
        width: 24px;
    }

        .carrousel_logo .next:hover {
            background-position: -136px -163px;
        }

    .carrousel_logo .jcarousel-clip {
        margin: 0 35px;
        overflow: hidden;
        padding-top: 25px;
    }

    .carrousel_logo .carrousel_container li {
        float: left;
        height: 100px;
        width: 100px;
    }

        .carrousel_logo .carrousel_container li a {
            display: inline-block;
            height: 84px;
            overflow: hidden;
            padding: 8px;
            text-align: center;
            width: 84px;
            background: url(../images/logoslider_itembg2.png) center center;
        }

            .carrousel_logo .carrousel_container li a:hover {
                background: url(../images/logoslider_itembg.png) center center;
            }

            .carrousel_logo .carrousel_container li a img {
                max-height: 84px;
                max-width: 84px;
            }
/* Old skined */
.middle-body section.control .link-gt {
    color: #464646;
    font-size: 11px;
    margin-right: 16px;
    position: absolute;
    right: 0;
    top: 176px;
}

.middle-body section.control .carrousel_logo .jcarousel-clip {
    width: 200px
}

.middle-body section.control .carrousel_logo .prev {
    left: 9px
}

.middle-body section.control .carrousel_logo .next {
    right: 11px
}

/* === Carrousel VI TV === */
.carrousel_video {
    height: 170px;
}

    .carrousel_video .carrousel_container {
        position: relative;
    }

    .carrousel_video .prev {
        background: url("../images/boutons/slider-prevnext_arrows.png") no-repeat 1px 1px;
        height: 154px;
        overflow: hidden;
        position: absolute;
        left: 7px;
        text-indent: -1000px;
        top: 7px;
        width: 24px;
    }

        .carrousel_video .prev:hover {
            background-position: -79px 1px;
        }

    .carrousel_video .next {
        background: url("../images/boutons/slider-prevnext_arrows.png") no-repeat -56px 1px;
        height: 154px;
        overflow: hidden;
        position: absolute;
        right: 7px;
        text-indent: -1000px;
        top: 7px;
        width: 24px;
    }

        .carrousel_video .next:hover {
            background-position: -136px 1px;
        }

    .carrousel_video .jcarousel-clip {
        margin: 0 45px;
        overflow: hidden;
        padding-top: 8px;
    }

    .carrousel_video .carrousel_container li {
        cursor: pointer;
        float: left;
        height: 152px;
        margin-right: 21px;
        width: 154px;
        cursor: pointer;
    }

        .carrousel_video .carrousel_container li a {
            background: #E2E2E2;
            color: #464646;
            display: block;
            font-size: 10px;
            font-weight: 700;
            height: 152px;
            overflow: hidden;
            text-decoration: none;
            width: 154px;
        }

            .carrousel_video .carrousel_container li a:hover {
                background: #fff;
            }

            .carrousel_video .carrousel_container li a img {
                display: block;
                height: 116px;
                width: 154px;
            }

            .carrousel_video .carrousel_container li a span {
                cursor: pointer;
                display: inline-block;
                padding: 5px;
            }

/* === Preparer son VI === */
.prepare_vi {
    min-height: 242px;
    max-height: 242px;
}

    .prepare_vi .col {
        float: left;
        margin: 12px 0 9px;
        width: 308px;
    }

        .prepare_vi .col:first-child {
            border-right: 1px solid #999;
            margin-right: 5px;
            width: 251px;
        }

    .prepare_vi h2 {
        color: #494949;
        font-size: 14px;
        font-weight: 700;
        margin: 0 5px 0 12px;
    }

    .prepare_vi .btn_list {
        padding: 5px 0;
    }

    .prepare_vi .links-list li {
        float: left;
        width: 130px;
    }

/* === Bien vivre son VI === */
.bienvivre_vi {
    padding-bottom: 3px;
    padding-top: 9px;
}

.socialnetworks {
    height: 82px;
}

    .socialnetworks ul {
        padding-top: 15px; /*text-align: center;*/
    }

    .socialnetworks li {
        display: inline;
        margin: 0 5px;
    }

/* === Nos partenaires === */
.partners {
    padding: 20px 10px 15px;
}

    .partners .presentation {
        overflow: hidden;
    }

        .partners .presentation img {
            float: left;
            margin-right: 15px;
        }

        .partners .presentation .subtitle {
            display: block;
            margin-top: 30px;
        }

        .partners .presentation .content {
            clear: both;
            padding-top: 20px;
        }

            .partners .presentation .content p {
            }

    .partners .partner {
        border-top: 1px dotted #999;
        clear: both;
        margin: 20px 5px;
        min-height: 62px;
        padding-top: 20px
    }

        .partners .partner:first-child {
            border-top: 0
        }

        .partners .partner img {
            float: left;
            margin-right: 15px;
            min-height: 62px;
            width: 100px;
        }

        .partners .partner .desc {
            overflow: hidden;
        }

            .partners .partner .desc a {
                color: #648CDD;
            }

/* === Account === */
body .onglets-administrables .navigation li a {
    color: #aa1d83
}

body .onglets-administrables .navigation li.middle-on {
    /*background-image: url("../images/fonds/espaceperso/onglet-middle-on.png")*/
    background-color: #aa1d83;
}

body .forum-theme .content .marges .forum .categorie {
    background: #aa1d83;
    color: #fff
}

.btnWhite {
    color: white;
}

/* ===== Overlay ===== */

.video_overlay {
    background-color: #FFFFFF;
    border: 1px solid #666666;
    display: none;
    height: 400px;
    min-height: 200px;
    padding: 10px;
    width: 600px;
    z-index: 10000;
}


    .overlay .close, .video_overlay .close, .image_overlay .close, .simple_overlay .close {
        background-image: url("/images/lightbox_close.png");
        cursor: pointer;
        height: 35px;
        position: absolute;
        right: -15px;
        top: -15px;
        width: 35px;
    }


/* ===== Social Element ===== */
.social_tooltip {
    background: url(/images/flch_social.png) no-repeat right top;
    padding: 5px;
    Z-index: 1000;
}

.social_tooltipiframe {
    background-image: url(/images/bg_social.png);
    text-align: center;
    padding-left: 5px;
    border: solid 1px #000;
}


.header .lang-list li {
    padding-left: 3px;
}

.header .lang-list a:visited {
    color: #aa1d83;
    font-size: 12px;
}

.header .lang-list .selectedLanguage {
    font-weight: bold;
    color: #000000
}

body .login-box .login-form .title {
    min-width: 93px;
    display: inline-block;
}

body .login-box .login-form a span {
    min-width: 93px;
}

#content .logged.login-box .my-links {
    /*width: 230px !important;*/
    margin-left: 10px !important;
    white-space: nowrap !important;
}

.login-box.logged .my-links {
    white-space: nowrap;
}

.btn-Form {
    background: #AA1D83;
    border: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
    font-size: 11px;
    text-transform: uppercase;
}

.validerContact {
    /*    background-image: url("/images/boutons/btn-contact.gif");*/
    background-repeat: no-repeat;
    border: none;
    color: white;
    font-weight: bolder;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #aa1d83;
}

#choixLang {
}

    #choixLang p {
        margin-bottom: 15px;
    }

    #choixLang .important {
        font-weight: bold;
    }

    #choixLang .buttons {
        text-align: right;
    }

        #choixLang .buttons input {
            width: 75px;
        }

#divLangLeft {
    width: 300px;
    position: absolute;
    padding-top: 4px;
}

#divLangRight {
    position: absolute;
    right: 90px;
}

.buttonSearch {
    background-color: #203279;
    font-family: Arial;
    color: white;
    font-weight: bold;
    font-size: 12px;
    width: 162px;
    height: 23px;
}

#TaggageClickFR, #TaggageClickEN {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    color: #333;
    font-size: 12px;
}

    #TaggageClickFR:hover, #TaggageClickEN:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    #TaggageClickFR.selectedLanguage:hover, #TaggageClickEN.selectedLanguage:hover {
        color: black;
        font-weight: bold;
        cursor: text;
        text-decoration: none;
    }

/*Style utile sur IE11 pour prendre en compte le style disabled lors qu'il est surchargé*/
input[type=button]:disabled {
    color: #808080;
    cursor: not-allowed;
}
