/* @override 
	http://art2.fn.mac/css/screen.css
*/

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */


/* @group Body */

body {
	background: #E1E7EB url(/img/bg/bg-body.gif) 0 0 repeat-x;
  color: #21354A;
  font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	padding: 0 0 2em;
	text-align: center;
}

body          { font-size: 76%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */

body.s          { font-size: 76%; }
html > body.s   { font-size: 12px; }

body.m          { font-size: 84%; }
html > body.m   { font-size: 13px; }

body.l          { font-size: 93%; }
html > body.l   { font-size: 14px; }

/* @end */


/* @group Elements */

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
  clear: both;
}

h1 { font-size: 3em; line-height: 1; }
h2 { font-size: 2em; line-height: 1; margin: 0 0 .5em; letter-spacing: 1px; }
h3 { font-size: 1.5em; line-height: 1.1; margin: 1.5em 0 .5em; }
h4 { font-size: 1.2em; line-height: 1.25; margin: 1.25em 0 .5em; }
h5 { font-size: 1em; font-weight: bold; margin: 1em 0 0; }
h6 { font-size: 1em; font-weight: bold; margin: 1em 0 0; }

h2 sup {
	font-size: 50%;
	position: relative;
	top: -8px;
	}


/* Text elements
-------------------------------------------------------------- */

p       { margin: .75em 0 0; }
p.first { margin-top: 0; }

ul    { margin: .75em 0 0 1.4em; }
ol    { margin: .75em 0 0 2em; }
ul ul, ol ol, ul ol, ol ul { margin-top: .25em; }
li    { margin: .25em 0 0; }
dl    { margin: 1em 0 0; }
dl dt { font-weight: bold; margin: 1em 0 0; }

