body {
	color:#333;
	background:url(../img/cream_pixels.png);
}

#main {
	width: 960px;
	margin: 40px auto auto auto;
	padding: 0 10px 0 10px;
	box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

h1 {
	text-align: center;
	margin-bottom: 40px;
}

pre {
	border: none;
	padding: 0px;
	margin: 0px;
}

#footer {
	width:100%;
	position: absolute;
	bottom:0%;
	background: transparent;
	padding-top: 30px;
}

#roflcopter_l {
	bottom: 25px;
	left: -20%;
	width: 215px;
	position: absolute;
	/* Animations gérées par JavaScript */
}

#roflcopter_r {
	width: 215px;
	bottom: 25px;
	right: -20%;
	position: absolute;
	/* Animations gérées par JavaScript */
}

@-webkit-keyframes move_rofl_l {
	0% {
		left: -20%;
		bottom: 25px;
		opacity: 0;
		-webkit-transform: rotate(0deg);
	}
	5% {
		opacity: 1;
	}
	15% {
		left: 10%;
		bottom: 35px;
		-webkit-transform: rotate(5deg);
	}
	30% {
		left: 25%;
		bottom: 45px;
		-webkit-transform: rotate(-3deg);
	}
	45% {
		left: 40%;
		bottom: 35px;
		-webkit-transform: rotate(4deg);
	}
	60% {
		left: 55%;
		bottom: 50px;
		-webkit-transform: rotate(-2deg);
	}
	75% {
		left: 70%;
		bottom: 40px;
		-webkit-transform: rotate(3deg);
	}
	90% {
		left: 85%;
		bottom: 30px;
		-webkit-transform: rotate(0deg);
	}
	95% {
		left: 95%;
		bottom: 25px;
		opacity: 1;
	}
	100% {
		left: 110%;
		bottom: 25px;
		opacity: 0;
		-webkit-transform: rotate(0deg);
	}
}

@keyframes move_rofl_l {
	0% {
		left: -20%;
		bottom: 25px;
		opacity: 0;
		transform: rotate(0deg);
	}
	5% {
		opacity: 1;
	}
	15% {
		left: 10%;
		bottom: 35px;
		transform: rotate(5deg);
	}
	30% {
		left: 25%;
		bottom: 45px;
		transform: rotate(-3deg);
	}
	45% {
		left: 40%;
		bottom: 35px;
		transform: rotate(4deg);
	}
	60% {
		left: 55%;
		bottom: 50px;
		transform: rotate(-2deg);
	}
	75% {
		left: 70%;
		bottom: 40px;
		transform: rotate(3deg);
	}
	90% {
		left: 85%;
		bottom: 30px;
		transform: rotate(0deg);
	}
	95% {
		left: 95%;
		bottom: 25px;
		opacity: 1;
	}
	100% {
		left: 110%;
		bottom: 25px;
		opacity: 0;
		transform: rotate(0deg);
	}
}

@-webkit-keyframes move_rofl_r {
	0% {
		right: -20%;
		bottom: 25px;
		opacity: 0;
		-webkit-transform: rotate(0deg);
	}
	5% {
		opacity: 1;
	}
	15% {
		right: 10%;
		bottom: 40px;
		-webkit-transform: rotate(-5deg);
	}
	30% {
		right: 25%;
		bottom: 55px;
		-webkit-transform: rotate(4deg);
	}
	45% {
		right: 40%;
		bottom: 45px;
		-webkit-transform: rotate(-3deg);
	}
	60% {
		right: 55%;
		bottom: 60px;
		-webkit-transform: rotate(2deg);
	}
	75% {
		right: 70%;
		bottom: 50px;
		-webkit-transform: rotate(-4deg);
	}
	90% {
		right: 85%;
		bottom: 35px;
		-webkit-transform: rotate(0deg);
	}
	95% {
		right: 95%;
		bottom: 25px;
		opacity: 1;
	}
	100% {
		right: 110%;
		bottom: 25px;
		opacity: 0;
		-webkit-transform: rotate(0deg);
	}
}

@keyframes move_rofl_r {
	0% {
		right: -20%;
		bottom: 25px;
		opacity: 0;
		transform: rotate(0deg);
	}
	5% {
		opacity: 1;
	}
	15% {
		right: 10%;
		bottom: 40px;
		transform: rotate(-5deg);
	}
	30% {
		right: 25%;
		bottom: 55px;
		transform: rotate(4deg);
	}
	45% {
		right: 40%;
		bottom: 45px;
		transform: rotate(-3deg);
	}
	60% {
		right: 55%;
		bottom: 60px;
		transform: rotate(2deg);
	}
	75% {
		right: 70%;
		bottom: 50px;
		transform: rotate(-4deg);
	}
	90% {
		right: 85%;
		bottom: 35px;
		transform: rotate(0deg);
	}
	95% {
		right: 95%;
		bottom: 25px;
		opacity: 1;
	}
	100% {
		right: 110%;
		bottom: 25px;
		opacity: 0;
		transform: rotate(0deg);
	}
}

.nav-tabs {
	line-height: normal;
}
