﻿


.Contenu .Infos .Boutique .ZonePanier
{
    position:absolute;
    top:70px;
    left:50%;
    margin-left:-250px;
    
    width:500px;    
}

.Contenu .Infos .Boutique .ZonePanier .AucunArticle
{
    width:100%;
    text-align:center;
    color:DarkGrey;
    font-size:15px;
}

.Contenu .Infos .Boutique .ZonePanier .ConteneurListePanier
{
    height:250px;
    width:100%;
    background:url('../../../Res/Boutique/FondPanier.jpg') repeat-x;
    /*background-attachment:fixed;*/
    background-position:bottom;
    overflow:auto;
}

.Contenu .Infos .Boutique .ZonePanier .ConteneurListePanier .DataListArticlesPanier
{
    font-size:11px;
    width:100%;      
}


.Contenu .Infos .Boutique .ZonePanier .ConteneurListePanier .DataListArticlesPanier .LigneArticle,
.Contenu .Infos .Boutique .ZonePanier .ConteneurListePanier .DataListArticlesPanier .LigneArticleAlternee
{
    
}

.Contenu .Infos .Boutique .ZonePanier .ConteneurListePanier .DataListArticlesPanier .LigneArticle
{
    background:url('../../../Res/Boutique/FondArticleBottom2.jpg') repeat-x;        
}

.Contenu .Infos .Boutique .ZonePanier .ConteneurListePanier .DataListArticlesPanier .LigneArticleAlternee
{
    background:url('../../../Res/Boutique/FondArticleBottom1.jpg') repeat-x;            
}


.Contenu .Infos .Boutique .ZonePanier .ConteneurListePanier .DataListArticlesPanier .ColonneLibelle
{
    color:Gray;
    font-size:10px;
    border-top:1px solid lightgrey;
    border-bottom:1px solid lightgrey;
    padding-left:3px;
}


.Contenu .Infos .Boutique .ZonePanier .ConteneurListePanier .DataListArticlesPanier .ColonneLibelle .Libelle
{
    color:#404040;
}

.Contenu .Infos .Boutique .ZonePanier .ConteneurListePanier .DataListArticlesPanier .ColonnePrix
{
    border-top:1px solid lightgrey;
    border-left:1px solid lightgrey;
    border-bottom:1px solid lightgrey;    
    
    text-align:right;
    padding-right:5px;
}

.Contenu .Infos .Boutique .ZonePanier .ConteneurListePanier .DataListArticlesPanier .ColonnePrix .Prix
{
    font-size:11px;
    color:#404040; 
}

.Contenu .Infos .Boutique .ZonePanier .ConteneurListePanier .DataListArticlesPanier .ColonnePrix .Unite
{
    font-size:8px;
    color:#404040;
}

.Contenu .Infos .Boutique .ZonePanier .ConteneurListePanier .DataListArticlesPanier .ColonneSupprimer
{
    background:white;
    width:25px;
    border:1px solid lightgrey;
    vertical-align:middle;
    text-align:center;
}

/******************************
    RECAP
********************************/

.Contenu .Infos .Boutique .ZonePanier .TableRecap
{
    background:url('../../../Res/Boutique/FondArticleBottom2.jpg') repeat-x;       
    border:1px solid lightgrey;
    width:100%;
    color:Gray;
    font-size:12px;
    border-spacing:0px;
    border-collapse:collapse;
}

.Contenu .Infos .Boutique .ZonePanier .TableRecap .ColonneLibelle
{
    padding-left:3px;
    font-weight:bold;
    color:#404040;
    letter-spacing:2px;
}

.Contenu .Infos .Boutique .ZonePanier .TableRecap .ColonnePrix
{
    text-align:center;
    font-size:12px;
    font-weight:bold; 
    color:#ff8300;
    border:1px solid lightgrey;
    /*width:100%;
    border-spacing:0px;
    border-collapse:collapse;
    border:0px;        
    text-align:right;*/
}

.Contenu .Infos .Boutique .ZonePanier .ConteneurBoutonsBas
{
    width:100%;    
    margin-top:10px;
}

.Contenu .Infos .Boutique .ZonePanier .ConteneurBoutonsBas table {
    width:100%;    
}

.Contenu .Infos .Boutique .ZonePanier .ConteneurBoutonsBas table td
{
    width:50%;
}

