/* CSS du menu vertical, bieler batiste */

   
#arborescence {
	float:right;
	width:700px;
	margin-top:5px;
	margin-right:34px;
	font-size:11px;
	background:url(img/fond_fiche.jpg) repeat-y;
    } 
	
#arborescence a {
	color:#C2721C;
	text-decoration:none;} 
	
#arborescence table {
	margin:0 0 0 20px;
	width:95%;
	border-collapse:collapse;
	}
	
#arborescence td, #arborescence tr {
	vertical-align:top;
	}  

#arborescence p.niv1 {
	margin-top:10px;
	}
	
	#arborescence p.niv1 a {
		font-weight:bold;
		display:block;
		border:1px dotted #C2721C;
		padding:3px;
		width:140px;
		}
		#arborescence p.niv1 a:hover {
			color:#72291A;
			background:#C2721C;
			border:1px solid #72291A;
			}
	#arborescence p.nolink1 {
		font-weight:bold;
		display:block;
		border:1px dotted #C2721C;
		padding:3px;
		width:140px;
		color:#C2721C;
		}
	
#arborescence p.niv2 {
	margin-left:20px;
	margin-top:6px;
	}
	#arborescence p.niv2 a {
		font-weight:bold;
		display:block;
		border-left:1px dotted #C2721C;
		border-bottom:1px dotted #C2721C;
		padding:3px;
		width:140px;
		}
		#arborescence p.niv2 a:hover {
			color:#72291A;
			border-left:1px solid #72291A;
			border-bottom:1px solid #72291A;
			}
			
		#arborescence p.nolink2 {
		font-weight:bold;
		display:block;
		border-left:1px dotted #C2721C;
		border-bottom:1px dotted #C2721C;
		padding:3px;
		width:140px;
		color:#C2721C;
		}
	
#arborescence p.niv3 {
	margin-left:60px;
	margin-top:3px;
	font-size:10px;
	}
	#arborescence p.niv3 a {
		font-weight:bold;
		display:block;
		border-left:1px dotted #C2721C;
		padding:3px;
		width:140px;
		}
		#arborescence p.niv3 a:hover {
			color:#72291A;
			border-left:1px solid #72291A;
			background:#C2721C;
			}
			
#bordbasficheprod {
background: url(img/bg_bordbasficheprod.jpg) no-repeat left bottom;
	line-height:5px;
	font-size:4px;
	height:5px;
}

.fiche_prod_bordhaut {
	background: url(img/bg_bordhautficheprod.jpg) no-repeat left top;
	line-height:5px;
	font-size:4px;
	height:5px;
	}