/* Couleurs_spip */
/* Définir ci-dessous les styles nécessaires et désirés */
span.cs_noir 		{color: black; }
span.cs_marron 		{color: maroon; }
span.cs_rouge 		{color: red;}
span.cs_orange 		{color: orange; }
span.cs_jaune 		{color: yellow; }
span.cs_vert 		{color: green; }
span.cs_bleu 		{color: blue; }
span.cs_violet	 	{color: purple; }
span.cs_gris 		{color: gray; }
span.cs_blanc 		{color: white; }
span.cs_vert			{color: olive;}
span.cs_bleu_marine	{color: navy;}
span.cs_violet 		{color: purple;}
span.cs_argent		{color: silver;}
span.cs_vert_clair	{color: chartreuse;}
span.cs_fuchia		{color: fuchsia;}
span.cs_bleu_clair	{color: aqua;}
span.cs_bleu_azur	{color: azure;}
span.cs_beige		{color: bisque;}
span.cs_brun			{color: brown;}
span.cs_bleu_violet	{color: blueviolet;}
span.cs_brun_clair	{color: chocolate;}
span.cs_rose_clair	{color: cornsilk;}
span.cs_vert_fonce	{color: darkgreen;}
span.cs_orange_fonce	{color: darkorange;}
span.cs_mauve_fonce	{color: darkorchid;}
span.cs_bleu_ciel	{color: deepskyblue;}
span.cs_or			{color: gold;}
span.cs_ivoire		{color: ivory;}
span.cs_lavande		{color: lavender;}
span.cs_rose			{color: pink;}
span.cs_prune		{color: plum;}
span.cs_saumon		{color: salmon;}
span.cs_neige		{color: snow;}
span.cs_turquoise	{color: turquoise;}
span.cs_jaune_paille	{color: wheat;}

