/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  	text-align: center;
	margin: 0;
	background-color: #e6e5ec;
	background-image: url(/themes/UP_BVPS/css/images/motif.gif);
	background-repeat: repeat-x;
	background-position: 0px 100px;
	
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	color: #666677;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

 
 a{
	color: #ff6600;
	text-decoration: none;	
}


a:hover {
	text-decoration: underline;	 
    	
}

a:focus { /* etat "focus" important pour accessibilite web et navigation au clavier */
	background-color : #dddddd !important;
	text-decoration : none !important;}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
 /* -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; */
  display: none;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* == Support == */
/* == Variables == */
/* == Mixins == */
@media screen {
  /* @group ----- Generic styles ----- */
  body {
    font-family: "PT Serif", Times, serif;
    word-break: break-word;
    font-size: 16px;
  }

  h1, h2, h3, legend, h4, h5, h6 {
    margin-top: 0em;
	font-family: Arial,Helvetica,sans-serif;
color: #667;
  }



 /* h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0.66667em;
  }

  h3, legend {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0.8em;
  }

  h4 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0.88889em;
  }

  h5, h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1.5em;
  }

  h6 {
    font-weight: normal;
    font-style: italic;
  }
*/
  a {
    
    text-decoration: none;
  }
  a img {
    margin-bottom: -2px;
    vertical-align: sub;
    border: none;
  }



  ul ul, ul ol, ol ul, ol ol {
    margin: 0;
 }

  dt {
    /*font-style: italic;*/
    font-weight: normal;
  }

  dd {
    margin-left: 0;
  }

  table {
    width: 100%;
    border: 1px solid #ccc;
    border-width: 1px 1px 0 0;
    margin-bottom: 1.3333em;
  }

  th {
    font-weight: bold;
    text-align: left;
  }

  th, td {
    border: solid #ccc;
    border-width: 0 0 1px 1px;
    padding: 4px;
  }

  blockquote {
    font-style: italic;
    margin-left: 2.6667em;
    margin-right: 2.6667em;
  }

  /* @end */
  /* @group ----- Reusable classes ----- */
  /*.active {
    font-weight: bold;
  }

  .item-img,
  .image {
    float: left;
    display: block;
    margin: 0 1.5em 1.5em 0;
    height: 100px;
    border-bottom: 0;
    overflow: visible;
  }

  .item img,
  .image img {
    height: 100%;
    width: auto;
    border-color: #ccc;
    border-style: solid;
    border-width: 0.0625em;
    padding: 0.3125em;
    background-color: #fff;
  }*/

  .collection .image,
  .exhibit .image {
    -webkit-box-shadow: -3px -3px 0 rgba(0, 0, 0, 0.2), -6px -6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -3px -3px 0 rgba(0, 0, 0, 0.2), -6px -6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -3px -3px 0 rgba(0, 0, 0, 0.2), -6px -6px 0 rgba(0, 0, 0, 0.1);
    margin-left: 6px;
  }

  .record {
    clear: both;
  }

  .secondary-nav + .exhibit {
    margin-top: -1px;
  }

  /* @end */
  /* @group ----- Formalize Styles -----  */
  /* == http://formalize.me == */
  /* `Widths
  ----------------------------------------------------------------------------------------------------*/
  .input_tiny {
    width: 50px;
  }

  .input_small {
    width: 100px;
  }

  .input_medium {
    width: 150px;
  }

  .input_large {
    width: 200px;
  }

  .input_xlarge {
    width: 250px;
  }

  .input_xxlarge {
    width: 300px;
  }

  .input_full {
    width: 100%;
  }

  /*
    Added via JS to <textarea> and class="input_full".
    Applies only to IE7. Other browsers don't need it.
  */
  .input_full_wrap {
    display: block;
    padding-right: 8px;
  }

  /* `UI Consistency
  ----------------------------------------------------------------------------------------------------*/
  ::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  input[type="search"]::-webkit-search-decoration {
    display: none;
  }

  input,
  button,
  select,
  textarea {
    margin: 0;
    vertical-align: middle;
  }

  input[type="radio"],
  input[type="checkbox"] {
    position: relative;
    vertical-align: top;
    top: 3px;
    /* IE8, IE9, IE10 */
    top: 0\0;
    /* IE7 */
    *top: -3px;
    margin-right: 10px;
  }

  /* iPad */
  /* iPhone 3 */
  /* iPhone 4 */
  .button, button,
  input[type="reset"],
  input[type="submit"],
  input[type="button"] {
    -webkit-appearance: none;
    border: 0;
    cursor: pointer;
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 24px;
    outline: 0;
    overflow: visible;
    padding: 3px 10px;
    width: auto;
	
    /* IE7 */
    *padding-top: 2px;
    *padding-bottom: 0px;
  }

  button {
    /* IE7 */
    *padding-top: 1px;
    *padding-bottom: 1px;
  }

  textarea,
  select,
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"] {
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    outline: 0;
    padding: 2px 10px;
    font-size: 16px;
    /*
      Leaving out Helvetica Neue, to not throw off size="..."
      on inputs. Arial is more reliable, on Windows and OS X.
    */
    font-family: "PT Serif", serif;
    height: 1.8em;
    /* IE7 */
    *padding-top: 2px;
    *padding-bottom: 1px;
    *height: auto;
  }

  /*
    Separate rule for Firefox.
    Separate rule for IE, too.
    Cannot stack with WebKit's.
  */
  ::-webkit-input-placeholder {
    color: #888;
  }

  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #888;
  }

  input.placeholder_text,
  textarea.placeholder_text {
    color: #888;
  }

  :invalid {
    /*
      Suppress red glow that Firefox
      adds to form fields by default,
      even when user is still typing.
    */
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  button:focus,
  button:active,
  input:focus,
  input:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active {
    -moz-box-shadow: #333 0 0 7px;
    -webkit-box-shadow: #333 0 0 7px;
   /* box-shadow: #333 0 0 7px;
     for Opera */
    z-index: 1;
  }

  input[type="file"]:focus,
  input[type="file"]:active,
  input[type="radio"]:focus,
  input[type="radio"]:active,
  input[type="checkbox"]:focus,
  input[type="checkbox"]:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  select[disabled],
  textarea[disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="email"][disabled],
  input[type="month"][disabled],
  input[type="number"][disabled],
  input[type="password"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="text"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  input[type="week"][disabled] {
    background-color: #eee;
  }

  button[disabled],
  input[disabled],
  select[disabled],
  select[disabled] option,
  select[disabled] optgroup,
  textarea[disabled] {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #888;
    cursor: default;
  }

  textarea,
  select[size],
  select[multiple] {
    height: auto;
  }

  /* Tweaks for Safari + Chrome. */
  textarea {
    min-height: 40px;
    overflow: auto;
    resize: vertical;
    width: 100%;
  }

  optgroup {
    color: #000;
    font-style: normal;
    font-weight: normal;
  }

  /* @end */
  /* @group ----- Theme-Specific Form Elements ----- */
  fieldset {
    display: block;
    clear: both;
    border: 0;
    margin: 0;
    padding: 0;
  }

  .search-entry {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 0.75em 2%;
    margin-bottom: 1.5em;
    overflow: auto;
  }

  .remove_search {
    text-indent: -9999px;
    width: 30px;
    position: relative;
    height: 30px;
  }
  .remove_search:after {
    content: "\f00d";
    font-family: "FontAwesome";
    text-indent: 0;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    line-height: 30px;
  }

  #advanced-search-form .inputs {
    clear: both;
  }
  #advanced-search-form input, #advanced-search-form select {
    width: 100%;
    display: block;
    margin-bottom: 1.5em;
  }
  #advanced-search-form .search-entry select,
  #advanced-search-form .search-entry input[type="text"] {
    width: 100%;
    display: block;
  }
  #advanced-search-form input[type=submit], #advanced-search-form button {
    clear: both;
    width: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  #advanced-search-form .submit {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  #advanced-search-form .search-entry input[type=text] {
    margin-bottom: 0;
  }
  #advanced-search-form #search-narrow-by-fields .inputs {
    margin-bottom: 1.5em;
  }
  #advanced-search-form .field {
    border-bottom: 1px solid #ccc;
    width: 100%;
    overflow: auto;
    padding: 1.5em 0;
  }
  #advanced-search-form .field .inputs {
    width: 100%;
  }
  #advanced-search-form .field label {
    margin: 0;
    margin-bottom: 1.5em;
  }
  #advanced-search-form .field div.field:last-of-type {
    display: inline-block;
    margin-bottom: 1em;
  }
  #advanced-search-form .field div:only-child {
    margin-bottom: 0;
  }
  #advanced-search-form .field .remove_search {
    margin: 1.5em 0 0;
  }

  ul.items-list, ul.collections-list, ul.title-list {
    list-style: none;
    margin-left: 0;
  }

  .title-list li {
    line-height: 1.33333em;
    margin-bottom: 1.33333em;
  }

  textarea#rights {
    float: none;
    display: none;
    line-height: 1.33333em;
    width: 512px;
    border: none;
    height: 31em;
    color: #444;
    padding: 0;
    margin: 0;
  }

  div.error {
    line-height: 1.33333em;
    margin: 1.33333em 0;
  }

  /* == Microformats == */
  .hTagcloud {
    margin-top: 2em;
  }
  .hTagcloud ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    line-height: 1.8em;
  }
  .hTagcloud li {
    display: inline;
    margin-right: 8px;
  }

  .popular {
    font-size: 100%;
  }

  .v-popular {
    font-size: 140%;
  }

  .vv-popular {
    font-size: 180%;
  }

  .vvv-popular {
    font-size: 220%;
  }

  .vvvv-popular {
    font-size: 260%;
  }

  .vvvvv-popular {
    font-size: 300%;
  }

  .vvvvvv-popular {
    font-size: 320%;
  }

  .vvvvvvv-popular {
    font-size: 340%;
  }

  .vvvvvvvv-popular {
    font-size: 360%;
  }

  .popular a, .popular a:visited,
  .v-popular a, .v-popular a:visited,
  .vv-popular a, .vv-popular a:visited {
    color: #714271;
  }

  .vvv-popular a, .vvv-popular a:visited,
  .vvvv-popular a, .vvvv-popular a:visited {
    color: #636;
  }

  .vvvvv-popular a, .vvvvv-popular a:visited,
  .vvvvvv-popular a, .vvvvvv-popular a:visited,
  .vvvvvvv-popular a, .vvvvvvv-popular a:visited,
  .vvvvvvvv-popular a, .vvvvvvvv-popular a:visited {
    color: #5D2E5D;
  }

  /* @end */
  /* @group ----- Susy grid styles ----- */
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	list-style-type: none;
    *behavior: url("../javascripts/boxsizing.htc");
  }

  #wrap {
    *zoom: 1;
    max-width: 53em;
    _width: 53em;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
  }
  #wrap:after {
    content: "";
    display: table;
    clear: both;
  }
  /* @end */
  /* @group ----- Header ----- */
  header {
    background-size: auto !important;
    -ms-behavior: url("../javascripts/backgroundsize.min.htc");
    background-position-x: right !important;
  }

  .no-textshadow #site-title a {
    background-color: #000;
    padding: 0.375em;
  }
  .no-textshadow #site-title a:link, .no-textshadow #site-title a:visited, .no-textshadow #site-title a:active, .no-textshadow #site-title a:hover {
    color: #fff;
  }

  #site-title {
    font-size: 32px;
    margin-left: 16px;
    padding-bottom: 1.5em;
    padding-top: 1.5em;
  }
  #site-title a {
    border-bottom: 0;
  }
  #site-title a img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
  }

  #advanced-form {
    margin-bottom: 1.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
  }
  #advanced-form label {
    line-height: 24px;
  }
  #advanced-form input[type="radio"] {
    margin: 3px 10px 3px 0;
  }

  /* @end */
  /* @group ----- Navigation -----  */
  nav ul {
    padding-left: 0;
  }

  ul.navigation {
    padding-left: 0;
  }

  .top ul {
    border: solid #ccc;
    border-width: 0 0 1px 0;
  }

  .bottom ul {
    margin-bottom: 0;
  }

  .menu-button {
    cursor: pointer;
    padding: .75em 1em;
    display: block;
    text-transform: uppercase;
  }

  .menu-button:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("../images/menu.png");
    background-size: contain;
    margin-left: 10px;
  }

  .no-backgroundsize .menu-button:after {
    background-image: url("../images/menu_ie.png");
  }

  .mobile {
    display: none;
  }

  #primary-nav ul.navigation, .mobile {
    border-top: 1px solid #ccc;
    position: relative;
    margin-top: 0em;
    margin-bottom: 0em;
  }
  #primary-nav ul.navigation ul, .mobile ul {
    margin: 0;
    padding: 0;
    display: none;
    border-top: 0;
  }
  #primary-nav ul.navigation ul li, .mobile ul li {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
    margin: 0;
  }
  #primary-nav ul.navigation ul li a, .mobile ul li a {
    padding-left: 2.5em;
  }
  #primary-nav ul.navigation ul li ul li a, .mobile ul li ul li a {
    padding-left: 4em;
  }
  #primary-nav ul.navigation li:hover > ul, .mobile li:hover > ul {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  #primary-nav ul.navigation > li, .mobile > li {
    padding: 0;
    list-style-type: none;
    width: 100%;
  }
  #primary-nav ul.navigation > li a, .mobile > li a {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 0.75em 0.975em;
  }
  #primary-nav ul.navigation > li a:before, .mobile > li a:before {
    content: "\BB\20";
    display: inline;
  }

  .mobile {
    border-top: 0;
  }
  .mobile ul {
    margin-top: 0;
    padding-top: 0;
    display: block;
  }
  .mobile li {
    padding-top: 0;
  }
  .mobile li a {
    border-bottom: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .mobile li a:before {
    content: "";
  }
  .mobile li.parent > a:after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("../images/white_arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    display: inline-block;
    float: right;
  }
  .mobile li:hover ul {
    display: block;
  }

  .no-backgroundsize .mobile li.parent > a:after {
    background-image: url("../images/white_arrow_ie.png");
  }

  .secondary-nav ul, #secondary-nav ul {
    margin: 0;
  }

  .secondary-nav li, #secondary-nav li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.875em;
    line-height: 1.71429em;
  }
  .secondary-nav li:last-of-type, #secondary-nav li:last-of-type {
    border-bottom: 0;
  }
  .secondary-nav li a, #secondary-nav li a {
    border-bottom: 0;
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    display: inline-block;
  }


  .pagination li {
    list-style-type: none;
    line-height: 24px;
    height: 24px;
    display: block;
    float: left;
    margin: 12px 10px 12px 0;
  }
  .pagination input[type=text] {
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	width: 5em;
    margin-right: 5px;
    vertical-align: top;
    height: 24px;
    border-style: solid;
    border-width: 0.0625em;
    padding: -0.0625em;
  }

  .pagination_next, .pagination_previous {
    height: 24px;
  }
  .pagination_next a, .pagination_previous a {
    border-bottom: 0;
    padding: 0 10px;
    text-indent: -9999px;
    position: relative;
    display: block;
  }
  .pagination_next a:before, .pagination_previous a:before {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
    text-align: center;
    width: 100%;
    line-height: 21px;
  }

  .pagination_next a:before {
    content: "\bb";
  }

  .pagination_previous a:before {
    content: "\ab";
  }

  nav.pagination {
    overflow: visible;
  }
  nav.pagination .pagination_list {
    padding-top: 0;
  }
  nav.pagination .pagination_list li {
    height: auto;
  }

  nav.pagination:nth-of-type(3), #content > .pagination:nth-of-type(2) {
    width: 100%;
    height: 96px;
  }

  nav.pagination:nth-of-type(3) ul, #content > .pagination:nth-of-type(2) {
    border-top: 1px solid #ccc;
    border-bottom: 0;
    padding-top: 1.5em;
    margin: 0 0 1.5em 0;
  }

  #content > nav.pagination:nth-of-type(2) {
    width: 100%;
    height: auto;
    padding-top: 0;
    margin-bottom: 0;
    border-top: 0;
  }

  .pagination_list {
    margin: 0;
    width: 100%;
    overflow: hidden;
    list-style-type: none;
    font-size: 0.875em;
    line-height: 1.71429em;
    padding-top: 0.75em;
  }
  .pagination_list .pagination_current {
    background-color: #ccc;
    color: #444;
    font-weight: bold;
  }
  .pagination_list .next {
    border-left: 1px solid #ccc;
    padding-left: 1em;
  }
  .pagination_list .previous {
    border-right: 1px solid #ccc;
    padding-right: 1em;
  }
  .pagination_list li {
    float: left;
    margin: 0;
  }
  .pagination_list li:last-child a {
    border-right-width: 1px;
  }
  .pagination_list .pagination_previous, .pagination_list .pagination_next {
    display: none;
  }
  .pagination_list .pagination_current, .pagination_list a {
    border: solid #ccc;
    display: inline-block;
    padding: 0.375em 10px;
    vertical-align: top;
    border-width: 1px 0 1px 1px;
  }

  .item-pagination {
    border-top: 1px solid #ccc;
    margin: 0 0 1.5em 0;
    overflow: hidden;
    padding-top: 1.5em;
  }
  .item-pagination li.previous {
    width: 48%;
    display: block;
    float: left;
  }
  .item-pagination li.next {
    width: 48%;
    display: block;
    float: right;
    text-align: right;
  }

  #sort-links {
    font-size: 0.875em;
    line-height: 1.71429em;
    clear: both;
  }
  #sort-links span {
    font-weight: bold;
    margin-right: 1em;
  }

  #sort-links-list {
    list-style: none;
    display: inline-block;
    padding-left: 0;
  }
  #sort-links-list li {
    display: inline-block;
    margin-right: 1em;
  }

  #sort-links + .item {
    border-top: 1px solid #ccc;
    clear: both;
  }

  .desc a:after, .asc a:after {
    font-family: "FontAwesome";
    display: inline-block;
  }

  .desc a:after {
    content: "\00a0\f0d8";
  }

  .asc a:after {
    content: "\00a0\f0d7";
  }

  #toggle {
