body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #2D2E32;
	font-size: 76%;
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	background: #E8EEEE;
	}
table,td,th,p,div,li,dt,dd {
	font-size: .98em;
	}
div p, div li, div dt, div dd {
	font-size: 100%;
	}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #396886;
	margin: 0 0 .5em;
	}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0 0;
	}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 1em 0 0;
	}
h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 0;
	}
h5, h6 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	}

p {
	margin: 1em 0 0;
	}

table {
	margin: 0 0 1em;
	padding: 0;
	border-collapse: collapse;
	}
tr, tr.top {
	vertical-align: top;
	}
tr.middle {
	vertical-align: middle;
	}
th {
	font-weight: bold;
	text-align: left;
	}

a:link {
	color: #396886;
	}
a:visited {
	color: #396886;
	}
a:hover {
	color: #396886;
	}
a:active {
	color: #396886;
	}

a img, img {
	border: none;
	}

sup {
	font-size: .75em !important;
	line-height: 1;
	}
h1 sup, h2 sup {
	font-size: .5em !important;
	}

.clear {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
	}
.clearright {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
	}
.erreur, .erreur a {
	font-weight: bold !important;
	color: #C00 !important;
	}
.first {
	margin-top: 0;
	}
.oblig {
	color: red !important;
	}
.right {
	text-align: right;
	}
span.note {
	color: #999;
	}
.exposant {
	font-size: 70%;
	position: relative;
	top: -4px;
	}
b.exposant {
	font-weight: normal;
	}
.indice {
	font-size: 70%;
	position: relative;
	top: 4px;
	}

table.summary {
	width: 498px;
	margin: 1em 0 0;
	border-bottom: 1px solid #396886;
	border-right: 1px solid #396886;
	}
table.summary th, table.summary td {
	padding: 4px 6px;
	background: #FFF;
	border-top: 1px solid #396886;
	border-left: 1px solid #396886;
	}
table.summary thead th {
	text-align: center;
	color: #FFF;
	background: #396886;
	}
table.summary thead th.empty {
	background: none;
	border-top: none;
	border-left: none;
	}
table.summary td {
	text-align: center;
	}

.leftpict {
	float: left;
	margin: 1em 10px 5px 0;
	}
.rightpict {
	float: right;
	margin: 0 0 10px 10px;
	}
p.subtitle {
	margin-top: 0;
	font-style: italic;
	}
p.subtitle_photo {
	margin-top: 0;
	margin-right: 115px;
	font-style: italic;
	}
p.profile_photo {
	margin-right: 115px;
	font-style: italic;
	}

ul.important {
	margin: 1em 0;
	padding: .5em 0 .5em 2.5em;
	background: #F9E9AE;
	}
ul.important li {
	margin-top: .2em;
	margin-bottom: .2em;
	}


/* MISE EN PAGE GENERALE */

#page {
	position: relative;
	margin: 0 auto;
	width: 780px;
	text-align: left;
	background: #FFF url(../img/bg_body.gif) 0 0 repeat-y;
	}

#header {
	position: relative;
	z-index: 5000;
	padding: 27px 16px 0;
	background: transparent url(../img/bg_header.gif) top left no-repeat;
	}

#main {
	position: relative;
	margin: 0 16px 9px;
	background: #FFF url(../img/bg_main.gif) top right repeat-y;
	}
/* Hides from IE-mac \*/
* html #main {height: 1%;}
/* End hide from IE-mac */

#content {
	position: relative;
	float: left;
	width: 519px;
	border-top: 7px solid #FFF;
	}
/* Hides from IE-mac \*/
* html #content {height: 1%;}
/* End hide from IE-mac */
#contentwrap {
	padding: 10px;
	}

#utils {
	margin: 0 0 0 526px;
	padding: 0 7px 7px 7px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	}
/* Hides from IE-mac \*/
* html #utils {
	height: 1%;
	margin: 0 0 0 523px;
	}
/* End hide from IE-mac */

