/* CSS Document */

#crumbs {
	border: 1px solid #dedede;
	height: 2.3em;
}
#crumbs li {
	float: left;
	/*color: #777;*/
	color: #C03;
	line-height: 2.3em;
	padding-left: .75em;
}
#crumbs li a {
	display: block;
	height: 2.3em;
	line-height: 2.3em;
	padding: 0 15px 0 0;
	background: url(../Images/Picto/Crumbs.gif) no-repeat right center;
}
#crumbs li a.home {
	text-decoration: none;
}