margin-top : 10px;
margin-bottom : 10px; 
}

#toggle a{
font-weight : bold;
color : #000;
}

#facette{
width : 90%;
padding-top: 5px;
border-top: 1px dotted;
}
  
  /* @end */
  /* @group ----- Content ----- */
  #featured-item,
  #featured-collection,
  #featured-exhibit {
    background-color: rgba(0, 0, 0, 0.03);
    padding: 0 1.88679%;
    margin-bottom: 1.5em;
    overflow: auto;
  }
  #featured-item h2,
  #featured-collection h2,
  #featured-exhibit h2 {
    margin-top: 0.66667em;
  }

  #recent-items .item {
    clear: both;
  }

  #simple-search {
    width: 100%;
    display: inline-block;
    margin: 0 10px 10px 0;
  }
  #search-form {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
    /*margin-top: 1.5em;
    margin-bottom: 1.5em;*/
  }
  #search-form:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
  }
  #search-form.with-advanced button {
    right: 30px;
  }

  #advanced-search {
    width: 30px;
    text-indent: -9999px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
  }
  #advanced-search:link, #advanced-search:hover, #advanced-search:active, #advanced-search:visited {
    color: #fff;
  }

  #advanced-search:after {
    content: "\2026";
    display: block;
    text-indent: 0;
    text-align: center;
    margin-top: -1.75em;
  }

  /*#search-wrap {
    position: relative;
  }
  #search-wrap a {
    font-size: .875em;
    text-decoration: none;
    display: inline-block;
    clear: both;
  }
  #search-wrap h2 {
    display: none;*/
  }
  /*#search-wrap input[type=text],*/ #search-wrap button {
    height: 30px;
    font-size: 16px;
    line-height: 24px;
    *zoom: 1;
  }
  #search-wrap button {
