/* CSS OPAC 1.0.2.6 */

.opac {
	overflow: hidden;
	padding-bottom: 10px;
}
	
.opac a {}

.opac a:hover {}

.opac img {
	border: none;
}

.opac span {
	font-size: 1em;
}

.opac select {}

.opac input {}

.opac table {
	width:99%;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse; 
}

.opac .inputbox {
	margin: 5px;
	padding: 1px;
}

.opac .button {
	margin: 5px;
	cursor: pointer;
}

.wrap {
	clear:both;
}

.msg-ok {
	background-color: #00AA00;
}

.msg-erreur {
	background-color: #FF0000;
}

.opac .message {
	font-weight: bold;
	color: red;
}

/*------------------ titre page --------------*/
#contenu .opac h1.componentheading {
	margin-bottom: 10px;
}

#chargement {
	background: #fff url(../images/loading.gif) no-repeat bottom center;
	padding: 10px;
	color: gray;
	font-size : small;
	font-weight : bold;
	text-align: center;
	vertical-align: middle;
	position:absolute;
	left: 50%;
    top: 50%;
	width: 300px;
	height: 40px;
	margin-top: -20px; /* moitie de la hauteur */
	margin-left: -150px; /* moitie de la largeur */
	visibility: hidden;
}


/*----------------- Boutons -----------------------*/
.ligne-bouton, .sugg-ligne-bt {
	/* Pour centrer sous Firefox*/
	margin: 5px auto;
	padding: 2px;
	text-align: center;
}

/*----------------- fin Boutons -----------------------*/
.aide img {
	border: none;
	padding-top: 5px;
	padding-left: 5px;
}

#rech-det .aide img {
	padding-top: 0;
}

.filtre .aide img {
	padding: 0 !important;
	padding-bottom: 5px;
}

/*----------------- Recherche simple -----------------------*/

#RechSimpleForm { /*.rech_simple*/
	display: block;
	padding: 10px;
	font-size: 1em;
	text-align: center;
}

#RechSimpleForm select {
	margin-top: 5px;
	vertical-align:top;
}

#RechSimpleForm .inputbox {
	vertical-align:top;
}

#RechSimpleForm input.inputbox {
	width: 250px;
	vertical-align:top;
}

#RechSimpleForm .button {
	/* Pour centrer sous Firefox*/
	margin-left: auto;
	margin-right: auto;
	vertical-align:top;
}

#RechSimpleForm #aide img {
	padding: 5px;
}

/*------------------ fin Recherche simple  --------------*/



/*----------------- Recherche d&eacute;taill&eacute;e -----------------------*/

#rech-det { /*.rech_detaille*/
	padding: 10px;
}

#RechDetForm { /*.#rech_crois*/
	width: 98%;
	font-size: 1em;
	text-align: center;
}

#RechDetForm select, #RechDetForm input {
	margin-top: 5px;
	margin-left: 5px;
	vertical-align:top;
}

.rech-det-saisie {
	/*Firefox*/
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding: 0;
	text-align: left;
}

.rech-det-saisie .inputbox {
	margin: 0px;
}

.rech-det-saisie input.inputbox {
	width: 50%;
}

.rech-det-operateur {
	/*Firefox*/
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding: 0;
	text-align: left;
}

.rech-det-operateur .inputbox {
	margin: 0px;
}

#RechDetForm .ligne-bouton img {
	margin: 10px;
}

#RechDetForm .button {
	margin: 5px 0px  !important;
}


/*------------------ fin Recherche detaillee  --------------*/


/*------------- Autocompletion --------------*/
.autocomplete {
	position: absolute;
	border: 1px solid #000;
	background-color: #FFF;
	visibility: hidden; 
}

.autocomplete-selected {
	background-color: #8E6B3F;
	padding: 2px;
	color: #FFF;
	font-weight : bold;
	cursor: pointer;
}

.autocomplete-noselected {
	background-color: #FFF;
	padding: 2px;
	color: #000;
	cursor: pointer;
}

/*------------- fin Autocompletion --------------*/

/*--------------- Affiner la recherche + crit&egrave;res secondaires ---------------------*/

/*Criteres secondaires*/
ul.col_crit_second {
	width: 96%;
	/* Pour centrer sous Firefox*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-bottom: 10px;
}

li.crit_second {
	float: left;
	width: 31%;
	margin-bottom: 0;
	padding-top: 2px;
	list-style-type: none;
	text-align: left;
}


.crit_second label {
	font-size: 0.9em;
}

.mselect {
	display: block;
	margin: 0 !important;
	background: #FFF url(../images/mselect.gif) no-repeat right;
	border: 1px solid #CCC;
	width: 150px !important;
	padding: 2px;
	font-size: 0.9em;
	cursor: pointer;
}

.mselect-list {
	position : absolute;
	overflow-y: auto;
	height: auto;
	max-height: 200px;
	width: 150px !important;
	border-top: none;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #CCC;
	background-color: #FFF;
	visibility: hidden;
}

.mselect-list-ligne, .mselect-list-ligne-over {
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
	padding-bottom: 1px;
	padding-right: 3px;
	clear: left;
}

.mselect-list-ligne:hover {
	background-color: #8E6B3F;
	color: #FFF;
}

.mselect-list-ligne input {
	float: left;
	margin: 1px !important;
	cursor: pointer;
}

.mselect-list-ligne label {
	/*display: block;*/
	margin: 0;
	cursor: pointer;
	padding-top: 1px;	
}


