@charset "utf-8";
/* CSS Document */
#nav li {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b69a65;
	line-height: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 120px;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
}

#nav li a:link, #nav li a:visited {
	display: block;
	height: 20px;
	width: 120px;
	line-height: 20px;
	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;
	height: 20px;
	width: 120px;
}
#blocAdress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 17px;
	width: 680px;
	position: absolute;
	z-index: 3;
	left: 200px;
	top: 40px;
}
a:link, a:visited{
	color: #999999;
	text-decoration: none;
}
.titreAdress {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 30px;
	color: #b69a65;
	font-weight: bold;
}

