/* -- Mes style de carrataire Merci ;-)   -- */
/* -- V1 du 26 octobre 2011 style Caractaire -- */

strong{
	font-weight: 400;
  }
  em{
	font-variation-settings: 'ital' 1;
  }
  
.blancFine {
	font-size: 50% !important;
}
.nocut {
	word-break: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
  }