border: medium none;
background-image: url('images/ok.gif');
background-repeat: no-repeat;
height: 20px;
width: 25px;
cursor: pointer;
background-color: #FFF;
display: block;
background-position: 5px 0px;
font-size: 0px;
  }
  #search-wrap button:after {
border: medium none;
background-image: url('images/ok.gif');
background-repeat: no-repeat;
height: 20px;
width: 25px;
cursor: pointer;
background-color: #FFF;
display: block;
background-position: 5px 0px;

  }
 /* #search-wrap input[type=text] {
    width: 100%;
    border: 1px solid #000;
    padding: 5px 40px 5px 10px;
  }

  #search-form.with-advanced input[type=text] {
    padding: 5px 70px 5px 10px;*/
  }

  #advanced-form {
    display: none;
    background-color: #fff;
    overflow: auto;
    clear: both;
    z-index: 1001;
    position: absolute;
    top: 30px;
    left: 0;
    border: 1px solid #e7e7e7;
    width: 100%;
    padding: 0 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
  }

  #submit_search_advanced {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #search-filters ul, #item-filters ul {
    padding-left: 0;
    list-style-type: none;
    display: inline-block;
    margin: 1.5em 0 0 0;
  }
  #search-filters li, #item-filters li {
    display: inline;
  }
  #search-filters li:after, #item-filters li:after {
    content: " \00B7";
    margin: 0 10px 0 5px;
  }
  #search-filters li:last-child:after, #item-filters li:last-child:after {
    content: "\00A0";
  }
  #search-filters ul li ul, #item-filters ul li ul {
    display: inline-block;
  }
  #search-filters ul li ul li, #item-filters ul li ul li {
    list-style-type: none;
    display: inline-block;
  }
  #search-filters ul li ul li:after, #item-filters ul li ul li:after {
    content: ", ";
  }
  #search-filters ul li ul li:last-child:after, #item-filters ul li ul li:last-child:after {
    content: "";
  }

  .element-text {
    margin-bottom: 1.5em;
  }

  #outputs {
    clear: both;
  }

  /* = Page-specific == */
  .collections .element {
    margin-bottom: 20px;
  }

  #collection-items .item {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    overflow: hidden;
    width: 100%;
  }
  #collection-items .item:last-child {
    border-bottom: 0;
  }
  #collection-items .item-description {
    line-height: 1.5em;
  }

  .browse .item {
    overflow: hidden;
    border-top: 1px solid #ccc;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .browse .item:last-of-type {
    border-bottom: 0;
  }

  .items {
    /*line-height: 1.5em;*/
  }
  .items .element {
    margin-bottom: 20px;
  }

  .tags li {
    display: inline;
  }

  #item-content img {
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 2em;
  }

  #featured-item h3, #featured-item legend {
    clear: both;
  }

  #featured-collection .collection,
  #featured-exhibit .exhibit {
    border-top-style: solid;
    border-top-width: 0em;
    padding-top: 0em;
  }

  .items-list li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.33333em;
  }

  #itemfiles {
    overflow: auto;
  }
  #itemfiles:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
  }
  #itemfiles a {
    float: left;
    margin-right: 1em;
    overflow: visible;
    border-bottom: 0;
    margin-bottom: 1.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
    height: 7.5em;
  }
  #itemfiles a img {
    border: 1px solid #ccc;
  }

  .collection {
    clear: both;
    border-color: #ccc;
    border-top-style: solid;
    border-top-width: 0.0625em;
    padding-top: 1.4375em;
  }

  .collection .element {
    margin-bottom: 0;
  }

  .element-div {
    line-height: 24px;
    margin-bottom: 1.5em;
  }

  /* @end */
  /* @group ----- Footer ----- */
  footer {
    clear: both;
    overflow: hidden;
    padding: 20px;
    border-top: 1px solid #000;
  }
  footer p {
    float: left;
  }
  footer ul {
    float: right;
    width: 60%;
    margin: 0 0 0 60px;
    text-align: right;
  }
  footer li {
    margin-left: 12px;
  }

  /* @end */
  /* @group ----- Search Results ----- */
  #search-filters {
    margin-bottom: 1.5em;
  }

  #search-filters ul {
    margin: 0;
  }

  #search-filters li li {
    text-transform: lowercase;
  }
  #search-filters li li:after {
    margin: 0 .1em 0 0;
  }

  #search-results td,
  #search-results th {
    vertical-align: top;
    padding: 0.75em;
  }

  #search-results .image {
    margin: 0 0.75em 0 0;
  }

  /* @end */
  /* @group ----- Exhibit Builder ----- */
  .exhibit {
    border-color: #ccc;
    border-top-style: solid;
    border-top-width: 0.0625em;
    padding-top: 1.4375em;
    overflow: hidden;
  }

  .exhibits .pagination + .exhibit {
    border-top: 0;
    clear: both;
  }

  .summary #exhibit-pages ul {
    font-size: 20px;
    line-height: 30px;
    list-style-type: square;
    padding-left: .25em;
  }

  .show #exhibit-pages a {
    border-bottom: 0;
  }
  .show #exhibit-pages ul {
    margin: 0;
  }
  .show #exhibit-pages li {
    display: inline-block;
    margin-right: 10px;
    border: 0;
  }
  .show #exhibit-pages li ul {
    border-bottom: 1px solid #ccc;
  }
  .show #exhibit-pages .current {
    font-weight: bold;
  }
  .show #exhibit-pages > ul {
    border-bottom: 0;
    margin: 0 0 1.5em 0;
  }
  .show #exhibit-pages > ul a {
    padding: 0.375em 10px;
  }
  .show #exhibit-pages > ul li {
    margin-bottom: -2px;
  }
  .show #exhibit-pages > ul > li:first-of-type {
    margin-top: 0;
  }
  .show #exhibit-pages > ul > li:first-of-type a:after {
    content: ":";
  }
  .show #exhibit-pages > ul > li:nth-child(2) {
    display: block;
  }
  .show #exhibit-pages > ul > li:nth-child(2) .current a {
    border: 1px solid #ccc;
    border-bottom: 3px solid #fff;
    background: #fff;
  }
  .show #exhibit-pages > ul > li:nth-child(3) {
    display: block;
    clear: both;
    margin-top: -3px;
    padding-top: 0.375em;
    padding-bottom: 0.375em;
  }
  .show #exhibit-pages > ul > li:nth-child(3) ul {
    padding-top: 3px;
  }
  .show #exhibit-pages > ul > li:nth-child(4) {
    display: block;
    padding-top: 0.375em;
    padding-bottom: 0.375em;
  }

  .show .exhibit-child-nav li {
    display: inline-block;
    margin-right: 10px;
  }

  .exhibit-item-caption p {
    font-size: 12px;
    margin-top: 1.5em;
  }

  #exhibit-page-nav {
    border-top: 1px solid #ccc;
    line-height: 24px;
    padding-top: 1.5em;
  }

  /* @end */
  /* @group ----- Colors ----- */
  body {
    color: #444;
  }

  header {
    border-color: #000;
  }


  .button, button,
  input[type="reset"],
  input[type="submit"],
  input[type="button"],
  .pagination_next a,
  .pagination_previous a {
    background-color: #000;
    color: #fff;
  }

  .mobile li {
    background-color: #4d4d4d;
  }
  .mobile li ul li {
    background-color: #333;
  }
  .mobile li ul li ul li {
    background-color: #000;
  }

  /* @end */
}
@media screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 2px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url(../images/select_arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  select[size],
  select[multiple] {
    background-image: none;
    padding: 0;
  }

  ::-webkit-validation-bubble-message {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: #fff;
    font: 11px/1 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
    padding: 15px 15px 17px;
    text-shadow: #000 0 0 1px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666;
    border: 0;
  }
}
@media screen and (min-width: 48em) {
  #wrap {
    max-width: 95em;
  }
}

