/* ############################################################################
     RESET CSS
############################################################################ */
/* Normalise les marges et le remplissage */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0; padding:0;}

/* Normalise les tailles de polices pour les entetes */
h1, h2, h3, h4, h5, h6 {font-size:100%;}

/* supprime list-style pour les listes */
ol, ul {list-style:none;}

/* Normalise les styles et graisses des fonts : font-style et font-weight sont "normal" */
adress, caption, cite, code, dfn, em, th, var {font-style:normal; font-weight:normal;}

/* supprime les bordures dans les tableaux */
table {border-collapse:collapse; border-spacing:0;}

/* supprime les bordures des les elements de fieldsest et img */
fieldset, img {border:0;}

/* aligne le texte a gauche dans caption et th */
caption, th {text-align:left;}

/* supprime les apostrophe double (guillement anglais) autour de q */
q:before, q:after {content:'';}


/* ############################################################################
     STRUCTURE
############################################################################ */
#container_page{
    background:url(../images/banniere2.jpg) 50% 0 no-repeat;
    padding-top:146px;
}
    #page{
        margin:0 auto;
        width:999px;
        position:relative;
    }
        #header{}
        #content{}
            #container_cols{
                overflow:hidden;
            }
            #mainContent{
                width:715px;
                float:left;
                background:#FFF;
            }
            #sidebar{
                width:282px;
                float:left;
                padding-top:35px;
            }
    #container_footer{
        background:#333;
        clear:both;
        overflow:hidden;
    }
        #footer{
            position:relative;
            margin:0 auto;
            width:999px;
            color:#a1a0a0;
            overflow:hidden;
        }



/* ############################################################################
     STYLES GENERIQUES
############################################################################ */
body{
    font:11px Arial, Helvetica, sans-serif;
    background:#e0e0e0 url(../images/bg_corps.gif) 0 182px repeat-x;
}

.clear{clear:both;}


/* TITRES ***************************************************************** */
h1{margin:0 0 10px 0; font-size:24px;}
h2{font:bold 16px Arial, Helvetica, sans-serif;}
h3{font:bold 12px Arial, Helvetica, sans-serif;}
h4{font-weight:bold;}

strong{font-weight:bold;}
p{padding:0 0 10px 0;}

/* LISTES ***************************************************************** */
ol, ul{list-style-type:none;}

/* LIENS ****************************************************************** */
a{
    color:#000;
    text-decoration:underline;
    outline:none;
}

/* FORMULAIRE ************************************************************* */
form{}
fieldset{border:2px solid #C2C2C2; padding:0 5px 5px 10px; margin:0 0 10px 0;}
    fieldset ul, fieldset ol{margin:0;}
        fieldset li{background:none; padding:0 0 8px 0;}
    fieldset fieldset{border:none; margin:0; padding:0;}
        fieldset fieldset legend{font-weight:normal; padding:0 0 3px 0; margin:0 0 0 -7px;}
        fieldset fieldset li{display:inline; margin:0; padding:0;}
            fieldset fieldset label{display:inline;}
        fieldset fieldset input{border:none;}
legend{font-weight:bold; padding:0 5px 5px 5px;}

label{color:#6a6a6a;}

input,
select,
textarea{
    padding:2px;
    font-size:11px;
    border:1px solid #dedede;
}

.inputT1 {width:200px;float:left}
.inputT2 {width:400px;}

.inputNoStyle {
    border:none;
}
/* bouton de formulaire - fond degrade bleu */
.boutonStyle {
    padding:0 6px 3px 6px;
    height:26px;
    font-weight:bold;
    color:#fff;
    background:transparent url(../images/bg_input.jpg) repeat-x 0 0;
    cursor:pointer;
}
.disabledBoutonStyle {
    padding:0 6px 3px 6px;
    height:26px;
    font-weight:bold;
    color:#fff;
    background:transparent url(../images/bg_input_disabled.jpg) repeat-x 0 0;
    cursor:pointer;
}

/* TABLEAU **************************************************************** */
table{
    border-collapse:separate;
    border-spacing:0;
    margin:0 0 10px 0;
}
th{padding:5px 7px;}
td{
    padding:5px 7px;
    text-align:center;
}
thead th, thead td{
    background-color:#dedede;
    font-weight:bold;
}
tbody th, tbody td {}

.tableDarkRow {background:#dedede;}


/* ############################################################################
     HEADER
############################################################################ */
#banniere{position:relative;}

    h1{
        padding:10px 0 0 0;
        position:absolute;
        top:-139px;
        left:0;
    }
        h1 a{
            display:block;
            background:url(../images/logo.png) 0 0 no-repeat;
            width:329px;
            height:129px;
            text-indent:-9999px;
        }
        
    .btn_order_big{
        position:absolute;
        top:-80px;
        right:0;
    }
        .btn_order_big a{
            display:block;
            background:url(../images/bt_commander_maintenant.png);
            width:275px; 
            height:109px;
            text-indent:-9999px;
            cursor:pointer;
        }

ul#menu{
    background:url(../images/bg_header_ul.gif) 0 0 repeat-x;
    overflow:hidden;
    height:28px;
    padding:8px 0 0 0px;
}
    ul#menu li{
        float:left;
        background:url(../images/picto.gif) 0 50% no-repeat;
        padding:0 10px 0 15px;
    }
        ul#menu li.first{
            background:none;
            padding-left:0;
        }
        ul#menu a{
            display:block;
            padding-bottom:4px;
            font:bold 15px Helvetica, sans-serif;
            color:#8a8a8a;
            text-decoration:none;
        }
            ul#menu a:hover{
                color:#000;
                border-bottom:3px solid #1d9cc2;
            }
        ul#menu a.on{
            font:bold 15px Helvetica, sans-serif;
            color:#000;
        }


