/* @override http://localhost:8888/technix/source/htdocs/themes/technix.css */

/* @group defaults */

html,body
{
	height: 100%;
	width: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #000;
	overflow: hidden;
	height: 100%;
	width: 100%;
	color: #555;
	font: 10px/1.5 Verdana, Arial, Helvetica, sans-serif;
}

*
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

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

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

:focus
{
	outline: 0;
}

/* @end */

/* @group heading */

h1, h2, h3, h4, h5, h6,
{
	margin-bottom: .4em;
	line-height: 1.3em;
	color: #DDD;
}

h1
{
	font-size: 2em;
	line-height: 1.17;
}

h2
{
	font-size: 1.5em;
}

h3
{
	font-size: 1.35em;
}

h4
{
	font-size: 1.05em;
}

h5
{
	font-size: 1.05em;
}

h6
{
	font-size: .95em;
}

/* @end */

/* @group Forms */

form
{
	display: inline;
}

fieldset
{
	border: none;
}

legend
{
	display: none;
}

label
{
	color: #666;
	font-weight: bold;
}

input, textarea, select, button
{
	vertical-align: middle;
}

/* @end */

/* @group lists */

ul,ol
{
	list-style: none;
}

/* @end */

/* @group typo */

.nowrap
{
	white-space: nowrap;
}

.bold
{
	font-weight: bold;
}

/* @end */

/* @group index */

.footer
{
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.credits
{
	display: block;
	width: 1020px;
	text-align: right;
	padding: 0px 15px 0px 0px;
	margin: 0px auto;
}

.interface
{
	background: url('../themes/medias/interface.jpg') no-repeat 50% 50%;
	/*width: 700px;*/
	height: 600px;
	position: relative;
	margin: 0 auto;
}

/* @end */

/* @group Credits / Generique */

.generique
{
	position: relative;
	display: block;
	color: #DDD;
	text-align: center;
	/*width: 700px;*/
	height: 260px;
	overflow: hidden;
	top: 215px;
}

#generique
{
	position: relative;
	top: 260px;
}

.generique_section ul
{
	margin: 0px 0px 50px 0px;
	display: block;
}

.generique_section h1
{
	margin: 0px 0px 40px 0px;
}

.generique_section h2
{
	margin: 0px 0px 10px 0px;
}

.generique_section li
{
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
}

/* @end */