#footer {
	padding: 1em 0 2em;
	text-align: center;
	font-size: .9em;
	color: #94AEBA;
	background: #E8EEEE url(../img/bg_footer.gif) top left no-repeat;
	}
/* hide ie/mac \*/
* html #footer {height: 1%;}
/* end hide */


/* =NAV1 */

#nav1wrap {
	position: relative;
	z-index: 5000;
	width: 748px;
	height: 22px;
	}
ul#nav1 {
	position: relative;
	width: 748px;
	height: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #396886;
	}

ul#nav1 li { /*float the main list items*/
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	}

ul#nav1 li a {
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0;
	text-align: center;
	color: #FFF;
	background: #2D2E32;
	}
ul#nav1 li.on a {
	color: #FFF;
	background: #699EB7;
	}

/*do the image replacement*/

ul#nav1 li span {
	position: absolute;
	left: -9384px;
}

/*hover states*/
#b_about a:hover, #b_about:hover a, #b_about.over a, #b_about.select a, 
#b_analytical a:hover, #b_analytical:hover a, #b_analytical.over a, #b_analytical.select a, 
#b_bioanalytical a:hover, #b_bioanalytical:hover a, #b_bioanalytical.over a, #b_bioanalytical.select a, 
#b_tests a:hover, #b_tests:hover a, #b_tests.over a, #b_tests.select a, 
#b_investors a:hover, #b_investors:hover a, #b_investors.over a, #b_investors.select a, 
#b_news a:hover, #b_news:hover a, #b_news.over a, #b_news.select a {
	background-position: 0 -22px !important;
	}

#b_about {
	z-index: 5000;
	}
#b_service {
	z-index: 4000;
	}


/* subnav formatting */

ul#nav1 li ul {
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
	width: 748px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #699EB7;
	}
/* Hides from IE-mac \*/
* html ul#nav1 li ul, * html ul#nav1 li ul li {height: 1%;}
/* End hide from IE-mac */

ul#nav1 li:hover ul, ul#nav1 li.over ul {
	display: block;
	z-index: 6000;
	}

ul#nav1 li.select ul {
	display: block;
	}

ul#nav1 li ul li a {
	color: #EDF3F1;
	width: auto !important;
	height: auto;
	padding: 6px 6px 8px;
	line-height: 1.1;
	text-align: left;
	font-weight: bold;
	text-align: center;
	background: none !important;
	text-decoration: none;
	}
ul#nav1 li ul li a:hover, ul#nav1 li ul li.select a {
	color: #699EB7;
	background: #EDF3F1 !important;
	}


/* =NAV2 */

#nav2 {
	position: relative;
	width: 748px;
	top: -2px;
	text-align: right;
	}
/* hide ie/mac \*/
* html #nav2 {height: 1%;}
/* end hide */
#nav2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav2 li {
	margin: 0;
	padding: 0 0 0 .5em;
	display: inline;
	font-size: .9em;
	color: #94AEBA;
	}
/* hide ie/mac \*/
* html #nav2 li {height: 1%;}
/* end hide */
#nav2 li a {
	color: #94AEBA !important;
	text-decoration: none;
	}
#nav2 li a:hover {
	text-decoration: underline;
	}
#nav2 #s {
	font-size: 10px;
	}
#nav2 #m {
	font-size: 13px;
	}
#nav2 #l {
	font-size: 14px;
	}
#nav2 .select, #nav2 .select a {
	color: #00AEA8 !important;
	}


/* =CONTENT */

#content dl {
	margin: 0;
	padding: 0;
	}
#content dt {
	margin: 6px 0 0;
	padding: 0;
	font-weight: bold;
	}
#content dt a:link {
	color: #396886;
	}
#content dd {
	margin: 0;
	padding: 0;
	}

#jobs {
	margin: 1em 0;
	padding: 0;
	background: #F9E9AE url(../img/bg_carrieres_top.gif) top left no-repeat;
	}
#jobs ul {
	margin: 0;
	padding: .5em 1em .5em 2.5em;
	background: transparent url(../img/bg_carrieres_btm.gif) bottom left no-repeat;
	}
