/* @override http://victhom2.fn.mac/css/screen.css */

/* @group Basics */

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
	}

/* Put it back on certain elements */
h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul, ol {
	margin: 1em 0 0;
	}
blockquote {
	margin-left: 2em;
	}

/* Remove border around linked images */
a img, :link img, :visited img {
	border: none;
	}

/* Typography */

html {
	font-size: 100.01%;
	}
body {
	background: #EEE;
	color: #595959;
	font: 84%/1.5 Helvetica,Arial,sans-serif;
	padding: 0 0 20px;
	text-align: center;
	}
body * {
	font-size: 1em;
	}

/* @end */

/* @group Headings */

body h1 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1;
	}

body h2 {
	color: #D90E00;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 .75em;
	}

body h3 {
	border-top: 1px solid #EEE;
	color: #D90E00;
	clear: both;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.1;
	margin: 1.5em 0 .75em;
	padding: 15px 0 0;
	}
body h3 span {
	color: #595959;
	font-size: .85em;
	}

body h4 {
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.1;
	margin: 1.25em 0 .75em;
	}

/* @end */

/* @group Links */

a:link {
	border-bottom: 1px solid #DDD;
	color: #D90E00;
	text-decoration: none;
	}
a:visited {
	border-bottom: 1px solid #DDD;
	color: #222;
	text-decoration: none;
	}
a:hover, a:active {
	border-bottom: 1px solid #D90E00;
	color: #D90E00;
	text-decoration: none;
	}

/* @end */

/* @group Elements */

/* Tables */

table {
	border-spacing: 0;
	border-collapse: collapse;
	}

tr {
	vertical-align: top;
	}

th {
	text-align: left;
	}

/* Lists */

ul {
	padding: 0 0 0 1.4em;
	}
ul ul {
	margin: .25em 0 .75em;
	}
ol {
	padding: 0 0 0 2em;
	}

li {
	margin: 0 0 .25em;
	}

/* @end */

/* @group CLASSes */

/* See contribute.css for user classes */

.nowrap {
	white-space: nowrap;
	}

.clear {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
	}

.clearPrev {
	clear: both;
	}

.topReset {
	margin-top: 0;
	}

.required, div.error, p.error, span.error, label.error { font-weight: bold; color: #D90E00; }
input.error, textarea.error { border: 3px solid #D90E00 !important; }

.textblock {
	margin: 1em 0;
	}

.doctype {
	color: #666;
	font-size: .85em;
	}

.noborder, a.noborder {
	border: none;
	}

.hide {
	display: none;
	}

.col2 {
	float: left;
	margin-right: 30px;
	padding: 0 0 20px;
	width: 440px;
	}
.withMenu .col2 {
	width: 350px;
	}
.withSidebar .col2 {
	margin-right: 25px;
	width: 330px;
	}
.lastCol {
	margin-right: 0 !important;
	}
#gen .col2 {
	position: relative;
	}

.odd {
	background: #F4EBD7;
	}

form .leftlabel label {
	display: block;
	float: left;
	line-height: 1.1;
	width: 8em;
	}
form .toplabel label {
	display: block;
	}
form ul {
	list-style: none;
	padding: 0;
	}
form li label {
	margin-left: .5em;
	}

form div {
	margin: 1em 0 0;
	}
form fieldset {
	margin: 0;
	padding: 1em 0;
	border: none;
	border-bottom: 1px solid #EEE;
	}
form fieldset p {
	margin: 0 0 .5em;
	}
form .condition {
	font-weight: bold;
	margin-bottom: 1em;
	}

a.button {
	border: 4px solid #DFDFDF;
	color: #D90E00 !important;
	display: block;
	font-size: 1.2em;
	line-height: 1;
	padding: 4px;
	text-align: center;
	}


/* @end */

/* @group Layout */

#page {
	background: #EEE;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 960px;
	}

#main {
	background: #FFF;
	clear: both;
	/*overflow: hidden;*/
	margin-top: 18px;
	position: relative;
	width: 960px;
	}
.withMenu #main {
	background: transparent url(/img/bg/bg-main.png) 0 0 repeat-y;
	}

/* @end */

/* @group Header */

#header {
	padding: 30px 0 0;
	position: relative;
	width: 960px;
	}

#logo {
	background: #D90E00 url(/img/bg/bg-logo-en.png) 0 0 no-repeat;
	height: 100px;
	width: 250px;
	}
.fr #logo {
	background-image: url(/img/bg/bg-logo-fr.png);
	}
#logo a {
	border: none;
	display: block;
	text-indent: -9999px;
	height: 100px;
	width: 250px;
	}

