scroll,body {
    scrollbar-face-color: #FDA4D0;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-shadow-color: #B43A76;
    scrollbar-highlight-color: #B43A76;
    scrollbar-3dlight-color: #FFFFFF;
    background-color: #edf0f7;
    /*background-image: url('/habillage/background/fondBody_xmas.png');*/
    background-image: url('/habillage/background/fondBody.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

table {
    background-color: #FFFFFF;
}

a {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #B43A76;
    text-decoration: none;
}

#produits {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
}

#produits .entete {
    background-color: #5190AC;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}

#produits .categories {
    font-size: 14px;
}