﻿/*Général*/

html {
    min-width: 980px;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #383838;
    background-color: #fff;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a {
    text-decoration: none;
}

/*Form*/
input[type="text"],
input[type="password"],
textarea,
select {
    margin: 0px;
    padding: 5px;
    width: 200px;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
    outline: none;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    textarea:focus,
    select:focus {
        border: 1px solid #3cbddc;
    }

    input[type="text"]:active,
    input[type="password"]:active,
    textarea:active,
    select:active {
        border: solid 1px #eee;
    }

input[type='radio'], input[type='checkbox'] {
    margin-right: 5px;
}


body:not(:-moz-handler-blocked) input[type="file"] {
    width: 100% !important;
}

.Composant_Autocomplete {
    background-color: #fff;
    color: #545454;
    background-repeat: repeat-x;
    border: solid 1px #eee;
    outline: none;
    padding: 5px;
    list-style: none;
    margin-top: -1px;
    visibility: hidden;
}

.Composant_Autocomplete_Item {
    list-style: none;
    cursor: pointer;
    padding: 5px;
}

.Composant_Autocomplete_Item_Hover {
    background-color: #3cbddc;
    color: #eee;
    list-style: none;
    padding: 5px;
    cursor: pointer;
}

#loading-bg {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -khtml-opacity: 1;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

#loading-img {
    z-index: 99999999;
    position: fixed;
    right: 10px;
    top: 10px;
}


/*Mise en page*/

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.center {
    margin: auto;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.txt-justify {
    text-align: justify;
}

.txt-top {
    vertical-align: top;
}

.txt-bottom {
    vertical-align: bottom;
}

.txt-middle {
    vertical-align: middle;
}

.table-padding-2 td {
    padding: 2px;
}

.titre-01 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 20px;
    border-bottom: dotted 1px #383838;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #3cbddc;
}

.titre-02 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 20px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #383838;
}

    .titre-02 .sep {
        padding-left: 20px;
        padding-right: 20px;
    }

    .titre-02 a {
        color: #383838;
        text-decoration: none;
    }

        .titre-02 a:hover {
            color: #3cbddc;
        }


.titre-03 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 20px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #3cbddc;
}

h1 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #3cbddc;
}

.color-bleu-01, .color-bleu-01 * {
    color: #3cbddc;
}

.color-rouge-01, .color-rouge-01 *, .page-msg {
    color: #e74e3e;
}

.color-vert-01, .color-vert-01 * {
    color: #50cc42;
}

.puce-01 li {
    list-style: square;
}


.bouton-01 {
    float: right;
    font-size: 14px;
    padding: 10px;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #eee;
    background-color: #999;
}

    .bouton-01:hover {
        background-color: #3cbddc;
    }


.bouton-02, .table-01 a.bouton-02 {
    padding: 5px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #eee;
    background-color: #999;
}


    .bouton-02:hover, .table-01 a.bouton-02:hover {
        background-color: #3cbddc;
        color: #eee;
    }

.bouton-03 {
    float: left;
    font-size: 12px;
    padding: 5px;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #eee;
    background-color: #999;
}

    .bouton-03:hover {
        background-color: #3cbddc;
    }

.table-01 {
    border-collapse: collapse;
}

    .table-01 td, .table-01 th {
        border: 1px solid #eee;
        padding: 5px;
    }

    .table-01 th {
        background-color: #3cbddc;
        color: #fff;
        font-weight: bold;
        height: 18px;
        padding: 5px;
    }

    .table-01 td a {
        display: block;
        height: 18px;
        color: #383838;
    }

        .table-01 td a:hover {
            color: #3cbddc;
        }


/* tooltip */
.tooltip-holder {
    position: absolute;
    top: -50%;
    left: -50%;
    z-index: 999;
    visibility: hidden;
    padding-bottom: 0;
    max-width: 20%;
}

    .tooltip-holder.visible {
        visibility: visible;
    }