abbr    { border-bottom: 1px dotted #666; }
address { margin-top: 1.5em; font-style: italic; }
del     { color: #666; }

a, a:link { color: #C33; text-decoration: underline; outline: none; }
a:visited { color: #900; }
a:hover   { color: #000; }

blockquote  { margin: 1.5em; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; }
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table   { margin-top: 1em; }
tr      { vertical-align: top; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }


/* Forms
-------------------------------------------------------------- */

form { margin: 1em 0; }


/* Some default classes
-------------------------------------------------------------- */

.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet { color: #666; }
.hide { display: none; }
.highlight { background: #ff0; }
.added { color: #060; }
.removed { color: #900; }

.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }

.left { float: left; margin: 0 1.5em 1.5em 0; }
.right { float: right; margin: 0 0 1.5em 1.5em; }

.reset-margin { margin: 0 !important; }
.reset-padding { padding: 0 !important; }
.reset { margin: 0 !important; padding: 0 !important; }

.nowrap { white-space: nowrap; }
.clear { clear: both; height: 0 !important; line-height: 0 !important; margin: 0 !important; }

.required, div.error, p.error, span.error, label.error { font-weight: bold; color: #C30; }
input.error, textarea.error { border: 3px solid #C30 !important; }

div.textblock { margin: 0 0 1.5em; }
.docsize { color: #666; font-size: .85em; }
.notesize { color: #666; font-size: .85em; }
/* @end */


/* @group Custom Classes */

.w2col {
	display: inline;
	float: left;
	margin-right: 3%;
	width: 47%;
}
.w3col {
	display: inline;
	float: left;
	margin-right: 3%;
	width: 30%;
}
.w3colfix {
	display: inline;
	float: left;
	margin: 0 10px 0 30px;
	width: 260px;
}

.imgbox-r {
	float: right;
	margin: 0 0 1em 1em;
}
.imgbox-r img {
	display: block;
}
.imgbox-r p {
	font-size: .94em;
	font-style: italic;
	line-height: 1.2;
	margin: .25em 0 0;
}

/* @end */


/* @group Layout */

#page {
	background: #FFF;
	margin: 35px auto 0;
	position: relative;
	text-align: left;
	width: 925px;
	}
#main {
	margin: 20px 10px;
	overflow: hidden;
	position: relative;
	width: 905px;
	}

/* @end */
	

/* @group Header */

#header {
	padding: 10px 10px 0;
	position: relative;
	}
#header #logo {
	background-color: #1F344A;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 32px 0 44px 18px;
	}

.en #header .logo1 { background-image: url(/en/img/header/header-1.jpg); }
.en #header .logo2 { background-image: url(/en/img/header/header-2.jpg); }
.en #header .logo3 { background-image: url(/en/img/header/header-3.jpg); }
.en #header .logo4 { background-image: url(/en/img/header/header-4.jpg); }
.en #header .logo5 { background-image: url(/en/img/header/header-5.jpg); }

.fr #header .logo1 { background-image: url(/fr/img/header/header-1.jpg); }
.fr #header .logo2 { background-image: url(/fr/img/header/header-2.jpg); }
.fr #header .logo3 { background-image: url(/fr/img/header/header-3.jpg); }
.fr #header .logo4 { background-image: url(/fr/img/header/header-4.jpg); }
.fr #header .logo5 { background-image: url(/fr/img/header/header-5.jpg); }

#header #logo a {
	display: block;
	height: 105px;
	width: 180px;
	}
.en #header #logo a {
	background: transparent url(/en/img/bg-logo.gif) 0 0 no-repeat;
	}
.fr #header #logo a {
	background: transparent url(/fr/img/bg-logo.gif) 0 0 no-repeat;
	}
#header #logo img {
	display: none;
	}

#searchbox {
	position: absolute;
	top: -29px; right: 10px;
	width: 220px;
    height: 28px;
    background: transparent url(/img/bg/bg-search.gif) 0 3px no-repeat;
	}
.fr #searchbox {
	width: 244px;
	}
#searchbox form {
	margin: 0;
	}

#searchbox #query {
  	color: #21354A;
    float: left;
    padding: 0;
    margin: 6px 0 0 4px;
    border: 0;
    width: 150px;
    background: none;
}
#searchbox #search {
    background: #edf1f3;
    border: 1px solid #64849a;
    color: #64849a;
    float: right;
    font-size: .9em;
    height: 20px;
    margin: 3px 0 0 0;
}

/* @end */


/* @group Nav */

#menu {
	position: relative;
	width: 905px;
	}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 905px; height: 27px;
	}
#menu li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	}
#menu li a {
	background-color: #27425E;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #FFF !important;
	display: block;
	float: left;
	height: 27px;
	line-height: 27px;
	text-align: center;
	text-decoration: none;
	text-indent: -9999px;
	}

/*hover states*/
#b_clinical a:hover, #b_clinical:hover a, #b_clinical.over a, #clinical #b_clinical a,
#b_preclinical a:hover, #b_preclinical:hover a, #b_preclinical.over a, #preclinical #b_preclinical a,

#b_agents a:hover, #b_agents:hover a, #b_agents.over a, #agents #b_agents a,
#b_about a:hover, #b_about:hover a, #b_about.over a, #about #b_about a,
#b_investors a:hover, #b_investors:hover a, #b_investors.over a, #investors #b_investors a,
#b_sitemap a:hover, #b_sitemap:hover a, #b_sitemap.over a, #sitemap #b_sitemap a,
#b_technology a:hover, #b_technology:hover a, #b_technology.over a, #technology #b_technology a,
#b_news a:hover, #b_news:hover a, #b_news.over a, #news #b_news a,
#b_contact a:hover, #b_contact:hover a, #b_contact.over a, #contact #b_contact a {
	background-position: 0 -27px !important;
	}

.en #b_clinical a {
	width: 93px;
	background-image: url(/en/img/menu/clinical.png);
	}
.en #b_preclinical a {
	width: 114px;
	background-image: url(/en/img/menu/preclinical.png);
	}
