@charset "utf-8";
/* CSS Document */
#scroll_sticky{
	width: 100%;
	min-height: 95px;
	margin: 0px;
	padding: 0px;
/*	background: #ffffff url(../images/fd_scroll.png) top repeat-x;*/
	background: #ffffff;
	border-top: 2px dotted #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	z-index: 200;
}
#navigation{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	z-index: 200;
}
#ariane{
	width: 990px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 1px;
	height: 18px;
	clear: both;
}
#ariane UL{
	list-style: none;
	margin-left: 15px
}
#ariane LI{
	float: left;
	margin-right: 5px;
}
#ariane A{
	text-decoration :none;
	color: #0092a7;
}
