@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
}



#page {
	position: absolute;
	width: 500px;
	height: 289px;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -145px;
	}
	
	
#logo {
	width: 500px;
	height: 289px;
	background-color:#003333;
	position:static;
	}




#adresse {
	width: 100%;
	height: 20px;
	text-align:center;
	margin:0 auto;
	border-bottom:double;
	border-bottom-color:#18587e;
	letter-spacing:0.1em;
	
	}


.Stil2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #18587e;
}

