/* ---------------------------------------------------------------------*/
/* Winter colors */
/* ---------------------------------------------------------------------*/
/* Spring colors */
/* ---------------------------------------------------------------------*/
/* Summer colors */
/* ---------------------------------------------------------------------*/
/* Autumn colors */
/* ---------------------------------------------------------------------*/
/* Night colors */
@media screen {
/* -------------------------------------------------------------------------*/
  /* Layout */
.container {
 *zoom: 1;
	max-width: 34em;
	_width: 34em;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: auto;
	margin-right: auto;
}
.container:after {
	content: "";
	display: table;
	clear: both;
}
/* -------------------------------------------------------------------------*/
  /* @group ---------- General HTML Elements ---------- */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 19px;
	word-wrap: break-word;
	height: 100%;
}
a {
	text-decoration: none;
}
/* -- Headings -- */
h1 {
	font-size: 28px;
	line-height: 42px;
}
h2 {
	font-size: 20px;
	line-height: 30px;
}
h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}
h4 {
	font-size: 15px;
	line-height: 22px;
}
h5, h6 {
	font-size: 14px;
	line-height: 21px;
}
p, ol, ul {
	margin-bottom: 1.5em;
}
p:only-child, p:last-child, ol:only-child, ol:last-child, ul:only-child, ul:last-child {
	margin-bottom: 0;
}
ul {
	list-style-type: disc;
	padding-left: 1em;
}
/* @end */
  /* @group ---------- Form Elements ---------- */
label {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	display: inline-block;
	color: #660066;
}
iframe {
	width: 95%;
}
input[type=text], input[type=password], textarea, input[type=submit], button, .button {
	border: 0;
	padding: 0.46875em 10px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url("../javascripts/boxsizing.htc");
}
input[type=text], input[type=password], input[type=submit], button, .button {
	height: 27px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input[type=text], input[type=password], textarea {
	width: 100%;
}
input[type=radio] {
	margin-right: 5px;
}
select {
	width: 100%;
	margin-top: 0;
	margin-bottom: 1.5em;
}
input[type=submit], button, .button {
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 0.85em;
	font-weight: bold;
}
#search-container #search-form button {
	float: right;
}
fieldset {
	margin: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1;
	border-left-width: 0;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
/* @end */
  /* @group ---------- Navigation ---------- */
nav ul {
	list-style: none;
	margin: 0 auto;
}
nav li {
	display: block;
}
nav li ul li {
	padding-left: 16px;
}
nav a {
	display: inline-block;
}
.top {
	padding: 0 16px;
}
.top ul {
	display: none;
	padding: 0;
}
.top a {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}
.top .mobile {
	margin: 1.5em auto;
	width: 100%;
}
.top ul.navigation {
	padding-left: 0px;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.navigation ul, ul.navigation {
}
.secondary-nav, #secondary-nav {
	margin-bottom: 1.5em;
 *zoom: 1;
	font-weight: bold;
	color: #60237B;
}
.secondary-nav:after, #secondary-nav:after {
	content: "";
	display: table;
	clear: both;
}
.secondary-nav .current, .secondary-nav .active, #secondary-nav .current, #secondary-nav .active {
	font-weight: 500;
}
.secondary-nav ul, #secondary-nav ul {
	padding-left: 0;
}
.secondary-nav li, #secondary-nav li {
	display: inline-block;
	float: left;
	width: auto;
	margin-right: 16px;
}
/* @end */
  /* @group ---------- Pagination ---------- */
.pagination {
	display: inline;
	list-style-type: none;
	padding-left: 0;
	float: right;
}
.pagination li {
	display: inline-block;
	margin-right: 5px;
}
.pagination > *:last-child {
	padding-bottom: 0.375em;
}
.pagination input[type=text] {
	width: 50px;
	text-align: right;
	margin-right: 10px;
	padding-left: 5px !important;
	padding-right: 5px !important;
	border-style: solid;
	border-width: 0.0625em;
	padding: -0.0625em;
}
nav.pagination {
	padding: 0;
	display: inline;
	line-height: 24px;
}
nav.pagination .pagination_list {
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
	margin-bottom: 1.875em;
	clear: both;
	padding: 0.375em 16px;
	text-align: center;
}
nav.pagination .pagination_list li {
	display: inline-block;
	width: auto;
	color: #fff;
	margin: 0 4px;
	zoom: 1;
 *display: inline;
}
nav.pagination .pagination_list a {
	padding: 0;
}
nav.pagination .pagination_list .pagination_current {
	font-weight: 500;
}
nav.pagination .pagination_list .pagination_first a, nav.pagination .pagination_list .pagination_last a, nav.pagination .pagination_list .pagination_previous a, nav.pagination .pagination_list .pagination_next a {
	display: inline-block;
	text-indent: -9999px;
 *text-indent: 0;
	height: auto;
	line-height: 24px;
	-webkit-box-shadow: transparent 0 0 0;
	-moz-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
}
nav.pagination .pagination_list .pagination_first a:after, nav.pagination .pagination_list .pagination_last a:after, nav.pagination .pagination_list .pagination_previous a:after, nav.pagination .pagination_list .pagination_next a:after {
	text-indent: 0;
	display: block;
	margin-top: -2em;
}
nav.pagination .pagination_list .pagination_first a {
 *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '<<');
}
nav.pagination .pagination_list .pagination_last a {
 *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '>>');
}
nav.pagination .pagination_list .pagination_previous a {
 *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '<');
}
nav.pagination .pagination_list .pagination_next a {
 *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '>');
}
nav.pagination .pagination_list .pagination_first a:after {
	content: "<<";
}
nav.pagination .pagination_list .pagination_last a:after {
	content: ">>";
}
nav.pagination .pagination_list .pagination_previous a:after {
	content: "<";
}
nav.pagination .pagination_list .pagination_next a:after {
	content: ">";
}
.pagination_previous a, .pagination_next a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #60237B;
	display: inline-block;
	min-width: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.item-pagination {
	clear: both;
	padding-bottom: 0.75em;
}
.item-pagination li {
	display: inline-block;
	background-color: #c3cf22;
	margin: 0 0 0.75em 0;
	padding: 0.375em 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.item-pagination li a:hover {
	color: #FFF;
}
.item-pagination li:empty {
	display: none;
}
.item-pagination .next {
	float: right;
}
.item-pagination .previous {
	float: left;
}
/* @end */
  /* @group ---------- Header ---------- */
header {
	padding: 0 16px;
}
#site-title {
	font-size: 32px;
	font-weight: 300;
	text-align: left;
	width: 100%;
	background-image: url("../images/BackHead720_BabordNum.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 6px;
}
#nav-container {
	border-bottom: none;
	/* [disabled]width: 70%;
*/
}
#search-container {
	background-color: #c3cf22;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.ConteneurRechAvan {
	background-color: #EEEEEE;
	border: 1px solid #60237B;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 10px;
	float: left;
	width: 100%;
}
.ConteneurRechResult {
	background-color: #EEEEEE;
	border: 1px solid #60237B;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 10px;
	float: left;
	width: 100%;
}
.ConteneurCollec {
	background-color: #FFFFFF;
	border: 1px solid #60237B;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 10px;
	float: left;
	width: 100%;
}
#search-container:after {
	content: "";
	display: block;
	height: 0;
	width: 100px;
	clear: both;
}
#search-form {
	text-align: center;
	position: relative;
	overflow: visible;
}
#search-form input[type=text], #search-form input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
}
#search-form input[type=text] {
	width: 60%;
	font-size: 1em;
	line-height: 1.5em;
	float: left;
}
#search-form input[type=submit] {
	width: 28%;
	padding: 0;
	position: absolute;
	top: 0;
	left: 62%;
	font-size: 0.8em;
}
#advanced-search {
	width: 25px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	padding: 0;
	top: 0;
	left: 92%;
	font-weight: bold;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
 *zoom: 1;
 *behavior: url("../javascripts/boxsizing.htc");
 *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '+');
 *text-indent: 0;
}
#advanced-search:link, #advanced-search:hover, #advanced-search:active, #advanced-search:visited {
	color: #fff;
}
#advanced-search:after {
	content: "";
	display: block;
	text-indent: 0;
	text-align: center;
	margin-top: -1.75em;
}
#advanced-form {
	display: none;
	background-color: #fff;
	overflow: auto;
	clear: both;
	z-index: 1001;
	position: absolute;
	top: 33px;
	left: 0;
	width: 100%;
	padding: 1.5em 16px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url("../javascripts/boxsizing.htc");
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px;
	box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px;
}
#advanced-form #query-types *:first-child {
	margin-top: 0;
}
#advanced-form label {
	margin: 0;
	padding: 0;
}
#advanced-form p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
#advanced-form p:last-of-type {
	margin-bottom: 0em;
}
.RechAvanLien a {
	line-height: 12px;
	padding: 0px;
	width: 100%;
}
/* @end */
  /* @group ---------- Footer ---------- */