/* ############################################################################
     CONTENT
############################################################################ */
#content{
    clear:both;
    padding:40px 0 10px 0;
}
#content a{color:#333}

#contentBottom {
    margin:20px 0 10px 0;
    text-align:center;
}
    #contentBottom blockquote {
        font-weight:bold;
        font-size:12px;
        color:#1680a1;
    }
        #contentBottom blockquote span {
            font-weight:normal;
            font-size:11px;
            color:#000;
        }


/* ############################################################################
     MAINCONTENT(colone de gauche)
############################################################################ */
.topMainContent{
    background:url(../images/bg_topMainContent.gif) 0 0 no-repeat;
    height:3px;
    width:716px;
    font-size:2px;
}

.bottomMainContent{
    background:url(../images/bg_bottomMainContent.gif) 0 0 no-repeat;
    height:5px;
    width:716px;
    font-size:2px;
}

#midleMainContent{
    border-left:1px solid #e1e1e1;
    border-right:1px solid #e1e1e1;
    padding:10px 10px 0 10px;
    overflow:hidden;
}
#midleMainContent ul{
    color:#6a6a6a;
}
#midleMainContent ul strong{
    color:#000;
}

/* BLOC DE CONTENTU **************************************************************** */
.bloc{padding-bottom:10px;}
    .bloc h2{
        border:1px solid #d4d4d4;
        background:url(../images/bg_h2.gif) 0 0 repeat-x; 
        padding:2px 0 1px 10px;
        margin-bottom:1px;
    }
        .bloc h2 span{
            background:url(../images/picto_h2.gif) 0 50% no-repeat;
            padding-left:10px;
        }
    .center_bloc{
        background:#ebebeb;
        border:1px solid #d7d7d7;
        padding:10px;
        overflow:hidden;
    }
        .center_bloc h3{
            padding-bottom:10px;
        }
        .center_bloc ul{
            padding:10px;
            background:#FFF;
        }
        .center_bloc li{}
            .center_bloc .picto li,
            .center_bloc .picto2 li{ 
                background:url(../images/picto_list.jpg) 0 1px no-repeat;
                padding:0 0 10px 20px;
            }

.bloc_left{
    float:left;
    width:341px;
    padding-right:10px;
    
}
.bloc_right{
    float:left;
    width:341px;
}


/* ############################################################################
     SIDEBAR (colone de droite)
############################################################################ */
.topSidebar{
    background:url(../images/bg_topSidebar.png) 0 0 no-repeat;
    width:278px;
    height:8px;
    font-size:2px;
}

.container_midleSidebar{
    width:278px;
    background:transparent url(../images/bg_container_midleSidebar.png) 0 0 repeat-y;
}
    .midleSidebar{
        width:271px;
        background:url(../images/bg_midleSidebar.gif) 0 0 repeat-y;
        padding:10px 0;
    }
    .midleSidebar div{
        width:235px;
        padding:0 13px 20px 13px;
    }
    

.bottomSidebar{
    background:url(../images/bg_bottomSidebar.png) 0 0 no-repeat;
    width:278px;
    height:8px;
    font-size:2px;
}

