/* Blanc                    = #ffffff */
/* Bleu lien                = #40659b */
/* Bleu lien en évidence    = #10356b */
/* Bleu surface             = #6894c9 -> #669393;*/
/* Gris bordure             = #d0d0d0 */
/* Gris fond                = #e0e0e0 */
/* Gris souligné            = #999999 */
/* Gris surface             = #f0f0f0 */
/* Gris texte               = #666666 */
/* Gris texte léger         = #888888 */
/* Jaune bordure            = #dda    */
/* Jaune formulaire surface = #ffc    */
/* Noir                     = #000000 */
/* Orange texte             = #ff9933 */
/* Orange surface           = #fff0c0 */
/* Rouge texte              = #b68866 */
/* Rouge surface            = #f0e0e0 */
/* Vert texte               = #88b666 */
/* Vert surface             = #e0ffe0 */
/* Vert formulaire ligne    = #ada    */
/* Vert formulaire surface  = #cfc    */


/* a */

a {
  color: #6894c9;
  text-decoration: none;
}

a:hover {
  color: #10356b;
  text-decoration: none;  
}

a.tip, a.tipLong {
  position: relative;
  z-index: 3;
}

a.tip:hover, a.tipLong:hover {
  z-index: 4;
}

a.tip span, a.tipLong span {
  display: none;
  white-space: normal; 
}

a.tip:hover span, a.tipLong:hover span {
 display: block;
 position: absolute;
 top: 2em;
 left: 2em;
 width: 20em;
 padding: 10px;
 border: 2px solid #F0E68C;
 background: #FFF8DC;
 font-size: 1em;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
}

a.tipLong:hover span {
 width: 50em;
}

a.button, a.info, a.search, p a {
  border-bottom: 1px dotted #999999;
}

a:hover.button, a:hover.info, a:hover.search, p a:hover {
  border-bottom-style: solid;
}

p.list a {
  border-bottom: none;
  white-space: nowrap;
}

a.letter {
  margin-right: 5px;
}

a.letterDisable {
  margin-right: 5px;
  color: #e0e0e0;
}


/* dl dt dd */

#body > dl {
  margin-bottom: 1em;
  font-size: 80%;
}

#body > dl dt {
  font-weight: bold;
  color: #666666;
}


/* body */

body {
  margin: 0;
  padding: 15px;
  background: #e0e0e0;
}

body#window {
  padding: 1em 2em;
  background: #f0f0f0;
  font-family: Sans, Verdana, Arial;
  line-height: 1.25em;
}


/* h */

h1 {
  margin-top: 3em;
  margin-bottom: 0em;
  line-height: 1.5em;
  font-size:150%;
  text-align:center;
}

h2, h3, h4, h5 {
  margin-top: 2em;
  font-weight: normal;
  line-height: 1.5em;
}

h1, h2, h3 {
  color: #6894c9;
}

h4, h5 {
  color: #6894c9;
}

h5 {
  font-size: 1.5em;
}

#pageTitle {
  margin-top: 0;
}

#sidebar h5 {
  margin: -8px -5px 1.5em -1em;
  padding: 8px 5px 5px 1em;
  background: #e0e0e0;
  font-size: 1em;
  font-weight: bold;
  color: #666666;
}

#new h5 {
  margin-top: 8px;
  font-size: 1em;
  font-weight: bold;
  color: #888888;
}


/* img */

img {
  border: 0;
  vertical-align: text-bottom;
}

img.lettrine {
  float: left;
  margin: 10px 30px 15px 10px;
  padding: 1px;
  border: 1px solid #999999;
  background-color: #ffffff;
}

img.icon {
  margin-right: 0.75em;
  vertical-align: middle;
}

img.priority {
  display: block;
  float: left;
  margin: 0.75em 0 0 0.75em;
}

img.cover {
  padding: 1px;
  border: 1px solid #999999;
  background-color: #ffffff;
}


/* ol */

#body > ol {
  margin-bottom: 1em;
  font-size: 80%;
}


/* option */

option.green {
  background: #e0f0e0;
}


option.red {
  background: #f0e0e0;
}


option[disabled="disabled"] {
  background: #ffffcc;
  color: #40659b;
}


/* p */

p {
  text-align: justify;
  font-size: 90%;
}

p.list {
  text-align: left;
}

p.bodyFooter {
  margin: 30px 0 0 0;
  padding-top: 30px;
  border-top: 4px solid #f0f0f0;
}

