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

.conteneur {
	padding: 0px;
	height: 768px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	background-color: #D6D6D6;
	background-image: url(../images/fond_animation.jpg);
	background-position: center top;
}
.aide_position {
	position: relative;
	height: 25px;
}
.menu {
	position: absolute;
	top: 160px;
	left: 450px;
}

object {outline:none; outline-style:none;}


