div.portlet {}

.widTop {
    background-image: url("../img/skin/widget_top.jpg");
    background-repeat: no-repeat;
    width: 217px;
    height: 13px;
    padding:0px;
    margin:0px;
    border: none;
}

.widMid {
    background-image: url("../img/skin/widget_mid.jpg");
    background-repeat: repeat-y;
    width: 217px;
    padding:5px;
    border: none;
    text-align:left;
}

.widBot {
    background-image: url("../img/skin/widget_bot.jpg");
    background-repeat: no-repeat;
    width: 217px;
    height: 13px;
    padding:0px;
    margin:0px;
    border: none;
}

h3.portlet, .titre {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #1684d9;
}

table.portlet, tr.portlet {
    border: none;
}


