/**
 * CSS Pour les zones de code Delphi
 **/
pre.delphi {
}

pre.delphi b.text {
	font-weight: normal;
	font-style:  normal ;
}

/* Commentaire */
pre.delphi b.comment {
	font-weight:	normal;
	font-style:		italic;
	color: 			#000080;
}

/* Préprocesseur */
pre.delphi b.preprocessor {
	font-weight:	normal;
	font-style:		italic;
	color: 			#008000;
}

/* Nombre */
pre.delphi b.number {
	font-weight:	normal;
	color:			#000080;
}

/* Mot clé */
pre.delphi b.keyword {
	font-weight:	bold;
	color:			#000000;
}

/* Chaînes de caractères */
pre.delphi b.string {
	font-weight:	normal;
	color:			#0020AA;
}

/* Symbôles (., =, etc) */
pre.delphi b.symbol {
	font-weight:	normal;
	color:			#000000;
}