/* +--------------------------------------------------------------------------+
// © 2002-2004 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net)
// +-------------------------------------------------+
// $Id: crips.css,v 1.2 2010/02/28 18:40:57 jokester Exp $
*/

/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                         ATTRIBUTS GENERAUX                                 */
/*                                                                            */
/*  attrbitus généraux de la page                                             */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/

body { 
	font-family : Arial,helvetica,sans-serif;
	font-size : 12px;
	color:#333;
}

#pmbopac{
	width:1000px;
	background-color:white;
	margin: 0 auto;
	text-align:center;
}

#container{
	position: relative;
	margin-left : 20px;
}
/* Ces deux blocs sont deja desactives dans les parametres de l'opac */
/* On les masque a des fin de developpement */
#categories,
#location{
	display:none;
}

/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                            ID FIXES                                        */
/*                                                                            */
/*  feuilles de styles appliquées à des id fixes                              */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/

/*	Panier */
#iframe_resume_panier{
    position:absolute;
    left:40px;
    top:210px;
    width:200px;
    z-index:400;
    height:70px;
}
#cart_info_iframe_content{
	text-transform:lowercase;
    display:block;
    width:175px;
    
}
#intro {
	display:none;
}


#main #intro_message {
	position:absolute;
	top:18px;
	margin-left:-220px;
	z-index:200;
	font-size: 12px;
}      

	#intro_message .p1{
		color:#000099;
		font-size:12px;
		font-weight:bold;
	}
		#intro_message .p1 a{
			color:#000099;
			text-decoration:underline;
			font-weight:normal;
			display:block;
			padding-top:3px;
		}
	#intro_message .p2{
		position:absolute;
		top:300px;
	}
		#intro_message #menu_action{
			list-style-type:none;
			margin:0;
			padding:0;
			width:200px;
		}
		#intro_message #menu_action li{
			padding-bottom:4px;
		}
		#intro_message #menu_action a{
			color:#009;
		}
		
		#intro_message #menu_statistiques{
			list-style-type:none;
			margin:0;
			padding:0;
			position:absolute;
			top:320px;
			margin-left:-43px;
			width:250px;
		}
		#intro_message #menu_statistiques li{
			background-position:0 50%;
			background-color:white;
			background-repeat:no-repeat;
			padding-left:30px;
			font-size:12px;
			padding-top:5px;
			padding-bottom:2px;
			height:10px;
			margin-top:5px;
			color:#333;
		}
		#intro_message #menu_statistiques li.tot_oeil{background-image:url('images/tot/oeil.png');}
		#intro_message #menu_statistiques li.niv_a{background-image:url('images/niv/a.png');}
		#intro_message #menu_statistiques li.niv_b{background-image:url('images/niv/b.png');}
		#intro_message #menu_statistiques li.niv_s{background-image:url('images/niv/s.png');}
		#intro_message #menu_statistiques li.typ_a{background-image:url('images/typ/a.png');}
		#intro_message #menu_statistiques li.typ_b{background-image:url('images/typ/b.png');}
		#intro_message #menu_statistiques li.typ_g{background-image:url('images/typ/g.png');}
		#intro_message #menu_statistiques li.typ_i{background-image:url('images/typ/i.png');}
		#intro_message #menu_statistiques li.typ_k{background-image:url('images/typ/k.png');}
                #intro_message #menu_statistiques li.typ_l{background-image:url('images/typ/l.png');}
		#intro_message #menu_statistiques li.typ_m{background-image:url('images/typ/m.png');}
		#intro_message #menu_statistiques li.typ_r{background-image:url('images/typ/r.png');}
		#intro_message #menu_statistiques li.typ_s{background-image:url('images/typ/s.png');}
		#intro_message #menu_statistiques li.typ_t{background-image:url('images/typ/t.png');}
		#intro_message #menu_statistiques li.typ_u{background-image:url('images/typ/u.png');}
		#intro_message #menu_statistiques li.typ_v{background-image:url('images/typ/v.png');}
                
		
		#menu_statistiques span{
			margin-right:3px;
		}
		 
		span.tot_oeil{color:#333;}
		span.niv_a{color:#333;}
		span.niv_b{color:#333;}
		span.niv_s{color:#333;}
		span.typ_a{color:#cc3300;}
		span.typ_b{color:#339933;}
		span.typ_g{color:#993333;}
		span.typ_i{color:#cc6600;}
		span.typ_k{color:#333;}
                span.typ_l{color:#663300;}
		span.typ_m{color:#ff6600;}
		span.typ_r{color:#006633;}
		span.typ_s{color:#009999;}
		span.typ_t{color:#336699;}
		span.typ_u{color:#cc0066;}
		span.typ_v{color:#993;}
                span.typ_l{color:#663300;}
		
		/* On masque les monographies et les analytique, apparement ils n'en veulent pas */
		li.niv_a,li.niv_m{
			display:none;
		}
		
		img.img_a{background-image:url('images/typ/a.png');background-position: center;background-repeat: no-repeat}
		img.img_b{background-image:url('images/typ/b.png');background-position: center;background-repeat: no-repeat}
		img.img_g{background-image:url('images/typ/g.png');background-position: center;background-repeat: no-repeat}
		img.img_i{background-image:url('images/typ/i.png');background-position: center;background-repeat: no-repeat}
		img.img_k{background-image:url('images/typ/k.png');background-position: center;background-repeat: no-repeat}
                img.img_l{background-image:url('images/typ/l.png');background-position: center;background-repeat: no-repeat}
		img.img_m{background-image:url('images/typ/m.png');background-position: center;background-repeat: no-repeat}
		img.img_r{background-image:url('images/typ/r.png');background-position: center;background-repeat: no-repeat}
		img.img_s{background-image:url('images/typ/s.png');background-position: center;background-repeat: no-repeat}
		img.img_t{background-image:url('images/typ/t.png');background-position: center;background-repeat: no-repeat}
		img.img_u{background-image:url('images/typ/u.png');background-position: center;background-repeat: no-repeat}
		img.img_v{background-image:url('images/typ/v.png');background-position: center;background-repeat: no-repeat;}
		
	#intro_message img {
		position:absolute;
		top:-110px;
		left:10px;
		width:200px;
		height:100px;
	}
#intro_bibli {
	margin-right:15px;
}
	
	#intro_bibli h3{}
	#intro_bibli h3.span {}

	#intro_bibli .p1,
	#intro_bibli .p2 {}
	#intro_bibli .p2 {}
		
#all_footer { 
	position:absolute;
	top:600px;
	margin-left:20px;
}

	#main {
		min-height:600px;
		height:auto !important;
		height:600px;
		display: block;
		padding:18px 20px 0 270px;
		background:white;
		text-align:left;
	}
	
    #main  #search_crl {
    	clear:both;
    }      
	#main h3 { 
		font-size:20px;
		color:#009;
		text-transform:lowercase
	}
	#categories h3,
	#location h3,
	#rss h3,
	#last_entries h3 {
	<!--font-size:18px;   on vire (l.25)-->
		color:#009;
	}
	#main h3 span.normal{
		color:#333;
	}
	
	input{border:1px solid #ccc} 
.div_clr {
    	clear:both;
    	}  

	#location {
		clear:both;
		padding:20px 0;
	}
	#location-container{
		margin-top:20px;
	}
	
	
	#search {
    	margin:0px 0px 30px 0px;
    	padding:2px;
	} 
	#search_block h3{
		padding-top :0px;
		margin-top :0px;
		margin-bottom:5px;
	}
	#search ul.search_tabs{
        list-style:none;
		font-size:13px;
        clear:right;
        height:24px;
		text-transform:lowercase;
		font-weight:bold;
		margin:0;
		padding:0;
		position:relative;
		left:-11px;
	}

	#search ul.search_tabs li{
		float:left;
		padding:3px 10px 0px 10px;
		margin-right:0px;
		margin-left:0px;
		margin-bottom:5px;
        height:17px;
        background:white url(images/sep.png) 100% 6px no-repeat;
	}

	#search ul.search_tabs li a{
		text-decoration:none;
		color:#000099;
	}
          
	#search ul.search_tabs li#current{
		float:left;
		color:#333;
	}


	select{
		margin-bottom:5px;
		border:1px solid #ccc;
	}
	#search input{
		background:white;
		border:1px solid #ccc;
		margin-bottom:10px;
	}
	
	#search form .row input, textarea{
		border:1px solid #ccc;
		background:white;
	}
	
	/* Correctifs de positionnement, selon navigateur */
	#search form .row input{
		float:left;
		display:block;
	}	
	
	select{
		border:1px solid #ccc;
		margin-bottom:6px;
	}
	#search #simple_search_zone input{
		border:none;
	}
	#simple_search_zone .row span{
		width: 10%;
	}
	#search input.text_query {
		background:white;
		border:1px solid #333333;
		height:18px!important;
		height:20px;
	}	
	
	#aut_see {
		border:0px solid #cccccc;
    	padding:5px;
    	background:#CCCCFF;
    	margin-bottom:10px;
	}
	

	/* Le menu de navigation est déplacé sur  */
	/* le coté gauche, dans l'espace #bandeau */
	#navigator {
		display:block;
		position:absolute;
		top:369px;
		margin-left:-220px;
		width:200px;
		z-index:3000;
		font-size: 12px;
	}
	#navigator strong {	display:none;}

	#navigator table {
		border-collapse:collapse;
		display:inline;
	}
	#navigator td {
		padding-bottom:4px;
		display:block;
	}
	#navigator td a {
		text-decoration:underline;
		color:#009;	
	}
	
	
	