/*----------------- fin Affiner la recherche + crit&egrave;res secondaires -----------------------*/

/*------------------------- ---------------
             boite avec les onglets #paneldetailnotice et compte adh, depot  
-------------------------------------------*/
div.opac dl {
	margin: 10px 0 -1px 0;
	z-index: 50;
}

div.opac dl dt{
	float: left;
	margin-right: 3px;
	margin-left: 0;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid gray;
	padding: 4px 10px;
	color: #666;
}

div.opac dl dt.open {
	margin-bottom: -1px;
	border-bottom: 1px solid #F9F9F9;
	background: white;
	color: #000;
	font-weight : bold;
	z-index: 100;
}

div.opac dl dt.close {
	background: #DCDCDC;
}

div.current {
	clear: both;
	border: 1px solid Gray;
	background-color: white;
	padding: 5px;
}

div.current dd {
	padding: 0;
	margin: 0;
}



/*------------------------- ---------------
             Liste de resultat  
-------------------------------------------*/


/*-------------- recherche rapide ------------------*/
.rech-rapide-zone {
	margin-top: 5px;
	font-size: 1em;
	font-weight: bold;
}

.rech-rapide-resultat-opac {
	margin: 5px;
	font-size: 1em;
}

.rech-rapide-resultat-portail {
	margin: 5px;
}

.rech-rapide-critere {
	margin-bottom: 30px;
}

#rech-rapide-resultat-opac {
	float: left;
	width: 40%;
}

#main div.opac #rech-rapide-resultat-opac ul li, #main2 div.opac #rech-rapide-resultat-opac ul li{
	line-height: 2em;
	font-size: 1em;
}

#RechRapideForm {}


/*------------------ colonne de filtres --------------*/
#colonne-filtre {
	width: 13%;
	height: 100%;
	padding: 5px;
	vertical-align:top;
}

#CritSecForm {}

.module-filtre {
	padding: 0 5px 10px 0;
	margin: 2% 0 5% 0;
	border-bottom: 1px solid #ccc;
}

.filtre {
	border-right: 1px dotted #9ACCEC;
}

#colonne-filtre .filtre h4 {
	float: left;
}

#colonne-filtre .filtre h3 {
	font-size: 1em;
}

#colonne-filtre .filtre ul {
	margin: 0 0 10px 0;
	padding: 0;
}

#colonne-filtre .filtre li {
	margin: 0 0 2px 0 !important;
	padding: 0 !important;
	list-style: none outside none;
}

#colonne-filtre .filtre label {
	margin: 0 0 0 5px !important;
	padding: 0 !important;
	font-size: 0.9em;
}


/*------------------ colonne des resultats --------------*/
#colonne_result {
	width: 87%;
	font-size: 1em;
	vertical-align: top;
}

.filtre-autorite {
	margin-bottom: 10px;
  padding: 0 2px 10px 0;
  border-bottom: 1px solid #ccc;
}

#colonne_result #lstaut {}

#RechTheForm {}

#colonne_result #lstaut ul {
	margin: 0;
	padding: 0;
}

#colonne_result #lstaut li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#colonne_result .filtre-autorite ul img {
	border: none;
}

#colonne_result #lstaut ul li a {
	margin-left:5px;
	text-decoration: underline;
	font-weight: normal;
}

#colonne_result #lstaut ul li ul {
	margin-left: 25px;
}

.filtre-voir-plus {}



h3.lib-nb-result {
	margin-top: 0px;
	font-size: 1em;
	font-weight: normal;
}

h3.lib-nb-result #nb_res {
	font-size: 1em;
}

.toolbar-rech {
	text-align: right;
}

.toolbar-rech span.editlinktip {}

.toolbar-rech span.editlinktip img {
	border: none;
}

/*Affichage Public-ISBD*/
.pagination-type-aff {}


span.surligne-rech {
	background-color: Yellow;
	font-size: 1em;
	text-decoration: underline;
}

span.surligne-rech a:link {
	background-color: inherit;
}

a:hover span.surligne-rech { background-color: transparent;}

span.ntc-nouveaute {
	color: red;
}


/* ------------ tri et pagination des resultats ----------- */
.opac div.pagination {
	margin:0;
	border: none;
	padding:0;
}

