/* Pour la page principale */

a.siteofficiel {
	font-size: 10px; 
	font-family: Verdana, Arial, sans-serif; 
  text-decoration: none;
 	font-weight:bold;
  color: #916535;
}

a.siteofficiel:hover {
	font-size: 10px; 
	font-family: Verdana, Arial, sans-serif; 
  text-decoration: none;
 	font-weight:bold;
  color: #888888;
}
   
 SPAN.versionNumber {
   color: #FFFFFF;
   }
   
 SPAN.copyright {
   color: #916535;
   }
   
table.footer {
	border-bottom		: 2px solid #916535;
	border-collapse		: separate;
	font-family: Verdana, Arial, sans-serif; 
	font-weight:bold;
	background-color	: #CCCCCC;
}

/* Pour le treeview */
SPAN.TreeviewSpanArea A {
  font-size: 10px; 
font-family: Verdana, Arial, sans-serif; 
  text-decoration: none;
font-weight:bold;
  color: black;
  }
  
SPAN.TreeviewSpanArea A:hover {
  color: #916535;
  }

TD {
  font-size: 10px; 
font-family: Verdana, Arial, sans-serif; 
font-weight:bold;
  }
  
/* Pour les fiches des livres */
td.titre_form {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 20px; 
	color: #916535; 
	text-decoration: none; 
	font-weight:bold;
	text-align: center; 
}

td.libelle {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	color: #000000; 
	text-decoration: none; 
	font-weight:bold;
	text-align: right; 
}

td.data {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	color: #888888; 
	text-decoration: none; 
	font-weight:bold;
	text-align: left; 
}

input.button {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	color: #336699; 
	text-decoration: none; 
	font-weight:bold;
	height:18;
	background-color: #FFFFFF;	
	border : thick none black;
	cursor:pointer;
}

/* Pour les listes de livres */
table.tableLists {
	border-bottom		: 2px solid #916535;
	border-collapse		: separate;
	font-family: Verdana, Arial, sans-serif; 
	margin-bottom		: 20px;
	font-weight:bold;
	background-color	: #CCCCCC;
}

table.tableLists th {
 	font-size:10px;
	background-color	: #916535;
	font-family: Verdana, Arial, sans-serif; 
	color				: white;
	padding-left		: 3px;
	font-weight:bold;
}

table.tableLists td.clair {
	border-bottom: 1px solid #916535;
 	font-size:9px;
	font-weight:bold;
	font-family: Verdana, Arial, sans-serif; 
	padding-left: 5px;
	cursor:pointer;
}

table.tableLists td.fonce {
	border-bottom: 1px solid #916535;
 	font-size:9px;
	font-weight:bold;
	font-family: Verdana, Arial, sans-serif; 
	padding-left: 5px;
	background-color	: #AAAAAA;
	cursor:pointer;
}
