html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: auto;
	padding: 0px;
	font-size: 20px;
	font-family: "Times";

	background-image: url(/img/home.JPG);
    background-attachment: fixed;
    background-position: 65% 30%;
    background-size: cover;
	background-color: #A7A4AA;
}

#home{

}

.drap{
	position: fixed;
	min-width: 10px;
	top: 0px;
	right: 0px; 
	background-color: rgba(255, 255, 255, .8);
	border-radius: 0px 0px 0px 30px;
	padding: 10px;
}

#content{
	/*width: 1000px;
	margin: auto;*/
	background-color: rgba(255, 255, 255, .8);
	position: fixed;
	top: 174px;
	bottom: 30px;
	left: 233px;
	right: 0px;
	border-radius: 30px 0px 0px 30px;
	overflow-y: scroll;
}

header{
	background-color: rgba(255, 255, 255, .8);
	min-width: 20px;
	position: fixed;
	top: 0px;
	left: 0px;
	border-radius: 0px 0px 30px 0px;
}

@font-face {
    font-family: SCRIPTIN;
    src: url(/style/Quirlycues.ttf);
}

h1{
	font-size: 70px;
	margin: 30px;
	font-family: "SCRIPTIN";
}

h2{
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 30px;
}

nav{
	background-color: rgba(255, 255, 255, .8);
	position: fixed;
	bottom: 0px;
	border-radius: 0px 20px 0px 0px;
	font-weight: bold;
}

section{
	margin-top: 20px;
	margin-left: 20px;
}

section p{
	padding-right: 20px;
	margin-bottom: 20px;
	text-align: justify;
}

img{
	height: 150px;
	margin-right: 20px;
	margin-bottom: 20px;
}

footer p{
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 3px;
	margin: 0px;
	font-size: 15px;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 10px 0px 0px 0px;
}

footer a, .contactmail{
	color: black;
	text-decoration: none;
}

.lang{
	background-color: rgba(255, 255, 255, .8);
	width: 80%;
	text-align: center;
	border-radius: 20px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
}

.lang td, .lang a, nav td{
	padding: 25px;
	text-decoration: none;
	color: black;
}

nav a{
	text-decoration: none;
/*	color: black;*/
	color: #ff0000;
}

ul li ul li{
	display: inline-block;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

.value:before{
    content:"\a            ";
    white-space: pre;
}

.detailList{
	list-style-type: square;
}