body {
	margin: 0;
	padding: 0 0 2em;
	font-size: 76%;
	text-align: center;
	color: #333;
	font-family: Arial,Geneva,Helvetica,sans-serif;
	background: #FFF url(../img/bg/bg_body.gif) 0 0 repeat-x;
	}
body.s {
	font-size: 76%;
	}
body.m {
	font-size: 86%;
	}
body.l {
	font-size: 93%;
	}

td,th,p,div,li,dt,dd {
	font-size: 1em;
	}
div div, div p, div li, div dt, div dd, div table, div th, div td {
	font-size: 100%;
	}

h2 {
	margin: .5em 0 .75em;
	padding: 0 0 2px;
	font-size: 1.6em;
	font-weight: normal;
	color: #A00303;
	background: transparent url(../img/bg/pointille.gif) bottom left repeat-x;
	}
h3 {
	font-size: 1.2em;
	margin: 0 0 .25em;
	padding: .5em 0 0;
	color: #A00303;
	}
h3.sep {
	background: transparent url(../img/bg/pointille.gif) 0 0 repeat-x;
	margin-top: 2em;
	padding: 1em 0 .5em;
	}

h4 {
	margin: 0;
	font-size: 1em;
	color: #A00303;
	}

p {
	margin: 0 0 1em;
	}

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: #A30202;
	}
a:visited {
	color: #666;
	}
a:hover {
	color: #333;
	}

a img, img {
	border: none !important;
	}

sup {
	font-size: .75em !important;
	line-height: 1;
	}


/* CLASSES GENERALES */

.clear {
	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;
	}

.photoright {
	float: right;
	margin: 0 0 10px 10px;
	}

span.docsize {
	color: #999;
	font-size: .85em;
	}

p.rss {
	padding: 0 0 4px 20px;
	background: transparent url(../img/feed-icon-12x12.gif) 0 0 no-repeat;
	}
p.cal {
	padding: 0 0 4px 20px;
	background: transparent url(../img/cal.gif) 0 0 no-repeat;
	}

p.note {
	font-size: .9em;
	line-height: 1.2 !important;
	}

div.description {
	margin: 0 0 1em;
	}


/* =MAIN LAYOUT */

#pagewrap {
	width: 774px;
	margin: 0 auto;
	text-align: left;
	}
/**/
html>body #pagewrap { /* cache pour IEwin */
	background: transparent url(../img/bg/bg_page.png) 0 0 repeat-y;
	}
#page {
	position: relative;
	width: 774px;
	}

#main {
	position: relative;
	z-index: 0;
	min-height: 360px; 
	height: auto;
	margin: 0 7px;
	padding: 0 12px 6px 0;
	background: #FFF;
	}
/* Hides from IE-mac \*/
* html #main {
	height: 360px;
	}
/* End hide from IE-mac */

#main.w2col_menu, #main.w3col {
	background: #FFF url(../img/bg/bg_main_menu.gif) 0 0 repeat-y;
	}


/* =HEADER */

#header {
	position: relative;
	z-index: 5000;
	margin: 0 7px;
	padding: 0 0 6px;
	}

#header #brand {
	padding: 0 12px 5px;
	}
#header #brand img {
	vertical-align: middle;
	}


/* =NAV1 */

#nav1wrap {
	position: relative;
	z-index: 5000;
	width: 760px;
	height: 24px;
	}
#nav1 {
	position: relative;
	width: 760px;
	height: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #9F0000;
	}

#nav1 li { /*float the main list items*/
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	}

#nav1 li a {
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0;
	text-align: center;
	color: #FFF;
	background-color: #9F0000;
	background-position: 0 0;
	background-repeat: no-repeat;
	}

#nav1 li span {
	position: absolute;
	left: -9384px;
}

/*hover states*/
#b_corpo a:hover, #b_corpo:hover a, #b_corpo.over a, #b_corpo.select a, 
#b_investors a:hover, #b_investors:hover a, #b_investors.over a, #b_investors.select a, 
#b_products a:hover, #b_products:hover a, #b_products.over a, #b_products.select a, 
#b_licensing a:hover, #b_licensing:hover a, #b_licensing.over a, #b_licensing.select a, 
#b_library a:hover, #b_library:hover a, #b_library.over a, #b_library.select a {
	background-position: 0 -24px !important;
	}


/* subnav formatting */

#nav1 li ul {
	display: none;
	position: absolute;
	top: 23px;
	left: 1px;
	width: 180px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #A00303;
	border: 1px solid #A00303;
	}
/* Hides from IE-mac \*/
* html #nav1 li ul li {height: 1%;}
/* End hide from IE-mac */

#nav1 li:hover ul, #nav1 li.over ul {
	display: block;
	z-index: 6000;
	}

#nav1 li ul li {
	float: none;
	margin: 0;
	padding: 0;
	}

