/*
N130820 inutile d'écrire 'Kreon', Kreon car si Kreon existe en interne 'Kreon' la reconnait
Si 	font: 16px Delicious Heavy; => prend Delicious Web si existe
*/

@font-face { 
font-family:"Kreon-Regular"; 
src: url("../font/Kreon-Regular.ttf") format("TrueType");
font-style: normal;
font-weight: normal;
}
.Kreon-Regular{
	/*font: 100% 'Kreon Regular';*/
	font-family: 'Kreon-Regular';
}

@font-face { 
font-family:"Kreon-Bold"; 
src: url("../font/Kreon-Bold.ttf") format("TrueType");
font-style: normal;
font-weight: normal;
}
.Kreon-Bold{
	font-family: 'Kreon-Bold';
}

@font-face { 
font-family:"Kreon-Light"; 
src: url(../font/Kreon-Light.ttf) format("TrueType");
font-style: normal;
font-weight: normal;
}
.Kreon-Light{
	font-family: 'Kreon-Light';
}

@font-face { 
font-family:"Delicious-Roman"; 
src: url("../font/Delicious-Roman.otf") format("opentype");
/*font-style: normal;
font-weight: normal;*/
}
.Delicious-Roman{
	font-family: 'Delicious-Roman';
}

@font-face { 
font-family:"Delicious-Heavy"; 
src: url("../font/Delicious-Heavy.otf") format("opentype");
font-style: normal;
font-weight: normal;
}
.Delicious-Heavy{
	font-family: 'Delicious-Heavy';
}

@font-face { 
font-family:"Delicious-Bold"; 
src: url("../font/Delicious-Bold.otf") format("opentype");
font-style: normal;
font-weight: normal;
}
.Delicious-Bold{
	font-family: 'Delicious-Bold';
}

/* _______________________________________________ */

/*



@font-face { 
font-family:"Delicious-BoldItalic"; 
src: url("../font/Delicious-BoldItalic.otf") format("opentype");
font-style: normal;
font-weight: normal;
}
.Delicious-BoldItalic{
	font-family: 'Delicious-BoldItalic';
}

@font-face { 
font-family:"Delicious-Italic"; 
src: url("../font/Delicious-Italic.otf") format("opentype");
font-style: normal;
font-weight: normal;
}
.Delicious-Italic{
	font-family: 'Delicious-Italic';
}


@font-face { 
font-family:"Delicious-SmallCaps"; 
src: url("../font/Delicious-SmallCaps.otf") format("opentype");
font-style: normal;
font-weight: normal;
}
.Delicious-SmallCaps{
	font-family: 'Delicious-SmallCaps';
}

*/


