/* AJOUT POLICE MELAINE */

@font-face {
	font-family: "LP.pl";
	src: url('fontes/tagetts2_U.ttf');
}

@font-face {
	font-family: "LP.text";
	src: url('fontes/Arabella.ttf');
}

body {
	font-family: "LP.text";
	font-size: 25px
}
h1 {
	/* Utilisera tagetts2_U.ttf */
	font-family: "LP.pl";
	font-style: normal;
	font-size: 30px;
}
h2 {
	/* Utilisera tagetts2_U.ttf */
	font-family: "LP.pl";
	font-weight: normal;
	font-size: 25px;
}
h3 {
	/* Utilisera ??? (fonte bold italic non chargée!) */
	font-family: "LP.pl";
	font-weight: bold;
	font-size: 20px;
}
p { 
   font-family: "LP.text"; 
   font-style: normal;
	font-weight: normal;
    }