.opac .pagination select {
	padding: 0px;
	font-size: 0.9em;
}

span.pagination-nb-page {
	display: inline;
	width: 150px;
	/*float: left;*/
	font-size: 0.9em;
	line-height: 2em;
}

.pagination-nb-page .inputbox {
	margin: 0px;
}

#limit {}

span.pagination-tri {
	display: inline;
	width: 150px;
	/*float: left;*/
	margin: 4px;
	font-size: 0.9em;
	line-height: 2em;
}

#tri {}

#ordre {}

.pagination-page {
	display: inline;
	width: 150px;
	margin: 2px;
	font-size: 0.9em;
	text-align: right;
	line-height: 2em;
}

.opac ul.pagination {
	margin: 0;
	width: 150px;
	border: none;
	padding: 0;
}

.opac ul.pagination li {}

.opac ul.pagination li a {}


.amazon, .lastfm {
	margin: 0;
	text-align: center;
}

.amazon a,.amazon a:link, .lastfm a {
	color: #ccc;
	font-size: 0.85em;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	text-align: center;
}

.amazon a:hover, .lastfm a:hover {
	color: #8E6B3F;
	text-decoration: underline;
}

span.amazon, span.lastfm {
	display: block;
}

/* ------------ tableau des resultats (colonnes)----------- */
#div_result {
	/*clear:both;*/
	margin-top:10px;
}

.table-resultats {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
}

.table-resultats img {
	border: none;
}

.table-resultats th {
	background-color: #9ACCEC;
	padding: 4px;
	color: white;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

.table-resultats td {
	border-top: 1px solid Gray;
	padding: 4px;
	font-size: 1em;
	text-align: left;
	vertical-align: top;
}

.row-det-ntc td {
	border-top: solid 0;
}

.table-resultats td div {
	text-align: center;
}

.table-resultats td div a img {
	display: block;
}

.detail-ntc-link {
	font-size: 0.9em;
	font-weight: normal;
}

/* tableau de resultats dans un article */
.content-table-rslt {}


/* ------------ liste des resultats - resultats de recherche dans articles (vignettes)----------- */

table.article-vignette {
	/*position: absolute;*/
}

.vignette-ligne {}

div.vignette-ligne {
 	clear: both;
}

div.vignette {
	float: left;
	margin: 10px auto;
	width: 30%;
	padding: 5px;
	text-align: center;
}

div.vignette img {
	border: none;
}

ul.vignette {
	margin: 0 !important;
	padding: 0 !important;
}

ul.vignette li {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}

ul.vignette li.apercu {
	float: none;
	padding-bottom: 5px;
}

ul.vignette li.apercu div {
	text-align: center;
}

ul.vignette li.apercu div a {
	display: block;
}

.vignette .titre_complet a {
	font-weight: bold;
}

.ndmt span {
	font-size: 1em;
}

div.couverture {
	text-align: inherit;
 }

.article-vignette {
	/*position: absolute;*/
}

/* ------------ liste des resultats (ligne)----------- */

/* affichage en ligne */
.result-ntc {
	margin-top: 5px;
	border-bottom:1px solid #DDD;
	padding-bottom: 5px;
}

.apercu {
	float: left;
	margin-right: 5px;
}

.datas {
	margin-left: 15%;
}

.ligne span {
	display: block;
}

div.ligne img {
	border: none;
}

/*------------------ Blog resultats (selpredef)  --------------*/

.opac span.leading_separator {
	clear: both;	
}

.opac .leading a.readon, .opac a.readon {
	position: relative !important;
	clear: both;
}


/* ------------- Detail de la notice ------------- */
.type-aff-libelle {}

.aff-public, .aff-isbd {
	overflow: auto;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: white;
	text-align: left;
}

.aff-public p {
	padding: 0;
	font-size: 1em;
}

.aff-isbd .aff-isbd-ligne {
	padding: 2px;
	font-size: 0.9em;
}

.aff-public span {
	padding: 0;
	font-size: 0.9em;
}

.table-resultats .aff-public {}

.table-resultats .aff-public span {
	padding:0;
	font-size: 1em;
}

#contenu div.aff-public div {
	text-align: left;
}

#contenu .aff-public-libelle {
	/*display: inline-block;
	width: 10%;*/
	margin-right: 10px;
	font-weight: bold;
}

.aff-public-texte {}

.aff-public-texte a {
	margin: 0 2px;
}
.aff-public-texte a.aff-2 {} /*auteur*/
.aff-public-texte a.aff-3 {} /*editeur*/
.aff-public-texte a.aff-4_225 {} /*collections*/
.aff-public-texte a.aff-5 { display:block;} /*sujets sur 1 ligne*/
.aff-public-texte a.aff-7 {  display:block;} /* indices sur 1 ligne*/

.aff-isbd-ligne {}


/* Detail de la notice complet */
#detail-ntc {
	border: none;
}