.en #b_agents a {
	width: 147px;
	background-image: url(/en/img/menu/agents.png);
	}
.en #b_about a {
	width: 112px;
	background-image: url(/en/img/menu/about.png);
	}
.en #b_investors a {
	width: 98px;
	background-image: url(/en/img/menu/investors.png);
	}
.en #b_sitemap a {
	width: 98px;
	background-image: url(/en/img/menu/sitemap.png);
	}
.en #b_technology a {
	width: 113px;
	background-image: url(/en/img/menu/technology.png);
	}
.en #b_news a {
	width: 135px;
	background-image: url(/en/img/menu/news.png);
	}
.en #b_contact a {
	width: 93px;
	background-image: url(/en/img/menu/contact.png);
	}

.fr #b_clinical a {
	width: 79px;
	background-image: url(/fr/img/menu/clinical.png);
	}
.fr #b_preclinical a {
	width: 101px;
	background-image: url(/fr/img/menu/preclinical.png);
	}
.fr #b_agents a {
	width: 152px;
	background-image: url(/fr/img/menu/agents.png);
	}
.fr #b_about a {
	width: 125px;
	background-image: url(/fr/img/menu/about.png);
	}
.fr #b_investors a {
	width: 104px;
	background-image: url(/fr/img/menu/investors.png);
	}
.fr #b_sitemap a {
	width: 104px;
	background-image: url(/fr/img/menu/sitemap.png);
	}
.fr #b_technology a {
	width: 96px;
	background-image: url(/fr/img/menu/technology.png);
	}
.fr #b_news a {
	width: 176px;
	background-image: url(/fr/img/menu/news.png);
	}
.fr #b_contact a {
	width: 72px;
	background-image: url(/fr/img/menu/contact.png);
	}

/* @end */


/* @group Util */

#util {
	position: absolute;
	top: -20px; left: 3px;
	width: 925px;
	}
#util ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#util li {
	border-left: 1px solid #58728B;
	color: #415972;
	float: left;
	height: 14px;
	line-height: 14px;
	margin: 0;
	padding: 0 7px;
	}
#util li.first {
	border: none;
	}
/* Hides from IE-mac \*/
* html #util li {height: 1%;}
/* End hide from IE-mac */

#util li a {
	color: #415972 !important;
	text-decoration: none;
	}
#util li a:hover, #util li a.select {
	text-decoration: underline;
	}

#util #text_s {
	font-size: 10px !important;
	}
#util #text_m {
	font-size: 12px !important;
	}
#util #text_l {
	font-size: 15px !important;
	}

/* @end */


/* @group Content */

/* 1 col */
#content {
	overflow: hidden;
	width: 905px;
	}
/* 2 & 3 col */
.w-menu #content {
	float: right;
	width: 730px;
	}
.w-menu #main {
	background: transparent url(/img/bg/bg-sectionmenu.gif) 0 0 repeat-y;
	}

/* 1 col */
#text {
	overflow: hidden;
	width: 905px;
	}
/* 2 col */
.w-menu #text {
	width: 730px;
	}
/* 2 col */
.w-sidebar #text {
	float: left;
	width: 675px;
	}
/* 3 col */
.w-menu .w-sidebar #text {
	float: left;
	width: 500px;
	}

#fullwidthtext {
	clear: both;
	padding: 1em 0 0;
	width: 730px;
	}

#text h3, #fullwidthtext h3 {
	color: #C33;
	}
#text blockquote, #fullwidthtext blockquote {
	background: #E1E7EB;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	margin: 1em 0;
	padding: 10px;
	}
#text blockquote p, #fullwidthtext blockquote p {
	margin: 0;
	}

#text blockquote.lowtone, #fullwidthtext blockquote.lowtone {
	background: none;
	color:  #666;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 2em;
 	padding: 0 20px;
	}
#text blockquote.lowtone p.em {
	font-size: 1.1em;
	line-height: 1.6;
	margin-bottom: .25em;
	}