#tagline {
	background: #D90E00 url(/img/bg/bg-tagline-en.png) right bottom no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 30px; left: 250px;
	height: 100px;
	width: 538px;
	}
.fr #tagline {
	background-image: url(/img/bg/bg-tagline-fr.png);
	}

#visual {
	background: #D90E00 url(/img/bg/header-visual.png) right bottom no-repeat;
	position: absolute;
	top: 25px; left: 788px;
	height: 104px;
	width: 182px;
	}

/* @end */

/* @group Footer */

#footer {
	background: transparent url(/img/bg/bg-main-btm.png) 0 0 no-repeat;
	clear: both;
	font-size: .85em;
	padding: 20px 0 10px;
	}
.withMenu #footer {
	background: transparent url(/img/bg/bg-main-menu-btm.png) 0 0 no-repeat;
	}

#footer a:link, #footer a:visited {
	color: #595959;
	}
#footer a:hover {
	color: #D90E00;
	}

/* @end */

/* @group Utils */

#util {
	position: absolute;
	top: 5px;
	left: 0;
	width: 960px;
	}

#util ul {
	float: right;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: right;
	width: 960px;
	}

#util li {
	background: transparent url(/img/bg/separator-dot.png) 3px 58% no-repeat;
	display: inline;
	font-size: .94em;
	margin: 0;
	padding: 0 0 0 14px;
	}

/* Hides from IE-mac \*/
* html #util li {
	height: 1%;
	}
/* End hide from IE-mac */

#util li.first {
	background: none;
	}

#util li a {
	border-bottom: none;
	color: #595959 !important;
	}

#util li a:hover, #util li a.select {
	border-bottom: 1px solid #D90E00;
	color: #D90E00 !important;
	}

/* @end */

/* @group Menu */

#menu {
	background: #595959 url(/img/bg/menu-shadow.png) left bottom no-repeat;
	border-top: 1px solid #EEE;
	height: 46px;
	}

#menu ul {
	background: #595959;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 960px;
	}

#menu li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	}

#menu li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	border-bottom: none;
	color: #FFF !important;
	float: left;
	height: 35px;
	text-indent: -9999px;
	}

#menu a:hover,
#neuro #menu #b_neuro a,
#bionic #menu #b_bionic a,
#about #menu #b_about a,
#investors #menu #b_investors a,
#news #menu #b_news a,
#careers #menu #b_careers a,
#contact #menu #b_contact a {
	background-position: 0 -35px;
	}

#menu #b_neuro a {
	background-image: url(/img/menu-en/b_neuro.png);
	width: 153px;
	}
#menu #b_bionic a {
	background-image: url(/img/menu-en/b_bionic.png);
	width: 241px;
	}
#menu #b_about a {
	background-image: url(/img/menu-en/b_about.png);
	width: 77px;
	}
#menu #b_investors a {
	background-image: url(/img/menu-en/b_investors.png);
	margin: 0 0 0 704px;
	width: 75px;
	}
#menu #b_news a {
	background-image: url(/img/menu-en/b_news.png);
	width: 114px;
	}
#menu #b_careers a {
	background-image: url(/img/menu-en/b_careers.png);
	width: 69px;
	}
#menu #b_contact a {
	background-image: url(/img/menu-en/b_contact.png);
	width: 67px;
	}

.fr #menu #b_neuro a {
	background-image: url(/img/menu-fr/b_neuro.png);
	width: 153px;
	}
.fr #menu #b_bionic a {
	background-image: url(/img/menu-fr/b_bionic.png);
	width: 260px;
	}
.fr #menu #b_about a {
	background-image: url(/img/menu-fr/b_about.png);
	width: 74px;
	}
.fr #menu #b_investors a {
	background-image: url(/img/menu-fr/b_investors.png);
	margin: 0 0 0 617px;
	width: 100px;
	}
.fr #menu #b_news a {
	background-image: url(/img/menu-fr/b_news.png);
	width: 176px;
	}
.fr #menu #b_careers a {
	background-image: url(/img/menu-fr/b_careers.png);
	width: 77px;
	}
.fr #menu #b_contact a {
	background-image: url(/img/menu-fr/b_contact.png);
	width: 67px;
	}

/* @end */

/* @group SectionMenu */


#sectionMenu {
	float: left;
	width: 180px;
	}

#sectionMenu h1 {
	background: transparent url(/img/bg/bg-sidebar-top.png) 0 0 no-repeat;
	padding: 20px 10px 6px;
	}

#sectionMenu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
	}