/* informations à ajouter pour afficher les catégories */
div.row_categ {
	display: block;
	clear: left;
}

#categories {
	/*display: block;*/
	margin-top:30px;
}

#categories h1 { }


#categories A {
	color:#fff;
	text-decoration:none;
}

#categories A:hover {
	color:#fff;
	text-decoration:underline;
}

/* informations à ajouter pour afficher les catégories */
#categories-container{
	border:none;
	padding: 15px 15px 5px 20px;
	display:block;
}

div.category {	
	float:left;
	width:31%;
	color:#333;
	padding:2px;
}
		
#categories-container h2 {
	font-size:13px;
	padding-bottom :0px;
	padding-left:25px;
	color:#333;
	background-image:url('images/folder.png');
	background-repeat:no-repeat;

}

#categories-container h2 img {
	display:none;
}
	
#categories-container h2 img {padding-top:3px;}
#categories-container a {color:#333;}
#categories-container a:hover {color:#333;}
#categories-container h2 a {color:#0b5791;}
#categories-container h2 a:hover {color:#0a4878;}
#categories-container ul {margin:2px;}

#categories-container li  {
	display: inline;
}

#categories-container li a {
	text-decoration:none;
}
	
#categories-container li a:hover {
	text-decoration:underline;
}

#categories-container li:after  {
	content: " - "; 
}
	
