/* Couleurs_spip */
/* Définir ci-dessous les styles nécessaires et désirés */

span.cs_fort {
	color:#012db2;
	font-size: 120%;
	font-weight: bold
}
span.cs_detail {
	font-size:85%;
	color: #666;
	background-color: #fee;
}
div.cd_detail {
	font-size:85%;
	color: #666;
	background-color: #fee;
	border:dotted  maroon 1px;
}
div.cd_droite {
	float: right;
	width: 200px;
	border:dotted  maroon 1px;
	padding:0 0.3em ;
	
}

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; }
/*	*/