footer {
	margin-top: 1.5em;
	padding: 0 16px;
}
footer p {
	padding-bottom: 1.5em;
}
footer:empty {
	display: none;
}
/* @end */
  /* @group ---------- Content ---------- */
#content {
	clear: both;
	overflow: visible;
	padding: 1.5em 16px;
 *zoom: 1;
}
#content div img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 1px 1px 2px #999999;
}
#content:after {
	content: "";
	display: table;
	clear: both;
}
#content h1 {
	font-size: 24px;
	line-height: 48px;
	border-top: 0;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.collections #content h1 {
	padding-left: 60px;
	background-image: url("../images/PictCollec_BabordNum.png");
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 70px;
	color: #c3cf22;
}
.items #content h1 {
	padding-left: 60px;
	background-image: url("../images/PictDocu_BabordNum.png");
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 70px;
	color: #c3cf22;
}
#about #content h1 {
	padding-left: 60px;
	background-image: url("../images/PictApropos_BabordNum.png");
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 70px;
	color: #c3cf22;
	padding-top: 10px;
	padding-bottom: 10px;
}
.exhibits #content h1 {
	padding-left: 60px;
	background-image: url("../images/Visit_BabordNum.png");
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 70px;
	color: #c3cf22;
}
#content > h2, #content > div > h2, #content #primary > h2, #content #primary > div > h2, #content #sidebar > h2, #content #sidebar > div > h2 {
	padding: 0 40px 0.375em;
	font-weight: 500;
	border-style: solid;
	border-width: 0 0 5px 0;
	margin-top: 0em;
	margin-bottom: 0.75em;
}
#content #primary {
	border-style: solid;
	border-width: 0px;
	overflow: visible;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url("../javascripts/boxsizing.htc");
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	margin-bottom: 1.125em;
	padding-left: 5.88235%;
	padding-right: 5.88235%;
}
#map #content #primary {
	padding-right: 0px;
	padding-left: 0px;
}
#map #content #primary #map_block img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}
#about #content #primary {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	float: none;
	margin-right: 0px;
	padding: 0.5em;
	width: 100%;
}
#about #content #primary #AproposBabNum {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #60237B;
	float: left;
	width: 100%;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 3em;
	padding-left: 0.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#about #content #primary #LiensBabNum {
	background-image: url("../images/PictLiens_BabordNum.png");
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
	border-radius: 0;
	float: right;
	margin-bottom: 1.5em;
	margin-left: 0px;
	width: 100%;
}
#AproposBabNum h3 {
	font-weight: bold;
	color: #660066;
	padding-top: 20px;
}
#AproposBabNum ul {
	margin-top: 0px;
	margin-bottom: 5px;
}
#AproposBabNum li {
	padding-top: 20px;
	list-style-type: none;
}
#about #content #primary #LiensBabNum h2 {
	background-image: url("../images/spacer.png");
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 0;
	padding-left: 90px;
	min-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #60237B;
}
#ConteneurNuage {
	margin-left: 0px;
	width: 100%;
	border-width: 0px;
	display: inline-block;
}
#cloud-tag #content #primary {
	background-image: url("../images/PictNuage_BabordNum.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px;
}
#cloud-tag #content #primary h1 {
	background-image: url("../images/spacer.png");
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 0;
	padding-left: 90px;
	min-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #60237B;
	font-weight: 500;
}
#content #primary div {
	border-top: 0;
	-webkit-box-shadow: transparent 0 0 0;
	-moz-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	padding: 0;
}
#content #primary h1:first-child {
	margin-top: 0;
}
#content #primary > * {
	padding: 0;
}
#content #primary > ul, #content #primary > ol {
	padding-left: 1em;
}
#content #primary > div > * {
	padding-left: 16px;
	padding-right: 16px;
}
#content > div, #content section {
	overflow: visible;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url("../javascripts/boxsizing.htc");
	margin-bottom: 1.125em;
 *zoom: 1;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #999999;
}
#content > div .view-items-link, #content section .view-items-link {
	padding: 0.375em 16px 1.125em;
}
#content > div > div, #content > div > h3, #content > div > h4, #content > div > h5, #content > div > h6, #content > div > p, #content section > div, #content section > h3, #content section > h4, #content section > h5, #content section > h6, #content section > p {
	padding-left: 16px;
	padding-right: 16px;
}
#content > div > div > *:last-child, #content > div > h3 > *:last-child, #content > div > h4 > *:last-child, #content > div > h5 > *:last-child, #content > div > h6 > *:last-child, #content > div > p > *:last-child, #content section > div > *:last-child, #content section > h3 > *:last-child, #content section > h4 > *:last-child, #content section > h5 > *:last-child, #content section > h6 > *:last-child, #content section > p > *:last-child {
	padding-bottom: 0;
}
#content > div div, #content section div {
	padding: 0.75em 0;
}
#content > div div:first-of-type, #content section div:first-of-type {
	padding-top: 0;
}
#content > div div:only-of-type, #content > div div:last-of-type, #content section div:only-of-type, #content section div:last-of-type {
	margin-bottom: 0;
}
#content > div div div, #content > div div h3, #content > div div h4, #content > div div h5, #content > div div h6, #content > div div p, #content section div div, #content section div h3, #content section div h4, #content section div h5, #content section div h6, #content section div p {
	-webkit-box-shadow: transparent 0 0 0;
	-moz-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	border-top: 0;
	margin-bottom: 0;
}
#content > div div div:first-of-type, #content > div div h3:first-of-type, #content > div div h4:first-of-type, #content > div div h5:first-of-type, #content > div div h6:first-of-type, #content > div div p:first-of-type, #content section div div:first-of-type, #content section div h3:first-of-type, #content section div h4:first-of-type, #content section div h5:first-of-type, #content section div h6:first-of-type, #content section div p:first-of-type {
	border-top: 0;
}
#content > div *:only-child, #content section *:only-child {
	margin-top: 0;
}
#content > div:after, #content section:after {
	content: "";
	display: table;
	clear: both;
}
#content .field div:only-of-type {
	margin-bottom: 0;
}
#content .inputs {
	padding: 0.75em 16px 1.5em;
	clear: both;
}
#content .inputs div:last-of-type, #content .inputs div:only-of-type, #content .inputs *:only-child, #content .inputs *:last-child {
	margin-bottom: 0;
}
#content > .element {
	border-bottom: 0;
}
#content > * > .element {
	margin-bottom: 0.75em;
	border-bottom: 1px solid #dfe2e2;
}
#content > * > .element div {
	padding-bottom: 0.75em;
}
#content > * > .element div:only-of-type, #content > * > .element div:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}
#content .element-set div {
	padding-bottom: 0.75em;
	margin-bottom: 0;
}
#content .element-set div:only-of-type, #content .element-set div:last-of-type {
	border-bottom: 0;
	padding-bottom: 0.375em;
}
#content .item-meta {
	padding-bottom: 0;
}
#content .item-meta div {
	padding-left: 8px;
	padding-right: 16px;
	float: left;
	width: 73%;
	margin-top: 20px;
}
#content .item-meta .item-description {
	padding-top: 0;
	margin-top: 10px;
	padding-bottom: 0;
}
#content .item-meta .item-description-auteur {
	padding-top: 0;
	margin-top: 10px;
	padding-bottom: 0;
	font-weight: bold;
	color: #60237B;
}
#content .item-meta .item-description-date {
	background-color: #60237B;
	float: right;
	width: 12%;
	margin-top: 16px;
	margin-right: 16px;
	margin-left: 16px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#content .item-meta .item-img {
	max-width: 100%;
	display: inline-block;
	border: 1px solid #dfe2e2;
	width: 12%;
	float: right;
	padding: 0;
	overflow: visible;
	-webkit-box-shadow: border-box;
	-moz-box-shadow: border-box;
	box-shadow: border-box;
	margin-top: 16px;
	margin-right: 16px;
	margin-bottom: 1.125em;
	margin-left: 16px;
}
#content .item-meta .item-img img {
	width: 100%;
	height: auto;
	margin: 0;
	vertical-align: bottom;
}
#content #primary > div, #content #sidebar > div {
	background-color: #FFFFFF;
	border: 1px solid #60237b;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url("../javascripts/boxsizing.htc");
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	margin-bottom: 1.125em;
}
#content #primary > div > *:first-child, #content #sidebar > div > *:first-child {
	margin-top: 0em;
}
#content #primary > div > *, #content #sidebar > div > * {
	padding-left: 16px;
	padding-right: 16px;
}
#content #primary > div > ul, #content #primary > div ol, #content #sidebar > div > ul, #content #sidebar > div ol {
	margin-left: 16px;
	margin-right: 16px;
	padding-left: 1em;
}
#content #sidebar h3 {
	padding: 0 16px;
}
#content #search-filters, #content #item-filters {
	border: 0;
	background-color: transparent;
	-webkit-box-shadow: transparent 0 0 0;
	-moz-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	margin-bottom: 1.5em;
}
#content #search-filters > ul, #content #item-filters > ul {
	float: left;
	padding-left: 0;
 *border: 1px solid #e8e8e8;
}
#content #search-filters li, #content #item-filters li {
	overflow: auto;
	padding: 0.375em 8px;
}
#content #search-filters li li, #content #item-filters li li {
	display: inline;
	padding: 0.375em 0;
	text-transform: lowercase;
	-webkit-box-shadow: transparent 0 0 0;
	-moz-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
}
#content #search-filters li li:last-of-type:after, #content #item-filters li li:last-of-type:after {
	content: "";
}
#content #search-filters li li:after, #content #item-filters li li:after {
	content: ", ";
}
#content div.hTagcloud {
	border: 0 solid #FFF;
	background-color: transparent;
	-webkit-box-shadow: transparent 0 0 0;
	-moz-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	margin-top: 20px;
}
#content div.hTagcloud ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: justify;
}
#content div.hTagcloud ul li {
	display: inline-block;
	line-height: 1.8em;
 *display: inline;
 *border: 1px solid #e8e8e8;
	zoom: 1;
	background-color: #fff;
}
#content #primary #ConteneurTagCloud {
	border: 0 solid #FFF;
}
#content #primary #LiensBabNum #ConteneurLien {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#ImgLien {
	float: right;
	width: 100px;
	min-height: 50px;
	margin-left: 5px;
}
#content #FluxRSS {
	float: right;
	background-image: url(../images/PictoRSS.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
	width: 100%;
	margin-right: 25px;
	text-align: right;
}
/* @end */
  /* @group ---------- Home ---------- */