#detail-ntc h1 {
	font-size: 1.3em;
}

.type-aff {}

.detail-ntc-image {
	float: left;
	margin: 15px;
	text-align: center;
}

.detail-ntc-image a {
	display: block;
}

.detail-ntc-image a img {
	border: none;
}

.detail-ntc-image .couverture {}

.detail-ntc-image .support {}

.detail-ntc-image .support img {
	margin-top: 5px;
}

.detail-ntc-exemplaire {
	padding-top: 5px;
}

#PanelDetailNotice {
	margin: 10px 0 -1px 0;
	z-index: 50;
}

#PanelDetailNotice dt {
	float: left;
	margin-right: 3px;
	margin-left: 0;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid gray;
	padding: 4px 10px;
	color: #666;
}

#PanelDetailNotice dt.open {
	margin-bottom: -1px;
	border-bottom: 1px solid #F9F9F9;
	background: white;
	color: #000;
	font-weight : bold;
	z-index: 100;
}

#PanelDetailNotice dt.closed {
	background: #DCDCDC;
}

#all div.current {
	clear: both;
	border: 1px solid Gray;
	background-color: white;
	padding: 5px;
}

#all div.current dd {
	padding: 0;
	margin: 0;
}

.detail-ntc-source {}

/*-Extraits-*/
.detail-ntc-extraits {
	padding: 10px;
}

.detail-ntc-extraits-lib-disc {
	margin-top: 10px;
}

.detail-ntc-extraits-det-disc {}

.detail-ntc-extraits-det-disc ul {
	margin: 0;
	padding: 0;
}

.detail-ntc-extraits-det-disc li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/*-Description amazon-*/
.amazon-description {
	padding: 10px;
}

.amazon-description-desc {
	margin-left: 10px;
	margin-top : 10px;
}

.amazon-description-desc-source {
	background-color: #86B2D1;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
}

.amazon-description-desc-contenu {
	padding: 5px;
}

/* Commentaires amazon */
.amazon-commentaires {
	padding: 10px;
}

.amazon-commentaires-moyenne {}

.amazon-commentaires-nb-cmt {}

.amazon-commentaires-cmt {
	margin-left: 10px;
	margin-top : 10px;
}

.amazon-commentaires-cmt-titre {
	background-color: #9ACCEC;
	padding: 4px;
	color: #FFF;
	font-weight: bold;
}

.amazon-commentaires-cmt-date {
	float: left;
	padding: 2px;
	color: #9ACCEC;
}

.amazon-commentaires-cmt-utile {
	padding: 2px;
	text-align: right;
}

.amazon-commentaires-cmt-contenu {
	clear: both;
	padding: 5px;
}

/* Electre */
.detail-ntc-quatrieme {
	padding: 10px;
}

.detail-ntc-table-matiere {
	padding: 10px;
}

/* Ceux qui ont consulte cette notice ont aussi consulte */
.ont-consulte {
	width: 99%;
	margin-top : 15px;
	padding: 5px;
}

.ont-consulte h3 {
	border-bottom: 1px dashed #9ACCEC;
	font-size: 1em;
}

.ont-consulte table {}

.ont-consulte table td {
	width: 20%;
	text-align: center;
}

.ont-consulte table td a {
	border: none;
}

/* Cette notice est presente dans les selections */
.selections-notice {
	margin-top : 15px;
	padding: 5px;
}

.selections-notice h3 {
	font-size: 1em;
}

/* Cette notice appartient aux domaines */
.domaines-notice {
	width: 99%;
	margin-top : 15px;
	padding: 5px;
}

.domaines-notice h3 {
	margin-bottom: 10px;
	font-size: 1em;
}


/*------------Tableau des exemplaires-------------*/
.table-documents {
	background-color: #FFF;
}

.table-documents caption {
	font-weight: bold;
	text-align: left;
}

.table-documents th {
	background-color: #8E6B3F;
	padding: 4px;
	color: white;
	font-weight: bold;
	text-align: left;
}

.table-documents th a.sortheader {
	color: white;
}

