/* classes pour la page sommaire */
.rubrique {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.txtsomrouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #970000;
	text-decoration: none;
}
.txtsomrouge A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #970000;
	text-decoration: none;
}
.txtsomrouge A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #970000;
	text-decoration: none;
}
.txtsomrouge A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #D61F1F;
	text-decoration: none;
}
.txtsomnoir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.txtsomnoir A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.txtsomnoir A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.txtsomnoir A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #b3b3aa;
	text-decoration: none;
}
.txtsomgris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #B3B3AA;
	text-decoration: none;
}
.txtsomgris A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #B3B3AA;
	text-decoration: none;
}
.titsommaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #B3B3AA;
	text-decoration: none;
	text-transform: uppercase;
}

/* classes pour les menus de gauche */
.nav0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #AA0000;
	text-decoration: none;
	text-transform: uppercase;
}
.nav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #9D0000;
	text-decoration: none;
}
.nav1 A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #9D0000;
	text-decoration: none;
}
.nav1 A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #9D0000;
	text-decoration: none;
}
.nav1 A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #D61F1F;
	text-decoration: none;
}
.nav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #f7f7f7;
	text-decoration: none;
	text-transform: capitalize;
}
.nav2 A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #f7f7f7;
	text-decoration: none;
}
.nav2 A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #f7f7f7;
	text-decoration: none;
}
.nav2 A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #D61F1F;
	text-decoration: none;
}
.nav3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* classe pour les 3 champs de formulaire de la pge gauche */
.divDenoel {
	position:absolute;
	width:120px;
	height:100px;
	overflow:auto;
	z-index:2;
	top:108px;
	left:148px;
	clip:  rect(0px 120px 100px 0px);
	background-color: #DCC7C4;
	border: 1px solid #973A39;
	visibility: hidden;
	scrollbar-face-color: #973A39; 
	scrollbar-arrow-color: #DCC7C4; 
	scrollbar-track-color: #DCC7C4; 
	scrollbar-3dlight-color: #973A39;
}

.divDenoelText {
	position: absolute;
	width: 100px; 
	height: 100%;	
	z-index: 2; 
	visibility: inherit;
	top: 0px;
	left: 0px;
}
	
.recherche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #973938;
	text-decoration: none;
}
.recherche A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #973938;
	text-decoration: none;
}
.recherche A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #973938;
	text-decoration: none;
}
.recherche A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #9D0000;
	text-decoration: none;
}


/* classe pour les champs de formulaire de classement */
SELECT.classement {
	FONT-SIZE: 10px;
	MARGIN: 0px;
	WIDTH: 115px;
	COLOR: #9F9B84;
	padding: 0px;
	BORDER-RIGHT: #BCB9A9 1px solid;
	BORDER-TOP: #BCB9A9 1px solid;
	BORDER-LEFT: #BCB9A9 1px solid;
	BORDER-BOTTOM: #BCB9A9 1px solid;
}

/* classes pour les pages fiche et ouvrage */
.txtnoir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.collection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #706F61;
	text-decoration: none;
	text-transform: uppercase;
}
.auteur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #970000;
	text-decoration: none;
}
.contributeur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #737163;
	text-decoration: none;
}
.oeuvre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
.oeuvre A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
.ref {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #706F61;
	text-decoration: none;
}
.parution {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #706F61;
	text-decoration: none;
}
.txtnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.txtrouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #970000;
	text-decoration: none;
}
.intertitres { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	color: #706f61; 
	text-decoration: none; ; 
	text-transform: uppercase
}
.titreliste { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	color: #970000; 
	text-decoration: none; 
	text-transform: none; 
}