ul p {
  margin-left: 1em;
  text-align: left;
  font-size: 100%;
}


/* select */

select[disabled="disabled"], option[disabled="disabled"] {
  background: #f0f0f0;
  color: #666666;
}


/* strong */

strong {
  color: #ff9933;
  text-decoration: none; 
}


/* ul li */

ul {
  list-style: square;
  font-size: 90%;
}

#body > ul, #body > form > div > ul {
  margin-bottom: 1em;
  font-size: 80%;
}

.shortcut ul {
/*  margin-left: 0;
  margin-bottom: 2.5em;
  padding: 0; */
  font-size: 80%;
/*  list-style: none; */
}

li.intranet {
  color: #ff9933;
}

ul.class {
  margin: 2em 0;
  padding-left: 0;
  list-style: none;
}

ul.subclass {
  margin: 1em 0;
  margin-left: 1.75em;
  padding-left: 2em;
  border-left: 1px dotted #999999;
  list-style: none;
}

ul.subitem {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
}


/* page */

#page {
  position: relative;
  clear: both;
  overflow: auto;
  width: 900px;
  margin: 0 auto;
  padding: 15px 45px;
  border: 2px solid #d0d0d0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background: #ffffff;
  font-family: Sans, Verdana, Arial;
  line-height: 1.25em;
}


/* banner */

img#logo {
  float: left;
}

img.nextLogo {
  float: left;
  margin-left: 15px;
}

#user {
  float: right;
  margin-top: -5px;
  font-size: 80%;
  color: #666666;
  white-space: nowrap;
}

#user ul {
  margin: 0;
  padding: 0;
}

#user li {
  display: inline;
  margin-left: 15px;
  color: #666666;
}

#user li.current {
  border-bottom: 2px solid #f0f0f0;
}

#site {
  float: left;
  margin: 15px 0 0 15px;
}


#siteSubtitle {
  float: left;
  font-size: 80%;
  color: #666666;
}

#language {
  clear: right;
  float: right;
  margin: 15px 0 0 15px;
}

#webSearch {
  float: right;
  margin: -90px 0 0 15px;
}


/* tabbar */

ul#tabbar {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0;
  border-bottom: 4px solid #f0f0f0;
  list-style: none;
}

ul#tabbar li {
  float: left;
  border-top: 2px solid #ffffff;
  background: #6894c9;
}

ul#tabbar li.current {
  border-top: 2px solid #ff9933;
  background: #f0f0f0;
}

ul#tabbar a {
  display: block;
  padding: 5px 20px 5px 20px;
  color: #ffffff;
}

ul#tabbar li.current a {
  color: #40659b;
}


/* menu */

ul#menu {
  float: left;
  width: 100%;
  margin: -4px 0 0 0;
  padding: 0;
  background: #f0f0f0;
  font-size: 80%;
  list-style: none;
}

ul#menu li {
  float: left;
}

ul#menu li.current {
  background: #e0e0e0;
}

ul#menu a {
  display: block;
  padding: 5px 20px 5px 20px;
}

ul#menu li.letter a {
  padding-right: 5px;
  padding-left: 5px;
}

ul#menu li.firstLetter a {
  padding-right: 5px;
  padding-left: 20px;
}

ul#menu li.lastLetter a {
  padding-right: 20px;
  padding-left: 5px;
}


/* header */

#header {
  float: left;
  width: 100%;
  padding: 15px 0;
  font-size: 80%;
  color: #666666;
}

#header ul {
  margin: 0;
  padding: 0;
}

#header li {
  display: inline;
  margin-right: 15px;
  color: #666666;
}

#header li:before {
  content: "> ";
}

#header li.brother:before {
  content: "| ";
}

#header li.parent:before {
  content: "";
}

#printHeader {
  display: none;
}


/* body */

#body {
  float: left;
  width: 100%;
}

#body ul span {
  color: #000000;
}

#body ul span.weak {
  color: #666666;
}


/* sidebar */

#sidebar {
  float: right;
  width: 17.5%;
  margin: 0 0 15px 15px;
  padding: 8px 5px 5px 1em;
  border-bottom: 2px solid #e0e0e0;
  background: #f0f0f0;
  font-size: 80%;
}

#sidebar ul {
  margin-left: 0; /* ie */
  margin-bottom: 2em;
  padding-left: 1em;
  list-style: none;
}