#categories ul.search_tabs {
	display:block;
	width:100%;
	margin:10px 0 30px 0;
	list-style-type:none;
	font-size:12px;
}
#categories ul.search_tabs li{	
	float:left;
}
#categories ul.search_tabs li a{
	float:left;
	margin-top:2px;
	padding:1px 15px;
	height:10px;
	background:#eee;
	color:#555;
	border:1px solid #aaa;
	display:table;
	margin-right:-1px; /* Pour ne pas doubler les bordures */
}

#categories ul.search_tabs #current{
	border:1px solid #aaa;
	background:#c3ceda url('images/fond_bleu.jpg') repeat-x;
	float:left;
	padding:2px 15px;
	height:10px;
	display:table;
	margin-right:-1px; /* Pour ne pas doubler les bordures */
	font-weight:bold;
	color:#222;
}          	


/* 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;
	/*margin-left:18%;*/
	margin-top: 20px;
}

.etageres { 
	clear:both;	
}

#pageHeader 
	{ }

#bandeau {
	float:left;
	width:220px;
	position:absolute;
	top:18px;
	z-index:0;
	text-align:left;
	background:transparent url('images/bandeau.png') no-repeat;
	padding-bottom:15px;
	padding-left:50px;
	padding-top:51px;
	/*min-height:890px;*/
	height:890px;
	font-size:12px;
}
/*html>body #bandeau{
	height : auto;
	min-height:890px;
}*/

	#bandeau a {}
	#bandeau #accueil{
		display:none;
	}
	#bandeau #adresse{
		display:none;
	}
	#bandeau #connexion h3{
		color:#cc0000;
		margin:0;
		padding-bottom:5px;
		text-transform:lowercase
	}
	#bandeau #login_form a{
		color:#cc0000;
		text-transform:lowercase
	}
	#bandeau #login_form label{
		text-transform:lowercase
	}
	#bandeau #login_form input.login{margin-top:5px;}
	#bandeau #login_form input.password{margin:5px 0;}
	
	
	
	#bandeau h3 {
		font-weight:bold;
	}

	#bandeau P.centered {
		text-align:center;
	}

	
	#bandeau li 
	{}
	#bandeau #adresse > h3 {
		padding-top:30px;
	}
	#bandeau #adresse{
		border-bottom:none;
	}

