body {
	margin: 0;
	border: 0 none;
	padding: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	text-align:center;
}

.general {
	background: #CCC url("../images/fond.png") repeat-x left top;
	color: #000;
}

#bloc_general {
	height: 100%;
	margin: 15px auto;
	min-height: 540px;
	position: relative;
	text-align: center;
	width: 999px;
}

#entete {
	position: relative;
	height: 199px;
	background: #520028 url("../images/bandeau_fond_5.png") no-repeat scroll left top;
	color: #FFF;
	font-size: 1em;
}

#contentarea {
	width: 999px;
	margin: 0 auto;
	background: #FFF url("../images/pied-fond-ville.png") no-repeat right bottom;
	padding-bottom: 70px;
	text-align: left;
	z-index: 9;
}

#main {
	background: #FFF url("../images/logo-stseb-extra.png") no-repeat right bottom;
	padding-bottom: 70px;
	text-align: left;
}

#pied {
	clear: both;
	background: transparent url("../images/pied-fond_5.png") no-repeat left bottom;
	padding-bottom:18px;
}

#pied .adresse {
	background-color: #520028 !important;
	color: #FFF;
	font-size: 0.85em;
	padding: 20px 5px 5px;
	text-align: center;
}

/*------------ entete ------------*/
.bandeau {
	background: transparent url(../Images/bandeau-st-sebastien.png) no-repeat  top right;
	/* Pour centrer sous Firefox*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.logo {
	width: 40%;
	height: 149px;
	text-align: center;
}

.logo h1 {
	margin: 0;
	padding: 30px;
	font-size: 2.4em;
	font-weight: normal;
	font-style: italic;
}

.logo a {
	color: white;
	font-size: 1.4em;
	font-style: italic;
	text-decoration: none;
}

.logo a:hover {
	text-decoration: underline;
}

#menucat {
	text-align: left;
}

#menucat ul {
	overflow: hidden;
	width: 998px;
	height: 38px;
	margin: 0;
	border-left: 1px solid #FFF;
	background: transparent url("../images/menu_fond.png") repeat-x left top;
	padding: 0;
}

#menucat li {
	display: inline;
	margin: 0;
	border-right: 1px solid #FFF;
	padding: 9px 0 15px 0;
	list-style: none;
	text-align: center;
}

#menucat a {
	display: inline-block;
	padding: 9px 25px 15px;
	color: white;
	font-size: 0.9em;
	text-decoration: none;
}

#menucat a:hover {
	background: #520028 url("../images/menu_on_5.png") repeat-x left top;
}


/*------------ zone centrale ------------*/

#left {
	float: left;
	width: 200px;
	background: transparent url(../Images/box-menu-bot_5.png) no-repeat bottom;
	padding-bottom: 17px;
}

#left ul {
	margin: 0;
	margin-left: 5px;
	background: transparent url("../images/box-menu-mid_5.png") repeat-y left;
	padding: 30px 10px 10px;
}

#left ul li {
	min-height: 21px;
	margin-bottom: 5px;
	background: transparent url("../images/fleche_5.png") no-repeat left top;
	padding: 0 0 0 20px;
	list-style: none;
}

#left ul li a {
	color: #603;
	font-size: 0.8em;
	text-decoration: none;
}

.contenu {
	padding: 10px;
	font-size: 0.9em;
	text-align: left;
}

.contenu a {
	color: #603;
	text-decoration: none;
}

.contenu a:hover {
	text-decoration: underline;
}

.contenu img {
	border: none;
}

.chargement {
	border: 1px solid Black;
	background-color: #603;
	padding: 5px;
	color: White;
	font-size: 0.9em;
	font-weight : bold;
	text-align: center;
	vertical-align: middle;
	position:absolute;
    left: 50%;
    top: 50%;
    width: 300px;
	height: 40px;
	margin-top: -20px; /* moitié de la hauteur */
    margin-left: -150px; /* moitié de la largeur */
	visibility: hidden;
}

.cnx {
	display: none;
	text-align: right;
	vertical-align: middle;
}

.titre {
	margin: 1em 0 0.5em;
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
}

.sstitre {
	padding: 2px;
	font-size: 1.2em;
	text-align: center;
}

