@charset "utf-8";
/* CSS Document */

#article {
	padding: 3px;
	height: 160px;
	width: 120px;
	position: relative;
	z-index: 5;
	background-color: #FFFFFF;
	border: thin solid #999999;
}


#blocAdress{
	position:absolute;
	width:700px;
	left: 180px;
	top: 3px;
	z-index: 4;
	height: 456px;
}
#nav li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	color: #b69a65;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 23px;
	height: 23px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 120px;
}

#nav li a:link, #nav li a:visited {
	display: block;
	height: 23px;
	width: 120px;
	line-height: 23px;
	text-decoration: none;
	text-align: left;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #837D7C;
}

#nav li a:hover, #nav li a:active {
	padding: 0;
	color: #b69a65;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
