@charset "utf-8";

.ecran {
}
.imprim {
	position: absolute;
	left: -2000px;
	top: -200px;
}
body {
	background-color: #141a43;
	background-image: url(bg_images/index_body_fd.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#fond {
	background-image: url(bg_images/index_fond_fd.jpg);
	background-repeat: repeat-x;
	position: absolute;
	top: 50px;
	height: 455px;
	z-index: 1;
	width: 100%;
}
h1 {
	background-image: url(bg_images/index_titre_fd.jpg);
	height: 72px;
	width: 955px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#contenu {
	background-image: url(bg_images/index_contenu_fd.jpg);
	height: 433px;
	width: 955px;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 72px;
}
.bt-intro {
	background-image: url(bg_images/index_bt-intro.jpg);
	height: 22px;
	width: 101px;
	position: absolute;
	z-index: 3;
	left: 830px;
	top: 257px;
}
.bt-luxe {
	background-image: url(bg_images/index_bt-luxe.jpg);
	height: 22px;
	width: 105px;
	position: absolute;
	z-index: 3;
	left: 826px;
	top: 295px;
}
.bt-wankel {
	background-image: url(bg_images/index_bt-wankel.jpg);
	height: 22px;
	width: 213px;
	position: absolute;
	z-index: 3;
	left: 718px;
	top: 334px;
}
.bt-sutter {
	background-image: url(bg_images/index_bt-sutter.jpg);
	height: 22px;
	width: 338px;
	position: absolute;
	z-index: 3;
	left: 593px;
	top: 373px;
}
.bt-generique {
	background-image: url(bg_images/index_bt-generique.jpg);
	height: 16px;
	width: 66px;
	position: absolute;
	z-index: 3;
	left: 676px;
	top: 408px;
}
.bt-texte {
	background-image: url(bg_images/index_bt-texte.jpg);
	height: 16px;
	width: 93px;
	position: absolute;
	z-index: 3;
	left: 742px;
	top: 408px;
}
.bt-retour {
	background-image: url(bg_images/index_bt-retour.jpg);
	height: 16px;
	width: 120px;
	position: absolute;
	z-index: 3;
	left: 836px;
	top: 408px;
}
#copyright {
	position: absolute;
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #474EA8;*/
	color: #626CCC;
	font-size: xx-small;
	z-index: 4;
	top: 542px;
	left: 0px;
}
a {
	/*color: #7D86D5;*/
	color: #626CCC;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background-color: #FFFFFF;
}

