/* feuille de style du panier*/

img {
    border:0;
}

.nettoyeur {
    clear:both;
}

.right {
    text-align:right;
}

/******************* fil_ariane.php *****************/
.ariane {
    padding:6px;
    /*margin:5px 0 0 6px;*/
    font-size:14px;
    border:3px solid #C33;
    /*height:40px;*/
    margin:0;
}

.ariane .actif {
    background-image:url("/panier/Design/ariane_actif.gif");
    background-repeat:no-repeat;
    background-position:left;
    float:left;
    color:#C33;
    padding-left:40px;
    height:30px;
    line-height:30px;
}
.ariane .actif a {
    color:#C33;
}
.ariane .inactif {
    background-image:url("/panier/Design/ariane_inactif.gif");
    background-repeat:no-repeat;
    background-position:left;
    float:left;
    height:30px;
    color:#666;
    padding-left:40px;
    line-height:30px;
}
.ariane .inactif a {
    color:#666;
}
/******************* panier.php *********************/
#panier {
    width:757px;
}

.prix_panier {
    width: 110px;
    text-align:right;
    font-weight:bold;
}

#tableau_livraison {
    width:480px;
    margin:15px 0 15px 0;
    float:right;

}
#tableau_livraison td {
    padding:2px 5px;
}
#boutons_panier {
    float:right;
    width:440px;
    text-align:center;
    margin:0 40px 0 0;
}

.prix_barre {
    color:#000;
    text-decoration:line-through;
}
/*******************commande.php****************************/
.tableau_commande {
    border:3px solid #C33;
    padding-top:5px;
    padding-bottom:5px;
    margin: 0;	
    margin-bottom:10px;
}

.tableau_commande select {
    padding-top:3px;
    padding-bottom:3px;
}

.tableau_commande .input-group, .tableau_commande .input-group * {
    height:25px;
    font-size:12px;
}
.tableau_commande .except {
    height:inherit;
}
.tableau_commande .input-group-text {
    background:#eee;
    border-radius:0;
}
.titre_tableau {
    font-weight:bold;
    color:#C33;
    margin:10px 0;
}
.total_cmde {
    color:#000;
    font-weight:bold;
    text-align:center;
}
.adresses {
    float:left;
    margin:0 10px;
    width:215px;
}

/******************* recapitulatif.php *********************/

#cadre_general, #cadre_details_commande { 
    border:3px solid #C33;
    padding: 6px;
    margin:0;
    margin-top:10px;
}
.titre_rouge {
    color:#FFF;
    text-align:center;
    font-weight:bold;
    background-color:#C33;
    padding:5px 0;
    margin-bottom:5px;
}

#cadre_infos, #cadre_facturation, #cadre_livraison, .cadre_details {
    padding:5px;
}

#cadre_infos .titre {
    color:#C33;
    text-align:center;
    font-weight:bold;
    display:block;
}

#cadre_details_commande .libelles {
    background-color:#C33;
    color:#FFF;
}
#cadre_details_commande td {
    padding:1px 3px;
}
#cadre_details_commande .libelles td.souligne {
    border-bottom:1px solid #000;
}

#cadre_details_commande .titre {
    color:#C33;
    text-align:center;
    font-weight:bold;
    display:block;
}
#tableau_details_commande {
    width:100%;
}
