/* AJOUT POLICE */
@font-face {	font-family: "iggolitemono";	src: url('/fontes/iggolitemono.ttf');}
@font-face {	font-family: "eurofurence";	src: url('/fontes/eurofurence.ttf');}
@font-face {	font-family: "comic";	src: url('/fontes/comic.ttf');}

/* FONTS DES GENS */

/* FONTS DES GENS */

#title {	font-family: "eurofurence";	font-size: 15px}

/* AJOUT POLICE */
/* PLUS HEAD */
h1 {	font-family: "iggolitemono";	font-style: normal;	font-size: 60px;
color: #ffcccc;
}
h2 {	font-family: "eurofurence";	font-weight: normal;	font-size: 50px;
color: #ffcccc;}
h3 {	font-family: "eurofurence";	font-weight: bold;	font-size: 20px;}

/* PLUS HEAD */
/* PLUS BODY */
body {	font-family: "eurofurence";	font-size: 16px}
/* PLUS BODY */



html { 
  margin:0;
  padding:0;
  background: url(luffy.png) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}