/* GeSHi (c) Nigel McNie 2004 (http://qbnz.com/highlighter) */

/* Cadre, fond, etc */
.dean_ch {
    border: 1px dotted #a0a0a0;
    font-family: 'Courier New', Courier, monospace;
    background-color: #f0f0f0;
    background: transparent;
    color: #0000bb;
    color:silver;
}

.dean_ch .de1, .dean_ch .de2 {
    font-weight:normal;
    background:transparent;
    color:#000;
    color:white;
    padding-left: 5px;
}

/* for, if */
.dean_ch .kw1 {
    color: #a1a100;
    font-weight:bold;
    color:yellow;
}

/* public */
.dean_ch .kw2 {
    color: #000;
    color:blue;
    font-weight: bolder;
}

.dean_ch .kw3 {
    color: #000066;
}

/* int, void */
.dean_ch .kw4 {
    color: #f63333;
}

/* commentaires */
.dean_ch .co1, .dean_ch .co2, .dean_ch .coMULTI {
    color: #808080;
    font-style:italic;
}

.dean_ch .es0 {
    color: #000033;
    font-weight: bold;
}

/* parenthèses, accolades */
.dean_ch .br0 {
    color: #66cc66;
    font-weight:bolder;
}

.dean_ch .st0 {
    color: #ff0000;
}

.dean_ch .nu0 {
    color: #ff33ff;
}

.dean_ch .me0 {
    color: #006600;
}

