//PARTIE GAUCHE
 
#home{
    position:relative;
    width:119px;
    height:84px;
    z-index:10;
}

#paiement{
    position:relative;
    margin-top:15px;
    margin-left:5px;
    width:90px;
    height:85px;
    background-image:url(/charte/satellite/paiement.png);
    
}

#livraison{
    position:relative;
    margin-top:15px;
    margin-left:5px;
    width:102px;
    height:64px;
    background-image:url(/charte/satellite/livraison.png);
    
}
#flocage{
    position:relative;
    margin-top:15px;
    margin-left:5px;
    width:110px;
    height:80px;
    background-image:url(/charte/satellite/flocage.png);
    
}

#marques{
    position:relative;
    margin-top:15px;
    margin-left:5px;
    width:80px;
    height:25px;
    background-image:url(/charte/satellite/marques.png);
    
}
#marque{
    position:relative;
    margin-top:10px;
    margin-left:10px;
    width:115px;
}

 #tache_blanche{
    position: absolute;
    width:104px;
    height:148px;
    bottom:125px;
    left:2px;
    background-image:url('/charte/club/main/tache_blanche.png');
 }

