@charset "utf-8";
/* CSS Document */

/*** catégorie ***/
.cat_head {
	color: #fff;
	padding:2px;
	font-weight:bold;
	height:30px;
	overflow:hidden;
}
.cat_content {}

/*** Sous catégorie ***/
.scat_titre {
	cursor:pointer;
	margin-left:5px;
	margin-top:5px;
	font-size:9pt;
}
.scat_titre EM {
	font-size:8pt;
}
.scat_panel {}
.scat_result {}
.scat_chgt {
	margin-left:15px;
	margin-top:5px;
	font-size:7pt;
	font-weight:bold;
}
.scat_chgt IMG {
	vertical-align: middle;
}
.scat_empty {
	cursor: default;
}
.scat_empty IMG {
	filter					: alpha(opacity=50);
	-moz-opacity			: 0.5;
	-khtml-opacity			: 0.5;    
	opacity					: 0.5;
	cursor					: default;
}
/*** Tableau résultat ***/
.scat_result_table { }
.at_line {}
.at_line_tdphoto {
	padding-left:10px;
	padding-right:2px;
	padding-top:3px;
}
.at_line_tdinfos {
	padding-top:3px;
	font-size:7pt;
}
.at_line_ville  {
	font-weight:bold;
	width:115px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.at_line_nom {
	width:115px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.at_line_lnk {
	color:#6B5645;
}

/*** pager ***/
.scat_pager {
	margin-left:10px;
	width:174px;
	margin-top:4px;
	padding-top:4px;
	border-top:1px solid #6B5645;
	text-align:center;
	height:10px;
}
.scat_pager IMG { cursor:pointer; }
.scat_pager .img_first { margin-right:3px;}
.scat_pager .img_left { margin-right:3px;}
.scat_pager .img_right { margin-left:3px;}
.scat_pager .img_last { margin-left:3px;}
.scat_pager .pages_span { 
	font-size:7pt; 
	font-weight:bold; 
	position: relative; 
	top: -2px; 
	padding: 0 5px;
}
/*** reloading ***/
.chgt_reloading {
	position:absolute;
	margin-top : -40px;
	margin-left: 10px;
	padding-top:4px;
	width	:174px;
	height: 20px;
	overflow:hidden;
	background-color:#FCECC0;
}
.tabresult_reloading {
	filter					: alpha(opacity=45);
	-moz-opacity			: 0.45;
	-khtml-opacity			: 0.45;    
	opacity					: 0.45;
}
