
@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(images/body-background.png);
	background-position: center top;
}
img {
	border-style: none;
}
@font-face {
    font-family: Neuropol;
    src: url('fonts/neuropol.eot');
    src: url('fonts/neuropol.eot?#iefix') format('embedded-opentype'),
         url('fonts/neuropol.woff') format('woff'),
         url('fonts/neuropol.ttf') format('truetype'),
         url('fonts/neuropol.svg#NeuropolXFreeRegular') format('svg');
}
#fixator {
	position: absolute;
	visibility: hidden;
	z-index: 0;
}
#header-background {
	width: 100%;
	background-repeat: repeat-x;
	background-position: center top;
	height: 110px;
	background-image: url(images/header-background.png);
}
#header-wrapper {
	width: 1047px;
	margin-right: auto;
	margin-left: auto;
}
#header-screening {
	position: absolute;
	visibility: visible;
	left: 40px;
	top: -6px;
}
#header-logo-btproduction {
	position: absolute;
	visibility: visible;
	top: 20px;
	left: 395px;
}
#header-button {
	position: absolute;
	visibility: visible;
	left: 880px;
}
.header-button {
	font-family: Neuropol;
	font-size: 0.7em;
	color: #000;
	letter-spacing: -0.1em;
	cursor: default;
}
.header-button a {
	color: #000;
	text-decoration: none;
}
#header-menu {
	position: absolute;
	visibility: visible;
	left: 200px;
	top: -18px;
	width: 750px;
}
#header-menu table tr .on {
	background-image: url(images/underscore-background.png);
	background-repeat: repeat-x;
}
.header-menu {
	font-family: Neuropol;
	font-size: 0.9em;
	color: #FFF;
	letter-spacing: -0.1em;
	cursor: default;
}
.header-menu a {
	color: #FFF;
	text-decoration: none;
}
#main-background {
	width: 100%;
	background-repeat: repeat-x;
	background-position: center top;
	height: 500px;
	background-image: url(images/main-background.png);
}
#main-wrapper {
	width: 1047px;
	margin-right: auto;
	margin-left: auto;
}
#main-menu-image {
	position: absolute;
	visibility: visible;
}
#main-wrapper-background {
	position: absolute;
	visibility: visible;
}
#main-wrapper-menu {
	position: absolute;
	visibility: visible;
	left: 200px;
	top: 40px;
}
#main-wrapper-menu td {
	height: 26px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Neuropol;
	font-size: 0.8em;
	letter-spacing: -0.1em;
	cursor: default;
	white-space: nowrap;
}
#main-wrapper-menu table tr #on {
	background-color: #FFF;
	color: #000;
}
#main-wrapper-menu table tr #on a {
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}
#main-wrapper-menu table tr #off {
	background-color: #D9D9D9;
	color: #575756;
}
#main-wrapper-menu table tr #off a {
	color: #575756;
	text-decoration: none;
}
#main-wrapper-menu table tr #off:hover {
	background-color: #FFF;
}
#main-wrapper-content {
	position: absolute;
	visibility: visible;
	left: 202px;
	top: 70px;
	height: 330px;
	width: 620px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	padding: 25px;
	line-height: 1.4em;
	cursor: default;
	background-image: url(images/content-background.png);
}
#main-wrapper-video {
	display: inline-block;
	padding-left: 110px;
}
#footer-background {
	width: 100%;
	background-repeat: repeat-x;
	background-position: center top;
	height: 70px;
	background-image: url(images/footer-background.png);
}
#footer-wrapper {
	width: 1047px;
	margin-right: auto;
	margin-left: auto;
}
#footer-logo-raisondetat {
	position: absolute;
	visibility: visible;
	top: 26px;
	left: 200px;
}
#footer-text {
	position: absolute;
	visibility: visible;
	top: 27px;
	left: 820px;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	letter-spacing: -0.1em;
	white-space: nowrap;
	cursor: default;
}

