BODY {
	margin: 0 ;
	padding: 0 ;
	font-family: Frutiger, Arial, Helvetica, sans-serif;
}

/*----------------------------------------------------------------------------------
		Entete et Menu
----------------------------------------------------------------------------------*/

.entete{
	background: #8eb744 url(../Images/bandeau.jpg) no-repeat left top;
	margin-top: 150px;
}

.haut_col {
width: 170px;
height: 40px;
	background-image: url(../Images/haut_col.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.bas_col {
width: 170px;
height: 20px;
	background-image: url(../Images/bas_col.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.menubg {
	background-color: #f8de36;
}

.menu{
	border-top: 1px solid #fadc3c;
	border-left: 10px solid #fadc3c;
	border-right: 1px solid #FFCC00;
	/*border-bottom: 1px solid #DEDEDE;
	*/
	padding: 3px 3px 3px 10px;
	background-color: #FFFFFF;
}

.menu:hover{
	border-top: 1px solid #D63A47;
	border-left: 10px solid #D63A47;
	border-right: 1px solid #D63A47;
}

.menu a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
}

.menu a:hover {
	color:#d63a46;
	text-decoration: none;
}

/*----------------------------------------------------------------------------------
	Contenu
----------------------------------------------------------------------------------*/

.champs {
	background: #F9DA31 url(../images/fd-champs.jpg) repeat-y top left;
	color: #003300;
}

.champs2 select {
	background: #F9DA31 url(../images/fd-champs.jpg) repeat-y top left;
	color: #003300;
}

.gdtitre {
	color: White;
	font-size: 14 px;
	font-weight: bold;
	text-align: center;
}

.contenu {
	margin: 10px;
	background-color: #FFFFE0;
	font-size: 14px;
}

.contenu a {
	color: #252525;
}

.contenu a:hover {
	color: #B40000;
}

.chargement {
	background-color: #8eb744;
	border: 1px solid #003300;
	padding: 5px;
	color: White;
	font-size: 14px;
	font-weight : bold;
	text-align: center;
	position:absolute;
    left: 50%; 
    top: 50%;
    width: 300px;
	height: 40px;
	margin-top: -20px; /* moitié de la hauteur */
    margin-left: -150px; /* moitié de la largeur */
}

.cnx {
	text-align: right;
}

.titre {
	margin-bottom: 10px;
	padding: 2px 0px 2px 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d63a46;
	color: #d63a46;
	font-family: Ambule, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}

.sstitre {
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
}

.crit_rech {
	font-size: 14px;
	font-weight: bold;
}

.critsecond_table {
	border: 1px solid #003300;
	background: #F9DA31 url(../images/fd-champs.jpg) repeat-y top left;
	color: white;
}

.critsecond_table caption {
	border-top: 1px solid #003300;
	border-left: 1px solid #003300;
	border-right: 1px solid #003300;
	padding: 4px;
	background: #88B55D url(../images/fd-champs2.jpg) repeat-y top left;
	color: #003300;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
}

.crit_second {
	padding-top: 2px;
	color: #8eb744;
	font-size: 14px;
	font-weight: bold;
}

.texte {
	padding: 4px;
	font-size: 14px;
}

.resultats {
	padding: 5px;
	font-size: 14px;
}

.resultstble {
	width:100%;
	border: 1px solid #003300;
	border-spacing: 0px;
	border-collapse: collapse; 
	background: #F9DA31 url(../images/fd-champs.jpg) repeat-y top left;
	color: #003300;
}

.intitule {
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
}

th {
	padding: 2px;
	border-bottom: 1px solid #003300;
	background: #88B55D url(../images/fd-champs2.jpg) repeat-y top left;
	color: #003300;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.resultstble th a {

}

.resultstble th a:hover {

}

td {
	padding: 2px;
	font-size: 14px;
	vertical-align: text-top;
}

.resultstble td a {

}

.selection {
	background-color: White;
}

.selection a {

}

.selection a:hover {

}

/*----------- barre de navigation  -----------*/

.page_ligne {
	display: block;
	width: 99%;
	margin-top: 2px;
	margin-bottom: 5px;
	padding: 2px;
}

.page {
	float: left;
	font-size: 14px;
	font-style: italic;
}

.page_nav {
	font-size: 14px;
	text-align: right;
}

.page_nav a {
	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 {

}

.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 {

}

.page_ligne_fas {
	display: block;
	width: 99%;
	margin-top: 2px;
}

   /* ------------------------------------------------------------
		                 fin Détail des fascicules
   	 -------------------------------------------------------------*/

   /* ------------------------------------------------------------
		                 Panier
   	 -------------------------------------------------------------*/

.paniertble {
	width:100%;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse; 
}

.paniertble th {

}

.typeresa {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

   /* ------------------------------------------------------------
		                 Fin Panier
   	 -------------------------------------------------------------*/
	 

   /* ------------------------------------------------------------
		                 Détail des exemplaires
   	 -------------------------------------------------------------*/

#exemplairesdiv {
	text-align: center;
}

.exemplairestble {
	width:98%;
	border: 1px solid #003300;
	border-spacing: 0px;
	border-collapse: collapse; 
	background: #F9DA31 url(../images/fd-champs.jpg) repeat-y top left;
	color: #003300;
	text-align: left;
}

.exemplaires {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

.exemplairestble th {

}

.exemplairestble td {
	padding: 2px;
}

/*----------- barre de navigation détail des exemplaires -----------*/

.page_ligne_ex {
	display: block;
	width: 99%;
}

.page_ex {
	float: left;
	font-size: 14px;
	font-style: italic;
}

.page_nav_ex {
	font-size: 14px;
	text-align: right;
}

.page_nav_ex a {

}

.page_nav_ex .texte {
	font-size: 14px;
}

   /* ------------------------------------------------------------
		                 Fin Détail des exemplaires
   	 -------------------------------------------------------------*/


   /* ------------------------------------------------------------
		                 Détail de la notice
   	 -------------------------------------------------------------*/

.affichage {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

/*----------- détail de la notice en ligne -----------*/

.intitule_public {
	float: left;
	width: 30%;
	font-size: 14px;
	font-weight: bold;
}

.donnee_public {
	float: right;
	width: 70%;
	margin-bottom: 5px;
	font-size: 14px;
}

#sous_ntc {
	font-size: medium;
	font-weight: bold;
}

   /* ------------------------------------------------------------
		                 Fin Détail de la notice
   	 -------------------------------------------------------------*/
	 
	 
   /* ------------------------------------------------------------
		                 Compte Adhérent
   	 -------------------------------------------------------------*/

.infoslecteur {
	margin: 10px;
}
	 
.lecteurident {
	float: left;
	width: 250px;
	font-size: 14px;
}

.alerte {
	clear: both;
	margin-bottom: 15px;
	color: Red;
	font-size: 14px;
	font-weight: bold;
}

.infocpte {
	font-size: 14px;
	color: #FF8C00;
	font-weight: bold;
}

.crit_prin {
	font-size: small;
	font-weight : bold;
	text-align: right;
	text-transform: uppercase;
}

.docdde {

}

.infoadhtble {
	width:100%;
	border: 1px solid #003300;
	border-spacing: 0px;
	border-collapse: collapse; 
	background: #F9DA31 url(../images/fd-champs.jpg) repeat-y top left;
	color: #003300;
}

.profilstble {
	width:100%;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse; 
}

.resastble {
	width:100%;
	border: 1px solid #003300;
	border-spacing: 0px;
	border-collapse: collapse; 
	background: #F9DA31 url(../images/fd-champs.jpg) repeat-y top left;
	color: #003300;
}

.resastble th a {

}

.resastble th a:hover {

}

.resastble td {
	padding: 2px;
}

/*------------ réservations faites sur le web ------------*/
.resaweb {

}

.sel_crit_pret {
	width: 50%;
	text-align: left;
}

.pretstble {
	width:100%;
	border: 1px solid #003300;
	border-spacing: 0px;
	border-collapse: collapse; 
	background: #F9DA31 url(../images/fd-champs.jpg) repeat-y top left;
	color: #003300;
}

.pretstble th a {

}

.pretstble th a:hover {

}

.pretstble td {
	padding: 2px;
}


/*------------ prêts réservés par un autre utilisateur ------------*/
.pretdocrsv {
	
}

/*------------ prêts en retard ------------*/
.pretretard {
	background-color: #CC1B37;
	color: white;
}

   /* ------------------------------------------------------------
		                 Fin Compte Adhérent
   	 -------------------------------------------------------------*/

.boutondiv {
	padding: 2px;
}

.boutondiv form {
	display: inline;
}

.bouton {
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #003300;
	background-color: #CC1B37;
	color: white;
	font-weight: bold;
	cursor: hand;
}

.bouton2 {
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #003300;
	background-color: #CC1B37;
	color: white;
	font-weight: bold;
	cursor: hand;
}

.masque {
	visibility:hidden;
}

SELECT, TEXTAREA {
	font-family: Frutiger, Arial, Helvetica, sans-serif;
	font-size: small;
}
