*,html,div,p,h1,h2,h3,h4,h5,h6,ul,li,form,label,img {
	font-family: Tahoma;
	padding:0px;
	margin: 0px;
}
body {
	background-color:#6a665b;
	padding:0;
	margin:0;
}
p {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #6a665b;
}
a {
	color: #A8CCF8;
	text-decoration: none;
}
a:hover {
	color: #6A665B;
	text-decoration: none;
}
#wrap {
	height: 620px;
	width: 800px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -310px;
}
#java {
	font-family: Tahoma, Arial;
	font-size: 13px;
	color: #c6dcf7;
	height: 30px;
	width: 800px;
	font-weight: normal;
	padding-top: 40px;
}
#img {
	height: 375px;
	width: 800px;
	background-image: url(img/plage.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#enter {
	height: 125px;
	width: 800px;
	background-color: #FFFFFF;
}
#footer {
	height: 50px;
	width: 800px;
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
}