/* @end */


/* @group Sectionmenu */

#sectionmenu {
	background: #7793AB;
	color: #E8EDEF;
	float: left;
	padding: 0 0 1em;
	width: 155px;
	}
#sectionmenu a {
	color: #E8EDEF;
	text-decoration: none;
	}
#sectionmenu h1 {
	background: transparent url(/img/bg/bg-sectionmenu-top.gif) center bottom no-repeat;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1;
	padding: 5px 10px 14px;
	}
#sectionmenu ul {
	list-style: none;
	margin: 0;
	position: relative;
	}
#sectionmenu ul li {
	background: transparent url(/img/bg/bg-menuitem.gif) left bottom repeat-x;
	color: #FFF;
	font-size: 1.25em;
	float: left;
	line-height: 1;
	margin: 0;
	width: 155px;
	}
#sectionmenu ul li a {
	color: #FFF;
	display: block;
	padding: 5px 10px;
	}
#sectionmenu ul li.parent a {
	padding-right: 20px;
	}
#sectionmenu ul li a:hover, #sectionmenu ul li.select a {
	background-color: #E8EDEF;
	color: #21354A;
	}
#sectionmenu ul li.parent a:hover {
	background: #E8EDEF url(/img/bg/bg-submenu.png) 140px .75em no-repeat;
	}
#sectionmenu ul li.parent li a:hover {
	background-image: none;
	}

#sectionmenu ul li.secured a {
	background-image: url(/img/secured.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 12px;
	}

#sectionmenu ul ul {
	background: transparent url(/img/bg/bg-menuitem.gif) 0 0 repeat-x;
	padding: 1px 0 10px;
	}
#sectionmenu ul ul li {
	background: none;
	color: #E8EDEF;
	font-size: .8em;
	}
#sectionmenu ul ul li a {
	color: #E8EDEF;
	}
#sectionmenu ul ul li a:hover {
	background-color: #21354A !important;
	color: #E8EDEF;
	}
#sectionmenu ul ul li.select a {
	color: #7793AB;
	}

#sectionmenu .box {
	background: #7793AB url(/img/bg/bg-sectionmenu-btm.gif) left bottom no-repeat;
	clear: both;
	padding: 10px 0 0;
	}
#sectionmenu .box h3 {
	background: transparent url(/img/bg/bg-sectionmenu-top.gif) 0 0 no-repeat;
	color: #EEE;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1;
	margin: 0;
	padding: 10px 10px 5px;
	text-transform: uppercase;
	}
#sectionmenu .box-text {
	color: #EEE;
	padding: 0 10px 10px;
	}
#sectionmenu .box li {
	background: none;
	font-size: 1em;
	float: none;
	line-height: 1.1;
	margin: .25em 0 0;
	width: auto;
	}
#sectionmenu .box ul.docs li {
	background: transparent url(/img/arrow.gif) 4px .6em no-repeat;
	margin: 0 0 1px;
	padding: 4px 0 0 21px;
	width: 114px;
	}
#sectionmenu .box ul.docs li.pdf {
	background: transparent url(/img/pdf.gif) 1px .2em no-repeat;
	}
#sectionmenu .box ul.docs li.pdf span {
	color: #333;
	display: block;
	}
#sectionmenu .box ul.offer li {
	background: transparent url(/img/arrow.gif) 4px .6em no-repeat;
	margin: 0 0 1px;
	padding: 4px 0 0 21px;
	width: 114px;
	}
#sectionmenu .box ul.offer li.note {
	background: none;
	}
#sectionmenu .box ul.offer li.note span {
	color: #333;
	display: block;
	}
#sectionmenu .box ul li a {
	color: #EEE;
	display: inline;
	padding: 0;
	}
#sectionmenu .box ul li a:hover {
	background: none;
	color: #21354A;
	}

/* @end */


/* @group Sidebar */

#sidebar {
	float: right;
	width: 210px;
	}
