
/*  Définition des polices personnalisées */

@font-face
{
	font-family: 'Western';
	src: url('polices/Western.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}	

@font-face
{
	font-family: 'CommercialScriptTwo';
	src: url('polices/CommercialScriptTwo') format('truetype');
	font-weight: normal;
	font-style: normal;
}	

@font-face
{
	font-family: 'ComicSansMS';
	src: url('polices/ComicSansMS') format('truetype');
	font-weight: normal;
	font-style: normal;
}	
@font-face
{
	font-family: 'TimesNewRoman';
	src: url('polices/TimesNewRoman') format('truetype');
	font-weight: normal;
	font-style: normal;
}	