.table-documents td {
	border-bottom: solid 1px gray;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

.tr-over {
	background-color: #D0E7F7;
	cursor: pointer;
}

.table-resultats .table-documents th {}

.table-resultats .table-documents td {
	border-bottom:none;
	padding: 2px;
	text-align: left;
}

.table-resultats .table-documents .tr-over td {
	background-color: #E6E6E6;
}


/*------------Tableau des fascicules-------------*/
.table-fascicules {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
}

.table-fascicules caption {
	margin-top: 5px;
	font-weight: bold;
	text-align: left;
}

.table-fascicules th {
	background-color: #9ACCEC;
	padding: 3px;
	color: white;
	font-weight: bold;
	text-align: left;
}

.table-fascicules th a.sortheader {
	text-decoration: none;
}

.table-fascicules td {
	border-bottom: solid 1px gray;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

.table-fascicules td img {
	border: none;
}

.table-resultats .table-fascicules th {}

.table-resultats .table-fascicules td {
	padding: 2px;
	text-align: left;
}



/*------------ Panier -------------*/

.panier-nb-ntc {
	font-size: 1em;
}

.table-panier {
	background-color: #FFF;
}

.table-panier img {
	border: none;
}

.table-panier .actif, .pan-actif {}

.table-panier th {
	background-color: #9ACCEC;
	padding: 4px;
	color: white;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

.table-panier th a.sortheader {
	text-decoration: none;
}

.table-panier .table-panier th {
	padding: 2px;
	font-size: 1em;
}

.table-panier td {
	border-bottom: 1px solid Gray;
	padding: 4px;
	font-size: 1em;
	text-align: left;
	vertical-align: top;
}

.table-panier td div {
	text-align: center;
}

.table-panier td div#div_result {
	margin: 0;
}

.table-panier td div a img {
	display: block;
}

.table-panier .msg-ok {
	background-color: #32CD32;
}

.table-panier .msg-erreur {
	background-color: #FF6347;
}

.table-panier .msg-ok a:link, .table-panier .msg-erreur a:link {
	color: white !important;
}

#filename, #filedesc {
	margin: 0;
}


/*------------ Suggestion -------------*/
.suggestion {}

#sugg-form label {
	display: block;
	font-weight:bold;
}

#sugg-form .inputbox {
	display: block;
	margin: 0;
	margin-bottom: 10px;
}

#sugg-nom {}
#sugg-email {}
#sugg-auteur {}
#sugg-editeur {}
#sugg-message {}


/*------------------ Historique des recherches  --------------*/
.histo-entrees {}

ul.histo-entrees {}

ul.histo-entrees li {}

ul.histo-entrees li span img {
	border: none;
}


/*------------------ Calendrier  --------------*/
table.calendrier-annee, div.calendrier-annee {
	width: 95%;
	/* Pour centrer sous Firefox*/
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	background-color: white;
}

div.mois, div.mois-en-cours {
	float: left;
	padding: 2px;
	width: 32%;	
}

table.calendrier-annee td {
	border: 1px solid gray;
	text-align: center;
	vertical-align: top;
}

table.calendrier-annee h3 {
	margin: 0;
}

table.calendrier-mois {}

table.calendrier-mois caption {
	margin: 0;
	font-size: 1.2em;
}

th.calendrier-mois-nom-jour {
	background-color: #708090;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 0.8em !important;
	font-weight: normal;
	text-align: center;
}

table.calendrier-mois td {
	border: none;
	padding: 0;
	font-size: 1em;
	text-align: center;
}

td.calendrier-mois-jour {
	border: 1px solid #708090;
}

td.calendrier-selected {
	background-color: #AECE35;
	font-weight: bold !important;
}

td.calendrier-selected a {
	font-weight: bold !important;
}

.calendrier-mois-nom-jour {
	background-color: #708090;
	border: 1px solid #FFF;
	color: #FFF;
}

.calendrier-mois-jour-vide {
	border: 1px solid #708090;
}

.calendrier-mois-jour {
	border: 1px solid #708090;
}

td.weekend {
	background-color:#EEE;
}


/* type d'evenement */
.type1 {
	background-color: Aqua;
}

.type2 {
	background-color: Fuchsia;
}

.type3 {
	background-color: Lime;
}

.type4 {
	background-color: Yellow;
}

.type5 {
	background-color: #ADFF2F;
}

.type6 {
	background-color: #EE82EE;
}

/*------------------ Calendrier des expositions --------------*/
.rsv-expo {}

/* etat exposition*/

.typersv {
	background-color: Fuchsia !important;
}

.typepret {
	background-color: Lime; !important;
}


/*------------------ Inscription  --------------*/
.opac fieldset {
	width: 50%;
	margin: 10px;
	padding: 5px 15px;
	border: 1px solid #AECE35;
	border-left: 8px solid #AECE35;
	background-color: white;
}

.opac fieldset legend {
	margin: 2px;
	color: #AECE35;
	font-size: medium;
	font-weight: bold;
}

.opac fieldset legend #nom {}
.opac fieldset legend #prenom {}
.opac fieldset legend #depot {}


/*------------------ Carte depot  --------------*/
.carte-depots{
	margin-top: 20px;
}

.carte-depots-table {
	/* Pour centrer sous Firefox*/
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.carte-depots-table th {
	background-color: #0D5F20;
	padding: 4px;
	color: white;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
}

.carte-depots-table td {
	border-top: 1px solid Gray;
	padding: 4px;
	font-size: 0.9em;
	text-align: left;
	vertical-align: top;
}

div.gmnoprint h3 {
	padding: 0 !important;
	margin: 0 !important;
}

/*------------------ Fiche depot  --------------*/
#detail-depot {}

.ligne-icones {
	text-align: center;
}

#detail-depot p {
	margin-bottom: 10px;
}