/* hide ie/mac \*/
* html #jobs ul {height: 1%;}
/* end hide */
#jobs ul li {
	margin-top: .2em;
	margin-bottom: .2em;
	}

form#abonnement #name {
	display: none;
	}


/* =UTILS */

#utils h2 {
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #333;
	}

#utils .utillink {
	margin: 0;
	padding: 4px 6px;
	background: #FFF;
	border-top: 1px solid #D9E3E8;
	}
#utils .utilheadbox .utildata a, #utils .utillink a {
	color: #2D2E32;
	text-decoration: none;
	}
#utils .utilheadbox .utildata a:hover, #utils .utillink a:hover {
	text-decoration: underline;
	}

/* hide ie/mac \*/
* html #utils .utilheadbox, * html #utils .utilbox {height: 1%;}
/* end hide */

#utils .utilheadbox {
	margin: 6px 0 0;
	}
#utils .utilheadbox .wrap {
	border: 2px solid #C0D0D8;
	border-top: none;
	}
#utils .utilheadbox h2 {
	padding: 4px 7px;
	color: #444;
	background: transparent url(../img/bg_utilheadbox.gif) 0 0 no-repeat;
	}

#utils .utilheadbox .utildata {
	padding: 6px;
	background: #C0D0D8;
	}
#utils .utilheadbox .utildata ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#utils .utilheadbox .utildata li {
	margin: 0;
	padding: 2px 0 0;
	}

#utils .utilbox {
	margin: 6px 0 0;
	border: 1px solid #D9E3E8;
	}
#utils .utilbox h2 {
	padding: 2px 6px 3px;
	color: #444;
	background: #D9E3E8;
	}
#utils .utilbox p {
	margin: 0;
	padding: 6px;
	}
#utils .utilbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#utils .utilbox li {
	margin: .2em 0;
	padding: 0 6px;
	}
#utils .utilbox dl {
	margin: 0;
	padding: 0;
	}
#utils .utilbox dt {
	margin: 0;
	padding: 6px 6px 0;
	font-weight: bold;
	color: #444;
	background: #FFF;
	border-top: 1px solid #D9E3E8;
	}
#utils .utilbox dt a:link {
	color: #396886;
	}
#utils .utilbox dd {
	margin: 0;
	padding: 0 6px 6px;
	color: #444;
	background: #FFF;
	}
#utils .utilbox .utillink {
	background: #D9E3E8;
	}
#utils table {
	width: 100%;
	margin: 0 0 6px;
	}
#utils table td {
	padding: 6px 6px 0;
	}

#utils #util_investors table {
	width: 191px;
	margin: 0;
	}
#utils #util_investors td {
	padding: 0 4px 2px 0;
	}
#utils #util_investors .pos {
	color: green;
	}
#utils #util_investors .neg {
	color: red;
	}
#utils #util_investors td.val {
	padding-right: 6px;
	}
#utils #util_investors td.legend {
	color: #999;
	padding: 0;
	}
#utils #util_investors #stock_value {
	font-size: 2.2em;
	line-height: 1;
	}

#utils #util_doc dl {
	clear: right;
	margin: 0;
	padding: 0;
	border-top: 1px solid #D9E3E8;
	}
/* hide ie/mac \*/
* html #utils #util_doc dl {height: 1%;}
/* end hide */
#utils #util_doc dt {
	float: left;
	width: 30px;
	margin: 0;
	padding: 6px 0 0 6px;
	border-top: none;
	}
#utils #util_doc dd {
	margin: 0;
	padding: 6px 6px 6px 46px;
	}
#utils #util_doc span.docsize {
	display: block;
	margin: 2px 0 0;
	font-size: .9em;
	color: #999;
	}


/* =FOOTER */

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#footer li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #94AEBA;
	}
#footer li a {
	text-decoration: none;
	}
#footer li a:hover {
	text-decoration: underline;
	}
#footer p {
	margin: .25em 0 0;
	}