#sidebar h2{
    padding:12px 0 10px 35px;
    margin-top:10px;
}
    #sidebar .question{background:url(../images/picto_question.jpg) 0 0 no-repeat;}
    #sidebar .customers{background:url(../images/picto_customers.jpg) 0 0 no-repeat;    }
    #sidebar .mobile{background:url(../images/picto_mobile.jpg) 0 0 no-repeat;}

#sidebar dt, 
#sidebar p{
    color:#3c3c3c;
}
#sidebar dd,
.list5 li{
    background:url(../images/picto_list_sidebar.jpg) 0 100% no-repeat;
    padding:10px 0 0 20px;
}
#sidebar dd{font-weight:bold;}
#sidebar dt{
    background:url(../images/border_bottom_list.gif) 0 100% repeat-x;
    padding:0 0 10px 20px;
}
    #sidebar dt.last{
        background:none;
        padding-bottom:0;
    }


.shodowBottom{
    background:url(../images/bg_bottom_bloc_sidebar.gif) 0 100% no-repeat;
}

#sidebar .midleSidebar .no_paddingB{
    padding-bottom:0;
}

.contact{/* img n� de tel */
    margin-left:15px;
    height:60px;
    width:202px;
    text-indent:-999px;
    background:url(../images/img_contact.gif) 0 0 no-repeat;
}

/* ############################################################################
     FOOTER
############################################################################ */
#footer dl{
    float:left;
    padding:0 15px 20px 15px;
    height:130px;
    width:246px;
}
    .qualityChart{background:url(../images/bg_footer_qualityChart.gif) 0 0 repeat-x;}
    .prices{background:url(../images/bg_footer_prices.gif) 0 0 repeat-x;}
    .testimonies{background:url(../images/bg_footer_testimonies.gif) 0 0 repeat-x;}
    #footer dd{
        font:bold 15px Arial, Helvetica, sans-serif;
        color:#1681a1;
        border-bottom:3px solid #454545;
        padding:10px 0 10px 25px;
        background:url(../images/picto_footer.gif) 0 70% no-repeat;
    }
    #footer dt{
        padding-top:7px;
    }
        #footer dt span{
            color:#FFF;
        }
            #footer dt span.color1{
                color:#1681a1;
                font-weight:bold;
            }
        
        #footer .qualityChart img{
            float:left;
            margin-right:10px;
        }
        #footer .testimonies{
            float:left;
            width:410px;
        }
            #footer .testimonies dt{
                float:left;
                width:205px;
            }

ul#validations {
        float:right;
        margin-bottom:10px;
        height:20px;
    }
        #validations li {
            float:left;
            font-size:12px;
        }
            #validations li a {
                padding:0 9px 0 10px;
                color:#a1a0a0;
                text-decoration:none;
                background:transparent url(../images/bg_li_validations.gif) no-repeat 0 2px;
            }
                #validations li a:hover {text-decoration:underline;}
            
            #validations li a.first {
                padding:0 9px 0 0;
                text-decoration:none;
                background:none;
            }


/* ############################################################################
     HOME
############################################################################ */
/* les 3 etapes ********************************************************* */
ol#steps{
    background:url(../images/bandeau2.jpg) 0 0 no-repeat;
    height:139px;
    width:952px;
    color:#7c7c7c;
    font:bold 14px Arial, Helvetica, sans-serif;
    overflow:hidden;
    padding-left:55px;
    position:relative;
    margin:0 0 10px 0;
}
    ol#steps li{
        float:left;
        width:165px;
        padding:35px 0 0 0;
    }
        ol#steps li p{
            font:11px Arial, Helvetica, sans-serif;
            padding-top:5px;
        }
        ol#steps .step1{padding-right:180px;}
        ol#steps .step2{padding-right:170px;}
        ol#steps .step3{
            padding-left:10px;
            width:185px;
        }

.btn_order{/* bouton commander, etape 3 */
    clear:both;
}
    .btn_order a{
        display:block;
        background:url(../images/bt_commander.jpg) 0 0 no-repeat;
        text-indent:-999px;
        width:171px;
        height:21px;
        position:absolute;
        top:108px;
        right:10px;
    }

/* bloc avantages - fond specifique *************************************************** */
.advantages_list{
    background:#FFF url(../images/illus_advantagesList.jpg) 100% 100% no-repeat;
    overflow:hidden;
}
    .advantages_list ul{
        float:left;
        background:none;
    }
        .advantages_list ul li span{
            width:200px;
            display:block;
            background:url(../images/border_bottom_list.gif) 0 100% repeat-x;
            padding-bottom:5px;
        }
            .advantages_list .list4 li span{width:200px;}


