
.source {
    display: block;
    position: relative;
    FONT-FAMILY: "Courier New";
    FONT-SIZE: 12px;
    color: #062A4E;
    background-color: #FFFFFF;
    border : 1px solid #666666;
    width: 90%;
    left: 5%;
    padding: 5px;
    text-indent: 0px;
}

.source_bad {
    display: block;
    position: relative;
    FONT-FAMILY: "Courier New";
    FONT-SIZE: 12px;
    color: #062A4E;
    background-color: #FFFFFF;
    border : 1px dashed #FF0000;
    width: 90%;
    left: 5%;
    padding: 5px;
    text-indent: 0px;
}

.algo {
    display: block;
    position: relative;
    FONT-FAMILY: "Courier New";
    FONT-SIZE: 12px;
    color: #062A4E;
    background-color: #FFFFFF;
    border : 1px solid #AA00FF;
    width: 90%;
    left: 5%;
    padding: 5px;
    text-indent: 0px;
}

.source_complet{
    display: block;
    position: relative;
    FONT-SIZE: xx-small;
    color: #000000;
    FONT-FAMILY: verdana;
    border : 0px solid #666666 align:right;
    font-variant: small-caps;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    vertical-align: middle;
    width: 90%;
    left: 5%;
    text-indent: 0px;
}

.keyword {
    color: blue;
    font-weight: bold;
}

.type {
    color: darkgreen;
}

.string {
    color: red;
}

.comment {
    color: gray;
    font-style: italic;
}

.number {
    color: purple;
}

.preproc {
    color: darkblue;
    font-weight: bold;
}

.symbol {
    color: #808000;
    font-weight: bold;
}

.function {
    color: darkblue;
}

.cbracket {
    color: red;
    font-weight: bold;
}

.normal {
    color: black;
}