#sidebar .box {
	background: #F9F9F9 url(/img/bg/bg-sidebar-btm.gif) left bottom no-repeat;
	margin: 0 0 10px;
	}
#sidebar .box h3 {
	background: transparent url(/img/bg/bg-sidebar-top.gif) 0 0 no-repeat;
	color: #C33;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1;
	margin: 0;
	padding: 10px 10px 5px;
	text-transform: uppercase;
	}
#sidebar .box-text {
	padding: 0 10px 10px;
	}
#sidebar .box p.more {
	margin: 1em 0 0;
	}
#sidebar .box p {
	margin: .25em 0 0;
	}
#sidebar .box dl {
	margin: 0;
	}
#sidebar .box dd {
	margin: 0 0 .5em;
	}
#sidebar .box dd a {
	color: #21354A;
	text-decoration: none;
	}
#sidebar .box li {
	line-height: 1.1;
	margin: .25em 0 0;
	}
#sidebar .box ul.docs {
	list-style: none;
	margin: .5em -9px 0;
	}
#sidebar .box ul.docs li {
	background: #F0F0F0 url(/img/arrow.gif) 13px .6em no-repeat;
	margin: 0 0 1px;
	padding: 6px 9px 4px 30px;
	}
#sidebar .box ul.docs li.pdf {
	background: #F0F0F0 url(/img/pdf.gif) 10px .4em no-repeat;
	}
#sidebar .box ul.docs li.pdf span {
	display: block;
	}

#sidebar .blank-box {
	margin: 0 0 10px;
	padding: 10px 10px 0;
	}
#sidebar .blank-box p {
	margin: 0 0 1em;
	}

#preclinical .w-sidebar #sidebar {
	padding-top: 3em;
	}

.author {
	font-size: .85em;
	}
.author strong {
	font-size: 1.175em;
	}

/* @end */

/* @group Viewer */

#viewer {
	position: relative;
	}
#viewer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px; left: 430px;
	width: 55px;
	}
#viewer li {
	display: inline;
	float: left;
	margin: 0 0 5px;
	}
#viewer li img {
	display: block;
	float: left;
	cursor: pointer;
	}

/* @end */


/* @group Tabs */

#tabs {
	background: transparent url(/img/bg/tab-bg-top.png) center bottom no-repeat;
	margin: 1em 0 0;
	overflow: hidden;
	padding: 0;
	list-style: none;
	width: 730px;
	}
#tabs li {
	background: transparent url(/img/bg/tab-left.png) 0 0 no-repeat;
	display: inline;
	float: left;
	font-size: 1.1em;
	margin: 0 4px 0 0;
	padding: 0 0 15px;
	}
#tabs li a {
	background: transparent url(/img/bg/tab-right.png) right top no-repeat;
	color: #7793ab;
	display: block;
	float: left;
	margin: 0;
	padding: 6px 10px 4px;
	text-decoration: none;
	}
#tabs li.selected {
	background: #F3F3F3 url(/img/bg/tab-left-selected.png) 0 0 no-repeat;
	padding-bottom: 0;
	}
#tabs li.selected a {
	background-image: url(/img/bg/tab-right-selected.png);
	padding-bottom: 16px;
	}

#tabloader {
	background: #F3F3F3 url(/img/bg/tab-bg-btm.png) center bottom no-repeat;
	clear: both;
	width: 730px;
	}
#tabloader_wrap {
	padding: 15px 20px 30px;
	}

/* @end */


/* @group Applications */

.framed_wrap {
	background: #F3F3F3 url(/img/bg/framed-bg-top.png) center top no-repeat;
	margin: 1em 0 0;
	position: relative;
	width: 500px;
	}
.framed {
	background: transparent url(/img/bg/framed-bg-btm.png) center bottom no-repeat;
	padding: 11px 20px 30px;
	}

#framed_left {
	cursor: pointer;
	position: absolute;
	top: 20px; left: 0px;
	}