/* ############################################################################
     PAGE PRESENTATION
############################################################################ */
.bloc_page2 p{
    padding-bottom:10px;  
}


/* ############################################################################
     PAGE PAIEMENT
############################################################################ */
.center_bloc ul.listActu {
    margin:0 0 10px 15px;
    padding:0;
    background:none;
    list-style-type:disc;
}
    .center_bloc ul.listActu li {color:#000;}



/* ############################################################################
     PAGE EXEMPLES
############################################################################ */
.bloc_ex{
    clear:both;
    padding:10px;
    overflow:hidden;
    background:#fff;
    margin-bottom:10px;
}
    .visuel{
        float:left;
        padding:10px;
        width:346px;
        border:1px solid #1b96b8;
    }

    .description{
        width:250px;
        float:left;
        padding-left:20px;
    }
        .description dl{}
        .description dd{
            float:left;
            width:60px;
            font-weight:bold;
        }
        .description dd,
        .description dt{
          padding-bottom:3px;
        }

#midleMainContent .description .picto2{
    margin-top:10px;
    background:url(../images/border_bottom_list.gif) 0 0 repeat-x;
}

/* ############################################################################
     PAGE SAV
############################################################################ */
.bloc_page3 dd{
    padding:1px 0 0 20px;
    height:16px;
  font-weight:bold;
    background:transparent url(../images/picto_list_sidebar.jpg) no-repeat 0 0;
}
.bloc_page3 dt,
.bloc_page3 p{
   padding-bottom:10px;
}

.form_sav{
   padding:10px;
}
.form_sav div{
   padding:15px 0 20px 0;
    
}
.form_sav div label{
    display:block;
    width:150px;
    float:left;
    font-weight:bold;
}
.form_sav .bordure_form_sav{
    background:url(../images/border_bottom_list.gif) 0 0 repeat-x;
}
.form_sav .no_marge{
    padding:0;
}
table{
    margin-bottom:10px;
}
.title{
    width:150px;
}
td{
    width:110px;
}
.form_sav td.title{
    width:150px;
}
.align{
    text-align:center;
}
.bouton{
    margin-left:350px;
}


/* ############################################################################
     PAGE COMMANDE
############################################################################ */

/* CONTENT #################################################### */
#form_hs{
    background:#fff;
    padding:10px;
	overflow:hidden;
}

.bloc_form{
    padding-bottom:20px;
}
    .bloc_form h2{
        margin-bottom:10px;
        font-size:14px;
    }
    .bloc_form p{
        padding-bottom:10px;
    }
    .bloc_form .text_chps input{
        width:auto!important;
    }

.mandatory {color:#f00;}

#btn_order {float:right;}

/* bloc vos informations */
    .formInformations li {
		overflow:hidden;
    }
/*  .formInformations label{
        display:block;
        float:left;
        height:26px;
        width:150px;
    }*/
.nouveauClient {
    width: 48%;
    float: left;
    }
.dejaClient  {
    width: 48%;
    float: right;
    }
.pricing {
    clear: both;
    padding-top: 20px;
    }
.formInformations label{
        display:block;
        float:left;
        height:26px;
        width:80px;
    }
#client {
        visibility: hidden;
}
/* bloc votre tarification */
.bloc_form pricing {
	clear: both;
}

.pricing h3 {
    margin-top:10px;
    padding:0 0 5px 20px;
    background:transparent url(../images/picto_list.jpg) no-repeat 0 0;
}

.pricing ul{
    margin:0 0 20px 0;
    padding:0;
    overflow:hidden;
}
    .pricing li{
            display:block;
            float:left;
            width:300px;
        }
            /* options affichees sur 1 seule colone */
            .pricing .onecol li label {
                display:block;
                float:left;
                width:130px;
            }
            .pricing .one.col li input {width:50px;}
            
            
            /* nbre de pages */
            .pricing .numberPage li label {
                display:block;
                float:left;
                width:130px;
            }
            .pricing .numberPage li input {width:50px;}
    
    
/* bloc votre projet/options */
.options h3 {
    margin-bottom:10px;
    padding:0;
    color:#157D9C;
    border-bottom:1px solid #157D9C;
}

.options h4 {
    padding:0 0 5px 20px;
    background:transparent url(../images/picto_list.jpg) no-repeat 0 0;
}