#detail-depot p.adresse {
	margin-bottom: 0;
}

#detail-depot span {
	display: block;
}

#detail-depot .libelle {
	font-weight: bold;
}

#detail-depot .texte {}

#detail-depot .table-horaires {
	width: 60%;
}

.desservi {
	color:#C00;
}

/*----------------------- lien de recherche depot --------------------------- */

#searchForm {}

#search_searchdepot.inputbox {
	margin: 30px;
}


/*---------------------------------------------------------
             Compte adherent - depots  
---------------------------------------------------------*/

/********** Fiches (adherents, depots, ...) ***********/
table.fiche {
	width: 90%;
	margin: 5px;
	font-size: 1em;
}

table.fiche td {
	padding: 3px;
}

.fiche-lib {
	font-weight: bold;
}

.fiche-val {}

.fiche-val a {
	font-size: 1em !important;
}


/*---------------- Legende --------------*/
.legende {
	float: right;
	border: 1px solid #A1A69A;
	padding: 5px;
	color: #666;
	font-size: 0.9em;
}

.legende span {
	display: block;
}

.legende span.libelle {
	font-weight : normal;
}

/*------------ Liste des prets ---------------*/

/* -- filtre prets depot --*/
.crit-pret-filtre {
	margin-bottom: 5px;
}

.crit-pret-filtre #filtre {}
#prets_rsv {}
#prets_rsv #opt_rsv {}
#prets_dates {}
#prets_options {}

.hide {
	display:none;
}

.table-prets {
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #FFF;
	font-size: 1em;
}

.table-prets th {
	background-color: #9ACCEC;
	padding: 2px;
	color: white;
	font-weight: bold;
	text-align: left;
}

.table-prets td {
	border-bottom: 1px solid Gray;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

.table-prets p {
	margin: 0;
}

.table-prets img {
	border: none;
}

/* Pret reserve */
.pret-resa, .pret-resa a {
}

/* Pret en retard */
/* Pret en retard */
.pret-retard, .pret-retard a {}

.pret-retard.pret-prol, .pret-retard.pret-prol a  {}

/* Pret prolonge */
.pret-prol, .pret-prol a {}



/*------------- Liste des resas -------------*/

.table-resas {
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #FFF;
	font-size: 1em;
}

.table-resas th {
	background-color: #9ACCEC;
	padding: 2px;
	color: white;
	font-weight: bold;
	text-align: left;
}

.table-resas td {
	border-bottom: 1px solid Gray;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

.table-resas td a {
	color: inherit;
}


.table-resas p {
	margin: 0px;
}

.table-resas img {
	border: none;
}


/* Type des reservations */
/* par defaut en attente, pas de class */

/* Reservation faite sur le web */
.rsv-web {
	font-style:italic;
}

/* Reservation affectee */
.rsv-affecte {
	color: Red;
}

/* Reservation demandee */
.rsv-demande { /* resa en attente sur un document precis */
	font-weight: bold;
	color: #F60;
}

span.rsv-demande { 
	display: none;
}

/* Reservation transit */
.rsv-transit { 
	font-weight: bold;
	color: #369;
}

span.rsv-transit { 
display: none;
}

/* Acces aux statistiques */

.bouton-stats {
	border: 1px dotted #333;
	margin: 30px;
	font-weight: bold;
}

.bouton-stats input {}


/* ---------- onglets ------------------ */ 


div.stat-depot table {
	width: 80%;
}

div.stat-depot table tr {
}

div.stat-depot table td {
	padding: 5px 0 0 5px;
	vertical-align: top;
}

div.stat-depot table bel.fiche-lib {
	padding: 5px 0;
}

/* General */
/* Horaires */
/* Contraintes */

/* Modifications Statistiques */
div.current select.attente, div.current input.attente {
	background-color: #CFC;
}

div.current select.refus, div.current input.refus {
	background-color: #F30;
}

div.stat-depot .legende   {
	float: none;
}

div.stat-depot .legende .attente {
	background-color: #CFC;
}

div.stat-depot .legende .refus {
	background-color: #F30;
}


/* --------------------------------------------------
		   fin Compte adherent - depots
   ---------------------------------------------------*/

   

/* -----------------------------------------
		          Modules
   ----------------------------------------*/


/* ------------------- recherche rapide -------------------------*/

.mod-opac-rech-rapide {
	margin: 0px auto;
	padding: 5px;
	text-align: center;
}

.mod-opac-rech-rapide form {}

.mod-opac-rech-rapide .inputbox {
	width: 110px;
	margin:0px 5px 0 0 !important;
	font-weight: normal;
}

.mod-opac-rech-rapide .inputbox:focus {
	border:solid 2px #000;
}

.mod-opac-rech-rapide .button {
	margin-top:5px;
	background: #9ACCEC none;
	padding: 0;
}





/* ---------------- recherche express ------------------- */
#mod-opac-rech-express {
	width: 60%;
	/* Pour centrer sous Firefox*/
	margin: 10px auto;
	border: 1px dashed Black;
	background-color: #9ACCEC;
	padding: 10px;
	color: #000;
	font-size: 0.9em;
	text-align: center;
}

#mod-opac-rech-express p {
	margin-bottom: 0;
}

