body,td,th {
	color: #000;
}

a {
	color: inherit;
	text-decoration:none;
}


body {
	background-color: #111;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	width: 100%;
	font-family: 'Roboto Mono', monospace;
	background-image: url('../img/background-NNBS.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
footer {
	background: #fff;
	position: absolute; 
	bottom: 0;
	width:100%;
	height:22px;
	/*text-align:center*/;
	padding-left: 40px;
	font-weight: 500;
}


#telechargement {
	position: fixed;
	right: 40px;
	top: 20px;
	width: 80px;
	height: 80px;
	/*background-color: #FFFFFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;*/
	z-index: 8000;
}
#telechargement img {
	position:relative;
	top: 50%;
	left: 50%;
	margin-left: -38px;
	margin-top: -22px;
}

h1 {
	padding-top:10px;
	margin-left:10px;
	cursor:default;
	font-weight: 700;
	letter-spacing: 0.1em;
} 


h2 {
	cursor:default;	
	margin-left:10px;
	padding-top: 40px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
p {
	margin-left:10px;
	font-weight: 300;
	font-size: 13px;
	line-height: 18px;
}
#colonne-1::-webkit-scrollbar { 
  /* This is the magic bit */
  display: none;
}
#colonne-2::-webkit-scrollbar { 
  /* This is the magic bit */
  display: none;
}
#colonne-3::-webkit-scrollbar { 
  /* This is the magic bit */
  display: none;
}

#colonne-1 img {
	width: 100%;
	margin-bottom: 40px;
	margin-left: -20px;
	overflow-y: auto;
}

#colonne-1, #colonne-2 {
	position:absolute; 
	top:0; 
	width:25%;
	height:100%;
	float: left;
	min-height: 100%; 
	background-repeat:repeat-y;
	background-position: center right;
	overflow-y: auto;
}

#colonne-2 {
	overflow-y: hidden;
}

#colonne-3 {
	position:absolute; 
	top:0; 
	width:50%;
	height:100%;
	min-height: 100%; 
	overflow-x: hidden;
	background-repeat:repeat-y;
	background-position: center right;
}

ul {
	list-style:none;
}

li {
	margin-bottom:15px;
	letter-spacing: 0.1em;
}

#colonne-2 ul {
	
		padding-left: 10px;
}

.album {
	width:100%;
	position:relative;
	float:left; 
	
}

#fvtvrvm {
	color:#fff;
	background-color:#0692e7;
}

#funhours {
	color:#0692e7;
	background-color:#ffa5bc;
}

#alafolie {
	color:#fff;
	background-color:#111;
}

#laonda {
	color:#1b506b;
	background-color: #f1ca6d;
}
#wallace {
	color:#f1d584;
	background-color:#3c6c84;
}

.retour {
	width:17px;
	height:17px;
	cursor:pointer;
	overflow:hidden;
	background-image:url('../img/back-to-top.png');
	margin-top:-20px;
	margin-bottom: 5%;
	margin-left: 5%;
}

hr {
	margin-bottom:32px;
}

.description-produit {
	background-color:#fff;
	cursor:default;
	padding: 5px;

}

	

#colonne-1 {
	left:0;
	cursor:default;
}

#colonne-2 {
	left:25%; 
	cursor:normal;
}

#colonne-3 {
	left:50%; 
	cursor:normal;
}
