/* +--------------------------------------------------------------------------+
// | PMB est sous licence GPL, la réutilisation du code est cadrée            |
// +--------------------------------------------------------------------------+
// $Id: manga.css,v 1.14 2008/04/08 18:56:56 touraine37 Exp $		                	   */


/* J'ai peut-être pas le droit de modifier ça ? */


/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                         ATTRIBUTS GENERAUX                                 */
/*                                                                            */
/*  						attributs généraux de la page                            */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 11pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #7686D2;
}
td{
	font-size : 11px;	
}
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                            ID FIXES                                        */
/*                                                                            */
/*  				feuilles de styles appliquées à des id fixes                   */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/




/* -------------------------------- */
/* BLOC PRINCIPAL : 0. '#container' */
/* -------------------------------- */

#container {
	position: absolute;
	margin: 0;
	padding: 0; 
	width: 100%;
}



/* ----------------------------- */
/* BLOCS DE DROITE : 1. '#intro' */
/* ----------------------------- */

#intro {
	position: absolute;
	top: 0;
	left: 14%;
	width: 85%;
	margin: 0;
	padding: 0;
}
	
#intro_bibli {
	border-bottom: 2px solid #FE9D43;
	margin: 4px 0 0 0;
}
	
#intro_bibli h3 { /* position:fixed pour le titre à revoir */
/*	height: 22px;
	line-height: 22px; */
	margin: 0;
	padding: 0 5px 6px 0;
	font-weight: semibold;
	font-size: 13pt;
	color : #7686D2;
	text-align: right;
	border-bottom: 2px solid #FE9D43;
	background-color: #ffffff;
}
	
#intro_bibli h3.span  { /* Technique de csszengarden pour les images ? A voir. */ }


/* INUTILISES - DEBUT */
#intro_pmb {
	width: 100%;
	display: none;
}

#intro_pmb h1, h1 a, h1 a visited {
	text-align: right;
	font-size: 0.8em;
	color: #6B7B3B;
	margin: 0;
}

#intro_pmb h2 {
	text-align: right;
	font-size:0.7em;
	color:#8EA1AD;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#intro_message {
	font-style:italic;
	}

#intro_message .p1,		
#intro_message .p2 {
/*	display:none; */ 
	margin: 0 0 0 0;
	padding : 0 0 0 0;
}
/* INUTILISES - FIN */



/* TEXTES DE PRESENTATION DE LA BIBLIOTHEQUE */

#intro_bibli p.p1,
#intro_bibli p.p2 {
 	padding: 0 5px;
	margin: 3px 0;
	text-align: justify;
	font-size: 0.8em;
}

/* ---------------------------- */
/* BLOCS DE DROITE : 2. '#main' */
/* ---------------------------- */

#main {
	position: absolute;
	left: 15%;
	width: 83%;
	top: 105px; /* Valeur à modifier si le texte #intro_bibli déborde */
	margin: 0;
	padding: 0;
}

#main h3 { /* Titre des blocs Categories, Location, Etagères */
	margin: 5px 0 15px 0;
	padding: 4px 0 5px 5px;
	font-weight: bold;
	text-align: left;
	border-bottom: dotted 1px #7686D2;
	font-size: 11pt;
}

#main h3 span { /* Technique de csszengarden pour les images ? A voir. */
	color: #7686D2;
	padding: 0 20px -10px -10px;
	margin-bottom: -10px;
	margin: 0;
}


/* ONGLETS DU MODULE 'RECHERCHE' */

/* Commmentaires à supprimer après validation */
/* le BLOC '#search' se trouve plus bas dans la feuille de style. */
/* Il est le contenur des éléments suivants */

#search ul { /* '#search ul' au lieu de '#main ul.search_tabs' */
/* ul dépend de #search, je ne comprends pas la class .search_tabs */
	margin: 0;
	padding: 0;
	list-style: none;
	clear: right;
	height: 24px;
	font-size: 11pt; 
	background : url("pointvert.gif") repeat-x bottom left;
/*	border: 1px solid red; */
}

#search li { /* '#search li' au lieu de '#main ul.search_tabs li */
	float: left;
	height: 22px;
	padding: 0;
	border: 1px solid #7686D2;  
	border-bottom: none; 
	margin: 0 4px 5px 0;
	background: #C7D1FF;
	color: #7686D2;
}

#search a { /* '#search a' au lieu de '#main ul.search_tabs li a' */
	display: block;
	padding: 2px 5px;
	width: auto;
	text-decoration: none;
	font-weight: normal;
	color: #7686D2;
}

