div.port_produit {
    border: solid 1px #90bade;
    padding: 7px;
    margin: 10px;
    cursor: pointer;
    border-radius: 5px;  
}

div.port_produit: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.port_produit p.selecteur {
    float: left;
/*    width: 15px;*/
/*    height: 20px;*/
}

div.port_produit p.nom_port_produit {
    float: left;
/*    width: 730px;*/
/*    height: 35px;*/
    margin: 0px;
    margin-left: 8px;
}

div.port_produit p.nom_port_produit span.titre {
    font-weight: bold;
    font-size: 18px;
}

div.port_produit p.nom_port_produit span.delai {
    color: green;
    font-weight: bold;
    font-size: 12px;    
}

div.port_produit p.titre_delai {
    float: right;
}

div.port_produit p.titre_delai span.delai {
    color: green;
    font-weight: bold;
    font-size: 18px;    
}

div.port_produit .prix_port {
    color: green;
    font-weight: bold;
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 5px;  
}

div.port_produit span.prix_port_barre {
    height: 10px;
    color: red;
    font-weight: bold;
    font-size: 15px;
    margin: 10px;
}

div.port_produit p.logo_port {
    width: 95px;  
/*    height: 35px; */
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

div.port_produit p.logo_port img {
    max-width: 90px;
    max-height: 60px;
}