﻿/* PANIER
-----------------------*/
/* Titre de page */
h3#titlePanier{
    background: url('../images/tit_panier.gif') no-repeat 0 0;
    height: 40px;
    text-indent: -9999px;
    width: 152px;
}
h3#titleInfosPersonnelles{
    background: url('../images/tit_infos-personnelles.gif') no-repeat 0 0;
    height: 40px;
    text-indent: -9999px;
    width: 278px;
}
h3#titleRecap{
    background: url('../images/tit_recapitulatif.gif') no-repeat 0 0;
    height: 40px;
    text-indent: -9999px;
    width: 138px;
}

/* Liens du haut */
ul#InfoLegal
{
	    display: block;
    float: left;
    margin:0 0 20px 15px !important;
    padding:0;
    position: relative;
    }
    ul#InfoLegal li{
        display: inline;
        margin:0;
        padding:0;
}

/* Liens généraux 
div#panier a:link, div#panier a:visited{
    color: #4f88b1;
}
div#panier a:hover, div#panier a:active {
    color: #ea7105;
}*/

/* Bouton actualiser */
div#actualiser{
    float: right;
    }
    div#actualiser a{
        background: url('../images/bt_actualiser.gif') no-repeat 0 0;
        display: block;
        height: 22px;
        text-indent: -9999px;
        text-align: left;
        width: 82px;
        }
        div#actualiser a:hover{
            background-position: -82px 0px;
}


/* Tableau panier */
table#detailsPanier{
    border: 1px solid #bbbbbb;
    border-width: 1px 1px 0 1px;
    border-collapse: collapse;
    margin-top: 10px;
    width: 100%;    
    }
    /* Pour margin-bottom du panier dans la dernière page */
    table.recap#detailsPanier{
        margin-bottom: 25px;
    }
    
    /* Gestion générale des colonnes */
    .colDesc{width: 45%;}
    .colPrix{width: 10%;}
    .colQte{width: 21%;}
    .colTotal{width: 13%;}
    .colSup{width: 12%;}

    /* Standardise la dimension des cellules IE vs. FF  */
    table#detailsPanier p{
        margin: 0;
        padding: 0;
    }
    
    td{
        padding: 5px;
        vertical-align: baseline;
    }

    table#detailsPanier thead th{
        background: #e9e9e9;
        height: 25px;
        line-height: 25px;
        margin: 0;
        padding: 0;
        text-align: left;
        }
        
        /* Replacement d'image pour l'entête du tableau */
        /* Disposition générale pour toute l'entête */
        table#detailsPanier thead th p{
            height: 17px;
            line-height: 17px;
            text-align: left;
            /*text-indent: -9999px;  */      
        }
        
        /* Chargement des images */
        table#detailsPanier thead th#tdDescription p{
            /*background: url('../images/sousTit_descItem.gif') no-repeat 5px 0;*/
            width: 127px;            
        }
        table#detailsPanier thead th#tdPrix p{
            /*background: url('../images/sousTit_prix.gif') no-repeat 5px 0;*/
            width: 33px;            
        }
        table#detailsPanier thead th#tdQte p{
            /*background: url('../images/sousTit_quantite.gif') no-repeat 5px 0;*/
            width: 58px;            
        }
        table#detailsPanier thead th#tdTotal p{
            /*background: url('../images/sousTit_total.gif') no-repeat 5px 0;*/
            width: 40px;            
        }
        table#detailsPanier thead th#tdSup p{
            /*background: url('../images/sousTit_supprimer.gif') no-repeat 5px 0;*/
            width: 68px;            
    }
    
    /* Lignes impaires */
    table#detailsPanier tbody tr{
        background: white;
        }
        
        table#detailsPanier tbody tr td{            
            border-bottom: 1px solid #bbbbbb;
            padding: 10px 5px;
    }
    
    /* Lignes paires */
    table#detailsPanier tbody tr.even{
        background: #f9fafb;
    }
    
    /* Infos sur livre */    
    table#detailsPanier tbody img{
        float: left;
        /*height: 75px;*/
        margin-right: 15px;
        width: 50px;
    }
     
    table#detailsPanier tbody p.titreLivre{
        font-weight: bold;
        text-transform:uppercase;
    }
    
    table#detailsPanier tbody dl {
        margin: 0;
        padding: 0;
    }
    
    table#detailsPanier tbody dl dt {
        float: left;
    }
    table#detailsPanier tbody dl dd{
        display: block;
    }
    
    /* Bouton supprimer */
    a.supprimer{
        background: url('../images/ico_delete.gif') no-repeat;
        display: block;
        height: 18px;
        margin: 0 auto;
        text-align: left;
        text-indent: -9999px;
        width: 20px;
    }    
    
    table#detailsPanier tfoot tr td{
        border-bottom: 1px solid #bbbbbb;
        padding: 10px 5px;
        position: relative;
        vertical-align: middle;
        }
        
        table#detailsPanier tfoot span#choixPays{
            float: left;
            margin-left: 60px;
            width: 200px;
        }
        
        * html table#detailsPanier tfoot span#choixPays{
            margin-left: 30px;
        }
        
        table#detailsPanier tfoot tr td#noticeDevise{
            padding: 20px 0 5px 5px;
            vertical-align: bottom;
        }
        
        #table#detailsPanier tfoot tr td#paysFrais{
           padding: 25px 5px 0 5px;
        }
        
        * html #table#detailsPanier tfoot tr td#paysFrais{
            padding-top: 14px;
        }
        
        table#detailsPanier tfoot p{
            color: black;
            font-size: 110%;
            font-weight: bold;
            line-height: 2em;
            }
            
            table#detailsPanier tfoot p#totalLabel{
                color: Green;
                font-size:130%;
            }
            
            table#detailsPanier tfoot p#totalValue{
                font-size:130%;
                }
                table#detailsPanier tfoot p span{
                    font-size: 90%;
                    font-weight: normal;
        }
        
        table#detailsPanier tfoot tr td.panierLabels p{
            color: #014a7f;
        }    
        
        table#detailsPanier tfoot tr td.panierValues{
            border-width: 0 1px 1px 0;
}    