#search a:hover { /* '#search a:hover' au lieu de '#main ul.search_tabs li a:hover' */
	text-decoration: none;
	font-weight: normal;
	color: #FE9D43;
	background-color: #FFCEA1;
}

#search ul li#current { /* '#search ul li#current' au lieu de '#main ul.search_tabs li#current' */
	float: left;
	padding: 3px 6px 0px 6px;
	background: #FFF1A2;
	border-bottom: 1px solid #FFF1A2; 
	margin-bottom: 4px; 
	height: 19px;
}

#search_crl { clear:both; }      

.div_clr { clear:both; }  



/* ---------------------------------------------------------- */
/* BLOCS DE DROITE : 2.3. '#location' ou mieux 'localisation' */
/* ---------------------------------------------------------- */

#location {
	clear:both;
	margin: 5px 0;
	padding: 0 5px 5px 5px;
	border:2px solid #FE9D43;
	background-color: #FFF8D1;
}

/* ------------------------------------ */
/* BLOCS DE DROITE : 2.2. '#categories' */
/* ------------------------------------ */

#categories {
	margin: 10px 0 10px 0;
	padding: 0 5px 10px 5px;
	border: 2px solid #FE9D43;
	background-color: #FFF8D1;
}
	
#categories h1 {
	font-weight: 500; 
	font-size: 1.5em; 
	background-color: transparent; 
	letter-spacing: 150%; 
	margin: 0.5em 0.2em 0.5em 0.5em; 
}

/* informations à ajouter pour afficher les catégories */
#categories-container {
	}

/* informations à ajouter pour afficher les catégories */
div.row_categ {
	display: block ;
	clear: left;
	}

div.category 
	{ 	
	float:left;
	margin: 0.5em 0.2em; 
	width: 31%; 
	}

#categories-container h2 {
	font-weight: bold; 
	font-size: 1em; 
	background: transparent; 
	margin-top: 0em; 
	margin-bottom: 0.2em; 
}
		
#categories-container li {
	font-size: 0.85em;
	line-height: 1.4em;
	display: inline;
}

#categories-container li:after {
	font-size: 0.8em; 
	content: ", "; 
}
		
#categories-container ul {
	margin-top: 0em;
	margin-bottom: 0em; 
	padding-left: 0em; 
}


/*	Couleurs des liens des 'CATEGORIES' */

#categories a {
	color: #7686D2;
	text-decoration: none;
	border-top: 1px solid #FFF8D1;
	border-bottom: 1px solid #7686D2;
}

#categories a:hover {
	color: #FE9D43;
	background-color: #FFCEA1;
	border-top: 1px solid #FE9D43;
	border-bottom: 1px solid #FE9D43;
}

/* Mise en page des colonnes d'affichage des recherches 
   par auteurs, éditeurs, collections , sous-collections et catégories */
.categ_colonne {
	width:33%;
	float:left;
}
/* reset des largeurs de #categories */
/* après un float:left; l'élément bloc suivant doit avoir l'attribut clear:both s?lectionn? pour ?viter un bug d'affichage */
#last_entries { clear:both; }

/* reset des largeurs de #categories */
/* après un float:left; l'élément bloc suivant doit avoir l'attribut clear:both s?lectionn? pour ?viter un bug d'affichage */
.last_entries { clear:both; }



/* ------------------------------ */
/* BLOC DE GAUCHE : 3. '#bandeau' */
/* ------------------------------ */

#bandeau {
	position: absolute;
	top: 3px;
	left: 2px;
	width: 12.5%;
	height: 100%;
	font-size: 0.8em;
	text-align: left;
	padding: 0;
}

#bandeau a {
	color: #555555;
}

#bandeau form {
	padding: 0;
	margin: 0;
}

#bandeau h3 {
	color: #7686D2;
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
	width: 100%;
	background-color: #FFF1A2/*#FFCEA1*/;
	border-top: 2px solid #FE9D43;
	margin: 0 0 3px 0;
	padding: 2px;	
}

#bandeau ul {
	margin: 0;
	padding: 0;
}
		
#bandeau li {
	line-height: 1em;
	list-style-type: none;
/*	background: transparent no-repeat top center;*/
	display: block;
	padding-top: 0px;
	margin-bottom: 0px;
}

#bandeau div h3 span {
	color: #7686D2;
}


/* ----------------------------- */
/* BLOC DE DROITE : 4. '#footer' */
/* ----------------------------- */