#framed_right {
	cursor: pointer;
	position: absolute;
	top: 20px; right: 0px;
	}

.thumbs_menu {
	list-style: none;
	overflow: hidden;
	margin: 0 0 1em 7px;
	padding: 0;
	width: 183px;
	}
.thumbs_menu li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	}
.thumbs_menu img {
	display: block;
	float: left;
	}
.thumbs_menu a {
	display: block;
	float: left;
	padding: 3px;
	}
.thumbs_menu a.selected {
	background: transparent url(/img/bg/bg-thumb-selected.png) 0 0 no-repeat;
	}

/* @end */

/* @group Preclinical home */

#slideshow {
	position: relative;
	}

#slideshow .slide {
	height: 350px;
	position: relative;
	}
#slideshow .slide img {
	}

#slideshow .slide-text {
	position: absolute;
	top: 260px; left: 10px;
	width: 500px;
	}
#slideshow .first .slide-text {
	position: absolute;
	top: 100px; left: 10px;
	width: 180px;
	}
#slideshow .slide-text h2 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0 0 .3em;
	}
#slideshow .slide-text p {
	margin: 0 0 .25em;
	}


#slideshow .thumbs_menu {
	position: absolute;
	top: 10px; left: 530px;
	z-index: 10;
	}

#features {
	background: #F3F3F3 url(/img/bg/framed-bg-top.png) left top no-repeat;
	float: left;
	overflow: hidden;
	width: 500px;
	}
#features-sidebar-wrap {
	background: transparent url(/img/bg/framed-bg.png) 0 0 repeat-y;
	overflow: hidden;
	width: 730px;
	}
#features-sidebar {
	background: transparent url(/img/bg/framed-bg-btm.png) left bottom no-repeat;
	overflow: hidden;
	width: 730px;
	}

#features h3 {
	color: #21354A;
	font-size: 1.3em;
	letter-spacing: normal;
	margin: 0;
	}

#features ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#features li {
	margin: 15px 0;
	padding: 0;
	overflow: hidden;
	width: 230px;
	}
#features li img {
	float: left;
	}
#features li p {
	font-size: .94em;
	margin: 0 0 0 80px;
	}

#featured-pubs {
	float: left;
	margin: 15px 0 0 5px;
	width: 230px;
	}
#featured-notes {
	float: right;
	margin: 15px 5px 0 0;
	width: 230px;
	}

/* @end */

/* @group Footer */

#footer {
	background: #E1E7EB url(/img/bg/bg-footer.gif) center top no-repeat;
	color: #58728B;
	padding: 10px 0;
	position: relative;
	width: 925px;
	}
#footer a {
	color: #58728B !important;
	font-weight: bold;
	}

/* @end */


/* @group Misc */

/* quote bar */

.q-data {
	color: #6B7B8B;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.1;
	}
.q-data strong {
	color: #000;
	font-size: 1.5em;
	font-weight: normal;
	}
.q-time {
	line-height: 1.1;
	}
.q-note {
	color: #6B7B8B;
	font-size: .9em;
	line-height: 1.1;
	}

/* quote table */
table#infoscles {
	border: none;
	font-size: .94em;
	margin: 0;
	width: 100%;
	}
table#infoscles th {
	border: none;
	border-bottom: 1px solid #999;
	padding: 4px 0 3px;
	}
table#infoscles td {
	border: none;
	border-bottom: 1px solid #999;
	padding: 4px 0 3px;
	text-align: right;
	}
table#infoscles td.note {
	border-bottom: none;
	color: #999;
	font-size: .9em;
	font-weight: normal;
	line-height: 1.1;
	text-align: left;
	}

/* data table */
table.data {
	border: none;
	line-height: 1.2;
	margin: 1em 0;
	width: 100%;
	}
table.data th {
	border: none;
	border-bottom: 1px solid #999;
	padding: 4px 0 3px;
	}