#sidebar ul.subItem {
  list-style: square;
}

#sidebar .supItem {4
  margin-left: 1em;
}


/* new */

#new {
  float: right;
  width: 12%;
  margin: 0 0 15px 15px;
  padding: 0 0 0 15px;
  /* border-left: 2px solid #e0e0e0; */
  /* border-left: 1px dotted #999999; */
  border-left: 2px solid #f0f0f0;
  font-size: 80%;
}

#new dt {
  margin: 30px 0 0 15px;
}

#new dd {
  margin: 0;
}

#new ul span {
  color: #000000;
}


/* sidetab */

#sidetab {
  margin: 8px 8px 3em -1em;
  padding-left: 0;
  list-style: none;
}

#sidebar #sidetab {
  margin-left: -2em;
}

#sidetab li {
  margin-bottom: 5px;
  padding-left: 1em;
}

#sidetab li.current {
  height: 3.25em;
  margin-left: -2px;
  border-left: 2px solid #ff9933;
  background: #e0e0e0;
  font-weight: bold;
}

#sidetab li.current a {
  color: #666666;
}


/* footer */

#footer {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 2px solid #f0f0f0;
  font-size: 80%;
  color: #666666;
}

#footer ul {
  margin: 0;
  padding: 0;
}

#footer li {
  display: inline;
  margin-right: 15px;
  color: #666666;
}

#footer li.brother:before {
  content: "| ";
}

#footer li.child:before {
  content: "> ";
}

#printFooter {
  display: none;
}


/* footer logo */

#footerLogo {
  float: left;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
  width: 100%;
  text-align: center;
}
#footerLogo img {padding: 0 15px; vertical-align: middle;}


/* validation */

#validation {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  font-size: 80%;
  color: #666666;
}


/* browser */

.browser {
  float: left;
  width: 100%;
  font-size: 80%;
  color: #666666;
}

.browser ul {
  margin: 0;
  padding: 0;
}

.browser li {
  display: inline;
  margin-right: 15px;
  color: #666666;
}

.browser li:before {
  content: "| ";
}

.browser li.first:before {
  content: "< ";
}

.browser li.previous:before {
  content: "< ";
}

.browser li.next:after {
  content: " >";
}

.browser li.last:before {
  content: "";
}

.browser li.last:after {
  content: " >";
}


/* bullet */

span.dash {
  margin-left: 1em;
  font-weight: normal;
  color: #666666;
}


/* col */

.col {
  display: table-column;
}


/* column */

.firstColumn {
  float: left;
  margin-top: 2.5em;
  font-size: 80%;
}

.nextColumn {
  float: left;
  margin-top: 2.5em;
  margin-left: 3em;
  font-size: 80%;
}

.corner {
  position: absolute;
  bottom: 1em;
  right: 1em;
  font-size: 80%;
}


/* count */

span.count {
  display: block;
  float: left;
  margin-right: 0.5em;
  width: 2.5em;
  text-align: right;
}


/* hidden */

.hidden {
  display: none;
}


/* linker */

span.linker {
  color: #000000;
}


/* message */

.message {
  float: right;
  margin-top: -2.75em;
  padding: 0 1em 0 1em;
  font-size: 80%;
  background: #ff9933;
  font-weight: bold;
  color: #ffffff;
}


/* open access */

.openAccess, .tag {
  padding: 0 1em;
  background: #f0f0f0;
  color: #666666;
}


/* print */

.print {
  display: none;
}


/* row */

.row {
  display: table-row;
}


/* ruler */

span.ruler {
  color: #88b666;
}


/* sequence */

.sequence {
  float: left;
  margin-right: 1em;
  color: #666666;
  background: #e0e0e0;
}


/* term */

div.term {
  margin-left: -12px;
  padding-left: 10px;
  border-left: 2px solid #ff9933;
}


/* tool, nextTool */

.tool, .toolPrint, .bottomRight {
  float: right;
  margin-left: 1em;
  white-space: nowrap;
}

.nextTool {
  float: right;
  margin: 0 1em;
  white-space: nowrap;
}

.titleTool {
  float: right;
  margin: -2.75em 0 0 1em;
  font-size: 80%;
  white-space: nowrap;
}


/* underline */

.underline {
  border-bottom: 1px dotted #999999;
}


/* visible */

.visible {
  display: block;
}


/* weak */