/* Bouton Continuer à magasiner */
a#continuerMagasiner{
    background: url('../images/bt_continuer.gif') no-repeat left top;
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;  
    margin-top: 7px;
    padding: 0;
    text-align: left;
    text-indent: -9999px;
    width: 129px;
    }        
    a:hover#continuerMagasiner{
        background-position: -129px 0;
}



/* Bouton Commander */
div#ctl00_ContentPlaceHolder1_commander{
    border: solid #bbbbbb;
    border-width: 0 1px 1px 1px;
    float: right;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 173px;
    }
    div#ctl00_ContentPlaceHolder1_commander a{
        background: url('../images/bt_commander.gif') no-repeat -129px 0;
        display: block;
        height: 42px;
        line-height: 42px;
        margin: 7px auto 0 auto;
        padding: 0;
        text-align: left;
        text-indent: -9999px;
        width: 129px;
    }
    div#ctl00_ContentPlaceHolder1_commander a:hover{
        background-position: 0 0;
    }
    
/* Recommendations */
h3#recommandationsTitre{
    display: block;
    height: 17px;
    line-height: 17px;
    margin: 30px 0 15px 0;
    padding: 0;
    text-indent: -9999px;
    width: 340px;
}
ul#recommandations{
    height: 230px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    }
    ul#recommandations li{
        float: left;
        list-style: none;
        margin: 20px 25px 0 20px;
        padding: 0;
        position: relative;
        width: 100px;
    }        
    * html ul#recommandations li{
        margin: 20px 19px 0 18px;
        }
        ul#recommandations li img{
            border: none;
        }
        ul#recommandations li p{
            margin: 1em 0;
            padding: 0;
            }
            ul#recommandations li a:link{
                text-decoration: strikeout;
}




