/* FONTS ############ */

@font-face {
	font-family: "MuseoSans";
	font-style: normal;
	font-weight: 700;
	src: url("../font/museosans_700-webfont.woff");
}

@font-face {
	font-family: "MuseoSans";
	font-style: normal;
	font-weight: 500;
	src: url("../font/museosans_500-webfont-webfont.woff");
}

@font-face {
	font-family: "MuseoSans";
	font-style: normal;
	font-weight: 300;
	src: url("../font/museosans_300-webfont.woff");
}

@font-face {
	font-family: "MuseoSans";
	font-style: normal;
	font-weight: 100;
	src: url("../font/museosans_100-webfont.woff");
}

/* CONTAINER ############ */

body {
	background-color: #000;
	margin: 0px; padding: 0;
	overflow: hidden;
	width:100vw;
	height:100vh;
}
body:hover {
	cursor: URL(images/requin.png); 
}
/* NAVIGATION ############ */

header {
}

#nav {

}


.txt {
	color: #313131;
	font-family: MuseoSans, sans-serif;
	font-style: normal;
	font-weight: 300;
}

h4.txt {
	font-weight: 100;
}

h4 > a {
	color: #313131;
	text-decoration: none;
}

h4 a:hover {
	color: #313131;
	text-decoration: none;
	font-weight: 700;
}

/* MIS ############ */

#code {
	position: absolute;
	font-weight: 300;
	bottom: 0; left: 43%; right: 57%;
	width: 100%;
	padding: 5px;
	text-decoration: none;
}

