#afCatalogueContainer {
	position: relative;
	z-index: 50;
}
#afCatalogueBox {
	width: 726px;
	height: 200px;
	overflow: auto;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9E1B34;
	z-index: 51;
}
#afCatalogueAide {
	position: absolute;
	width: 726px;
	height: 200px;
	overflow: hidden;
	z-index: 75;
	visibility: hidden;
	background-color: #FFFFFF;
	border-bottom: 4px solid #9E1B34;
	border-left: 1px solid #9E1B34;
	border-right: 1px solid #9E1B34;
	padding: 4 4 4 4;
}

TABLE.afCatalogueHeaders {
	padding: 0;
	border: 0;
	table-layout: fixed;
	width: 726px;
}
TABLE.afCatalogue {
	padding: 0;
	border: 0;
	/*table-layout: fixed;*/
	width: 710px;
}
TR.afCatalogue {
	background: none;
}
TR.afCatalogueOver {
	background: #F4DFE0;
}
TH.afCatalogue {
	font-family:arial, helvetica, sans-seriff;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	background: #9E1B34;
	color: #FFFFFF;
	vertical-align: top;
}
TH.afCatalogue A.afCatalogue {
	color: #FFFFFF;
	text-decoration: none;
}
.afCatalogueOrderSymb, .afCatalogueOrderSymbActif {
	font-family: webdings;
	color: #FFFFFF;
}
.afCatalogueOrderSymbActif {
	color: #FF0000;
}

TD.afCatalogue, TD.afCatalogueAbsent {
	font-family:arial, helvetica, sans-seriff;
	font-size: 8pt;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: bottom;
	height: 16px;
	overflow: hidden;
}
A.afCatalogueFilter, A.afCatalogueFilterEnabled {
	font-family: webdings;
	font-size: 7pt;
	text-decoration: none;
	color: #999999;
	vertical-align: bottom;
}
A.afCatalogueFilterEnabled {
	color: #9E1B34;
}
TD.afCatalogueAbsent {
	color: #C0C0C0;
}

#afCataloguePager {
	width: 726px;
	height: 20px;
}
TR.afCataloguePager {
}
TD.afCataloguePager {
	font-size: 8pt;
	color: #000000;
	vertical-align: bottom;
}
A.afCataloguePager {
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
SELECT.afCataloguePager {
	font-size: 7pt;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin: 0px;
}
FORM.afCatalogueSearch {
	padding: 0px;
	margin: 0px;
}
INPUT.afCatalogueSearch {
	font-size: 7pt;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin: 0px;
}
B.afCatalogueSearchMatch {
	font-size: 8pt;
	color: #9E1B34;
	font-weight: bold;
}
