html { 
    background-position: left 35px !important;
    color: #333;
}

body {
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    /* NE PAS FIXER DE TAILLE DE FONTS ICI !! */
    text-align: left;
    color: #333;
    padding: 0;
    margin: 0;
}

/* ### GLOBALBOX */
#header {
    position: relative;
    background: #3A2823;
    width: 100%;
    height: 35px;
}

#header img {
    position: absolute;
    top: 1px;
    left: 5px;
    height: 35px;
}

#body {
    padding: 1em 0 0 0;
}

    #body #globalbox {
        position: relative;
        width: 600px;
        margin: 0 auto;
    }

    strong { color: #000; }
    
    p#bill_date { margin: 0 0 20px 0; }
    
    table { width: 100%; }
        /* Bills infos */
        table#bill_infos { margin: 20px 0 25px 0; }
            table#bill_infos td { width: 50%; vertical-align: top; }
        /* Bills detail */
        table#bill_detail { width: 564px; }
            table#bill_detail caption { background: url(/static/images/Table_head_564.gif) no-repeat 0 0; height:8px; }
        /* Bills price */
        table#bill_price { text-align: right; }
    
    #blog_themes {
        overflow: hidden;
    }
        #blog_themes p {
            float: left;
            margin: 21px;
            padding: 0;
            text-align: center;
        }
        #blog_themes img {
            display: block;
        }

