@charset "utf-8";
.default {
	font-family: "Times New Roman", Times, serif;
	
}
body {
	background: #000000 url(back.jpg) top left no-repeat;
}
.menue {
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-weight:bold
	font-size: 18px;
	position: fixed;
	top: 225px;
	left: 23px;
	background-color: #FFFFFF;
	
}

.content {
	position: absolute;
	top: 31px;
	left: 174px;
	background-color: #FFFFFF;
}