.options ul {
    margin:0 0 20px 0;
    padding:0;
    overflow:hidden;
}
        .options li{
            display:block;
            float:left;
            width:200px;
        }

/* SIDEBAR #################################################### */
.cart h2 {
    padding-left:0 !important;
    font-size:14px;
}

    .cart .date {font-style:italic;}
    .cart ul {margin-bottom:10px;}
        .cart li {overflow:hidden;}
            .cart li p {
                float:left;
                padding:0;
            }
            .cart li span {float:right;}
                .cart li span span{float:none;}
            
            .nbr_pages {
                padding-bottom:10px;
                background:transparent url(../images/bg_listNbrPages.gif) no-repeat bottom right;
            }
            .totalTTC {
                font-weight:bold;
                font-size:13px;
            }


/* ############################################################################
     PAGE PAIEMENT
############################################################################ */
.paiement {
    padding:5px;
    background-color:#fff;
    overflow:hidden;;
}
    
    .paiement table {
        margin-bottom:0;
        width:100%;
        border:1px solid #dedede;
    }
        .paiement .borderLeft {
            border-left:1px solid #dedede;
        }
    
    .paiementTotal {
        background:#fff;
        padding:0;
    }
        .paiementTotal ul{
            float:right;
            margin:0;
            padding:3px 0 0 0;
            width:248px;
            border:1px solid #dedede;
            border-top:none;
        }
            .paiementTotal li{
                padding:1px 25px 1px 0;
                text-align:right;
                color:#000;
                background:none;
            }
                .paiementTotal .totalTTC {
                    font-weight:bold;
                    font-size:16px;
                }



/** ajouts GTi */
.formInformations label.error {
    width: auto;
    margin-left: 24px;
}
#faq h2 {
  cursor: pointer;
}
.form_sav div label.error {
    width: auto;
    margin-left: 24px;
    font-weight: normal;
}
/************************************************************************************************/
/** Tickets*/
li.ticketVert {
    color: #B0A72C;
}
.infos_ticket span {
    margin-left: 100px;
    background:transparent url(../images/picto_list.jpg) no-repeat scroll 0 1px;
    padding:0 0 10px 20px;
}
#list_echange_ticket {
    background:#FFFFFF none repeat scroll 0 0;
    margin-bottom:10px;
    padding:10px;
}
.ticket_toggleSubMenu a {
    background:transparent url(../images/picto_list.jpg) no-repeat scroll 0 1px;
    display:block;
    padding:0px 0 10px 20px;
    text-decoration: none;
}
.ticket_toggleSubMenu {
    background:transparent url(../images/border_bottom_list.gif) repeat-x scroll 0 100%;
    display: block;
    padding:5px 0px;
}
a.fichier {
    background: none;
    text-align: right;
    font-style: italic;
} 
.listeTickets td {
    padding: 7px 0 20px 0;
}
.formTicket {
    background: #FFF;
}
.formTicket label {
    display:block;
    float:left;
    height:26px;
    width:150px;
}

.formTicket input {
    float:left;
    width:200px;
}
.formTicket textarea {
    width: 400px;
}
 .formTicket input.boutonStyle {
    width: auto;
 }
span.retourOrder {
    
    background:transparent url(../images/bg_input.jpg) repeat-x scroll 0 0;
    color:#FFFFFF;
    cursor:pointer;
    font-weight:bold;
    float: left;
    width:auto;
    height:30px;
    padding:6px 6px 6px 6px;
    margin: 5px;
}
span.newOrder{
    background:transparent url(../images/picto_list_sidebar.jpg) no-repeat scroll 0 0;
    font-weight:bold;
    height:16px;
    padding:1px 0 0 20px;
    margin: 10px;
    float: right;
}
span.authLien  {
    /*background:transparent url(../images/picto.gif) no-repeat scroll 0 50%;*/
    background:transparent url(../images/picto_h2.gif) no-repeat scroll 0 50%;
    font-weight:bold;
    float: right;
    padding:0px 0 0 10px;
    margin: 10px;
    font-family:Helvetica,sans-serif;
    color:#8A8A8A;
    font-size:12px;
}

#authentificationFO, #updateProfile {
background:#FFFFFF none repeat scroll 0 0;
overflow:hidden;
padding:10px;
}

#updateProfile th {
padding:5px 7px;
width: 150px;
}
#updateProfile td input, #updateProfile td select {
width: 200px;
}


#updateProfile td {
padding:5px 7px;
text-align:left;
}