@media screen and (min-width: 48em) {
  #primary-nav ul.navigation > li, .mobile > li {
    padding: 0;
  }
}
@media screen and (min-width: 48em) {
  #simple-search {
    display: block;
  }
}

@media screen and (min-width: 48em) {
  footer p {
    width: 30%;
  }
}
@media screen and (min-width: 48em) {
  .show #exhibit-pages > ul > li:first-of-type {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  /* == Grid == */
  #content {
    width: 74.73684%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
    padding: 40px 0;
  }

  #primary-nav {
    width: 24.21053%;
    float: left;
    margin-right: 1.05263%;
    display: inline;
  }

  #primary {
    padding-left: 0%;
  }

  #home #primary {
    width: 49.29577%;
    float: left;
    margin-right: 1.40845%;
    display: inline;
    padding: 0 0 0 1.88679%;
  }

  #home #secondary {
    width: 49.29577%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
    padding: 0 1.88679%;
  }

  /* == Header == */
  header {
    background-size: cover !important;
    -ms-behavior: url("../javascripts/backgroundsize.min.htc");
    border-width: 0 0 20px 0;
    border-style: solid;
  }

  .menu-button {
    display: none;
  }

  #primary-nav {
    margin-top: 2.625em;
  }
  #primary-nav .active ul {
    display: block;
  }
  #primary-nav ul {
    margin-top: 0em;
    margin-bottom: 3em;
  }
  #primary-nav a:hover {
    font-weight: bold;
  }

  #search-form {
    /*margin-bottom: 1.5em;*/
  }

  #query {
   /* margin-bottom: 1.5em;*/
   border: medium none;
