.breadfiches	{
	padding:8px 0;
	margin-bottom:12px;
	border-bottom: 1px dotted #9F9F9F;
}
.tb_t{
  border-top:#7D7D7D 1px solid;
}
.tb_b{
  border-bottom:#7D7D7D 1px solid;
}
.tb_l{
   border-left:#7D7D7D 1px solid;
}
.tb_r{
    border-right:#7D7D7D 1px solid;
}
th.tb_h	{
	color:#D7D7D7;
	background:#7D7D7D;
	font-weight:normal;
}
th.tb_l{
   border-left:#B0B0B0 1px solid;
}
th.tb_r{
    border-right:#B0B0B0 1px solid;
}
#fiche_imagediv {
    width:720px;
    height:460px;
    overflow:hidden;
    background-color:#fff;
    border:2px solid #A6A6A6;
    border-bottom-width:1px;
    }
#fiche_controlDiv {
    width:722px;
    height:34px;
    background-image:url(/images/fiches/bbg.png);
    cursor:pointer;
    text-align:left;
    border-left:1px solid #A6A6A6;
    border-right:1px solid #A6A6A6;
}
#fiche_bodydiv {
    width:720px;
}
#fiche_partsdiv {
    width:720px;
}
#fiche_imagemanipulatediv{
    height:34px;
    background-image:url(/images/fiches/slider_bar.png);
}
#fiche_copyrightDiv{
    background-color:#fff;
}
table.tbl4 {
	margin-top:12px;
	border-collapse:collapse;
	border:none;
	background-color:transparent;
}
.tbl4 th, .tbl4 td	{
	padding: 6px;
	vertical-align:top;
	border:none;
}
.tbl4 th.mid, .tbl4 td.mid	{
	vertical-align:middle;
}
.tbl4 tr.sep	{
	border-bottom:1px solid #ccc;
}

div.fiche_title	{
	width:698px;
	margin:12px 0;
	padding:6px 12px;
	text-align:left;
	font-size:13px;
	background:#F6F6F6;
	border:1px solid #ccc;
	border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-khtml-border-radius:2px;
	box-shadow: 1px 1px 3px #ccc;-moz-box-shadow: 1px 1px 3px #ccc;-webkit-box-shadow: 1px 1px 3px #ccc;
}
.fiche_title h4 {
	margin:4px 0;
}
.debug, .debblock	{
	display:block;
	margin:5px 0;
	padding:5px;
	color:#900;
	font:normal 14px/18px Arial, Helvetica, Sans-Serif;
	background:rgba(128,0,0,.1);
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
	border:1px solid #600;
}
