﻿
.Contenu .Infos .Boutique .ZoneLanguetteHaut
{
    background:url('../../../Res/Boutique/FondLanguette.jpg') repeat-x;
    background-position:center;
    position:absolute;
    left:0px;
    top:0px;
    
    width:737px;
    height:24px;
}


/*******************************************
    RECHERCHE
********************************************/

.Contenu .Infos .Boutique .ZoneRecherche
{
    position:absolute;
    top:0px;
    left:0px;
    
    background:url('../../../Res/Boutique/FondRecherche.jpg') no-repeat;
    background-position:top left;
    width:180px;
    height:24px;
}

.Contenu .Infos .Boutique .ZoneRecherche .TextBoxRecherche
{
    position:absolute;
    top:4px;
    left:23px;
    
    width:138px;
    height:12px;
    
    font-size:9px;
    color:Gray;
    
    border:0px;    
}

.Contenu .Infos .Boutique .ZoneRecherche .BoutonRecherche
{
    position:absolute;
    right:0px;
}

/*******************************************
    PANIER
********************************************/

.Contenu .Infos .Boutique .ZoneBoutonPanier
{
    position:absolute;
    top:0px;
    right:0px;
    
    width:107px;
    height:24px;    
}

.Contenu .Infos .Boutique .ZoneBoutonPanier .BoutonPanier
{
    width:100%;
    height:100%;
    text-decoration:none;
}

.Contenu .Infos .Boutique .ZoneBoutonPanier .BoutonPanier .ContenuBoutonPanier
{
    background:url('../../../Res/Boutique/FondBoutonPanier.jpg') no-repeat;
    width:100%;
    height:100%;
}

.Contenu .Infos .Boutique .ZoneBoutonPanier .BoutonPanier .ContenuBoutonPanier .NbArticlesPanier
{
    color:#ff8e02;
    font-size:11px;
    font-weight:bold;
    
    position:absolute;
    left:69px;
    top:5px;
}

.Contenu .Infos .Boutique .InformationAjoutPanier
{
    position:absolute;
    top:26px;
    right:0px;
    
    width:125px;
    height:47px;    
    
    background:url('../../../Res/Boutique/FondInformationPanier.jpg') no-repeat;        
    color:White;
    
    font-size:9px;  
    padding:2px;  
    padding-right:5px;
}

.Contenu .Infos .Boutique .InformationAjoutPanier table
{
    width:100%;
    border-spacing:0px;
    border-collapse:collapse;
}

.Contenu .Infos .Boutique .InformationAjoutPanier table td
{
    vertical-align:top;     
}

/*******************************************
    BOUTON COMMANDES
********************************************/

.Contenu .Infos .Boutique .ZoneBoutonCommandes
{
    position:absolute;
    right:107px;
    top:0px;   
    
    width:104px;
    height:24px;
}

.Contenu .Infos .Boutique .ZoneBoutonCommandes .BoutonCommandes
{        
    text-decoration:none;
    width:100%;
    height:100%;    
}

.Contenu .Infos .Boutique .ZoneBoutonCommandes .BoutonCommandes .ContenuBoutonCommandes
{
    background:url('../../../Res/Boutique/FondBoutonCommandes.jpg') no-repeat;
    width:100%;
    height:100%;    
}

/*******************************************
    NAVIGATION
********************************************/

/*.Contenu .Infos .Boutique .NavigationBoutique
{
    position:absolute;
    top:0px;
    left:0px;
    
    height:20px;
}

.Contenu .Infos .Boutique .NavigationBoutique .PremierLien,
.Contenu .Infos .Boutique .NavigationBoutique .AutreLien
{
    text-decoration:none;
}

.Contenu .Infos .Boutique .NavigationBoutique .PremierLien .ContenuLien
{
    background:yellow;
}

.Contenu .Infos .Boutique .NavigationBoutique .AutreLien .ContenuLien
{
    background:red;
}*/