#home #content div .items-list .item {
	border-top: 1px solid #dfe2e2;
	overflow: auto;
}
#home #content div .items-list .item:first-of-type {
	border-top: 0;
}
#home #content div .items-list .item:first-of-type h3 {
	margin-top: 0.375em;
}
#home #content div .items-list .item h3 {
	margin-top: 0.75em;
	padding-left: 6px;
	padding-right: 6px;
	float: left;
	width: 73%;
	font-weight: bold;
}
#home #content div .items-list {
	margin-bottom: 0;
}
#home #content div .items-list .item-description {
	margin-top: 0.75em;
	padding-left: 6px;
	padding-right: 6px;
	float: left;
	width: 73%;
}
#home #content div h3, #home #content div h4, #home #content div h5, #home #content div h6, #home #content div p, #home #content div input, #home #content div textarea {
	margin: 0.75em 0;
}
#home #content div h3 {
	margin-top: 0;
	font-weight: bold;
}
#home #content div img {
	display: block;
	max-width: 12%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url("../javascripts/boxsizing.htc");
	margin-top: 16px;
	margin-right: 16px;
	margin-bottom: 0.75em;
	margin-left: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 1px 1px 2px #999999;
}
#home #content div .show {
	display: block;
	text-transform: capitalize;
}
#home #content div .show:before {
	content: "(";
}
#home #content div .show:after {
	content: "...)";
}
#home #content div .view-items-link {
	margin: 0;
	padding: 0.75em 16px 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#home #content div .item-img {
	display: inline;
}
#home #content div .item-description {
	margin-top: 0;
	padding-top: 0;
}
#home #intro {
	margin-bottom: 1.5em;
}
#home #featured-item p {
}
#home #recent-items h2 {
	padding-bottom: 0.75em;
}
/* @end */
  /* @group ---------- Items ---------- */