#mod-opac-rech-express-form {}

#mod-opac-rech-express .inputbox {
	width: 50%;
	margin: 10px;
}

#mod-opac-rech-express .button {
	margin: 10px;
	background: transparent url(../images/pfeil2.gif) no-repeat;
}

#mod-opac-rech-express label {
	margin-right: 10px;
}

#mod-opac-rech-express #aide {
	margin-left: 50px;
}


/* ------------ identification ---------- */

.mod-opac-login {
	padding-bottom: 5px;
	font-size: 1em;
	text-align: center;
}

#form-login {}

fieldset.input {}

fieldset.input legend {
	display: none;
}

fieldset.input p {
	margin: 1px;
}

#form-login p label {
	display: block;
}

#form-login-nom {}
#modlgn_nom {}
#form-login-prenom {}
#form-login-carte {}
#modlgn_carte {}
#form-login-password {}
#form-login-birth {}
#modlgn_birth {}
#form-login-remember {}

#form-login-remember label {
	float: left;
}

.mod-opac-login .inputbox {
	font-size: 0.9em;
}

.mod-opac-login .ligne-bouton {
	margin: 0 !important;
	padding: 0  !important;
}

.mod-opac-login .button {
	margin-top:5px;
}

.login-intro {
	margin-top: 5px;
	margin-bottom: 0 !important;
}

.login-compte {
	margin-top: 5px;
	margin-bottom: 0 !important;
}

.login-prets {
	margin-top: 5px;
	margin-bottom: 0 !important;
}

.login-resas {
	margin-top: 5px;
	margin-bottom: 0 !important;
}

.fValidator-msg {
	color: red;
	font-size: 0.9em;
	font-weight: bold;
}


/* ------------ panier ---------- */
#opac_panier {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	font-size: 1em;
	text-align: left;
}

#opac_panier a {}

#opac_panier a:hover {}

#opac_panier img {
	border:none;
}

#opac_panier ul {
	margin: 0;
	padding: 0;
}

#opac_panier ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#opac_panier ul li a {
	display: inline;
}

#opac_panier ul li a:link, #all #opac_panier ul li a:visited {
	background: transparent;
	border-bottom: none;
	color: white;
	font-weight:normal;
}

#opac_panier ul li a:hover, #all #opac_panier ul li a:active, #all #opac_panier ul li a:focus {
	background: transparent;
	color: None;
}

.mod-panier-tit {
	display: block;
}

/* ------------ Multisite ---------- */
.mod-opac-multisite {
	padding-bottom: 5px;
	font-size: 1em;
	text-align:center;
}

#mod-opac-select-multisite-site{}

.mod-opac-select-multisite-libel-site {
	padding: 0 !important;
}

.mod-opac-select-multisite-liste-site {
	padding: 0 !important;
}

.mod-opac-select-multisite-liste-site #listesite {}

.mod-opac-select-multisite-libel-anx {
	padding: 0 !important;
}

.mod-opac-select-multisite-liste-anx {
	padding: 0 !important;
}

.mod-opac-select-multisite-liste-anx #listeanx {}

.mod-opac-select-multi-site-bt .button {
	margin-top:5px;
}


/* ------------ Dernieres notices consultees ---------- */
.mod-opac-last-ntc {
	padding-bottom: 5px;
	font-size: 1em;
}

.mod-opac-last-ntc ul {
	margin: 0;
	padding: 0;
}

.mod-opac-last-ntc li {
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
}


/* ------------ Notices plus consultees ---------- */
.mod-opac-plus-consulte {
	padding-bottom: 5px;
	font-size: 1em;
}

.mod-opac-plus-consulte img {}

.mod-opac-plus-consulte-liste {}

.mod-opac-plus-consulte ul {
	margin: 0;
	padding: 0;
}

.mod-opac-plus-consulte li {
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
}


/* ------------ Nuage mots ---------- */
.mod-opac-nuage-mots {
	padding: 5px;
}

.mod-opac-nuage-mots a {
	text-decoration: none;
	line-height: normal;
}


/* ------------ Nuage mots Flash ---------- */
.mod-opac-nuage-mots-flash {
	padding: 5px;
}


/* ------------- Module Calendrier ----------------------- */
#opac_cal {
	padding: 0 !important;	
}

div.mod-opac-calendrier {}

table.mod-opac-calendrier-cal { 
	width: 90%;
	/*Firefox*/
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #708090;
	border-bottom: 1px solid #708090;
	background-color: #FFF;
	font-size: 0.7em;
}

