* {
  margin: 0;
  padding: 0;
}

html, body {
font-size: 10px;
font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
font-weight: normal;
text-decoration: none;
color: #ffffff;
background: #000;
}

A:Link{color:#707984;text-decoration:none;}
A:Visited{color:#707984;text-decoration:none;}
A:Hover{color:#dee0e2;text-decoration:none;}

div#main {
background: url(BG/BG_ACCUEIL.jpg) #000;
margin: 0 auto 0 auto;
width: 1002px;
min-height: 850px;
}

.title {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 190px;
	margin-left: 180px;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 3px 2px 2px #000;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	-moz-box-shadow: 1px 2px 5px #000;
	-webkit-box-shadow: 1px 2px 5px #000;
	position: absolute;
	background: -moz-linear-gradient(left, #1B2029 0%, #0B0E11 100%); /* firefox */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1B2029), color-stop(100%,#0B0E11)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1B2029', endColorstr='#0B0E11',GradientType=1 ); /* ie */
}

.title:hover{background: url(BG/bg_main_links.jpg)}

.story {
margin-top: 300px;
}

.chara{
margin-top: 345px;
}

.files{
margin-top: 390px;
}

.items{
margin-top: 435px;
}

.weapons{
margin-top: 480px;
}

.gallery{
margin-top: 525px;
}

.secrets{
margin-top: 570px;
}

.sw{
margin-top: 615px;
}

.mercs{
margin-top: 660px;
}

.adathespy{
margin-top: 705px;
}

.soluce{
margin-top: 750px;
}

.versions{
margin-top: 795px;
}

.retour{
margin-top: 820px;
margin-left: 780px;
position: absolute;
font-size: 12px;
font-weight: bold;
text-shadow: 3px 2px 2px #000;
}

.copyright {
font-size: 10px;
text-align: center;
margin-bottom: 10px;
}