background-color: #FC0;
background-image: url('images/recherche.gif');
background-repeat: no-repeat;
display: block;
padding-left: 25px;
padding-top: 1px;
float: left;
height: 21px;
width: 128px;
font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-size: 1em;
margin-top: 0px;
  }

  .secondary-nav, #secondary-nav {
    border-bottom: 1px solid #ccc;
    font-size: 1.125em;
  }
  .secondary-nav a, #secondary-nav a {
    padding: 0.5em 1em 0.5em;
    color: #666;
    border-bottom: 0;
  }
  .secondary-nav ul, #secondary-nav ul {
    margin: 0 0 -1px 0;
  }
  .secondary-nav li, #secondary-nav li {
    display: inline-block;
    padding: 0;
    border: 1px solid #ccc;
  }
  .secondary-nav .active, #secondary-nav .active {
    border-bottom-color: #fff;
  }
  .secondary-nav .current a, #secondary-nav .current a {
    background: #fff;
    color: #333;
    font-weight: bold;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    border-bottom-color: #fff;
  }

  /* == Browse Items == */
  .pagination {
    width: 47%;
    overflow: hidden;
    float: left;
    padding-bottom: 1.5em;
  }

  nav.pagination {
    overflow: visible;
  }

  #content > nav.pagination:nth-of-type(2) {
    width: 47%;
  }

  .pagination_list {
    margin-top: 1.125em;
    float: left;
  }

  .pagination_list a, li.pagination_current {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0.375em 10px;
    vertical-align: top;
    margin-right: 10px;
  }

  #sort-links {
    clear: none;
    float: right;
  }
  #sort-links ul {
    margin-top: 1.125em;
    padding-top: 0.75em;
  }
  #sort-links span, #sort-links li {
    padding: 0.375em 0 0.375em 20px;
    margin-right: 0;
  }

  /* = Advanced Search Form = */
  #advanced-search-form {
    margin-bottom: 40px;
  }
  #advanced-search-form button {
    clear: both;
    width: auto;
    margin-left: 31%;
  }
  #advanced-search-form .field {
    border-bottom: 1px solid #ccc;
    width: 100%;
    overflow: auto;
    padding: 1.5em 0;
  }
  #advanced-search-form .field .inputs {
    clear: none;
    float: right;
    width: 69%;
  }
  #advanced-search-form .field input, #advanced-search-form .field input[type=text], #advanced-search-form .field select {
    width: 100%;
    float: right;
  }
  #advanced-search-form .field .search-entry input[type=text],
  #advanced-search-form .field .search-entry select {
    width: 28%;
    display: inline-block;
    float: left;
    margin: 0 3px 0 0;
  }
  #advanced-search-form .field .remove_search {
    margin-top: 0;
    float: right;
    clear: none;
  }
  #advanced-search-form .field label, #advanced-search-form .field .label {
    width: 29%;
    float: left;
    margin: 0;
  }
  #advanced-search-form .field div.field:last-of-type {
    display: inline-block;
    margin-bottom: 1em;
  }
  #advanced-search-form .field div :only-child {
    margin-bottom: 0;
  }
  #advanced-search-form .submit {
    float: right;
  }
}