.items h1 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.items #sort-links {
	border-top: 0;
	padding: 0.375em 12px;
 *border: 1px solid #e8e8e8;
	margin-top: 0.375em;
	margin-bottom: 1.5em;
}
.items #sort-links .sort-label {
	font-weight: bold;
	color: #cc0066;
}
.items #sort-links span, .items #sort-links ul, .items #sort-links li {
	display: inline-block;
	margin: 0 4px;
	zoom: 1;
	display: inline;
}
.items #sort-links-list {
	padding-left: 0;
}
.items #content #primary {
	padding-right: 0%;
	padding-left: 0%;
}
.items.show h3 {
	margin-bottom: 0.75em;
}
.items.show #itemfiles #item-images > div {
	width: 22.5%;
	display: inline-block;
	margin-right: 3%;
}
.items.show #itemfiles #item-images > div:nth-of-type(4n) {
	margin-right: 0;
}
.items.show #itemfiles a {
	text-align: left;
	background-image: url("../images/icone_PDF.gif");
	background-repeat: no-repeat;
	background-position: right top;
	display: inline-block;
	float: left;
	min-width: 90%;
	zoom: 1;
 *display: inline;
	overflow: visible;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url("../javascripts/boxsizing.htc");
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.items.show #itemfiles a img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.items.show #itemfiles .element-text div:first-of-type {
	border-top: 1px solid #dfe2e2;
}
.items.show #content #primary .element:last-of-type {
	padding-bottom: 0;
}
.items.show #content #primary {
	background-color: transparent;
	border-top: 0;
	-webkit-box-shadow: transparent 0 0 0;
	-moz-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	padding: 0;
}
.items.show #content #primary > div {
	background-color: #eeeeee;
	border: 1px solid #60237b;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0.75em 0;
}
.items.show #content #primary #geolocation img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}
.items.show #content #primary > div > div {
	padding-left: 16px;
	padding-right: 16px;
}
.items.show .item-file {
	text-align: center;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.items.show .item-file * {
	max-width: 100%;
}
.items.show .item-file img {
	vertical-align: bottom;
}
.items.show .item-file .download-file {
	display: table-cell;
}
.items.show .download-file {
	display: inline-table;
}
#content #outputs {
	background-color: transparent;
	-webkit-box-shadow: transparent 0 0 0;
	-moz-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	clear: both;
	padding-left: 0.5em;
}
#content #outputs p {
	padding-left: 0;
}
/* @end */
  /* @group ---------- Advanced Search ---------- */
.advanced-search #content > * > div {
	background-color: transparent;
	border-top: 1px dashed #60237B;
	overflow: visible;
	padding: 0 0 1.5em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url("../javascripts/boxsizing.htc");
	margin-bottom: 1.125em;
 *zoom: 1;
}
.advanced-search #content > * > div:last-of-type {
	padding: 0;
}
.advanced-search #content > * > div > * {
	padding-left: 16px;
	padding-right: 16px;
}
.advanced-search #content > * > div input {
	margin-bottom: 1.5em;
}
.advanced-search #content > * > div div.label {
	margin-bottom: 0.75em;
	margin-top: 0.75em;
}
.label {
	color: #660066;
}
.advanced-search #content > * > div > div {
	-webkit-box-shadow: transparent 0 0 0;
	-moz-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	border-top: 0;
	margin-bottom: 0;
	padding: 0 16px;
}
.advanced-search #content > * > div > div:only-of-type, .advanced-search #content > * > div > div:last-of-type {
	margin-bottom: 0;
}
.advanced-search #content > * > div > div div:first-of-type, .advanced-search #content > * > div > div h1:first-of-type, .advanced-search #content > * > div > div h2:first-of-type, .advanced-search #content > * > div > div h3:first-of-type, .advanced-search #content > * > div > div h4:first-of-type, .advanced-search #content > * > div > div h5:first-of-type, .advanced-search #content > * > div > div h6:first-of-type, .advanced-search #content > * > div > div p:first-of-type {
	border-top: 0;
}
.advanced-search #content > * > div:after {
	content: "";
	display: table;
	clear: both;
}
.advanced-search #content .remove_search {
	margin-bottom: 1.5em;
	margin-left: 0;
}
.advanced-search #content select {
	float: left;
}
.advanced-search #content button {
	display: inline-block;
	margin: 0 16px 1.5em;
}
.advanced-search #content button:last-of-type {
	margin-bottom: 0;
}
.advanced-search #content .search-entry {
	margin-bottom: 1.5em;
}
.advanced-search #content .search-entry:first-of-type {
	padding-bottom: 0;
}
.advanced-search #content .search-entry:last-of-type {
	margin-bottom: 1.5em;
}
.advanced-search #content .search-entry:only-of-type {
	margin-bottom: 0em;
}
.advanced-search #content #advanced-search-form {
	margin-top: 0.75em;
}
.advanced-search #content #advanced-search-form > div:last-of-type {
	border: 0;
	background-color: transparent;
	float: left;
 *zoom: 1;
}
.advanced-search #content #advanced-search-form > div:last-of-type:after {
	content: "";
	display: table;
	clear: both;
}
.advanced-search #content #submit_search_advanced {
 *height: 50px;
	margin-bottom: 0;
}
.advanced-search #content .view-items-link {
	padding: 0.375em 16px 1.125em;
}
/* @end */
  /* @group ---------- File Pages ---------- */