span.weak {
  color: #666666;
}


/* table */

table.history,
table.index,
table.info,
table.login,
table.preference,
table.record,
table.search,
table.subrecord,
table.viewMedia, table.compact {
  width: 100%;
  clear: both;
  margin: 1em 0;
  font-size: 80%;
}

table.login, table.preference, table.viewMedia, table.compact {
  width: auto;
  clear: none;
}

table.limit {
  margin: 0 0 0 2.5em;
}

tr.reference td {
  padding-bottom: 1em;
}

th {
  height: 1em;
  background: #e0e0e0;
  vertical-align: top;
  text-align: left;
  padding: 8px 5px 5px 5px;
  color: #666666;
}

td {
  background: #f0f0f0;
  vertical-align: top;
  padding: 8px 5px 5px 5px;
}

table.info th, table.login th , table.preference th, table.viewMedia th, table.compact th,
table.info td, table.login td , table.preference td, table.viewMedia td, table.compact td {
  padding-left: 1em;
}

table.info th, table.login th , table.preference th, table.viewMedia th, table.compact th, table.compact td {
  padding-right: 1em;
}


  /* search */

td.request {
  padding: 1em;
}

td.requestTop {
  padding: 1em;
  height: 1px;
}

td.option {
  padding-top: 1em;
}

td.help {
  width: 17.5%;
  padding-left: 1em;
  border-left: 2px solid #e0e0e0;
}

  td.help strong {
    color: #000000;
    font-weight: normal;
  }


  /* index */

table.index th.noRecord {
  padding-right: 2em;
  padding-left: 2em;
  width: 0.1%;
  white-space: nowrap;
}

table.index td.noRecord {
  padding-right: 2em;
  padding-left: 2em;
  text-align: right;
  white-space: nowrap;
}

table.index td.term, table.index th.term {
  padding-left: 2em;
}

td span.source {
  color: #666666;
}

td span.relation {
  padding-left: 2em;
  color: #88b666;
}


  /* view */

    /* multi */

td.number {
  width: 0.1%;
  text-align: right;
  color: #666666;
}

td.numbergreen {
  width: 0.1%;
  text-align: right;
  background: #e0f0e0;
  color: #88b666;
}

td.numberorange {
  width: 0.1%;
  text-align: right;
  font-weight: bold;
  color: #ff9933;
}

td.numberred {
  width: 0.1%;
  text-align: right;
  background: #f0e0e0;
  color: #b68866;
}

th.checkbox { /* index, history */
  width: 0.1%;
}

th.date {
  width: 0.1%;
}

th.title {
  width: 70%;
}

*+html th.title { /* ie */
  width: 50%;
}

th.author {
  width: 25%;
}

th.type {
  width: 0.1%;
}

th.noItem {
  width: 0.1%;
}

th.plugin {
  width: 0.1%;
}

th.linking { /* single */
  width: 0.1%;
}

td.separator { /* single */
  background: #ffffff;
}

th.database {
  width: 0.1%;
}


  /* single */

td.checkbox {
  width: 0.1%;
}

th.field, th.nextField {
  width: 0.1%;
  white-space: nowrap;
}

  th.field {
    padding-right: 20px;
    vertical-align: middle;
    text-align: right;
  }

  th.field a {
    font-weight: normal;
  }

th.nextField {
  padding-right: 0;
  padding-left: 10px;
  background: #f0f0f0;
}

td.indicator {
  width: 0.1px;
}

td.ruler {
  font-family: monospace, "courier new";
}

td span.subfield {
  font-weight: bold;
  color: #88b666;
}

td.linking {
  width: 0.1%;
  text-align: right;
  white-space: nowrap;
}

td.status {
  width: 25%;
  padding-right: 1em;
  padding-left: 1em;
}

td.location {
  padding-left: 1em;
}


  /* history */

td.database {
  width: 0.1%;
  white-space: nowrap;
}

table.history th.noRecord {
  width: 0.1%;
  white-space: nowrap;
}

table.history td.noRecord {
  text-align: right;
}



td div.cover {
  margin: 15px 3px 0 3px;
  padding: 4px;
  border: 2px solid #ffffff;
  background: #e0e0e0;
  text-align: center;
}

th .reference, td .reference {
  margin-left: 3em;
  text-indent: -2em;
}

th .reference span.title, td .reference span.title {
  border-bottom: 1px dotted #999999;
}