#footer {
	clear:both;
	padding: 5px;
	voice-family: "\"}\"";
	voice-family:inherit;
	text-align:center;
	margin-top:30px;
}
#footer ul{
	list-style-type:none;
}
#footer li{
	display:block;
	float:left;
	margin:0 5px 0 0;
	padding-right:5px;
	background:white url('images/sep.png') 100% no-repeat;
}
#footer a.special{
	background-color:#009;
	color:white;
	padding:2px 4px;
}	
#footer img{
	position:relative;
	top:3px;
}
.lien_pmb_footer{
	display:none;
}

#notice 
	{  }

	#notice h3
	{ }
		
	#notice span 
	{ }

/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                            BALISES HTML                                    */
/*                                                                            */
/*  feuilles de styles appliquées à des balises sans classes ni id spécifiés  */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/

a{
	color:#000099;
	text-decoration:underline;
}
hr{
	display : none;
	border:1px solid #aaa;
	border-bottom:0px;
	height:1px;
}
.categmouseout {
	border: solid 2px #555555;
	background-color: #FFFFFF;
	color: #000000;
	position: absolute;
	visibility:hidden;
	z-index: 2000;
}
.categmouseover {
	border: solid 2px #555555;
	background-color: #FFFFFF;
	color: #000000;
	position: absolute;
	visibility:visible;
	z-index: 2000;
}

/*------------------------------------
/*	tableaux
/------------------------------------*/
table
	{ }

tr
	{ }

th
	{ text-align: left ;}

td.jauge
	{	}

td.visible
	{ }

td.visible-centered
	{ }

tr.even {
	background: #E0E0E0;
	}
tr.surbrillance {
	background: #EECCCC;
	}
tr.odd
	{ }

/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                            CLASSES GENERIQUES                              */
/*                                                                            */
/*  feuilles de styles appliquées à classes de balises                        */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/


/* divers pour les affichages simples de texte   */
/*-----------------------------------------------*/

.row
	{ clear: both; }

.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 {	}
	
.text_query 
	{  }

.fond-mere {
	}

.fond-article {
	}

/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                            CLASSES LIEES A L'APPLICATION                   */
/*                                                                            */
/*  feuilles de styles appliquées a des balises sans classes ni id spécifiés  */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/

input.bouton, input.boutonrechercher 
	{ }

input.numero_page 
	{ }


/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/*                       ONGLETS DE L'AFFICHAGE PUBLIC/ISBD                   */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/

ul#onglets_isbd_public {
    list-style-type: none;
    padding-bottom:10px;
    margin: 0;
    padding-left:2px;
    overflow: hidden;
}

