div.paiement_type {
    border: solid 1px #90bade;
    padding: 5px;
    margin: 10px;
    cursor: pointer;
    height: 60px;
    width: 162px;
    float: left;
}

div.paiement_type:hover {
    background-color: #f6faff;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
}

div.paiement_type p.selecteur {
    float: left;
    height: 0px;
}

div.paiement_type p.nom_paiement {
    float: left;
    width: 166px;
    text-align: center;
    margin-top: 0px;
}

div.paiement_type p.nom_paiement span {
    font-weight: bold;
    font-size: 14px;
}


div.paiement_type p.logo_paiement {
    width: 140px;
    height: 25px;
    float: left;
    margin-top: 5px;
}

div.paiement_type p.logo_paiement img {
    max-width: 145px;
    max-height: 45px;
}