/******************************************************************
Stylesheet: Pour la maintenance sans compilation
******************************************************************/


.is-style-test-acf { 
	color: blue!important;
}

.is-style-h2-like{
	color: red!important;
}

/* 
	@bsv core/quote martin-quote
*/
.is-style-martin-quote{
	color: red;
}



/* 
	exemple syntaxe 1 :
	@bsv core/quote super-citation
*/
.is-style-super-citation{
	color: blue;
	border: 1px solid blue;
}

/*  exemple syntaxe 2 : @bsv core/quote mini-citation : on doit ignorer la suite et aussi avant */
.is-style-mini-citation{
	color: orange;
	font-size:0.8em;
}

/* 
	exemple syntaxe 3 :
	texte avant sans espace avec tabulation et espaces à la fin:@bsv core/quote citation-claire			 
*/
.is-style-citation-claire{
	color: #aaa;
}


/* 
	@bsv core/heading titre-gros
*/
.is-style-titre-gros{
	font-size:2em;
	font-weight:bold;
}

/* 
	@bsv core/heading titre-erreur
*/
.is-style-titre-erreur{
	color: red;
	font-weight:bold;
	border: 1px solid red;
}


/* 
	@bsv core/heading mini-titre
*/
.is-style-mini-titre{
	font-size:0.7em;
	color:white;
	background-color:black;
}