ul#onglets_isbd_public li {
   	float: left;
    height: 21px;
    margin: 2px 2px 0 2px;
    padding-right:3px;
    background:transparent url('images/sep.png') 0% 5px no-repeat;
}
ul#onglets_isbd_public .isbd_public_inactive,
ul#onglets_isbd_public .isbd_public_active{
	padding-left:4px;
	padding-right:0px;
}

ul#onglets_isbd_public .isbd_public_active a{
    color:#333;
}
ul#onglets_isbd_public .isbd_public_inactive a{
    color:#009;
}

ul#onglets_isbd_public a {
    float:left;
    font-weight:bold;
    text-decoration: none;
    padding: 4px;
    cursor: default ;
}

ul#onglets_isbd_public li.isbd_public_inactive a:hover {
    cursor: pointer ;
}

ul#onglets_isbd_public li.onglet_basket,
ul#onglets_isbd_public li.onglet_basket a {
    border: none;
    cursor: pointer;
	width:25px;
}
.img_basket img{
	visibility:hidden;
}
.img_basket{
	background:transparent url('images/panier.png') 0 0 no-repeat;
}
#cart_info_iframe_content .img_basket{
	width:24px;
	height:20px;
	display:block;
	float:left;
	margin-right:5px;
	position:relative;
	top:-6px;
}

ul#onglets_isbd_public li.onglet_tags,
ul#onglets_isbd_public li.onglet_tags a {
    border: none;
	background:none;
    cursor: pointer ;
	text-decoration:underline;	
}

/* Colonnes */
.colonne2 {
  float: left;
  width: 50%;
}

.colonne_suite {
  float: left;
}

.bg-grey {
  background-color: #eee;
  width:100px;
}

/* Etageres */
#etageres { 
	background: #ffffff;
	margin-top:55px;
}
#etagere { 
	
}
#etageres h3{ 
	border:none;
	padding:2px 10px 0 5px;
	display:block;
    height:17px;
	color:#000099;
	font-size:20px;
	font-weight:normal;	
}
#etageres h3 span { 
	padding-left:0px;
	font-weight:bold;
	text-transform: lowercase;
}
#etagere-titre h1 {
	font-size:12px;
	font-weight:bold;
	float:left;
}
#etagere-titre h1 a {
	color:#333333;
	text-decoration:none;
	padding:5px;
	text-transform:lowercase;
	font-weight:bold;
}
#etagere-titre h1 a:hover {
	text-decoration:underline;
}
#etagere-titre a {
}

#etagere-container{

}
#etagere-comment h2 {
	font-style:italic;
	font-size:12px;
	color:#333333;
	padding:5px;
	text-align:left;
	height:0px;
	padding:31px 5px;
}

#etagere-notice-list {
	clear:both;
	padding-left:5px;
}

#etagere-notice-list A:hover {
}
#rss{
	margin-top:20px;
}
/* Le logo etant present dans le footer on le masque */
#rss_logo{display:none;}


/* barre de navigation */
#navigator table {
}

#navigator td {
}

#collapseall {
	vertical-align:middle;
}

#expandall {
	vertical-align:middle;
}

.liste_bulletins {
    padding-left: 3px;
    padding-right: 3px;
    	}  
.notice-heada {
	font-family : Arial,helvetica,sans-serif;
    /*font-family: verdana, helvetica, arial, geneva, sans-serif;*/
	text-decoration: none;
    font-size:13px;
    font-weight:normal;
    position:relative;
    top:-2px;
    color:#333;
}
.notice-parent {
	font-family : Arial,helvetica,sans-serif;
    /*font-family: verdana, helvetica, arial, geneva, sans-serif;*/
    color: #000000;
    margin-left: 0px;
    font-size: 8pt;
    text-decoration: none;
    margin-top:0.7em;
}
.header_title{
	color:#000099;
}
.img_plus {
	background-color: #ccc;
}
.notice-child {
	font-family : Arial,helvetica,sans-serif;
    /*font-family: arial, helvetica, geneva, sans-serif;*/
    width:auto;
    margin:left : -4px;
    padding-right: 4px;
    text-align: left;
    margin-bottom:1.4em;
}


