html, body {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	font-family: Andale Mono, Monospace;
	cursor:url("chut.png"),pointer;

}
h1{	
	margin: auto;
	color:#0066FF;
	font-family: Andale Mono, Monospace;
	font-size: 60px;
}

p{
	font-size: 13px;
}
span:hover{
	color:#FF0099;
}
#cool:hover{
	color:lime;
}
.header{
	cursor:url("hamer.png"),pointer;
	width: 650px;
    height: 100px;
	margin:auto;
	margin-top: 20px;
}
.noces{
	cursor:url("chut.png"),pointer;
	z-index:1;
	width: 240px;
    height: 20px;
    margin-top: 40px;
	margin-right: 200px;
	float:right;
	font-size: 30px;
}
.noces p{
	cursor:url("chut.png"),pointer;
	border:1px black solid;
	font-size: 14px;
}
.noces:hover{
	color:#FF0099;
	font-size: 18px;
	}
	.noces p:hover{
	font-size: 18px;
	}

.rdv{
cursor:url("hamer2.png"),pointer;
z-index:1;
	width: 100px;
    height: 300px;
    display:flex;
	justify-content:space-between;
	margin-top: 90px;
	margin-right: -100px;
   	float:right;
}
.rdv p{
	font-size: 15px;
	margin:auto;
}
.rdv p:hover{
	background-color: lime;
	border : 1px #FF0099 solid;
}

.venez{	cursor:url("chut.png"),pointer;
z-index:1;
		width: 400px;
    height: 100px;
	margin-top: 410px;
	margin-right: -280px;
   	float:right;
   	color:#FF0099;

}
.venez p{
	 	font-size: 15px;
}
.venez :hover{
	transition:20s;
   transform: translateX(800px);
}



.rocket {
	cursor:url('party.png'),pointer;
z-index:-1;
    width: 128px;
    height: 128px;
    position: absolute;
    background-image: url('party.png');
}
#rocket1 {
	cursor:url('hamer.png'),pointer;
	left: 50px;
	top: 250px;
	-webkit-transform: translate3d(0,0,0) rotate(135deg);
	transform: translate3d(0,0,0) rotate(135deg);
}
#rocket2 {
	cursor:url('hamer.png'),pointer;
	left: 270px;
	top: 250px;
	-webkit-transform: rotate(0deg) translate3d(200px,0,0) rotate(-45deg);
	transform: rotate(0deg) translate3d(200px,0,0) rotate(-45deg);
}
#planet {
	cursor:url('hamer2.png'),pointer;
	z-index:-1;
	position: absolute;
	top: 171px;
	left: 171px;
	-webkit-transform-origin: 50% 55%;
	transform-origin: 50% 55%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}