#header #nav1 li ul li a {
	width: auto !important;
	height: auto;
	line-height: 1;
	padding: 4px 7px;
	text-align: left;
	color: #F0F3E3;
	background: none;
	/*background: transparent url(../img/bg/bg_submenu_off.gif) 5px .6em no-repeat !important;*/
	text-decoration: none;
	}
#header #nav1 li ul li a:hover, #header #nav1 li ul li.select a {
	color: #A00303;
	background: #F0F3E3;
	/*background: #A00303 url(../img/bg/bg_submenu_on.gif) 5px .6em no-repeat !important;*/
	}


/* =NAV2 */

#nav2 {
	padding: 7px 16px 16px 7px;
	text-align: right;
	background: #E8E8E8 url(../img/bg/bg_pagetop.gif) left bottom no-repeat;
	}

#nav2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav2 li {
	display: inline;
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: .9em;
	color: #8B8C87;
	}
#nav2 li a {
	color: #8B8C87 !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: #333 !important;
	}


/* =MENU */

#menu {
	width: 165px;
	float: left;
	}
#menu h1 {
	margin: 0;
	padding: 12px 12px 12px 24px;
	font-size: 1.1em;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	background: transparent url(../img/bg/bg_menu_title.gif) 9px 1.23em no-repeat;
	}
#menu h1 a {
	color: #333 !important;
	text-decoration: none;
	}
#menu ul {
	margin: 0 12px 0 24px;
	padding: 0;
	list-style: none;
	}
#menu li {
	margin: 0 0 .4em;
	padding: 0;
	line-height: 1.1 !important;
	}
#menu li.select a {
	font-weight: bold;
	text-decoration: none;
	}


/* =CONTENT */

#content #text {
	position: relative;
	margin: 0 0 0 12px;
	}
/* Hides from IE-mac \*/
* html #content #text {height: 1%;}
/* End hide from IE-mac */

.w2col #content, .w3col #content {
	width: 563px;
	float: left;
	}
.w2col #content #text {
	width: 554px;
	}
.w3col #content #text {
	width: 383px;
	float: right;
	}
.w2col_menu #content #text {
	width: 556px;
	float: left;
	}

#content p, #content li, #content dt, #content dd {
	line-height: 1.3;
	}

#content #text #col1 {
	width: 48%;
	float: left;
	}
#content #text #col2 {
	width: 48%;
	float: right;
	}

#content #text table.list {
	margin: 1em 0;
	}
#content #text table.list th {
	padding: 3px 12px 4px 0;
	border-bottom: 1px solid #A30202;
	}
#content #text table.list td {
	padding: 4px 12px 4px 0;
	}

#content #text table#milestones {
	width: 100%;
	}
#content #text table#milestones td {
	border-bottom: 1px solid #EFF0EC;
	}
#content #text table#milestones td.target {
	padding-right: 0;
	text-align: right;
	}

#content #text table#infoscles {
	width: 250px;
	margin: 1em 0 1em 64px;
	}
#content #text table#infoscles th {
	padding: 4px 0 3px;
	border-bottom: 1px solid #A30202;
	}
#content #text table#infoscles td {
	padding: 4px 0 3px;
	text-align: right;
	border-bottom: 1px solid #A30202;
	}
#content #text table#infoscles td.note {
	font-size: .9em;
	font-weight: normal;
	text-align: left;
	color: #999;
	border-bottom: none;
	}

#content #text ul {
	margin: .5em 0 1em;
	padding: 0;
	list-style: none;
	}
#content #text ul li {
	margin: 0 0 .25em;
	padding: 0 0 0 24px;
	background: transparent url(../img/dot_red.gif) 15px .5em no-repeat;
	}
/* Hides from IE-mac \*/
* html #content #text ul li {height: 1%;}
/* End hide from IE-mac */

#content #text ol {
	margin: 1em 0;
	padding: 0 0 0 2em;
	}
#content #text ol li {
	margin: 0 0 1.5em;
	padding: 0;
	}
#content #text ol li p {
	margin: .5em 0 0;
	padding: 0;
	}

#content #text dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #A30202;
	}
#content #text dd {
	margin: 0 0 1em;
	padding: 0;
	}

#content #text ul.sitemap li {
	font-size: 1.2em;
	font-weight: bold;
	}
#content #text ul.sitemap li li {
	font-size: .85em;
	font-weight: normal;
	background: none;
	}

#content #text ul.pagemenu {
	font-size: 1.1em;
	}
#content #text ul.pagemenu li {
	background: none;
	padding: 0;
	}

#content #text ul.check li {
	background: transparent url(../img/check.gif) 7px .25em no-repeat;
	}

#content #text ul.gallery {
	float: left;
	padding: 0;
	width: 383px;
	}
#content #text ul.gallery li {
	background: none;
	border: 1px solid #EEE;
	float: left;
	margin: 0 3px 3px 0;
	padding: 0;
	}
#content #text ul.gallery img {
	display: block;
	}

#content #text .special {
	background: #f1c576;
	padding: 6px 10px 10px;
	margin:  0 0 1em;
	}