.tooltip-content {
    position: relative;
    z-index: 998;
    overflow: hidden;
    padding-top: 2px;
    padding-right: 7px;
    padding-bottom: 2px;
    padding-left: 7px;
    min-width: 30px;
    min-height: 15px;
    background-color: #e74e3e;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    -webkit-box-shadow: 0px 0px 2px 0px #ffffff;
    box-shadow: 0px 0px 2px 0px #ffffff;
}

.tooltip-bottom {
    position: absolute;
    left: 2px;
    bottom: -4px;
    z-index: 999;
    width: 0;
    height: 0;
    border-width: 8px 10px 0px 10px;
    border-style: solid;
    border-color: #e74e3e transparent transparent transparent;
}

    .tooltip-bottom.left {
        left: 2px;
    }


/*Structure*/
header {
    background-color: #383838;
    height: 65px;
    /*-webkit-box-shadow: 0px 2px 10px 3px rgba(100, 100, 100, 0.5);
    box-shadow: 0px 2px 10px 3px rgba(100, 100, 100, 0.5);*/
}

.margin-980 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}


.margin-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.header-logo {
    float: left;
    margin-top: 10px;
}

    .header-logo img {
        border: 3px solid #fff;
    }

.header-utilisateur {
    position:absolute;
    right:10px;
    top:10px;
    color: #eee;
    font-size: 11px;
    height:20px;
}