.mod-opac-calendrier-cal-mois {
	margin: 5px;
	font-weight : bold;
}

.mod-opac-calendrier-cal-mois a {
	text-decoration: none;
}

th.mod-opac-calendrier-cal-nom-jour {
	border: 1px solid #708090;
	background-color: #708090;
	padding: 1px;
	color: #FFF;
	text-align: center;
}

.mod-opac-calendrier-cal-jour {
	border-left: 1px solid #708090;
	border-top: 1px solid #708090;
	color: #000;
	text-align: center;
}

.mod-opac-calendrier-cal-vide {
	border-left: 1px solid #708090;
	border-top: 1px solid #708090;
}

.mod-opac-calendrier-cal-today {
	background-color: #B3D9FF;
	border-left: 1px solid #708090;
	border-top: 1px solid #708090;
	font-weight : bold;
	text-align: center;
}

.mod-opac-calendrier-cal-event {
	background-color: #AECE35;
	border-left: 1px solid #708090;
	border-top: 1px solid #708090;
	font-weight : bold;
	text-align: center;
}

.mod-opac-calendrier-cal-event a, .mod-opac-calendrier-cal-event a:link {
	color: #C00 !important;
	font-weight: bold;
}


/* ------------------------- Module evenement --------------------------- */
.mod-opac-event {
	font-size: 0.9em;
}

.mod-opac-event ul {}

.mod-opac-event ul {}

.mod-opac-event-date {
	display: block;
	color: #708090;
	font-size: 0.9em;
	font-weight: bold;
}

.mod-opac-event-lieu {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
}

.mod-opac-event-nom {
	display: block;
}

.mod-opac-event-nom a {}


/* ------------ Depots ---------- */
.mod-opac-depots {
	padding: 5px;
}

.mod-opac-select-depot-libel {
	padding: 0 !important;
}

.mod-opac-select-depot-liste {
	padding: 0 !important;
}

.mod-opac-select-depot-liste .inputbox {
	width: 90%;
}


/* -----------------------------------------
		         fin Modules
   ----------------------------------------*/



















.z3950-tab-srv {
	margin-bottom: 30px;
}

.z3950-form {
	float: left;
	width: 50%;	
}

.z3950-ok {
	color: green;
}

.z3950-ko {
	color: red;
}

.z3950-resultats {}

.z3950-compteur-resultats {
	margin-bottom:20px;
}


/********************* MODULES ***********************/


/* affichage en ligne */
.result-ntc {
	display:inline;
	border-bottom:1px solid #DDDDDD;
	padding-bottom: 5px;
}

.datas {
	margin-left:90px;
}







/* lien vers notice dans article */
.content-table-rslt {}

.content-table-rslt td {
	padding: 2px;
	text-align: center;
}

.content-table-rslt-couv {
	display: table-cell;
	vertical-align: middle;
	/* Pour centrer sous Firefox*/
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	margin-top: 10px;
	padding-bottom: 10px;
}

.content-table-rslt p{
	line-height: 100%;
}

.content-table-rslt span{
	display: block;
}




.voir-plus-aut {
	position: absolute;
	margin-left: 50px;
	border: 1px solid black;
	background-color: #CFCFCF;
	padding: 5px 20px 5px 20px;
	color: black;
	z-index: 100;
	visibility: hidden;
}




/* Google book */
.google-apercu {
	margin-top: 20px;
}


/* Autorites */
.morph1 {
	color: #666;
	background-color: #ccc;
	height: 200px;
	width: 150px;
	font-size: 12px;
	overflow: auto;
	opacity: 1;
	border: 1px solid #aaa;
	margin: 0;
	padding: 0px;
	position: relative;
}
 
.morph2 {
	color: #000;
	background-color: #eee;
	height: auto;
	width: 600px;
	font-size: 10px;
	overflow: auto;
	opacity: 0.9;
	margin: 0px;
	padding: 5px;
	border: 2px solid #000;
	position: absolute;	
}


.tochead0{
	text-align: center;
	font-weight : bold;
}

.tochead1{
	text-align: center;
}

.tochead2{
	text-align: center;
}

.tcbody0{
	font-weight : bold;
}

.tcbody1{
	padding-left : 20px;
}

.tcbody2{
	padding-left : 40px;
}

.tcbody3{
	padding-left : 60px;
}



/* Cette notice appartient aux domaines */
.domaines-notice{
	margin-top : 20px;
	border: 1px solid black;
	padding: 10px;
}

/*Recherche SRU */
.sru-tab-srv {
	margin-bottom: 30px;
}

.sru-form {
	float: left;
	width: 50%;	
}

.sru-ok {
	color: green;
}

.sru-ko {
	color: red;
}

.sru-resultats {}

.sru-compteur-resultats {
	margin-bottom:20px;
}