/* ************************************** */
/* MODIFS MAXIME */
/* ************************************** */

/* ************************************** */
/* PAGE */
/* ************************************** */


.global{
	width : 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(images/fond.gif);
	background-repeat: repeat-y;
	
}

.wrap{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.75em;
	color: #353748;
	text-align: left;
	background-image: url(images/bandeau.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

#bandeauUP{
	background-color: #333333;
	color: #FFFFFF;
	background-image: url(images/fond-bandeau-up-bis.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 22px;
	font-size: 0.7em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-right: 20px;
	}

#bandeauUP a{
	color: #CCCCCC;
}

#bandeauUP a:hover,
#bandeauUP a:focus{
	color: #FFFFFF;
	text-decoration: none;
}

#bandeauUP li.first{
	background-image: url(images/logo-up-mini.gif);
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 20px 2px;
}

#bandeauUP li{
	float:right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
	height: 22px;
	
}

#bandeauUP ul{
margin: 0;
}

.bandeau{
	height: 89px;
}

.bandeau h1 a{
	display:block;
	height: 88px;
	margin-left:210px;	
}

.bandeau h1 span{
	
}


html>body #menu  {
	width: 195px; /* pour Opéra 5 */
} 

#menu{
	float: left; 
	padding-top: 240px;
	padding-right: 15px;
	padding-left: 25px;
	width: 195px; /* pour IE 5.x */	
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 195x; /* standard */	
}

#menu h3{
	margin-bottom: 10px;
	padding-bottom: 2px;
	height: 19px;
	width: 195px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

#menu h3.menuApropos{
	background-image: url(images/titre-apropos.gif);
}

#menu h3.menuIndex{
	background-image: url(images/titre-index.gif);	
}

#menu h3.menuThematiques{
	background-image: url(images/titre-thematique.gif);		
}

#menu ul{
	margin-top: 20px;
	list-style-type: none;
	padding-left: 0px;
	width: 170px;
}

#menu ul li{
	margin-bottom: 20px;
}

#menu ul li ul li{
	margin-bottom: 0px;
	background-image: url(images/fleche.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 5px;
	
}

#menu a{
color: #ff6600;
}




.contenu{
	float: right;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 20px;
	width: 575px; /* pour IE 5.x */	
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 575px; /* standard */	
}


html > body .contenu {
    width: 575px;
	}
	