.texte {
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
}

.crit_rech {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}


/*----------- Recherche détaillée  -----------*/
#rech-det {
	text-align: center;
}

#rech-det select, #rech-det input {
	margin-top: 2px;
	margin-bottom: 2px;
}

.saisie {
	clear: both;
	/* Pour centrer sous Firefox*/
	margin-left: auto;
	margin-right: auto;
	width: 610px;
	padding: 0;
	text-align: left;
}

.operateur {
	/* Pour centrer sous Firefox*/
	margin-left: auto;
	margin-right: auto;
	width: 610px;
	padding: 0;
	text-align: right;
}

.booleen {
	float: left;
}
/*----------- fin Recherche détaillée  -----------*/


/*----------- Critères secondaires  -----------*/

#crit_second {
	width: 75%;
	/* Pour centrer sous Firefox*/
	margin-left: auto;
	margin-right: auto;
}

.col_crit_second {
	float: left;
	width: 33%;
	text-align: left;
}

.crit_second {
	padding-top: 2px;
	font-size: 0.9em;
}

/*----------- fin Critères secondaires  -----------*/

.resultats {
	font-size: 0.9em;
	text-align: center;
}

.resultatsprop {
	font-size: 0.9em;
	text-align: center;	
}

.resultatscorrection {
	font-size: 0.9em;
	text-align: center;
}

.intitule {
	font-size: 0.9em;
	font-weight: bold;
}

th {
	/*background-color: #603;
	color: white;*/
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	vertical-align: text-top;
}

.resultstble {
	width:100%;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse; 
}

.resultstble th a {}

.resultstble th a:hover {}

.resultstble td {
	font-size: 0.9em;
	text-align: left;
	vertical-align: text-top;
}

.resultstble td a {
	font-size: 0.9em;
}

.selection {
	background-color: #969;
}

.selection a {
	color: white;
}

.selection a:hover {}

/*----------- barre de navigation  -----------*/

.page_ligne {
	display: block;
	width: 98%;
	margin-top: 2px;
	margin-bottom: 5px;
}

.page {
	float: left;
	font-size: 0.9em;
	font-style: italic;
	white-space: nowrap;
}

.page_nav {
	font-size: 0.9em;
	text-align: right;
}

.page_nav a {
	font-size: 0.9em;
	text-decoration: none;
}

.page_nav .texte {
	font-size: 14px;
}

   /* ------------------------------------------------------------
	Liste des Autorités / Notice autorité - listep.html / autorites.html
   	 -------------------------------------------------------------*/

.autoritetble {
	width: 90%;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse; 
}

.autoritetble th {}

.autoritetble td {
	font-size: 0.9em;
	text-align: left;
	vertical-align: text-top;
}

.page_ligne_aut {
	display: block;
	width: 90%;
	margin-top: 2px;
}

   /* ------------------------------------------------------------
		                 fin Notice autorité
   	 -------------------------------------------------------------*/

   /* ------------------------------------------------------------
		           Détail des fascicules - fasp.html
   	 -------------------------------------------------------------*/

.fasciculestble {
	width:100%;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse; 
}

.fasciculestble th {}

.fasciculestble td {
	font-size: 0.9em;
	text-align: left;
	vertical-align: text-top;
}

.page_ligne_fas {
	display: block;
	width: 98%;
	margin-top: 2px;
}

   /* ------------------------------------------------------------
		                 fin Détail des fascicules
   	 -------------------------------------------------------------*/

   /* ------------------------------------------------------------
		                 Panier
   	 -------------------------------------------------------------*/

.paniertble {
	width:100%;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse; 
}

.paniertble th {}

.paniertble td {
	font-size: 0.9em;
	text-align: left;
	vertical-align: text-top;
}

.typeresa {
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
}

   /* ------------------------------------------------------------
		                 Fin Panier
   	 -------------------------------------------------------------*/
	 

   /* ------------------------------------------------------------
		                 Détail des exemplaires
   	 -------------------------------------------------------------*/

#exemplairesdiv {
	text-align: center;
}

.exemplairestble {
	width:99%;
	border: 1px solid #603;	
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: left;
}

.exemplairestble caption {
	background-color: #603;
}

