ol#stepByStep {
    overflow: hidden;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 50px;
    margin-right: 10px;
    float: left;
    display: inline;
    list-style: none;
}
* html ol#stepByStep {
    height: 1%;
    margin-right: 5px;
}
ol#stepByStep li {
    float: left;
}
ol#stepByStep li a {
    float: left;
    width: 70px;
    padding-top: 65px;
    margin-right: 5px;
    /*--*/
    font-size: 0.78em;
    font-weight: bolder;
    color: #dbcd54;
}
ol#stepByStep li.Active a{
    color:#ffffff;
}
#panier {
    background: url(Images/Purchase/step-bg1.jpg) no-repeat 50% top;
}
#indenti {
    background: url(Images/Purchase/step-bg2.jpg) no-repeat 50% top;
}
#adre {
    background: url(Images/Purchase/step-bg3.jpg) no-repeat 50% top;
}
#vali {
    background: url(Images/Purchase/step-bg4.jpg) no-repeat 50% top;
}
#paie {
    background: url(Images/Purchase/step-bg5.jpg) no-repeat 50% top;
}
#confirm {
    background: url(Images/Purchase/step-bg6.jpg) no-repeat 50% top;
}
/*--ACTIVE--*/
ol#stepByStep li.Active {
    /*color: #D5C833;*/
    color:#ffffff;
}
#panier.Active {
    background: url(Images/Purchase/step-bg1-a.jpg) no-repeat 50% top;
}
#indenti.Active {
    background: url(Images/Purchase/step-bg2-a.jpg) no-repeat 50% top;
}
#adre.Active {
    background: url(Images/Purchase/step-bg3-a.jpg) no-repeat 50% top;
}
#vali.Active {
    background: url(Images/Purchase/step-bg4-a.jpg) no-repeat 50% top;
}
#paie.Active {
    background: url(Images/Purchase/step-bg5-a.jpg) no-repeat 50% top;
}
#confirm.Active {
    background: url(Images/Purchase/step-bg6-a.jpg) no-repeat 50% top;
}
/*-----------*/
#wrapContact {
    color: #FFFFFF;
    font-size: 0.78em;
    padding-bottom: 20px;
}
.WrapContact1 {
    background: url(Images/Contact/form-bg-top.gif) no-repeat left top;
    padding-right: 101px;
    padding-left: 26px;
    padding-top: 24px;
    /*--*/
    padding-bottom: 5px;
    float: left;
}
.WrapContact2 {
    padding-top: 0px;
    padding-bottom: 80px;
    padding-right: 22px;
    padding-left: 26px;
    background: url(Images/Contact/form-bg-bottom.gif) no-repeat left bottom;
    float: left;
    width: 543px;
}
.FixCursor
{
    cursor:default!important;
    text-decoration:none !important;
    }
    