#content #text .special h3 {
	margin: 0;
	padding: 0;
	}
#content #text .special p, 
#content #text .special ul {
	margin: .5em 0 0;
	}
#content #text .special li {
	margin: .25em 0 0;
	padding-bottom: 0;
	}



/* =UTIL */

#util {
	width: 170px;
	float: right;
	}

.utilbox {
	width: 170px;
	position: relative;
	line-height: 1.1;
	margin: 0 0 6px;
	background: #EFF0EC;
	}
/* Hides from IE-mac \*/
* html .utilbox {height: 1%;}
/* End hide from IE-mac */

.utilbox h3 {
	position: relative;
	margin: 0;
	padding: 10px 12px 6px 24px;
	font-size: 1.3em;
	line-height: 1;
	font-weight: normal;
	color: #333;
	background: #DEE0D7 url(../img/bg/bg_util_title.gif) 6px .95em no-repeat;
	}
/* Hides from IE-mac \*/
* html .utilbox h3 {height: 1%;}
/* End hide from IE-mac */

.utilbox .text {
	padding: 8px 6px 6px 24px;
	background: transparent url(../img/bg/pointille.gif) 0 0 repeat-x;
	}

.utilbox .text p {
	margin: 0 0 .75em;
	}
.utilbox .text p.more {
	margin: .5em 0 0;
	}
.utilbox .text ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.utilbox .text li {
	width: 133px;
	margin: 0 0 .5em;
	padding: 0 0 0 9px;
	background: transparent url(../img/dot_red.gif) 0 .3em no-repeat;
	}
.utilbox .text dl {
	margin: 0;
	}
.utilbox .text dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #A30202;
	}
.utilbox .text dd {
	margin: 0 0 .5em;
	padding: 0;
	}

.utilbox .corners {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 18px;
	background: transparent url(../img/bg/corners_util.gif) 0 0 no-repeat;
	}

.utilbox.product {
	background: #C7DC7A;
	}
.utilbox.product h3 {
	color: #000;
	background: #AFCE3F url(../img/bg/bg_util_title_bk.gif) 6px .95em no-repeat;
	}
.utilbox.product .text h4 {
	line-height: 1;
	margin: .5em 0 .25em -7px;
	padding: 0 0 0 7px;
	color: #000;
	background: transparent url(../img/dot.gif) 0 .3em no-repeat;
	}
.utilbox.product .text {
	color: #000;
	background-image: url(../img/bg/pointille_product.gif);
	}
.utilbox.product .corners {
	background-image: url(../img/bg/corners_product.gif);
	}

.utilbox.product.onco {
	background: #C7DC7A;
	}
.utilbox.product.onco h3 {
	background-color: #AFCE3F;
	}
.utilbox.product.onco .text {
	background-image: url(../img/bg/pointille_product_onco.gif);
	}
.utilbox.product.onco .corners {
	background-image: url(../img/bg/corners_product_onco.gif);
	}

.utilbox.product.infect {
	background: #88C1DF;
	}
.utilbox.product.infect h3 {
	background-color: #55A6D2;
	}
.utilbox.product.infect .text {
	background-image: url(../img/bg/pointille_product_infect.gif);
	}
.utilbox.product.infect .corners {
	background-image: url(../img/bg/corners_product_infect.gif);
	}

.utilbox.product.pept {
	background: #F1C576;
	}
.utilbox.product.pept h3 {
	background-color: #EBAD3C;
	}
.utilbox.product.pept .text {
	background-image: url(../img/bg/pointille_product_pept.gif);
	}
.utilbox.product.pept .corners {
	background-image: url(../img/bg/corners_product_pept.gif);
	}

#util_factsheet .text p.more {
	margin: 0 0 .25em;
	}

#util_stock {
	background: #F9FAF8;
	}
#util_stock .text {
	padding: 1px 0 0;
	}
/* Hides from IE-mac \*/
* html #util_stock .text {height: 1%;}
/* End hide from IE-mac */

#util_stock table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	}

#util_stock table th, #util_stock table td {
	vertical-align: top;
	border-bottom: 1px solid #EFF0EC;
	}
#util_stock table th {
	padding: 3px 0 2px 24px;
	font-weight: normal;
	text-align: left;
	}
#util_stock table th.note {
	font-size: .8em;
	line-height: 1;
	color: #999;
	border-bottom: none;
	}
#util_stock table td {
	padding: 3px 6px 2px 0;
	font-weight: bold;
	text-align: right;
	}
#util_stock table td.reg {
	font-weight: normal;
	}

#util_stock .text p.more {
	position: relative;
	padding: 4px 6px 6px 24px;
	background: #EFF0EC;
	}


/* =FOOTER */

#footer {
	position: relative;
	padding: 7px 10px;
	color: #C9C9C9;
	background: #FFF url(../img/bg/bg_pagebtm.gif) 0 0 no-repeat;
	}

#footer p {
	margin: 0;
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: .9em;
	}
#footer a {
	color: #AAA !important;
	}