#footer {
	margin: 0;
	padding: 3px 0 0 0;
	border-top: 2px solid #FE9D43;
	border-bottom: 8px solid #FFFFFF; /* pour décoller texte du bas */
	text-align: center;
	voice-family: "\"}\"";
	voice-family:inherit;
}
	
#footer a:link, #footer a:visited {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #7686D2;
	font-size:9pt;
	font-weight: bold;
}
#footer a:hover {
	color: #FE9D43;
}


#notice {
	font-size:10pt;
}

#notice h3 {
	border-bottom: 1px solid #ddcB8C;
	border-top: 1px solid #ddcB8C;
}
		
#notice span {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.liste_bulletins {
    padding-left: 3px;
    padding-right: 3px;
    	}  

.notice-parent {
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	color: #000000;
	margin-left: 0px;
	font-size: 8pt;
	text-decoration: none
	}
.img_plus {
	background-color: #8CC6FF;
}
.notice-child {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 0.9em;
	margin-left: 30px;
	width: 98%;
	padding-left: 4px;
	padding-right: 4px;
	text-align: justify;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c0c0c0;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #c0c0c0;
	border-right-style: none;
	border-top-style: none;
	}

#bandeau div {	
	margin-bottom: 20px; 
	}

#bandeau div h3 {	
	color: #FFFFFF;
}


/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                            BALISES HTML                                    */
/*                                                                            */
/*  feuilles de styles appliquées à des balises sans classes ni id spécifiés  */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
p { 	
	margin:8px;
	}

p.centered {	
	text-align:center;
	}

a {	
	color: #A75204;
	}

a:hover { 
	color: #000000; 
	}


.zoom
{
	border: solid 2px #555555;
	background-color: #FFFFFF;
	color: #000000;
	position: absolute;
	visibility:hidden;
	z-index: 2000;
}
/* ------------------------------------ */
/*	tableaux */
/* ------------------------------------ */
table
	{
	border-collapse: collapse;
	}

tr
	{ }

th
	{ 
	background: #C8D79B;
	text-align: left; 
	}

td.visible
	{	border-bottom: 1px solid #ddcB8C;
		border-top: 1px solid #ddcB8C; }

td.visible-centered
	{	border-bottom: 1px solid #ddcB8C;
		border-top: 1px solid #ddcB8C;
		text-align:center; }

.text_search0 {
	background-color: yellow;
	text-decoration: underline;
}

.text_search1 {
	background-color: red;
	text-decoration: underline;
}

.text_search2 {
	background-color: green;
	text-decoration: underline;
}

.text_search3 {
	background-color: blue;
	text-decoration: underline;
}

.text_search4 {
	background-color: maroon;
	text-decoration: underline;
}

.text_search5 {
	background-color: blank;
	text-decoration: underline;
}

tr.even
	{
	background: #DDF0A7;
	color: #000;
	}

tr.odd
	{
	background: #ECF7C9;
	color: #000;
	}
tr.surbrillance {
	background: #EECCCC;
	}

tr.tr_spacer 
	{
	height: 0px;
	}
td.td_spacer 
	{
	height: 0px;
	}

/* ------------------------------------ */
/*	tableaux des exemplaires de la fiche emprunteur */
/* ------------------------------------ */
table.liste-expl-empr-late 
	{
	}
table.liste-expl-empr-all 
	{
	}

td.expl-empr-retard {
	background: #DD0000;
	color: #FFFFFF;
	}

/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                            CLASSES GENERIQUES                              */
/*                                                                            */
/*  feuilles de styles appliquées à classes de balises                        */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


/* divers pour les affichages simples de texte   */
/*-----------------------------------------------*/
.row
	{ clear: both;
	  width: 80%;
	  margin-left:30px; }

.right,
.right-50,
.right-15,
.right-85 
	{	float: right; }

.right-50 {	width: 50%; }

.right-15 {	width: 15%; }

.right-85 {	width: 85%; }


.right-clear-right,
.right-50-clear-right
	{	float: right;
		clear: right; }

.left-clear-left,
.left-50-clear-left
	{	float: left;
		clear: left; }

.left,
.left-50,
.left-15
	{	float: left;}

.left-50
	{	width: 50%;}

.left-15
	{	width: 15%;}

.left-85
	{	width: 85%;}

.spacer
	{	clear: both;
		visibility: hidden;
		display: none;
		margin-bottom: -10px;
		margin-top: -10px; }

.p1 {	font-size:10pt; }
	
.text_query 
	{ 	width: 20em; }

.fond-mere {
	background-color: #4f72ff;
	}

.fond-article {
	background-color: #68df00;
	}


/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                            CLASSES LIEES A L'APPLICATION                   */
/*                                                                            */
/*  feuilles de styles appliquées à des balises sans classes ni id spécifiés  */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/

input.bouton, input.boutonrechercher 
	{	background:#DFD087;
		color:#7F7027;
		margin-left: 0px;
		margin-right: 0px; }

/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                       MODIFICATIONS POUR L'IMRPESSION                      */
/*                                                                            */
/* pour l'impression, masquage de tags                                        */
/*                                                                            */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                       ONGLETS DE L'AFFICHAGE PUBLIC/ISBD                   */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/

ul#onglets_isbd_public {
    font: bold 11px verdana, arial, sans-serif;
    list-style-type: none;
    padding-bottom: 24px;
    border-bottom: 1px solid #6c6;
    margin: 0;
	padding-left:0px;
}

