@charset "utf-8";
/* Polices:moz/webkit */

@font-face
{
	font-family:CenturyGothic;
	font-weight:normal;
	src:local("Century Gothic"), url("../fonts/CenturyGothic/cg.ttf")
}

@font-face
{
	font-family:CenturyGothic;
	font-weight:normal;
	font-style:italic;
	src:local("Century Gothic"), url("../fonts/CenturyGothic/cgi.ttf")
}

@font-face
{
	font-family:CenturyGothic;
	font-weight:bold;
	src:local("Century Gothic"), url("../fonts/CenturyGothic/cgb.ttf")
}

@font-face
{
	font-family:CenturyGothic;
	font-weight:bold;
	font-style:italic;
	src:local("Century Gothic"), url("../fonts/CenturyGothic/cgbi.ttf")
}