/* Generic wrapper */
div.genericInfoWrapper{
    border: 1px solid #bbbbbb;
    margin-top: 25px;
    width: 100%;
    }
    div.genericInfoWrapper div{
        margin: 10px;
        position: relative;
        }
        /* Abonnements */
        div.genericInfoWrapper div label{
            margin-left: 1em;
            vertical-align: middle;
        }
        div.genericInfoWrapper div input{
            vertical-align: middle;
    }
    div.genericInfoWrapper h2{
        background: #cccccc;
        height: 25px;
        line-height: 25px;
        margin:0;
        padding: 0;
        text-indent: -9999px;
        }
        
        /* Titres */
        div.genericInfoWrapper h2#titreAbonnements{
            background: #e0edf1 url('../images/tit_abonnements.gif') no-repeat 10px 6px;
}
        div.genericInfoWrapper h2#titreCarteCredit{
            background: #e0edf1 url('../images/tit_carteCredit.gif') no-repeat 10px 6px;
}
    
    div.genericInfoWrapper dl{
        margin: 0;
        padding: 0 0 20px 0;
    }
    
    div.genericInfoWrapper dl dt{
        clear: left;
        float: left;
        font-weight: bold;
        line-height: 1em;
        margin-right: 1em;
        margin-top: 14px;
        padding: 0;
        vertical-align: middle;
        width: 160px;
    }
    div.recap dl dt{
        margin-top: 7px;
    }
    div.recap dl dd{
        line-height: 25px;
    }
    div.genericInfoWrapper dl dd{
        display: block;
        vertical-align: middle;
        }
        div.genericInfoWrapper dl dd input, div.genericInfoWrapper dl dd select{
            margin-top: 10px;
            vertical-align: baseline;
        }
        div.genericInfoWrapper dl dd img.nicCarte{
            margin-left: 125px;
        }

/* Bouton Continuer (droit) */
a#ctl00_ContentPlaceHolder1_continuerRight{
    background: url('../images/bt_continuer-right.gif') no-repeat -157px 0;
    display: block;
    float: right;
    height: 42px;
    line-height: 42px;  
    margin-top: 7px;
    padding: 0;
    text-align: left;
    text-indent: -9999px;
    width: 157px;
    }        
    a:hover#ctl00_ContentPlaceHolder1_continuerRight{
        background-position: 0 0;
}

/* Bouton Commander */
a#ctl00_ContentPlaceHolder1_commander{
    background: url('../images/bt_commander.gif') no-repeat -157px 0;
    display: block;
    height: 42px;
    line-height: 42px;  
    margin: 15px auto;
    padding: 0;
    text-align: left;
    text-indent: -9999px;
    width: 157px;
    }        
    a:hover#ctl00_ContentPlaceHolder1_commander{
        background-position: 0 0;
}

/* Engagement */
div#engagement{
    margin-top: 15px;
    }
    div#engagement input{
        float: left;
        margin: 0 1em 3em 0;
    }
    div#engagement p{
        margin: 0;
}

/* Mot sur la vérification */
p#verification{
    color: #014a7f;
    font-weight: bold;
    margin: 2em 0;
    text-align: center;
}
        
.alignRight{
    text-align: right;
}

.noBorder{
    border: 0px solid black !important;
}

.completionList{  
    z-index:1;
}

/*
border: 1px solid black;
    filter=mask();
    height: 60px;
    left: 130px;
    position: absolute;
    top: 225px;
    width: 210px;
*/


.bgPopup {background-color:#000;filter:alpha(opacity=70);opacity:0.7;}

.popCalcul {
    background-color:#fff;
    border:1px solid #bbbbbb;
    position: relative;
    width:360px;
    }
    .popCalcul #close{
        position: absolute;
        right: 5px;
        top: 5px;
    }
    .popCalcul #popupWrapper{
        margin: 10px;
        }
        .popCalcul #popupWrapper #notice{
            border-top: 1px solid #bbbbbb;
            color: #f00;
            font-size: 90%;
            margin: 0 0 1em 0;
            padding-top: 1em;
        }
        .popCalcul dl{
            width: 165px;
            }
            .popCalcul dl dt{
                width: 100px;   
            }
            .popCalcul dl dd{
                text-align: right;
    }
    .popCalcul .frame{
        border: 1px solid #bbbbbb;
        padding: 4px;
        background: #d9d7c0;
    }
    .popCalcul #ctl00_ContentPlaceHolder1_btnCalculer{
        margin: 1em 0;
}
.popDelete {
    background-color:#f1f7fb;
    border:1px solid #bbbbbb;
    /*padding:10px;*/
    width:360px;
    }
    .popDelete #popupWrapper{
        margin: 10px;
        }
        .popDelete #popupWrapper div img{
            float: left;
            margin-right: 20px;
        }
        .popDelete #popupWrapper div p{
            float: left;
            margin:0;
            padding:0;
            vertical-align: top;
            width: 275px;
}

/* Message si aucun item dans le panier */
#aucunItem{
    margin: 5em 1em;
}    