ul#onglets_isbd_public li {
    float: left;
    height: 21px;
    background-color: #cfc;
    margin: 2px 2px 0 2px;
    border: 1px solid #6c6;
    background-color: #B9A8F0;
}

ul#onglets_isbd_public li.isbd_public_active {
    border-bottom: 1px solid #DDF0A7;
    background-color: #DDF0A7;
}

#onglets_isbd_public a {
    float: left;
    display: block;
    color: #666;
    text-decoration: none;
    padding: 4px;
    cursor: default ;
}
#onglets_isbd_public li.isbd_public_inactive a:hover {
    background: #FFF;
    cursor: pointer ;
    }

/* Colonnes */
.colonne2 {
  float: left;
  width: 50%;
}

.colonne_suite {
  float: left;
}

/* -- */
/* BLOCGestion de l'affichage des 'ETAGERES' */
#etageres {
	margin: 5px 0 10px 0;
	padding: 0 5px 5px 5px;
	border:2px solid #FE9D43;
	background-color: #FFF8D1;
}

#etagere-container {
}

#etagere {
	background: transparent;
	margin: 0;
	padding: 0 5px 5px 5px;
}

#etagere-titre h1 {
	width: 99%;
	margin: -10px 0 0 0;
	padding: 0 5px 0 5px;
	font-size: 1.3em;
	font-weight: bold;
}

#etagere-titre h1 a {
	color: #A75204
	}

#etagere-titre a {
}

#etagere-comment h2 {
	text-align: left;
	font-style: italic;
	font-size: 14px;
	color: #6B7B3B;
	margin: 0px;
	padding: 5px;
}

#etagere-notice-list { padding-left:5px;}
#etagere-notice-list a { }
#etagere-notice-list A:hover { }


/* ----------------------------------------------------------------- */
/* BLOC DE DROITE : 2.1. '#navigator' ou 'A PARTIR DE CETTE PAGE...' */
/* ----------------------------------------------------------------- */

#navigator {
	margin: 5px 0;
	padding: 0 5px 5px 5px;
	border:2px solid #FE9D43;
	background-color: #FFF8D1;
}

#navigator table {
	background-color: #FFF8D1;
	border-collapse:collapse;
	}

#navigator td {
	border-left:3px #FFF8D1 solid;
	border-right:3px #FFF8D1 solid;
	text-align:center;
	font-size:0.9em;
	font-style:italic;
	}

/* ---------------------------------------------- */
/* BLOC DE DROITE : 2.1. '#search' ou 'recherche' */
/* ---------------------------------------------- */

#search {
	margin: 5px 0;
	padding: 5px;
	border:2px solid #FE9D43;
	background-color: #FFF8D1;
}

/* --------------------------------- */
/* BLOC DE GAUCHE : x. '#all_footer' */
/* --------------------------------- */
	
#all_footer {
	position:absolute;
	top: 550px;
	padding-left: 0px;
	width: 13%;
	left: 0;
}


	
iframe#iframe_resume_panier {
	width:100%;
	height:35px;
	border:none;
}

.alerte {
	color: red;
	font-size:14px;
	}
.etiq_champ {
	font-weight:bold;
	}

ul#onglets_isbd_public li.onglet_basket,
ul#onglets_isbd_public li.onglet_basket a {
    border: none;
	background:none;
    cursor: pointer ;
	width:25px;
	}

ul#onglets_isbd_public li.onglet_tags,
ul#onglets_isbd_public li.onglet_tags a {
    border: none;
	background:none;
    cursor: pointer ;
	text-decoration:underline;
	}
