/* Ajout des polices supp */

@font-face { /* Définition d'une nouvelle police nommée LearningCurveProRegular */
    font-family: 'LearningCurveProRegular';
    src: url('polices/LearningCurve_OT-webfont.eot');
    src: url('polices/LearningCurve_OT-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/LearningCurve_OT-webfont.woff') format('woff'),
         url('polices/LearningCurve_OT-webfont.ttf') format('truetype'),
         url('polices/LearningCurve_OT-webfont.svg#LearningCurveProRegular') format('svg');
}

/* Définition des titres */

h1
{
	font-size: em;
	font-family: LearningCurveProRegular;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
.souligne
{
    text-decoration: underline;
}
.barre
{
    text-decoration: line-through;
}
.ligne_dessus
{
    text-decoration: overline;
}
.clignotant
{
	text-decoration: blink;
}


