/* Couleurs_spip */
span.noir { color: black; }
span.marron { color: maroon; }
span.rouge { color: red;}
span.orange { color: orange; }
span.jaune { color: yellow; }
span.vert { color: green; }
span.bleu { color: blue; }
span.violet { color: purple; }
span.gris { color: gray; }
span.blanc { color: white; }

span.typo1 {
	font-family:Trebuchet, serif;
}

