@charset "utf-8";
/* CSS AMAKARI */
/* by exkla.com studio créatif */

/*  ------------------ MEDIA WEB ------------------ */
html, body {
	height: 100%;
	width: 100%;
	
	border: 0px;
	top: 0px; 
	left: 0px;
	margin: 0px;
	padding: 0px;

	background-image: url("home_artsanctuary_fr.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #020203;
	
	/* Préserve le ratio de l'image */
	min-width: 100%;
	min-height: 100%;
	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12pt;
	color: white;
}
#conteneur {
	width: 100%;
	height: 100%;
}