.py_vs { /* ¨Pour mettre en gras en python */
	font-weight: bold;
}

.py_deff { /* Pour le nom en gras de la def de la fonction*/
	font-weight:bold;
}






.affichage_console .fonction {color:#EE6666;} /* Pour les séparateurs des structures de données */
.affichage_console .py_meth{color: #DD5555;}


.cpy_str {color:#777708;} /* lorsqu'on insère dans code */
.lignescode .py_str {color:#777708;}

.py_meth, .meth{color: #AA3333}
.py_obj {font-weight: bold;color:#3333CC;} /* les objets ou variables à mettre en valeur pour les codes  */
.py_obv {color:#3333CC;} /* les objets ou variables du code */
.py_att {color:#1111AA;} /* pour les attributs des objets */
/*.py_global {font-weight: bold;color: #772222;} */
.py_global {color:#B97A85;font-weight: normal;}
.py_self {font-weight: bold;color: #772222;} /* entete global en violet dans les codes */


.py_docu	/* Pour la documentations dans le code*/
{
	color : #999977;
	font-size: medium;
	margin-left: 0em;
}
.prop /* strong en violet pour les propriétés des objets python dans les codes */
{
	font-weight: normal;
	color: #772222;
}
.py_module {color : #B97A85;}
.py_cla /* Affichage des définitions de classe pour les codes */
{
	color: #995A65;
	font-weight:bold;
}
.py_classe /* Affichage des définitions de classe pour les codes */
{
	background-color: #68CFC1;
	color: #4a829f;
	font-weight:bold;
}
.py_construct /* Affichage des cosntructeurs de classe pour les codes */
{
	color: #489F91;
	font-weight:bold;
}


.txt_aut {color:#DD55DD;} /* Pour les codes */

.wid {color:#DD8000;} /* Pour les codes des fenetres puis des widgets tkinter */
.py_widget {color:#DD8000;} /* Pour les codes des fenetres puis des widgets tkinter: à faire disparaitre : wid */
.txt_wid {color:#5555DD;} /* Pour les codes widgets dans l'activité propre à Tkinter: à faire disparaitre : wid*/
.py_fenwid {color:#AA7000;} /* Pour les fenetres Tkinter : à faire disparaitre : wid*/
.txt_cond {color:#661066;font-weight: bold;} /* conditions des tests pour les codes color:#AA50AA; pour l'ancienne version */
.txt_test {color:#AA50AA;font-weight: bold;} /* if... pour les codes */
.py_cond {color:#661066;font-weight: bold;} /* à faire disparaitre ? conditions des tests pour les codes color:#AA50AA; pour l'ancienne version */
.py_test {color:#AA50AA;font-weight: bold;} /* if... pour les codes : à faire disparaitre */

.py_int {color:#AA7000;}


/*.codehilite .n {font-weight: bold;color:#3333CC;}*/
.py_sep {font-weight: bold;color:#AA3333;} /* Pour les séparateurs des structures de données se et pm a faire disparaitre*/
.affichage_console .py_sep {color:#DD7777;} /* Pour les séparateurs des structures de données se à faire disparaitre*/

.py_str {color:#777708;} /* à faire dipsaraitre lorsqu'on insère dans code s1 s2*/
.affichage_console .py_str {color:#55eeee;} /* surtout pour la console */

/*modif */
.c { color: #999977; font-style: italic } /* COMMENTAIRE Comment MODIF 999977 */
.sd { color:  #999977; font-style: italic } /* DOCSTRING Literal.String.Doc */

.k { color: #9A409A; font-weight: bold } /* MOT-CLE Keyword */
.kn { color: #008000 } /* Keyword.Namespace IMPORT*/
.nn { color: #A96A85;} /* Name.Namespace MODULE*/

.nb { color: #008000 } /* --- Name.BUILTIN ------------- print id input ...*/
.bp { color: #AA50AA; } /* Name.Builtin.Pseudo TRUE FALSE NONE ...*/
.bpt { color: #4450FF; } /* Name.Builtin.Pseudo True ... perso*/
.bpf { color: #CC5088; } /* Name.Builtin.Pseudo False ... perso*/

.nf { color: #DD5555; font-weight: bold ;} /* Name.FUNCTION déclaration modif */
.ff { color: #DD5555;} /* Name.FUNCTION  perso */
.fc { color: #489F91; font-weight: bold ;} /* CONSTRUCTEUR perso */
.nc { color: #5588CC; font-weight: bold } /* Name.Class NOM CLASSE color: #0000FF;*/
.fm { color: #0000FF } /* Name.Function.Magic comme les METHODES SPECIALES */

.hll { background-color: #ffffcc }

/* STRINGS */
.pm { color:#AA3333;} /* Pour les {} et f dans strings ... */

.se { color:#AA3333; font-weight: bold } /* Literal.String.Escape color: #BB6622; py_sep*/
.affichage_console .se {color:#DD7777;}
.s2 { color: #777708;} /* Literal.String.Double */
.affichage_console .s2 {color:#55eeee;}
.s1 { color: #777708; } /* Literal.String.Single */
.affichage_console .s1 {color:#55eeee;}
.si { color: #777708; font-weight: bold } /* Literal.String.Interpol */

.n { color: #3333CC; } /* Name ? noir */
.nv { color: #3333CC; } /* Name.VARIABLE  #19177C */
.dec { font-weight: bold } /* Name.Variable DECLARATION #19177C */

.gp, .txt_w { color: #DDDDDD; } /* Generic.Prompt */
.go {color:#aaee55;} /* reponse donnée sur la console color: #888888 } Generic.Output */
.affichage_console .go {color:#BAB863;}

.ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.gr { color: #D2413A; } /* #FF0000 Generic.Error */

.err { border: 1px solid #FF0000 } /* Error */

.o { color: #666666 } /* Operator */
.ch { color: #408080; font-style: italic } /* Comment.Hashbang */
.cm { color: #408080; font-style: italic } /* Comment.Multiline */
.cp { color: #BC7A00 } /* Comment.Preproc */
.cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
.c1 { color: #408080; font-style: italic } /* Comment.Single */
.cs { color: #408080; font-style: italic } /* Comment.Special */
.gd { color: #A00000 } /* Generic.Deleted */
.ge { font-style: italic } /* Generic.Emph */
.gh { color: #000080; font-weight: bold } /* Generic.Heading */
.gi { color: #00A000 } /* Generic.Inserted */

.gs { font-weight: bold } /* Generic.Strong */
.gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.gt { color: #0044DD } /* Generic.Traceback */
.kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.kd { color: #008000; font-weight: bold } /* Keyword.Declaration */

.kp { color: #008000 } /* Keyword.Pseudo */
.kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.kt { color: #B00040 } /* Keyword.Type */
.m { color: #666666 } /* Literal.Number */
.s { color: #BA2121; } /* Literal.String */
.na { color: #3333AA; } /* Name.Attribute */

.no { color: #880000 } /* Name.Constant */
.nd { color: #AA22FF } /* Name.Decorator */
.ni { color: #999999; font-weight: bold } /* Name.Entity */


.nl { color: #A0A000 } /* Name.Label */

.nt { color: #008000; font-weight: bold } /* Name.Tag */

.ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.w { color: #bbbbbb } /* Text.Whitespace */
.mb { color: #666666 } /* Literal.Number.Bin */
.mf { color: #666666 } /* Literal.Number.Float */
.mh { color: #666666 } /* Literal.Number.Hex */
.mi { color: #666666 } /* Literal.Number.Integer */
.mo { color: #666666 } /* Literal.Number.Oct */
.sa { color: #BA2121 } /* Literal.String.Affix */
.sb { color: #BA2121 } /* Literal.String.Backtick */
.sc { color: #BA2121 } /* Literal.String.Char */
.dl { color: #BA2121 } /* Literal.String.Delimiter */


.sh { color: #BA2121 } /* Literal.String.Heredoc */

.sx { color: #008000 } /* Literal.String.Other */
.sr { color: #BB6688 } /* Literal.String.Regex */

.ss { color: #19177C } /* Literal.String.Symbol */

.vc { color: #19177C } /* Name.Variable.Class */
.vg { color: #19177C } /* Name.Variable.Global */
.vi { color: #19177C } /* Name.Variable.Instance */
.vm { color: #19177C } /* Name.Variable.Magic */
.il { color: #666666 } /* Literal.Number.Integer.Long */