.exemplaires {
	color: white;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

.exemplairestble th {}

.exemplairestble td {
	font-size: 0.9em;
	text-align: left;
	vertical-align: text-top;
}

/*----------- barre de navigation détail des exemplaires -----------*/

.page_ligne_ex {
	display: block;
	width: 98%;
}

.page_ex {
	float: left;
	font-size: 0.9em;
	font-style: italic;
}

.page_nav_ex {
	font-size: 0.9em;
	text-align: right;
}

.page_nav_ex a {
	font-size: 0.9em;
	text-decoration: none;
}

.page_nav_ex .texte {
	font-size: 0.9em;
}

   /* ------------------------------------------------------------
		                 Fin Détail des exemplaires
   	 -------------------------------------------------------------*/


   /* ------------------------------------------------------------
		                 Détail de la notice
   	 -------------------------------------------------------------*/

.affichage {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

/*----------- détail de la notice en ligne -----------*/

.intitule_public {
	/*float: left;*/
	font-size: 0.9em;
	font-weight: bold;
}

.donnee_public {
	font-size: 0.9em;
	font-weight: normal;
}

#sous_ntc {
	font-size: 1em;
	font-weight: bold;
}

   /* ------------------------------------------------------------
		                 Fin Détail de la notice
   	 -------------------------------------------------------------*/
	 
	 
   /* ------------------------------------------------------------
		                 Compte Adhérent
   	 -------------------------------------------------------------*/

.lecteurident {
	float: left;
	font-size: 0.9em;
}

.alerte {
	clear: both;
	color: Red;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

.infocpte {
	font-size: 0.9em;
	color: #FF8C00;
	font-weight: bold;
	text-align: center;
}

#ident {
	text-align: center;
}

#ident input {
	margin-top: 2px;
	margin-bottom: 2px;
}

/* ---- ancien crit_prin ----*/
.crit_ident {
	/* Pour centrer sous Firefox*/
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	text-align: right;
}

.crit_ident span {
	font-size: 0.9em;
	font-weight : bold;
	text-transform: uppercase;
}

.valid_ident {
	/* Pour centrer sous Firefox*/
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	text-align: right;
}

.docdde {
	text-align: center;
}

.infoadh {
	font-size: 0.9em;
	text-align: left;
}

.infoadhtble {
	width:100%;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse; 
}

.infoadhtble td {
	font-size: 0.9em;
	text-align: left;
	vertical-align: text-top;
}

.profilstble {
	width:100%;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse; 
}

.resastble {
	width:100%;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse; 
}

.resastble th a {}

.resastble th a:hover {}

.resastble td {
	font-size: 0.9em;
	text-align: left;
	vertical-align: text-top;
}

/*------------ réservations faites sur le web ------------*/
.resaweb {
	font-weight: bold;
}

.sel_crit_pret {
	width: 50%;
	text-align: left;
}

.pretstble {
	width:100%;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse; 
}

.pretstble th a {}

.pretstble th a:hover {}

.pretstble td {
	font-size: 0.9em;
	text-align: left;
	vertical-align: text-top;
}


/*------------ prêts réservés par un autre utilisateur ------------*/
.pretdocrsv {}

/*------------ prêts en retard ------------*/
.pretretard {
	color: Red;
}

   /* ------------------------------------------------------------
		                 Fin Compte Adhérent
   	 -------------------------------------------------------------*/

.boutondiv {
	padding: 2px;
	text-align: center;
}

.boutondiv form {
	display: inline;
}

.bouton {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #850444;
	color: white;
}

.bouton2 {
	margin-left: 5px;
	margin-right: 5px;
}


/* ------------- classes impératives ne pas supprimer -------------*/
.masque {
	display: none;
	visibility:hidden;
}

.visible {
	visibility:visible;
}

.masque .visible {
	visibility:hidden;
}

.masque_ident {
	display: none;
	visibility:hidden;
}

.visible_ident {
	visibility:visible;
}

.centre {
	text-align: center;
}

.centre table {
	/* Pour centrer sous Firefox*/
	margin-left: auto;
	margin-right: auto;
}

/* ------------- fin classes impératives -------------*/

SELECT, TEXTAREA {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}