td .subject {
  margin: 1em 0 1em 3em;
}

th a {
  font-weight: normal;
}

td hr {
  visibility: hidden;
}

table.text, table.textList {
  margin: 0;
  padding: 0;
}

table.textList {
  font-size: 80%;
}

table.text td, table.textList td {
  padding: 0;
  background: inherit;
  color: inherit;
  white-space: normal;
}

table.textList td {
  padding-left: 1em;
}

table.textList td.first {
  padding-left: 5px;
}

table.text td.term {
  white-space: nowrap;
}

table.text td.definition {
  padding-left: 2em;
}

#webSearch table {
  margin: 0;
  padding: 0;
  font-size: 80%;
}

#webSearch td {
  padding: 0;
  vertical-align: middle;
  background: #ffffff;
  color: #666666;
}


/* form  */

*+html form { /* ie */
  margin-bottom: 0;
}

.query {
  margin-left: 1em;
  padding-left: 1.5em;
  border-left: 2px solid #ada;
}

.subquery {
  clear: both;
  margin-top: 1em;
}

input.data {
  margin-left: 0.5em;
}

select.subqueryOperator {
  margin-left: 0.5em;
}

a.addSubquery {
  margin-left: 0.5em;
}

select.queryOperator {
  margin: 1em 0 0 1em;
  background: #cfc;
}

a.addQuery {
  display: block;
  margin: 1em 0 0 1em;
}


/* base */

.editorial, .article, .articleNoIndex, .review, .instruction, div.index, div.book {
  margin: 1em 0 0 3em;
  text-indent: -2em;
  font-size: 80%;
}

.editorial .author, .article .author, .articleNoIndex .author, div.book .author {
  font-weight: bold;
  color: #666666;
}

.editorial a, .article a, .articleNoIndex a, div.book a {
  border-bottom: 1px dotted #999999;
}

.editorial a:hover, .article a:hover, .articleNoIndex a:hover, div.book a:hover {
  border-bottom: 1px dotted #999999;
  border-bottom-style: solid;
}

.review, .instruction, .index {
  margin-top: 2em;
}

.article .author a, .articleNoIndex .author a {
  border-bottom: none;
  color: #666666;
}

.article .author a:hover, .articleNoIndex .author a:hover {
  border-bottom: 1px dotted #999999;
  color: #666666;
}

.book img {
  float: left;
  margin-right: 1em;
}

div.book .relator {
  font-weight: normal;
}

table.book {
  margin-top: 1em;
  padding: 0;
}

table.book td {
  padding: 0;
  background: #ffffff;
}

table.book tr {
  padding-left: 1em;
}

table.book td div.book {
  margin: 0 0 0 2em;
}


/* libnet */

/* logo button */

.logoButton a.orbi {background: url('/image/logo/orbi-75.png') center center no-repeat;}
.logoButton a.scribe {background: url('/image/logo/scribe-75.png') center center no-repeat;}
.logoButton a.source {background: url('/image/logo/source-75.png') center center no-repeat;}

div.row {float: left; margin: 0 30px 15px 0; width: 175px;}
div.row1 {float: left; margin-bottom: 5px;}
div.row2 {float: left;}

.logoButton {
  float: left;
  background-image: url('/image/blue/background/categorie.gif');
}

.logoButton a {
  display: block;
  border: 1px solid #dbdbde;
  width: 100px;
  height: 100px;
  text-align: center;
}

.logoButton span {
  line-height: 100px;
  color: inherit;
}


/* form */

input[disabled], textarea[disabled] {
  border: 2px solid #e8e8e8;
  background-color: #f8f8f8;
}


/* ulg */

.buttonBar {
  float: right;
}

.fit {
  width: 0.1%;
  white-space: nowrap;
}

.min {
  width: 0.1%;
}

.max {
  white-space: nowrap;
}

.right {
  text-align: right;
}

.weak {
  color: #666666;
}

td div.title {
  clear: left;
  margin-top: 0.5em;
  margin-left: 2em;
}

td .attribute {
  float: left;
  clear: left;
  margin-top: 0.5em;
}

div.impactFactor {
  position: absolute;
  top: 62px;
  right: 45px;
  padding: 4px;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 14px;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  background: #f6a800;
  color: #fff;
  text-align: center;
}

div.impactFactor div {
  padding-top: 4px;
  font-family0: Verdana;
  font-size: 18px;
}