table.data td {
	border: none;
	border-bottom: 1px solid #999;
	padding: 4px 10px 3px 0;
	}

/* data table */
table.numberedData {
	border: none;
	line-height: 1.2;
	margin: 1em auto;
	width: 350px;
	}
table.numberedData th {
	background: #E1E7EB;
	border: 1px solid #999;
	font-size: 2em;
	padding: 3px 4px;
	text-align: center;
	vertical-align: top;
	}
table.numberedData td {
	background: #FFF;
	border: 1px solid #999;
	padding: 3px 4px;
	text-align: center;
	vertical-align: middle;
	}
table.numberedData tr.separator td {
	background: transparent;
	border-left: none;
	border-right: none;
	}

/* job list */

ul.desclist {
	list-style: none;
	margin: 1em 0 0;
	padding: 0;
	}
ul.desclist h4 {
	font-size: 1.4em;
	}
ul.desclist h4 span {
	font-size: .85em;
	font-weight: normal;
	}
ul.desclist .textblock h4 {
	font-size: 1em;
	margin: 1em 0 0;
	}
ul.desclist ul {
	list-style: disc;
	}

/* news list */

dl.newslist dd a {
	color: #21354A !important;
	text-decoration: none;
	}

/* glossary */

.lettermenu {
  color: #E1E7EB;
  font-size: 1.2em;
	}
.lettermenu a, .lettermenu span {
	padding: 0 .3em;
	}
.lettermenu a {
	color: #C33 !important;
	text-decoration: none;
	}
.lettermenu a:hover {
  background: #C33;
	color: #FFF !important;
  text-decoration: none;
	}
.lettermenu span {
	color: #85A1B7;
	}

/* subscription */

#abonne {
  background: #E1E7EB;
  font-size: 1.1em;
  font-weight: bold;
  margin: 2em 0 1em;
  padding: 10px;
  text-align: center;
	}
#abonne p {
  margin: 0;
	}

/* agents image gallery */

ul.thumbs {
	float: left;
	list-style : none;
	margin: 1em 0 0;
	}
ul.js {
	width: 255px;
	}
ul.thumbs li {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
	width: 75px;
	}
.fullsize {
	border: 1px solid #E1E7EB;
	display: none;
	float: right;
	margin: 1em 0 0;
	text-align: center;
	width: 470px;
	}
.fullsize p {
	margin: 0;
	padding: 0 .5em .5em;
	}
	
.fullsized {
	border: 1px solid #E1E7EB;
	display: none;
	float: right;
	margin: 1em 0 0;
	text-align: center;
	width: 420px;
	}
.fullsized p {
	margin: 0;
	padding: 0 .5em .5em;
	}

ul.movies_list {
	list-style: none;
	margin: 1em 0 0;
	}
ul.movies_list li {
	clear: left;
	padding: 15px 0 0;
	}
ul.movies_list .movie_pict {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	width: 75px;
	}
ul.movies_list .movie_desc {
	margin: 0 0 0 85px;
	}


/* communiques */

#news .subheader, #news .presssubheader {
	font-weight: bold;
	}
#news .spress {
	margin: 2em 0 0;
	}

/* Forms */

#text form .input {
	padding: .5em 0 0;
	}
#text form .input input,
#text form .input textarea,
#text form .input select {
	background: #FFF;
	border: 1px solid #657D94;
	}

#text form .leftlabel {
	clear: left;
	}
#text form .leftlabel label {
	display: block;
	line-height: 1.1;
	width: 8em;
	float: left;
	margin: 0 .5em 0 0;
	padding: 0;
	}
#text form .leftlabel .error_message {
	display: block;
	}
#text form label .note {
	display: block;
	font-size: .85em;
	}

#text form .checkbox {
	padding-left: 8.5em;
	}

#text form .section {
	padding-top: 1em;
	}

#text form .action {
	clear: left;
	padding: 1em 0 1em 8.5em;
	}

/* @end */