.files #content #primary {
	background-color: transparent;
	border-top: 0;
	-webkit-box-shadow: transparent 0 0 0;
	-moz-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	padding-top: 0;
}
.files #content #primary:first-child {
	margin-top: 0;
}
.files #content #sidebar h3 {
	padding-left: 0;
}
.files .download-file {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url("../javascripts/boxsizing.htc");
	overflow: auto;
	padding: 0.375em;
	display: inline-block;
}
.files .download-file img {
	max-width: 100%;
	vertical-align: bottom;
	float: left;
}
.files .item-file {
	text-align: center;
}
/* @end */
  /* @group ---------- Collections ---------- */
.collections:only-of-type, .collections:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
}
.collections #content .ConteneurCollec .collection:last-of-type {
	border-bottom-style: none;
}
.collections #content .ConteneurCollec .element-collection {
	float: right;
	width: 68%;
}
.collections #content .ConteneurCollec .img-collection {
	width: 25%;
}
.collections #content .ConteneurCollec .img-collection img {
	width: 100%;
	box-shadow: none;
}
.collections #content > div > div, .collections #content > div > p {
	background: transparent;
	-webkit-box-shadow: transparent 0 0 0;
	-moz-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #60237B;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 16;
	padding-left: 16px;
}
.collections #content .collection {
	overflow: auto;
}
.collections #content .element-set .element {
	margin-bottom: 0px;
	border-bottom-style: none;
}
.collections #content .element-set, .collection-detail {
	width: 100%;
	float: left;
}
.collections #content .collection-detail .item-img {
	border: 1px solid #DFE2E2;
	float: right;
	margin: 16px 16px 1.125em;
	width: 12%;
}
.collections #content .collection-detail .item-img img {
	width: 100%;
}
.collections #content .element-set .element:last-of-type {
	margin-bottom: 0;
}
.collections #collection-items .item {
	border-top: 1px solid #dfe2e2;
	padding-bottom: 1.5em;
}
.collections #collection-items .item:first-of-type {
	border-top: 0;
}
.collections #collection-items .item:last-of-type {
	padding-bottom: 0.75em;
	border-bottom-style: none;
}
.collections #collection-items .item div:only-of-type {
	margin-bottom: 0;
}
.collections #content .view-items-link {
	font-weight: bold;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	background-image: url(../images/PictDocu_BabordNum_Mini.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0.75em;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 16px;
	clear: both;
}
.collections #content .view-items-link + div {
	border-color: #DFE2E2;
	margin-top: 0.75em;
	border-top-style: solid;
	border-top-width: 0.0625em;
	padding-top: 1.4375em;
}
.collections .collection {
	clear: both;
}
/* @end */
  /* @group ---------- Search ---------- */
.search #search-results {
	background-color: #fff;
	margin-bottom: 1.5em;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
}
.search #search-results th {
	color: #fff;
}
.search #search-results th, .search #search-results td {
	padding: 0.75em 8px;
}
.search #search-results th:last-of-type, .search #search-results td:last-of-type {
	border-right: 0;
}
/* @end */
  /* @group ---------- ExhibitBuilder ---------- */
.exhibits h1 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.exhibits #content .navigation {
	padding-left: 0;
 *zoom: 1;
}
.exhibits #content .navigation:after {
	content: "";
	display: table;
	clear: both;
}
.exhibits #content .navigation .current, .exhibits #content .navigation .active {
	font-weight: 500;
}
.exhibits #content .navigation li {
	display: inline-block;
	float: left;
	width: auto;
	margin-right: 16px;
}
.exhibits #content .primary {
	padding-bottom: 0;
}
.exhibits .exhibit {
	clear: both;
}
.exhibits .exhibit > div {
	padding-left: 16px !important;
	padding-right: 16px !important;
}
.exhibits .exhibit-page {
	font-weight: bold;
}
.exhibits.tags #content p:only-of-type {
	background-color: #fff;
	border-style: solid;
	border-width: 10px 0 0 0;
	overflow: visible;
	padding: 0 16px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url("../javascripts/boxsizing.htc");
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	margin-bottom: 1.125em;
}
.exhibits.summary #content h1 {
	margin-bottom: 0.75em;
}
.exhibits.summary #content #primary {
	padding-left: 0;
	padding-right: 0;
}
.exhibits.summary #content #primary > div {
	background-color: transparent;
	border-top: 0;
	-webkit-box-shadow: transparent 0 0 0;
	-moz-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
}
.exhibits.summary #content #primary > div:last-child {
	margin-bottom: 0;
}
.exhibits.show #content h1 {
	margin-top: 0.1875em;
	font-size: 40px;
}
.exhibits.show #content div[role="main"] {
	margin-top: 1.5em;
}
.exhibits.show #content #primary:first-child {
	margin-top: 1.5em;
}
.exhibits.show #content #primary p, .exhibits.show #content #primary ol, .exhibits.show #content #primary ul {
	margin-bottom: 1.5em;
}
.exhibits.show #content .exhibit-item {
	padding-top: 0;
}
.exhibits.show #content #exhibit-page-navigation {
	background-color: transparent;
	border-top: 0;
	-webkit-box-shadow: transparent 0 0 0;
	-moz-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
}
.exhibits.show #content #exhibit-page-navigation a, .exhibits.show #content #exhibit-page-navigation span {
	padding: 0.375em 16px;
	display: inline-block;
	width: 100%;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url("../javascripts/boxsizing.htc");
}
.exhibits.show #content #exhibit-page-navigation > div {
	padding: 0;
	width: 100%;
	text-align: center;
}
.exhibits.show #content #exhibit-page-navigation #exhibit-nav-next {
	margin-bottom: 1.5em;
}
.exhibits.show #content #exhibit-pages ul {
	margin-left: 0 !important;
}
.exhibits.show #content .exhibit-page-nav, .exhibits.show #content .exhibit-child-nav {
	margin-left: 0;
	padding-left: 0;
}
.exhibits.show #content .exhibit-page-nav .current, .exhibits.show #content .exhibit-child-nav .current {
	font-weight: bold;
}
.exhibits.show #content .exhibit-page-nav {
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
	margin-bottom: 1.5em;
}
.exhibits.show #content .exhibit-page-nav a {
	padding: 0;
}
.exhibits.show #content .exhibit-page-nav > li:nth-child(2) {
	background-color: rgba(0, 0, 0, 0.1);
}
.exhibits.show #content .exhibit-page-nav > li:nth-child(3) {
	background-color: rgba(0, 0, 0, 0.2);
}
.exhibits.show #content .exhibit-page-nav > li:nth-child(4) {
	background-color: rgba(0, 0, 0, 0.3);
}
.exhibits.show #content .exhibit-page-nav > li {
	display: block;
	float: none;
	overflow: auto;
	margin-right: 0;
}
.exhibits.show #content .exhibit-page-nav > li:first-of-type {
	text-transform: uppercase;
	margin-right: 0;
	padding: 0.375em 16px;
}
.exhibits.show #content .exhibit-page-nav > li:first-of-type a:after {
	content: ":";
}
.exhibits.show #content .exhibit-page-nav > li ul {
	padding-left: 0;
}
.exhibits.show #content .exhibit-page-nav > li ul li {
	display: inline-block;
	margin-right: 16px;
	padding: 0.375em 8px;
	width: auto;
}
.exhibits.show #content .exhibit-page-nav > li ul li:first-of-type {
	padding-left: 16px;
}
.exhibits #content #secondary-nav .current a, .exhibits #content #secondary-nav a.current, .exhibits #content .exhibit-section-nav .current a {
	background-color: transparent;
}
.summary #exhibit-pages {
	border-style: solid;
	border-width: 10px 0 0 0;
	overflow: visible;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	background-color: #fff;
}
.summary #exhibit-pages ul {
	margin-left: 0;
}
.summary #exhibit-pages ul ul {
	padding-left: 0;
}
.exhibit-block {
	padding: 0 16px !important;
}
.exhibit-block:first-child p:first-of-type {
	margin-top: 0;
}
#content .exhibit-item:empty {
	padding: 0;
}
.gallery-full-left, .gallery-full-right, .gallery-thumbnails, .gallery-thumbnails-text-bottom, .gallery-thumbnails-text-top, .image-list-left, .image-list-left-thumbs, .image-list-right, .image-list-right-thumbs, .text-full, .text-image-left, .text-image-right {
	padding: 1.5em 16px;
	margin-top: 1.5em;
}
.gallery-full-left div:empty, .gallery-full-right div:empty, .gallery-thumbnails div:empty, .gallery-thumbnails-text-bottom div:empty, .gallery-thumbnails-text-top div:empty, .image-list-left div:empty, .image-list-left-thumbs div:empty, .image-list-right div:empty, .image-list-right-thumbs div:empty, .text-full div:empty, .text-image-left div:empty, .text-image-right div:empty {
	display: none;
}
/* @end */
  /* @group ---------- Simple Pages ---------- */