.heada {
	font-family : Arial,helvetica,sans-serif;
    /*font-family: verdana, helvetica, arial, geneva, sans-serif;*/
	text-decoration: none;
    font-weight: bold;
}
.parent {
	font-family : Arial,helvetica,sans-serif;
    /*font-family: verdana, helvetica, arial, geneva, sans-serif;*/
    color: #000000;
    margin-left: 0px;
    text-decoration: none
}
.child {
	font-family : Arial,helvetica,sans-serif;
    /*font-family: arial, helvetica, geneva, sans-serif;*/
   margin-left: 25px;
    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;
}


/* Bannettes */
#bannette {
	background:#EEEEFF; 
	border:#cccccc 1px solid;
}

#bannette-titre h1 {
	margin:0px;
	padding:5px;
	font-size:13px;
	font-weight:bold;
}
#bannette-titre h1 a {
	color:#000000;
}

#bannette-titre a {
}

#bannette-comment h2 {
	width:97%;
	text-align:right;
	font-style:italic;
	font-size:16px;
	color:#ffffff;
	margin:0px;
	padding:0px;
	margin-top:-3px;
	padding-bottom:5px;
}

#bannette-notice-list {
	padding-left:5px;

}

#bannette-notice-list A {
}
#bannette-notice-list A:hover {
}

.alerte {
	color: red;
	font-size:14px;
	}

.echelle_avis {
	background-color: #eeeeee;
	padding: 7px;
	margin: 3px;
	border:1px solid #BBBBCC;
}

#titre-popup {
		margin-top:5px;
		padding-top: 5px;
		padding-bottom: 5px;
		background:#CCCCEE;
		border:1px solid #BBBBCC;
		color: #fee064;
	}

.notice-child .bg-grey {
	font-weight:normal;
	background:transparent url('images/degrade.png') repeat-y 100%;
}

/* surlignage des mots recherchés */
.text_search0 {
	background-color: #ccccff;
	text-decoration: underline;
}

.text_search1 {
	background-color: #ccccff;
	text-decoration: underline;
}

.text_search2 {
	background-color: #ccccff;
	text-decoration: underline;
}

.text_search3 {
	background-color: #ccccff;
	text-decoration: underline;
}

.text_search4 {
	background-color: #ccccff;
	text-decoration: underline;
}

.text_search5 {
	background-color: #ccccff;
	text-decoration: underline;
}

#websubscribe h1 {
	background:white url('images/fond_rouge.jpg');
	border:none;
	padding:2px 10px 0 5px;
	display:block;
    height:17px;
	color:#444;
	font-size:12px;
	font-weight:normal;	
	margin-top:20px;
}
#websubscribe h1 span { 
	background-image:url('images/puce_rouge.jpg');
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:15px;
	color:white;
	font-weight:bold;
}

.subsform {
	width:200px;
}

#websubscribe .erreur {
	color: #FF0000 ;
	font-size:14px;
}

#res_first_page{
	margin-top: 15px;
}

#main_entrez {
	float:left;
	position:absolute;
	top:18px;
	z-index:0;
	text-align:left;
	background:transparent url('images/bandeau.png') no-repeat;
	padding-bottom:15px;
	padding-left:50px;
	padding-top:51px;
	min-height:890px;
}	


/*Rajout par arnaud*/
blockquote{
	padding-left : 0px;
	margin-left: 0px;
}

.public_title{
	font-weight : bold;
}

#titre_exemplaires,
#titre_explnum{
	font-size: 15px;
}
/*.img_plusplus,
.img_moinsmoins{
	margin-bottom : 10px;
}*/

#navigator td, #navigator tr, #navigator table {
	display : block;
}

#sort_icon {
	vertical-align:middle;
}