html {
	overflow-y: scroll;
}

body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin: 0px;
}

img {
	border: 0px;
}

::selection {
	background: #000;
	color: white;
}

::-moz-selection {
	background: #000;
	color: white;
}

a:active, a:focus {outline: 0;}

#page {
	margin-top: 50px;
	margin-left: 70px;
	margin-right: 70px;
	margin-bottom: 50px;
	
}

#header {
	height: 72px;
	margin-bottom: 40px;
}

#menu {
	width: 150px;
	margin-top: 20px;
}

#menu ul {
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li a {
	color:black;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li .selected {
	color: red;
}

#search {
	font-size: 10px;
	float:right;
	margin-top: 37px;
	width: 200px;
}

#search p {
	margin-left: 0px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-top: 0px;
}

#search input {
	font-family: Arial, sans-serif;
	height: 10px;
	font-size: 10px;
	margin: 0px;
	border-bottom-color: #141414;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: none;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	outline: none;
	padding: 0px;
	width: 158px;
}

a, #search a {
	text-decoration: none;
	color: black;
}

a:hover, #search a:hover, #search .selected {
	color: red;
}

.projectDate {
	margin-top: 30px;
	font-weight: bold;
	height: 18px;
	border-bottom-color: #141414;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 5px;
	width: 30px;
	cursor: pointer;
}

.officeTitle {
	height: 18px;
	padding-top: 5px;
	margin-top: 30px;
	font-weight: bold;
	border-bottom-color: #141414;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.projectLine {
	padding-bottom: 5px;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 5px;
	width: 100%;
	clear: both;
}

.pageLine {
	padding-bottom: 5px;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 5px;
	width: 100%;
	clear: both;
}

.projectThumb {
	z-index: 1000;
	display: none;
}

#newsBackground {
	background-color: #fff;
	-moz-opacity:.01;
	filter:alpha(opacity=01);
	opacity:.01;
	position: absolute;
	top:0px;
	left:0px;
	bottom: 0px;
	right: 0px;
	cursor:pointer;
}

#newsBloc {
	height: 325px;
	position: absolute;
	top:0px;
	left: 0px;
	background: #ebebeb;
	width: 450px;
}

#news h1 {
	font-size: 41px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#news h3 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 20px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	padding: 0px;
}

#news img {
	margin-top: 10px;
}

#news h2 {
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 25px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
	color: red;
}

.selectedRed, #search .selectedRed {
	color: red;
}

.projectContent {
	position: relative;
	display: none;
	cursor: pointer;
}

.projectContent h1 {
	margin-left: -1px;
	margin-bottom: 7px;
	margin-right: 0px;
	margin-top: 3px;
	font-size: 30px;
}

.bloc {
	font-size: 10px;
	float: left;
	top: 0px;
	margin-bottom: 15px;
	margin-right: 15px;
}

.projectNav {
	font-size: 10px;
	clear: both;
}

.projectNav a {
}

.planThumb {
	text-align: center;
	cursor: pointer;
	position: relative;
}

.planThumb a {
	position: absolute;
	display: none;
}

.pageContent {
	cursor: pointer;
}

#plan {
	cursor: pointer;
}

.textBloc {
	clear: both;
	margin-top: 5px;
	margin-bottom: 15px;
	width: 760px;
}

.pageLink {
}

.spacer {
	height: 5px;
	background-color: white;
	line-height: 2px;
	font-size: 2px;
}

.imagePublication {
	margin-right: 5px;
	float: left;
}

.notPub:hover {
	color: black;
	cursor: default;
}

#pagePrint {
	display: none;
}

.text {
	height: 16px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 5px;
	width: 280px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	padding: 0px;
}

.dropFolder {
	padding-bottom: 5px;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 5px;
	width: 100%;
	cursor: pointer;
}

.dropFile {
	padding-bottom: 5px;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 5px;
	width: 100%;
}