.header-menu {
    float: right;
    font-size: 12px;
    color: #999;
    line-height: 35px;
    margin-top:30px;
}


    .header-menu * {
        position: relative;
        float: left;
        display: block;
        font-size: 12px;
        color: #999;
        height: 35px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-menu span {
        padding-left: 5px;
        padding-right: 5px;
    }

    .header-menu a:hover, .header-menu a.actif {
        color: #383838;
        background-color: #eee;
    }

.header-login {
    top: 0px;
    right: 0px;
    width: 250px;
    height: auto;
    position: absolute;
    display: none;
    padding: 20px;
    z-index: 999;
    border-left: 5px solid #383838;
    border-right: 5px solid #383838;
    border-bottom: 5px solid #383838;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #eeeeee 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
}

    .header-login .label {
        padding-left: 2px;
        padding-bottom: 2px;
        color: #383838;
        margin-top: 20px;
    }

    .header-login input {
        width: 240px;
    }

        .header-login input[type=checkbox] {
            margin-top: 5px;
            width: auto;
        }

        .header-login input[type=submit] {
            float: right;
            padding-left: 10px;
            padding-right: 10px;
            background-color: #3cbddc;
            border: none;
            width: auto;
            margin-top: 10px;
            height: 35px;
            color: #eee;
        }

    .header-login .lost-password {
        line-height: 45px;
        font-size: 10px;
        color: #3cbddc;
    }

    .header-login .message {
        margin-top: 20px;
        font-size: 12px;
        color: #e74e3e;
    }

.section-menu {
    padding-top: 15px;
    height: 45px;
    text-align: center;
    color: #999;
}

    .section-menu a {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 14px;
        margin-left: 4px;
        margin-right: 4px;
        line-height: 45px;
        color: #999;
    }

        .section-menu a:hover {
            color: #383838;
        }

        .section-menu a:active, .section-menu a.actif {
            color: #3cbddc;
        }



.section-bandeau {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.bandeau-holder {
    float: left;
    width: 850px;
    height: 350px;
    overflow: hidden;
}

.bandeau {
    position: relative;
    overflow: auto;
}

    .bandeau ul {
        border: 0px;
        margin: 0px;
        padding: 0px;
    }

    .bandeau li {
        list-style: none;
        border: 0px;
        margin: 0px;
        padding: 0px;
    }

    .bandeau ul li {
        float: left;
        border: 0px;
        margin: 0px;
        padding: 0px;
    }

.bandeau-nav {
    float: left;
    width: 65px;
    margin-top: 150px;
}

.section-index {
    padding-top: 30px;
}

.section-normal {
    padding-top: 30px;
}

.section-titre {
    padding-top: 5px;
    padding-left: 10px;
    background-color: #eee;
}

    .section-titre .small {
        font-size: 14px;
    }

.index-famille-container {
}

    .index-famille-container .item {
        float: left;
        width: 185px;
        height: 225px;
        margin-left: 4px;
        margin-right: 5px;
        margin-bottom: 10px;
        border: 1px solid #eee;
    }

        .index-famille-container .item:hover {
            border: 1px solid #999;
        }

        .index-famille-container .item .nom {
            overflow: hidden;
            font-size: 14px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-family: 'Open Sans', sans-serif;
            font-weight: 300;
            color: #3cbddc;
        }


.section-pied {
    background-color: #eee;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .section-pied .item {
        float: left;
        width: 300px;
    }

    .section-pied a {
        color: #3cbddc;
    }

    .section-pied b {
        font-size: 13px;
        color: #3cbddc;
    }

    .section-pied a:hover {
        text-decoration: underline;
    }

footer {
    height: 50px;
    line-height: 50px;
    color: #999;
    font-size: 10px;
}

    footer * {
        color: #999;
        font-size: 10px;
    }

    footer a:hover {
        text-decoration: underline;
    }



.famille-holder .item {
    float: left;
    width: 185px;
    height: 225px;
    margin-left: 4px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #eee;
}

    .famille-holder .item:hover {
        border: 1px solid #999;
    }

    .famille-holder .item .nom {
        overflow: hidden;
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        color: #3cbddc;
    }


.prod-holder .item {
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 20px;
}

    .prod-holder .item:hover {
        border: 1px solid #999;
    }

    .prod-holder .item .detail {
        float: left;
        width: 733px;
        margin-left: 20px;
    }

    .prod-holder .item img {
        float: left;
        width: 185px;
    }

    .prod-holder .item .detail a {
        float: left;
        width: 336px;
        font-size: 14px;
        padding: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        overflow: hidden;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        color: #eee;
        background-color: #999;
    }

        .prod-holder .item .detail a:hover {
            background-color: #3cbddc;
        }


.prod-format-header {
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 20px;
}

    .prod-format-header .detail {
        float: left;
        width: 733px;
        margin-left: 20px;
    }

    .prod-format-header img {
        float: left;
        width: 185px;
    }


.prod-format-holder .item .titre {
    background-color: #eee;
    font-family: 'Open Sans', sans-serif;
    float: left;
    min-width: 400px;
    padding: 10px;
}

    .prod-format-holder .item .titre div:first-child {
        font-size: 14px;
        font-weight: 600;
    }

.prod-format-holder .item .content {
    clear: both;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.prod-format-holder .item table td, .prod-format-holder .item table th {
    border: 1px solid #eee;
}

.prod-format-holder .item table {
    border-collapse: collapse;
}

    .prod-format-holder .item table th {
        min-width: 100px;
        background-color: #3cbddc;
        color: #fff;
        font-weight: bold;
        height: 18px;
        padding: 5px;
    }

    .prod-format-holder .item table td.th {
        text-align: left;
        color: #fff;
        background-color: #999;
    }

    .prod-format-holder .item table td {
        text-align: right;
    }

        .prod-format-holder .item table td a {
            padding: 5px;
            display: block;
            height: 18px;
            color: #383838;
        }

            .prod-format-holder .item table td a:hover {
                background-color: #eee;
                color: #3cbddc;
            }


.ilibelle {
    line-height: 20px;
}

    .ilibelle span.recycle > label {
        padding-left: 20px;
        background-image: url(../images/icones/recycle_16.png);
        background-position: left -2px;
        background-repeat: no-repeat;
    }

.avertissement-holder {
    border: 1px solid #e74e3e;
    margin-bottom: 20px;
    padding: 20px;
    padding-bottom: 15px;
    background-color: #f6dcda;
}

    .avertissement-holder p {
        margin: 0px;
        padding: 0px;
        border: 0px;
        margin-bottom: 5px;
    }

.eforfait-creation-holder .item {
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 20px;
}

    .eforfait-creation-holder .item:hover {
        border: 1px solid #999;
    }

    .eforfait-creation-holder .item .description {
        float: left;
        width: 718px;
    }

    .eforfait-creation-holder .item .prix {
        float: left;
        width: 200px;
        margin-left: 20px;
    }

    .eforfait-creation-holder .item .prix-01 {
        font-size: 24px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        color: #3cbddc;
        text-align: right;
    }

    .eforfait-creation-holder .item .prix-02 {
        text-align: right;
        margin-bottom: 10px;
    }

    .eforfait-creation-holder .item .lien {
    }

        .eforfait-creation-holder .item .lien a {
            float: right;
            font-size: 14px;
            padding: 10px;
            padding-left: 30px;
            padding-right: 30px;
            text-align: center;
            font-family: 'Open Sans', sans-serif;
            font-weight: 300;
            color: #eee;
            background-color: #999;
        }

            .eforfait-creation-holder .item .lien a:hover {
                background-color: #3cbddc;
            }

.clt-choix-holder .item {
    float: left;
    width: 438px;
    padding: 20px;
    margin-left: 20px;
    border: 1px solid #eee;
}

    .clt-choix-holder .item:first-child {
        margin-left: 0px;
    }


    .clt-choix-holder .item:hover {
        border: 1px solid #999;
    }

    .clt-choix-holder .item .form {
        margin-bottom: 10px;
    }

    .clt-choix-holder .item .label {
        padding-bottom: 3px;
    }

    .clt-choix-holder .item .form input, .clt-choix-holder .item .form textarea {
        width: 426px;
    }

    .clt-choix-holder .item .form select {
        width: 436px;
    }

.clt-choix-holder .form input[type=checkbox] {
    width: auto;
}

.classique-holder {
    padding: 20px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.classique-2part-holder {
    margin-bottom: 20px;
}

    .classique-2part-holder .item {
        float: left;
        width: 438px;
        padding: 20px;
        margin-left: 20px;
        border: 1px solid #eee;
    }

        .classique-2part-holder .item:first-child {
            margin-left: 0px;
        }



.formulaire-holder .form {
    margin-bottom: 10px;
}

.formulaire-holder .label {
    padding-bottom: 3px;
}

.formulaire-holder .form input, .formulaire-holder .form textarea {
    width: 426px;
}

.formulaire-holder .form select {
    width: 436px;
}

.classique-holder-2part-holder .item {
    float: left;
    width: 460px;
    margin-left: 18px;
}

    .classique-holder-2part-holder .item:first-child {
        margin-left: 0px;
    }

    .classique-holder-2part-holder .item .form {
        margin-bottom: 10px;
    }

    .classique-holder-2part-holder .item .label {
        padding-bottom: 3px;
    }

    .classique-holder-2part-holder .item .form input, .classique-holder-2part-holder .item .form textarea {
        width: 450px;
    }

    .classique-holder-2part-holder .item .form select {
        width: 460px;
    }

    .classique-holder-2part-holder .item .form input[type=radio] {
        width: auto;
    }


.classique-holder-1part-holder .item {
    margin-left: auto;
    margin-right: auto;
    width: 460px;
}

    .classique-holder-1part-holder .item .form {
        margin-bottom: 10px;
    }

    .classique-holder-1part-holder .item .label {
        padding-bottom: 3px;
    }

    .classique-holder-1part-holder .item .form input, .classique-holder-1part-holder .item .form textarea {
        width: 450px;
    }

    .classique-holder-1part-holder .item .form select {
        width: 460px;
    }

    .classique-holder-1part-holder .item .form input[type=radio], .classique-holder-1part-holder .item .form input[type=checkbox] {
        width: auto;
    }
