.phares {
cursor:pointer;
                float:left;
        border:1px solid #ddd;
        width: 278px;
        height: 163px;
        padding-left: 15px;
        border-radius:4px;
        float: left;
        display: inline;
        margin-left: 10px;
        list-style:none;
            /* stolen from apple.com */
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FCFCFC;
    background-image: linear-gradient(top, #fcfcfc 0%, #fcfcfc 50%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #fcfcfc 0%, #fcfcfc 50%, #e8e8e8 100%);
    background-image: -moz-linear-gradient(top, #fcfcfc 0%, #fcfcfc 50%, #e8e8e8 100%);
    background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #fcfcfc 50%, #e8e8e8 100%);
    background-image: -ms-linear-gradient(top, #fcfcfc 0%, #fcfcfc 50%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfcfc), color-stop(0.5, #fcfcfc), color-stop(1, #e8e8e8));
    border-color: #e5e5e5 #dbdbdb #d2d2d2;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    color: #333333;
    margin-bottom: 30px;

}

.phares:hover {
        border:1px solid #8c8c8c;
        cursor:pointer;
    background-image: linear-gradient(top, #e5e2e2 0%, #e5e2e2 50%, #e5e2e2 100%);
    background-image: -o-linear-gradient(top, #e5e2e2 0%, #e5e2e2 50%, #e8e8e8 100%);
    background-image: -moz-linear-gradient(top, #e5e2e2 0%, #e5e2e2 50%, #e8e8e8 100%);
    background-image: -webkit-linear-gradient(top, #e5e2e2 0%, #e5e2e2 50%, #e8e8e8 100%);
    background-image: -ms-linear-gradient(top, #e5e2e2 0%, #e5e2e2 50%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfcfc), color-stop(0.5, #f3f3f3), color-stop(1, #e5e2e2));
    border-radius: 5px 5px 5px 5px;

}

.phares img {
        float:right; padding-left: 10px; padding-right: 20px;width:75px;padding-right: 20px;
}