.contenuTitre{
	margin-bottom: 25px;
	background-image: url(images/pointilles.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 15px;
}

.contenuTitre h2{
	font-size: 1.4em;
	margin-bottom: 0px;
	line-height: 20px;
}

.contenuTitreDate{
	color: #999999;
	margin: 0;
}


.contenuNav{
	padding-bottom: 20px;
}

.contenuNav span{
	color: #999999;	
}

.contenuNav em{
font-style: normal;
color: #ACACAC;
}

.contenuNav p{
margin: 0;
}

.contenuTexte{
	text-align: justify;
}



/*.contenuTexteSavoirPlus h3{ 
font-size: 1em;
margin-bottom:0px;
margin-top: 15px;
background-image: url("images/fleche.gif");
background-repeat: no-repeat;
padding-left: 12px;
background-position: 0px 5px;

}*/

.contenuTexteSavoirPlus p{ 

margin-top: 1px;
margin-bottom: 13px;
padding-left: 12px;
background-image: url("images/fleche.gif");
background-repeat: no-repeat;
background-position: 0px 5px;
text-align: justify;
}


.contenuTexteIndex{
	text-align: justify;
}

.contenuTexteIndex ul{
	padding-left: 0;
}

.contenuTexteAnnuaire h3{
	font-size : 1em;
}

.contenuTexteAnnuaire li{
	background-image: url(images/fleche.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 5px;
	margin-bottom: 15px;
}

.contenuTexteAnnuaireReferences{
	color: #999999;
}

.contenuTexteArticle h1{
	font-size: 1.2em;
	margin-top: 15px;
}

.contenuTexteArticle h2{
	font-size: 1.1em;
}

.contenuTexteArticle h3{
	font-size: 1em;
}

.contenuTexteArticle h4{
	font-size: 1em;
}

.contenuTexteArticle h5{
	font-size: 1em;
}

.contenuTexteArticle h6{
	font-size: 1em;
}

.contenuTexteArticle ol{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.contenuTexteArticle ol li{
	list-style-type: decimal;
}

.contenuTexteArticle ul{
	margin-top: 10px;
	margin-bottom: 10px;
}

.contenuTexteArticle ul li{
	background-image: url(images/fleche.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 5px;
}

.contenuTexteDerniersOuvrages li{
	margin-bottom: 10px;
	height: 168px;
}

.contenuTexteDerniersOuvragesImage{
	float: left;
	width: 102px;
	
}

.contenuTexteDerniersOuvragesImage img{
	border: 1px solid #353748;
	width: 102px;
	height: 168px;
	
}

a.info{  
position:relative;  
z-index:24;   
}  
a.info:hover{  
z-index:25;   
background-color:#ff0;  
}  
a.info span{  
display: none;  
}  
a.info:hover span{  
/*le contenu de la balise span ne 
sera visible que pour l'état a:hover */  
display:block;
 }

.contenuTexteDerniersOuvragesTexte{
	float: left;
	width: 401px;
	margin-left: 20px;
}

.contenuTexteDerniersOuvragesTexte h4{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 1em;
	font-weight: bold;
	margin-bottom: 0;
}

.contenuTexteDerniersOuvragesTexte p{
margin-top:0;
margin-bottom: 0;
}

.contenuTexteDerniersOuvragesTexteDatepubli{
	color: #999999;
	margin-bottom: 0;
	margin-top: 0;
}

.contenuTexteInformation h1{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.3em;
	font-weight: bold;
	margin-top: 32px;
	margin-bottom: 10px;
}

.contenuTexteInformation h2{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 16px;
}

.contenuTexteInformation h3{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 1em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}

.contenuTexteInformation p{
	margin-bottom: 10px;
}

.contenuTexteInformation li{
	background-image: url(images/fleche.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 5px;
	margin-bottom: 10px;
}

.contenuTexteInformation ul{
padding-left : 0px;
}

.contenuTexteIntro{	
	margin-bottom: 20px;
}

.contenuTexteIntro p{	
	margin-bottom: 10px;
}

.contenuTexteIntroduction{
	margin-bottom: 20px;
}

.contenuTexteIntroduction h3{
	display:none;
}

.contenuTexteIntroduction p{
	margin-bottom: 10px;
}

#contenuTexteIntroductionNav{
	background-image: url(images/pixel.gif);
	background-repeat: repeat-x;
	background-position: 0 22px;
width: 525px;	
height: 28px;
}

#contenuTexteIntroductionNav ul{
padding-left: 0;

}

#contenuTexteIntroductionNav li{
	text-align: center;
	width: 105px;
	height: 23px;
	background-image: url(images/onglet_off.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 3px;
	float: left;
}

#contenuTexteIntroductionNav li.active{
	background-image: url(images/onglet_on.gif);
	color: #2a201e;	
}

#contenuTexteIntroductionNav li.active a{
	color: #2a201e;	
}

#contenuTexteIntroductionNav li.active a:hover {
	text-decoration: none;	  
}

#contenuTexteIntroductionNav li.active a:focus { /* etat "focus" important pour accessibilite web et navigation au clavier */	
	background-color : #FFFFFF !important;
	color: #2a201e	 !important;
	text-decoration : none !important;	 
}

#contenuTexteIntroductionNav li a{
	width: 100px;
	height: 20px;
	display: block;
}

#contenuTexteIntroductionNav li a:focus { /* etat "focus" important pour accessibilite web et navigation au clavier */	
	background-color : #FFFFFF !important;
	color: #039fab !important;
	text-decoration : underline !important;	 
}

.contenuTexteTitreNouveautes{
	margin-bottom: 20px;
	background-image: url(images/titre-nouveautes.gif);
	background-repeat: no-repeat;
	height: 20px;
}

.contenuTextePrincipal{
	width: 364px;
	float: left;
}

.contenuTextePrincipal ul{
padding: 0;
}

.contenuTextePrincipal p.texte{
	margin-bottom: 10px;	
}

