html {
 scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#F1F1F1;
	scrollbar-3dlight-color:#D0CFCE;
	scrollbar-darkshadow-color:#898989;
	scrollbar-shadow-color:#ffffff;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#ffffff;
	overflow:hidden;
	}
	
body {
	margin-bottom: 0px;
	margin-top:0px;
	font-weight:bold;
  color                 : #000000;
  font-family           : Arial, Helvetica, sans-serif;
  font-size             : 13px;
  scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#F1F1F1;
	scrollbar-3dlight-color:#D0CFCE;
	scrollbar-darkshadow-color:#898989;
	scrollbar-shadow-color:#ffffff;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#ffffff;
	overflow:auto;

}
#fond{
height:571px;
width:745px;
position:absolute;
top:50%;
margin-top:-285px;
left:50%;
margin-left:-372px;
background:url(../images/accueil1.png) no-repeat;
z-index:0;
}

#logo{
height:344px;
width:700px;
position:absolute;
top:50%;
margin-top:-248px;
left:40px;
background:url(../images/logo.png) no-repeat;
z-index:1;
}

#roue{
height:159px;
width:200px;
position:absolute;
bottom:50%;
margin-bottom:-79px;
right:50%;
margin-right:-100px;
z-index:2;
}

#motard{
height:183px;
width:172px;
position:absolute;
top:50%;
margin-top:87px;
left:50%;
margin-left:340px;
background:url(../images/motard.png) no-repeat;
z-index:3;
}

#titre{
height:20px;
width:100px;
position:absolute;
top:50%;
margin-top:-10px;
left:50%;
margin-left:-33px;
z-index:4;
}

#texte{
height:130px;
width:253px;
position:absolute;
top:28%;
left:20%;
z-index:11;
}
.style1{
font-size: 11;
color:#666666;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
}

#footer {
width:100%;
height:20px;
position:fixed;
bottom:0px;
border-top:1px dotted #000000;
left:0px;
z-index:7;
background:#ffffff;
text-align:center;
}

a:link {
	color: #000000; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #cc0000;	text-decoration: none;
	font-weight: normal;
}

a:visited {
color: #000000;	text-decoration: none;
	font-weight: bold;

}