/* 	Créé par FK 2016 
	les liens vont vers december.com. mouaif, c'est pas si mal mais, en 2020, très vintage ... 
	
	rev 2020
*/
 /* version claire, texte noir */
.html5			{background:#eeeee8;}	/* base */
.html5 * 		{color:#000;font-style:normal;font-weight:normal;text-decoration:none}	/* base */
.html5 .co1 	{color:#080;font-style:italic;}		/* comment 1*/
.html5 .coMULTI {color:#080;font-style:italic;}		/* comment 2*/
.html5 .co4 	{color:#080;font-style:italic;}		/* comment 4*/
.html5 .kw1 	{color:#ff5;font-weight:normal;}		/* keyword 1 ; reserved, integrated functions */
.html5 .kw2 	{color:#00f;font-weight:normal;}		/* keyword 2 ; builtins tags */
.html5 a		{color:#55f;text-decoration:underline;}		/* keyword 3 ; standard library, imported/included functions */
.html5 .kw3		{color:#f00;font-weight:normal;}		/* keyword 3 ; attributs ; standard library, imported/included functions */
.html5 .kw4 	{color:#f5f;}						/* keyword 4 ; not used ? ; ouverture/fermeture html5 */
.html5 .br0 	{color:#f88;font-weight:bold;}		/* brackets 0*/
.html5 .sy0 	{color:#000;}						/* symbol 0 : / et = */
.html5 .nu0 	{color:#f92;}						/* number 0*/
.html5 .me1 	{color:#ffa;}						/* method 0 ; not used*/
.html5 .st0 	{color:#80f;font-weight:normal;}	/* string 0 ; avec des ""*/
.html5 .st_h	{color:#80f;font-weight:normal;}	/* string 0 ; avec des ''*/
.html5 .es0 	{color:#808;}						/* escape chars ; */
.html5 .es4 	{color:#cce;font-weight:bold;}		/* escape chars ; variable intégrée dans du SQL*/
.html5 .re0 	{color:#ddf;font-weight:bold;}		/* regular expression ; variable */
.html5 .sc0 	{color:#f8f;}						/* script ; */
.html5 .sc-1 	{color:#080;font-style:italic;}		/* script ; Commentaires <!-- ... --> */
.html5 .sc1 	{color:#555;font-style:italic;background:#fefddd;}		/* script ; carctères &... comme &gt;, &nbsp; ... */
.html5 .sc2 	{color:#00f;}						/* script ; tags : balises html complètes avec les < et > -*/
.html5 .sc2 a	{color:#eef; text-decoration:underline;}	/* script2  ; tags, link to december.com */
	/*.html5 .sc2 .kw2	{color:#f5f;}			/* keyword 2 ; builtins, imported/included functions */
.html5 .sc2 .sy0 	{color:inherit;}			/* keyword 3 ; standard library, imported/included functions */