.contenuTextePrincipal h3{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	font-weight: bold;	
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.contenuTextePrincipalAlphabet{
	background-image: url(images/pointilles.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	padding-top: 15px;
	margin-top: 15px;
}

.contenuTextePrincipalAlphabet dd{
	background-image: url(images/fleche.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 5px;
	text-transform: capitalize;
}

.contenuTextePrincipalAlphabet dd span{
	text-transform: lowercase;
}

.contenuTextePrincipalAlphabet dt{
	background-image: url(images/pointilles.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	padding-top: 15px;
	margin-top: 15px;
}

.contenuTextePrincipalAlphabet li{
	background-image: url(images/fleche.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 5px;
	text-transform: capitalize;	
}

.contenuTextePrincipalAlphabet h3{
	margin-bottom: 10px;
}

.contenuTextePrincipalLien{
	margin-top: 5px;
	margin-bottom: 20px;	
}

.contenuTextePrincipalLien li{
	background-image: url(images/fleche.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 5px;	
}

.contenuTextePrincipalListeDocuments{
	background-image: url(images/pointilles.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 30px;
	margin-bottom: 15px;
	margin-top: 30px;
	padding-left: 0;
	clear : both;
}

.contenuTextePrincipalListeDocuments li{
height: 175px;
}

.contenuTextePrincipalNotice{	
	margin-bottom:20px;
	color: #999999;
	font-size: 0.9em;
}

.contenuTextePrincipalNotice h3{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 1em;
	color: #999999;
	margin-bottom:3px;
	
}

.contenuTextePrincipalNotice p{
	text-align:left;
	margin: 0;
}

.contenuTexteSecondaire{
	width: 130px;
	float: left;
	margin-left: 30px;
}

.contenuTexteSecondaire h3{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 1em;	
	margin-bottom: 0;
	
}

.contenuTexteSecondaire img{
	border: 1px solid #353748;
	margin-bottom: 10px;
	width: 102px;
	height: auto;
}

.contenuTexteSecondaire li{
	background-image: url(images/fleche.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 5px;
	text-transform: capitalize;
}

.contenuTexteSecondaire ul{
	margin-bottom: 10px;
	padding: 0;
	margin-top: 0;
}

.contenuTexteSecondaireAlphabet li{
	background-image: none;
	padding-left: 0px;
	float: left;
	height: 20px;
	width: 20px;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: middle;
}

.contenuTexteSecondaireAlphabet li a{
	font-weight: bold;	
}

.contenuTexteSecondaireOutils{
	background-image: url(images/pointilles.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 20px;
	padding-top: 25px;
}

.contenuTexteSecondaireOutils li{
	text-transform: none;	
}

.contenuTexteSousRubriques{
	padding-left: 0;
	}

.contenuTexteSousRubriques a{
	display: block;
	background-color: #FF99FF;
	height: 116px;
	width: 214px;
	background-repeat: no-repeat;
	background-position: left top;
	}
	
.contenuTexteSousRubriques li {
    float: left;
    margin: 15px;
	}
	
	
.contenuTexteSousRubriques a.visuel2{
	background-image: url(images/visuel-homme.jpg);	
}

.contenuTexteSousRubriques a.visuel8{
	background-image: url(images/visuel-idees.jpg);
}

.contenuTexteSousRubriques a.visuel9{
	background-image: url(images/visuel-diffusion.jpg);
}

.contenuTexteSousRubriques a.visuel10{
	background-image: url(images/visuel-experimentations.jpg);
}
	

.contenuTexteSousRubriques a.visuel5{
	background-image: url(images/visuel-cabet.jpg);	
}

.contenuTexteSousRubriques a.visuel11{
	background-image: url(images/visuel-nauvoo.jpg);
}

.contenuTexteSousRubriques a.visuel12{
	background-image: url(images/visuel-icaries.jpg);
}

.contenuTexteSousRubriques a.visuel1236{
	background-image: url(images/visuel-beluze.jpg);
}


.contenuTexteSousRubriques a.visuel14{
	background-image: url(images/visuel-leroux.jpg);	
}

.contenuTexteSousRubriques a.visuel15{
	background-image: url(images/visuel-revue.jpg);
}

.contenuTexteSousRubriques li{
	float: left;
	margin: 15px;
}


.contenuTexteSousRubriques a.visuel74{
	background-image: url(images/visuel-beluze.jpg);	
} 


.contenuTexteSousRubriques a.visuel76{
	background-image: url(images/visuel-robertowen.jpg);	
} 


.contenuTexteSousRubriques a.visuel77{
	background-image: url(images/visuel-robertowenoeuvre.jpg);	
} 


.contenuTexteSousRubriques a.visuel78{
	background-image: url(images/visuel-newlanark.jpg);	
} 


.contenuTexteSousRubriques a.visuel79{
	background-image: url(images/visuel-robertdaleowen.jpg);	
} 


.contenuTexteSousRubriques a.visuel81{
	background-image: url(images/visuel-proudhon.jpg);	
} 


.contenuTexteSousRubriques a.visuel82{
	background-image: url(images/visuel-blanc.jpg);	
} 


.contenuTexteSousRubriques a.visuel83{
	background-image: url(images/visuel-dezamy.jpg);	
} 


.contenuTexteSousRubriques a.visuel84{
	background-image: url(images/visuel-delasagra.jpg);	
} 
	
.invisible{
display: none;
}

.contenuTexteSR{
	padding-left:0;
	}

.contenuTexteSR li{
	background-image: url(images/fleche.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 5px;
}




/* ************************************** */
/* BANDEAU ACCESSIBILITE */
/* ************************************** */

#access{
	color: #999;
	font-size: 0.9em;
	text-align: right;
	padding-top: 25px;
	padding-right: 35px;
	
}

#access a{
	color: #999;
}


#access li{
	display: inline;
}

#access ul{
margin: 0;
}




/* ************************************** */
/* PIED */
/* ************************************** */

#pied{
	color: #999999;
	font-size: 0.9em;
	clear: both;
	padding-bottom: 300px;
	margin-left: 210px;
	margin-top: 20px;
	width: 573px;
}

#pied a{
	color: #999999;
}

.piedCoordonnees{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d7d7da;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.pagePiedCoordonneesTexte{
	width: 465px;
	float: left;
}

.pagePiedCoordonneesLogo{
	
}

.piedInfos{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d7d7da;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.piedInfos p{
margin-top: 10px;
}

.piedInfosLogo{
	margin-bottom: 10px;
	height: 25px;
}

.piedInfosLogo img{
	padding: 0px;
}

.contenuTexteEnSavoirPlus{
background-image: url("images/pointilles.gif");
background-repeat: repeat-x;
background-position: left top;
padding-top: 25px;
margin-bottom: 25px;
}

.contenuTexteEnSavoirPlus h3{
font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-size: 1em;
margin-bottom: 0;
}

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

.contenuTexteEnSavoirPlus li{
background-image: url("images/fleche.gif");
background-repeat: no-repeat;
padding-left: 12px;
background-position: 0px 5px;
}





/* ************************************** */
/* BROWSE/SEARCH */
/* ************************************** */

#item-hentry {
background-image: url("/themes/UP_BVPS/css/images/pointilles.gif");
background-repeat: repeat-x;
background-position: left top;
clear: both;
overflow: hidden;
padding-top: 1.5em;
padding-bottom: 1.5em;
position: relative;
height: 182px;
}

#item-hentry h4{
font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-size: 1em;
font-weight: bold;
margin-bottom:0;
}

#item-hentry img{
	width: 102px;
	height: 152px;
    overflow: visible;
	border: 1px solid #353748;
	   }



.item-image{
	overflow: visible;
	width: auto;
    display: inline-block;
    position: absolute;
   	height: 200px;
	width: 102px;
    }

	
#item-hentry .liennotice{
margin-top: 10px;

}

#item-hentry .date{
color: #999;
padding-bottom: 5px;
}

.add_search{
background-color: #F00;
color: #FFF !important;
border: 0px ;
font-family: "Yanone Kaffeesatz",Verdana,Arial,Helvetica,sans-serif;
font-size: 1.4em;
font-weight: normal;
color: #FFF;
background-color: #F00;
border-radius: 3px;
padding: 3px;
width: 100px;
}

.item-browse{
float: right;
width: 400px;
}

.rech-avancee{
font-size: 1.2em;
margin-top: 4px;
line-height: 1.2em;
}


.contenuTexteResultatsRecherche li{
background-image: url("images/fleche.gif");
background-repeat: no-repeat;
padding-left: 12px;
background-position: 0px 5px;}

#navigation {
height: 45px;
}

#navigation .pagination{
width: 100%;
overflow: hidden;
float: left;
padding-bottom: 1.5em;
padding: 0;
margin: 0;
}

#toggle {
margin-top : 10px;
margin-bottom : 10px; 
}

#toggle a{
font-weight : bold;
color : #000;
}

#facette{
width : 90%;
padding-top: 5px;
border-top: 1px dotted;
}
