.step {
    border-radius: 4px;
    color: #808080;
    float: left;
    height: 50px;
    list-style-type: none;
    margin-left: -11px;
    margin-right: 51px;
    margin-top: 6px;
    padding: 0 3px;
    text-align: center;
    width: 47px;
}

.step img {
    height: 45px;
    width: 45px;
}

.valid {
    cursor: pointer;
}

.current {}

.error {
    border-color: #FF0000 !important;
    border-width: 3px !important;
}

#step_g {
    background-image: url("../../../devis/images/etape0.png");
    float: left;
    height: 89px;
    margin-left: -3px;
    width: 511px;
}