body
{
	background-image: url("../images/fond.jpg");
	background-color: black;
	margin: 0; padding: 0;
}

#main
{
	width: 900px;
	margin: auto;
	/*overflow: auto;*/
	background-image: url("../images/fond.jpg");
	/*background-repeat: no-repeat;
	background-position: center;*/
	font-family: "Trebuchet MS", Georgia, Verdana, sherif;
	background-color: black;
}



p
{
	color: #b0b0b0;
	font-size: 90%;
}

strong
{
	font-weight: bold;
}

h1
{
	color: white;
	font-size: 130%;
	text-indent: 10px;
	margin-top: 40px;
}

h2
{
	color: white;
	font-size: 100%;
	text-indent: 10px;
	margin-top: 20px;
}

ul
{
	color: #b0b0b0;
	list-style-type: disk;
	font-size: 90%;
}

a
{
	text-decoration: none;
	color: #fc8300;
}

a:hover
{
	color: #fc8300;
	text-decoration: underline;
}

a:visited
{
	color: #d06500;
}


/*_________________________________________HEAD____________________________________________*/

#heading
{
	height: 150px;
	margin-bottom: 10px;
}

#heading img
{
	z-index: 5;
	border: none;
	margin-left: -50px;
}

#heading a:focus, #heading a:active
{
	color: black;
}


/*_________________________________________SUBBODY____________________________________________*/

#subbody
{
	z-index: 10;
	background-color: #262626;
	border-left: 6px white double;
	border-right: 6px white double;
	padding: 100px 20px 60px;
	margin-bottom: -20px;
}

#subbody .central_img
{
	display: block;
	border: solid 1px black;
	max-width: 840px;
	margin: auto;
}

.technic
{
	font-size: 75%;
	padding: 0px 50px 0px 50px;
	text-align: center;
}


/*_________________________________________THUMBNAILS____________________________________________*/

.thumbnails
{
	text-align: center;
	margin: -5px 0px -10px 0px;
}

.thumbnails a img
{
	border: solid 1px black;
}

.thumbnails a:hover img
{
	border: solid 1px #fc8300;
}

.thumbnails a:focus img, .thumbnails a:active img
{
	border: solid 1px #262626;
	color: #262626;
}


/*________________________________________MENU____________________________________________*/

#menu
{
	/*width: 700px;
	height: 128px;*/
	padding: 0px 0px 0px 340px;
	margin: -30px 0px;
	text-align: center;
	vertical-align: bottom;
	z-index: 30;
	position: absolute;
}

/*#menu ul
{
	list-style: none ;
	margin: 0 ;
	padding: 50px 0px ;
}

#menu li
{
	display: inline ;
}

#menu a
{
	padding: 90px 12px ;
	margin: 00px -2px;
}*/

#menu td a
{
	display: block;
	width: 64px; 
	height: 128px;
	padding: 0px 0px ;
	margin: 0px -1px;
	font-size: 0%;
	color: black;
}

#menu a:hover
{
	text-decoration: none;
}

#menu a:focus, #menu a :active
{
	color: black;
}


/*_____________BUTTON  HOME______________*/
.button_home a
{background: url("../images/button_home.png") no-repeat;}
.button_home a:hover
{background: url("../images/button_home_hover.png") no-repeat;}
/*_____________BUTTON  ABOUT______________*/
.button_about a
{background: url("../images/button_about.png") no-repeat;}
.button_about a:hover
{background: url("../images/button_about_hover.png") no-repeat;}
/*_____________BUTTON  GAME______________*/
.button_game a
{background: url("../images/button_game.png") no-repeat;}
.button_game a:hover
{background: url("../images/button_game_hover.png") no-repeat;}
/*_____________BUTTON  2D______________*/
.button_2d a
{background: url("../images/button_2d.png") no-repeat;}
.button_2d a:hover
{background: url("../images/button_2d_hover.png") no-repeat;}
/*_____________BUTTON  3D______________*/
.button_3d a
{background: url("../images/button_3d.png") no-repeat;}
.button_3d a:hover
{background: url("../images/button_3d_hover.png") no-repeat;}
/*_____________BUTTON  DRAWING______________*/
.button_drawing a
{background: url("../images/button_drawing.png") no-repeat;}
.button_drawing a:hover
{background: url("../images/button_drawing_hover.png") no-repeat;}
/*_____________BUTTON  BLOG______________*/
.button_blog a
{background: url("../images/button_blog.png") no-repeat;}
.button_blog a:hover
{background: url("../images/button_blog_hover.png") no-repeat;}
/*_____________BUTTON  CONTACT______________*/
.button_contact a
{background: url("../images/button_contact.png") no-repeat;}
.button_contact a:hover
{background: url("../images/button_contact_hover.png") no-repeat;}


/*_________________________________________FOOTER____________________________________________*/

#footer
{
	text-align: center;
	font-size: 80%;
	margin-bottom: 30px;
}

#footer em
{
	font-size: 80%;
	font-style: normal;
}

#footer_img
{
	float: left;
	width: 900px;
	background-image: url("../images/footer.png");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 80px;
	margin-bottom: -48px;
}