.simple-pages-navigation {
	list-style: none;
}
.simple-pages-navigation ul {
	display: none;
}
.simple-pages-navigation .current ul {
	display: block;
}
.simple-pages-navigation a {
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	display: block;
	font-weight: bold;
	padding: 4px;
}
#simple-pages-breadcrumbs {
	font-weight: bold;
	margin-bottom: 1.5em;
}
/* @end */
  /* @group ---------- Winter Styles ---------- */
  
  /* @end */
  /* @group ---------- Spring Styles ---------- */

  /* @end */
  /* @group ---------- Summer Styles ---------- */

  /* @end */
  /* @group ---------- Autumn Styles ---------- */

  /* @end */
  /* @group ---------- Night Styles ---------- */
 
.night body {
	color: #333333;
}
.night h1 {
	color: #660066;
}
.night #site-title a {
	color: #660066;
}
.night input[type=submit], .night button, .night .button {
	background-color: #CCCCCC;
	color: #660066;
	background-image: url("../images/BackButton.png");
	background-repeat: repeat-x;
	background-position: center center;
}
.night #advanced-search {
	color: #252525;
	background-image: url("../images/PictLoupePlus.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.night input[type=text], .night input[type=password], .night textarea {
	border: 1px solid #666666;
	color: #660066;
}
.night #search-container input[type=text] {
	background-image: url("../images/PictLoupe.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.night a:link {
	color: #333333;
}
.night a:visited {
	color: #999999;
}
.night a:hover, .night a:active {
	color: #c3cf22;
}
.night header {
	background-color: #FFF;
}
.night nav.top {
	background-color: #FFFFFF;
}
.night .secondary-nav a:link {
	color: #60237B;
}
.night .secondary-nav a:hover {
	color: #c3cf22;
}
.accueilBBNum {
	background-image: url("../images/PictAccueil_BabordNum.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.docBBNum {
	background-image: url("../images/PictDoc_BabordNum.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.colBBNum {
	background-image: url("../images/PictCol_BabordNum.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.visitBBNum {
	background-image: url("../images/PictVisit_BabordNum");
	background-repeat: no-repeat;
	background-position: left center;
	display: inherit;
}
.infoBBNum {
	background-image: url("../images/PictInfo_BabordNum.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.night nav.top li:hover a {
	color: #C3CF22;
}
.night nav.top a:link, .night nav.top a:visited {
	color: #660066;
	font-weight: bold;
}
.night nav.top ul li ul {
	background-color: #666666;
}
.night nav.top ul li ul li > a:link, .night nav.top ul li ul li > a:visited {
	color: #ffe000;
}
.night nav.top ul li ul li > a:active, .night nav.top ul li ul li > a:hover, .night nav.top ul li ul li:hover > a {
	color: #ffffa0;
}
.night #intro {
	color: #bdbdbd;
}
.night #content, .night #secondary-nav .current a, .night #secondary-nav a.current, .night .exhibit-section-nav .current a {
	background-color: #FFFFFF;
}
.night #advanced-form {
	background-color: #c3cf22;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.night #home #content > div {
	border-color: #60237b;
 *border-width: 10px 1px 1px 1px;
 *border-style: solid;
 *border-color: #e8e8e8;
 *border-top-color: #666666;
}
.night #home #content div .items-list .item {
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #60237b;
}
.night #home #content div .items-list .item:first-of-type {
	border-top: 0;
}
.night #home #content > div img, .night .items.show #itemfiles a, .night #home #content .item, .night #home #content div .view-items-link, .night .collections #content div .view-items-link {
}
.night #home #content > div img {
	float: right;
}
.night #home #content #featured-collection > div img {
	float: left;
	max-width: 25%;
	box-shadow: none;
	border-radius: 0px;
	margin-right: 0px;
	margin-left: 3%;
}
.night #home #content #featured-collection #Detail-collec-home {
	float: right;
	width: 70%;
}
.night #content div .hentry {
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #60237b;
	overflow: auto;
}
.night #content div .hentry > h3 {
	font-weight: bold;
	float: left;
	margin-top: 0.75em;
	padding-left: 6px;
	padding-right: 6px;
	width: 73%;
}
.night #content h1 {
}
.night #content h2 {
	border-color: transparent;
	color: #660066;
	padding-left: 40px;
	background-image: url("../images/Puce_FlecheViolet.png");
	background-repeat: no-repeat;
	background-position: 16px 10px;
}
.night #content > div, .night #content #primary > div, .night #content #sidebar > div, .night #content #advanced-search-form > div, .night #content #exhibit-pages {
	border-color: #60237B;
 *border-width: 10px 1px 1px 1px;
 *border-style: solid;
 *border-color: #e8e8e8;
 *border-top-color: #666666;
}
.night #ConteneurNuage {
	border: 0px solid #FFF;
	background-image: url("../images/PictNuage_BabordNum.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px;
}
.night #ConteneurNuage h1 {
	background-image: url("../images/spacer.png");
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 0;
	padding-left: 90px;
	min-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #60237B;
	font-weight: 500;
	color: #60237B;
	line-height: 35px;
	font-size: 20px;
}
.night #content #primary > div, .night #content #sidebar > div, .night #content .item-pagination li {
}
.night #content .pagination_previous a, .night #content .pagination_next a {
}
.night #content nav .pagination_list {
}
.night #content .pagination_previous a, .night #content .pagination_next a {
	padding-right: 5px;
	padding-left: 5px;	
}
.night #content .item-img {
}
.night #content div.hTagcloud {
	border: 0 solid #FFF;
	background-color: transparent;
	-webkit-box-shadow: transparent 0 0 0;
	-moz-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
}
.night #search-results th {
	background-color: #666666;
	color: #bdbdbd;
}
.night #search-results td {
}
.night #search-filters ul, .night #item-filters ul {
	background-color: #60237b;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.night #search-filters li, .night #item-filters li {
	color: #eeeeee;
}
.night .page #content {
	border-color: #666666;
 *border-width: 10px 1px 1px 1px;
 *border-style: solid;
 *border-color: #e8e8e8;
 *border-top-color: #666666;
}
.night .page #content #primary {
}
.night footer {
	background-color: transparent;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c3cf22;
	text-align: center;
	color: #660066;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 2%;
	margin-left: 2%;
	font-size: 0.85em;
}
.night footer p {
	color: #cccccc;
}
.night .exhibit-page-nav {
}
.night .exhibit-page-nav .current, .night .exhibit-child-nav .current {
	background-color: rgba(255, 255, 255, 0.1);
}
.night #exhibit-page-navigation a, .night #exhibit-page-navigation span {
}
.night .exhibits.show #content .exhibit-page-nav > li:nth-child(3) {
	background-color: rgba(255, 255, 255, 0.08);
}
.night .exhibits.tags #content p:only-of-type {
	border-color: #666666;
}
.night #content div.hTagcloud ul li {
}
.popular a:link {
	color: #999999;
	font-size: 1em;
}
.v-popular a:link {
	color: #000000;
	font-size: 1.4em;
}
.vv-popular a:link {
	color: #762B97;
	font-size: 1.7em;
}
.vvv-popular a:link {
	color: #959E1B;
	font-size: 1.9em;
}
.vvvv-popular a:link {
	color: #999999;
	font-size: 2.3em;
}
.vvvvv-popular a:link {
	color: #C082DB;
	font-size: 2.7em;
}
.vvvvvv-popular a:link {
	color: #C3cf22;
	font-size: 3.1em;
}
.vvvvvvv-popular a:link {
	color: #C1AFD8;
	font-size: 3.5em;
}
.vvvvvvvv-popular a:link {
	color: #B5B5B5;
	font-size: 3.5em;
}
.popular a:hover, .v-popular a:hover, .vv-popular a:hover, .vvv-popular a:hover, .vvvv-popular a:hover, .vvvvv-popular a:hover, .vvvvvvv-popular a:hover, .vvvvvvvv-popular a:hover {
	color: #c3cf22;
	text-decoration: underline;
}
.vvvvvv-popular a:hover {
	color: #999999;
	text-decoration: underline;
}
.pagination_previous a:link, .pagination_next a:link {
	color: #C3CF22;
	font-weight: bold;
}
.pagination_previous a:hover, .pagination_next a:hover {
	color: #FFF;
	background-color: #666;
}
.collections #content #Conteneur-imgCollec {
	display: none;
}
/* @end */
}
@media screen and (min-width: 768px) {
header {
 *zoom: 1;
}
header:after {
	content: "";
	display: table;
	clear: both;
}
#site-title {
	width: 100%;
	float: left;
	margin: 0px;
	display: inline;
	text-align: left;
	float: left;
	background-image: url("../images/BackHead_BabordNum.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#site-title:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
}
#search-container {
	/* [disabled]width: 27%;
*/
	float: right;
	margin-right: 0;
 *margin-left: -1em;
	display: inline;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.ConteneurRechAvan {
	width: 66.1017%;
}
.ConteneurRechResult {
	width: 66.1017%;
}
.ConteneurCollec {
	width: 66.1017%;
}
#search-container input {
	padding-top: 0.25em;
	padding-right: 8px;
	padding-bottom: 0.30em;
	padding-left: 25px;
}
nav.top ul {
	display: inline-block;
	position: relative;
	z-index: 1000;
}
nav.top ul li {
	float: left;
	width: auto;
	position: relative;
	padding-left: 16px;
}
nav.top ul li a {
	padding-top: 0.75em;
	padding-right: 28px;
	padding-bottom: 0.75em;
	padding-left: 15px;
}
nav.top ul li:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
nav.top ul li:hover > ul {
	display: block;
}
nav.top ul li ul {
	min-width: 200px;
	display: none;
	padding: 0;
	position: absolute;
	top: 3em;
	left: 0px;
}
nav.top ul li ul li {
	width: 100%;
	clear: both;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
nav.top ul li ul li ul {
	position: absolute;
	left: 100%;
	top: 0;
}
nav.top .mobile {
	display: none;
}
header, nav.top, #content, footer {
 *zoom: 1;
	padding-left: 2%;
	padding-right: 2%;
}
header:after, nav.top:after, #content:after, footer:after {
	content: "";
	display: table;
	clear: both;
}
#nav-container {
	border-bottom: 1px solid #ccc;
}
.pagination {
	margin: 0;
}
#content nav .pagination_list {
	margin-top: 0.375em;
}
#home #content #intro {
	border-top: 0;
	background-color: transparent;
	padding: 0;
	margin: 0;
	font-size: 24px;
	line-height: 36px;
	-webkit-box-shadow: transparent 0 0 0;
	-moz-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	margin-bottom: 1.125em;
}
#home #content #intro p {
	margin: 0;
}
#home #content #featured-item {
	clear: left;
	margin-bottom: 1.5em;
	width: 32.20339%;
	float: right;
	margin-left: 1.69492%;
	display: inline;
	border: 1px solid #FFF;
	background-image: url("../images/PictPostit_BabordNum.png");
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#home #content #featured-item h2 {
	background-image: url("../images/spacer.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 90px;
	margin-bottom: 0px;
}
#home #content #featured-item h3 {
	color: #FFF;
	background-color: #60237b;
	text-align: center;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: -5px;
	;
	padding-top: 5px;
	padding-bottom: 10px;
	top: 0px;
}
#home #content #featured-item img {
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	box-shadow: 0px 0px 0px;
}
#home #content #featured-item h3 a:link {
	color: #FFF;
}
#home #content #featured-item h3 a:hover {
	color: #c3cf22;
}
#home #content #recent-items {
	background-color: #eeeeee;
	border: 1px solid #60237b;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#home #content #recent-items > div img {
	width: 12%;
	float: right;
}
#home #content #featured-item .image {
	display: inline-block;
	width: 100%;
}
#home #content #featured-item .image img {
	width: 80%;
	max-width: 80%;
	height: auto;
	margin-top: 0;
	margin-right: 10%;
	margin-bottom: 0;
	margin-left: 10%;
}
#home #content #featured-item .item-description {
	margin-top: 0;
	margin-right: 10%;
	margin-bottom: 0;
	margin-left: 10%;
	text-align: justify;
	padding-right: 0px;
	padding-left: 0px;
}
#home #content > div {
	width: 66.10169%;
	float: left;
	margin-right: 0;
 *margin-left: -1em;
	display: inline;
}
#home #content > div img {
	width: 20%;
	float: left;
}
.items #content div#sort-links {
	float: right;
	text-align: center;
}
.items .item {
	clear: both;
}
.items .item-img {
	width: 10%;
	float: left;
}
.items #advanced-search-form > div {
	width: 90%;
	float: left;
	margin-right: 2.5641%;
	display: inline;
	clear: both;
}
.items #advanced-search-form > div:last-of-type {
	width: auto;
}
.items.show #primary, .exhibits.exhibit-item-show #primary, .files #primary {
 *margin-left: 0;
	width: 61.53846%;
	float: left;
	margin-right: 2.5641%;
	display: inline;
}
.items.show #sidebar, .exhibits.exhibit-item-show #sidebar, .files #sidebar {
	display: inline-block;
	float: right;
	clear: right;
	width: 35.89744%;
	float: right;
	margin-right: 0;
 *margin-left: -1em;
	display: inline;
}
.collections.show #primary .element-set {
	width: 61.53846%;
	float: left;
	margin-right: 2.5641%;
	display: inline;
 *margin-left: 0;
}
.collections.show #primary > div {
	width: 35.89744%;
	float: right;
	margin-right: 0;
 *margin-left: -1em;
	display: inline;
	clear: right;
}
.collections.show .item-img {
	margin-left: 0;
}
.collections #content .element-set, .collection-detail {
	width: 66.1017%;
	float: left;
}
.collections #content #Conteneur-imgCollec {
	margin-bottom: 1.5em;
	width: 32.2034%;
	float: right;
	margin-left: 1.69492%;
	border: 1px solid #FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align: center;
	display: block;
}
.collections #content #Conteneur-imgCollec img {
	width: 80%;
	box-shadow: 0px 0px 0px 0px;
}
#search-filters li, #item-filters li {
	float: left;
	vertical-align: top;
}
#search-filters li ul, #item-filters li ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#search-filters li ul li, #item-filters li ul li {
	display: inline;
	padding: 0;
	margin: 0;
	float: none;
}
#search-results {
	width: 100%;
}
.page #content #primary {
	padding-top: 3em;
	padding-bottom: 3em;
}
#home #content #BlocTweeter {
	margin-bottom: 1.5em;
	width: 32.20339%;
	float: right;
	margin-left: 1.69492%;
	display: inline;
	padding: 5px;
	/* [disabled]border: 1px solid #FFF;
	clear: left; */
}
/* Exhibits */
.exhibits.summary #primary {
	width: 66.10169%;
	float: left;
	margin-right: 1.69492%;
	display: inline;
}
.exhibits.summary #exhibit-pages {
	display: inline-block;
	float: right;
	width: 32.20339%;
	float: right;
	margin-right: 0;
 *margin-left: -1em;
	display: inline;
}
.exhibits.show #content .exhibit-page-nav > li:first-child {
	background-color: rgba(0, 0, 0, 0.1);
	float: left;
}
.exhibits.show #content .exhibit-page-nav > li:nth-child(2) li:first-of-type {
	padding-left: 8px;
}
.exhibits.show #content #exhibit-page-navigation .exhibits-nav-prev {
	text-align: left;
}
.exhibits.show #content #exhibit-page-navigation .exhibits-nav-next {
	text-align: right;
}
.exhibits.show #content #exhibit-page-navigation > div {
	padding: 0;
	width: 33%;
}
.exhibits.show #content #exhibit-page-navigation a, .exhibits.show #content #exhibit-page-navigation span {
	width: 100%;
}
#about #content #primary #AproposBabNum {
	width: 66.1017%;
}
#about #content #primary #LiensBabNum {
	margin-bottom: 1.5em;
	margin-left: 1.69492%;
	width: 32.2034%;
}
#ConteneurNuage {
	margin-left: 1.69492%;
	width: 32.2034%;
	float: right;
}
#content #primary #ConteneurTagCloud {
	border: 0 solid #FFF;
}
}
@media screen and (min-width: 1360px) {
.top ul.navigation {
	padding-left: 245px;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
}
@media print {
/* Print Styles */
  /*end @media print*/
}
@media print {
body {
	font: 12px Georgia, "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, serif;
}
#content {
	width: 100%;
	margin: 0;
	float: none;
}
h1, #site-title {
	font-size: 16pt;
	font-weight: bold;
}
h2 {
	font-size: 14pt;
	font-style: italic;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-weight: bold;
}
h5 {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
a:link:after {
	content: " (" attr(href) ") ";
	font-size: 80%;
}
#search-container, #primary-nav, #header-image, .navigation, .pagination, #exhibit-page-navigation, .exhibit-section-nav, .exhibit-page-nav {
	display: none;
}
blockquote {
	margin: 10pt 0 0 0;
	font-style: italic;
}
}
