/* 
    Document   : weeebzine
    Created on : 16 déc. 2009, 14:13:10
    Author     : Romain Niveau
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.pathway {
    background-color: #9758b0;
}

td.top-pathway {
    background-color: #9758b0;
}

td.top-left-pathway {
    background-image: url(../../../../../images/purple-top-left.png);
}

td.top-right-pathway {
    background-image: url(../../../../../images/purple-top-right.png);
}

div.top-categories {
    background-image: url(../../../../../modules/mod_categories/images/purple-top.png);
}

div.bottom-categories {
    background-image: url(../../../../../modules/mod_categories/images/purple-bottom.png);
}

div.categories {
    background-image: url(../../../../../modules/mod_categories/images/purple-back.png);
    background-color: #9758b0;
}

div.categories div.decription {
    color: #ffffff;
}

div.categories h1 {
    color: #f4af1f;
}

div#wrapper {
    background-image: url(../../../../../images/purple-back-header.png);
}

div#logo {
    background-image: url(../../../../../images/logo-weeebzine.png);
    margin-left: 55px;
}

div.acces-category {
    height: auto;
    background-color: #9758b0;
    padding-right: 15px;
}

td.purple-bottom {
    background-color: #9758b0;
    font-size: 1px;
    height: 4px;
    line-height: 0;
}

td.purple-bottom-left {
    background-image: url(../../../../../images/purple-bottom-left.png);
    background-repeat: no-repeat;
    height: 4px;
    width: 4px;
}

td.purple-bottom-right {
    background-image:url(../../../../../images/purple-bottom-right.png);
    background-repeat: no-repeat;
    height: 4px;
    width: 4px;
}

div.categories div.link {
    text-align: center;
}

div.bouton-menu a.enlevement {
    margin-left: 500px;
}