#sectionMenu li {
	line-height: 1.1;
	margin: 0;
	padding: 0;
	}

#sectionMenu li a {
	border-bottom: none;
	color: #595959;
	display: block;
	padding: 5px 10px;
	}

/* Hides from IE-mac \*/
* html #sectionMenu li a {
	height: 1%;
	}
/* End hide from IE-mac */

#sectionMenu li a:hover,
#sectionMenu li.select,
#sectionMenu li.select a {
	background: transparent url(/img/bg/bg-sidebar-over.png) 0 0 repeat-y;
	color: #000;
	text-decoration: none;
	}

/* Submenu */

#sectionMenu ul ul {
	margin: 0;
	padding: 0;
	}
#sectionMenu ul ul li span {
	border-left: 1px solid #FFF;
	display: block;
	padding: 5px 10px;
	}
#sectionMenu ul ul li.select span {
	border-color: #666;
	}
#sectionMenu ul ul a {
	padding: 0 0 0 15px;
	}
#sectionMenu ul li.select ul a {
	color: #595959;
	}
#sectionMenu ul li.select ul li.select a {
	color: #000;
	}


/* @end */

/* @group Content */

#content {
	background: #FFF;
	overflow: hidden;
	position: relative;
	}
.withMenu #content {
	float: right;
	width: 780px;
	}

#text {
	}
#textWrap {
	padding: 20px 25px;
	}

.withSidebar #text {
	float: left;
	width: 735px;
	}
.withMenu .withSidebar #text {
	width: 555px;
	}

/* @end */

/* @group Sidebar */

#sidebar {
	float: right;
	padding-top: 20px;
	width: 225px;
	}

#sidebar .box {
	background: #F4EBD7;
	margin: 0 0 15px;
	overflow: hidden;
	width: 225px;
	}
#sidebar .box .boxContent {
	padding: 10px;
	}
#sidebar .box h3 {
	background: #D90E00 url(/img/bg/bg-box-header.png) right top no-repeat;
	color: #FFF;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 0;
	padding: 7px 10px 6px;
	text-transform: uppercase;
	}
#sidebar .box a {
	border-bottom-color: #dbd3c1;
	}
#sidebar .box a:hover {
	border-bottom-color: #D90E00;
	}
#sidebar .box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/* @end */

/* @group Misc */

table.illustration {
	margin: 1em auto;
	}
table.illustration th {
	border: 1px solid #EEE;
	border-bottom: none;
	text-align: center;
	}
table.illustration td {
	border: 1px solid #EEE;
	border-top: none;
	padding: 10px;
	}

table.data {
	margin: 1em auto;
	}
table.data th {
	background: #595959;
	border: 1px solid #EEE;
	color: #FFF;
	line-height: 1.1;
	padding: 8px;
	text-align: center;
	}
table.data td {
	border: 1px solid #EEE;
	padding: 10px;
	}
table.data ul {
	margin: 0;
	}

/* investor data */

.stock1 {
	float: left;
	line-height: 1.1;
	width: 80px;
	}
.stock1 p {
	margin: 0;
	}
.stock1 p.lastQuote {
	font-size: 2.2em;
	}
.stock2 {
	float: right;
	font-size: .9em;
	line-height: 1.1;
	width: 120px;
	}
.stock2 p {
	margin: 0 0 .5em;
	}
.stock2 p a {
	font-weight: bold;
	}
.stock2 p.legend {
	color: #888;
	font-size: 0.85em;
	}

/* news list */
select#year {
	padding-right: 1em;
	}
dl.news {
	line-height: 1.2;
	margin: 1em 0 0;
	position: relative;
	}
dl.news dt {
	display: inline;
	float: left;
	padding: 6px 0 6px 5px;
	position: relative;
	text-align: right;
	width: 10em;
	}

dl.news dt a {
	border: none !important;
	color: #595959 !important;
	}
dl.news dd {
	padding: 6px 5px 6px 11em;
	}

dl.news dd a:link, dl.news dd a:visited {

	border: none;
	}
dl.news dd a:hover {
	border-bottom: 1px solid #D90E00;
	}

/* @end */

/* @group home */

#home .intro h2 {
	margin: 0;
	}
#home .intro h2 a {
	background: #D90E00;
	border: none;
	color: #FFF;
	display: block;
	font-size: 1.1em;
	height: 1.1em;
	line-height: 1.1em;
	padding: 8px 8px 4px;
	}
#home .intro p {
	margin: 10px 0 0;
	}
#home .intro img {
	float: right;
	margin: -9px 0 5px 8px;
	}
#home .intro sup {
	top: 0;
	}

/* @end */
