
:focus {
	outline:none;
}

a:link{
	text-decoration:none;
}

img.disabled{
	position:absolute;
	top:0;
	left:-250px;
	z-index:10;
}

h1{
	text-transform:uppercase;
	font-weight:normal;
	font-size:12pt;
	padding-left:10px;
	margin-bottom:10px;
	letter-spacing:1px;
}

.contact h1{
	padding-left:0px;
}

a:link, a:visited{
	text-decoration:underline;
	color:#1a171b;
}

a:hover, a:focus{
	color:#ff771f;
}

p{
	margin-bottom:8px;
}

#menu {
	color:#1a171b;
	text-transform:uppercase;
	letter-spacing:1px;
}
#menu a:link, #menu a:visited{
	color:#1a171b;
	text-decoration:none;
}
#menu a:focus, #menu a:hover, #menu a.active{
	text-decoration:underline;
	color:#ff771f;
}
#menu ul{
	padding-left:30px;
	list-style:none;
}
#menu li{
	font-size:9pt;
}
#menu li ul{
	padding:6px;
}
#menu li ul li{
	font-size:7pt;
	padding-left:4px;
}

a.lightbox{
	display:block;
	height:100%;
	width:100%;
}

span.infos_container{
	position:absolute;
	bottom:0;
	left:-250px;
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	text-transform:uppercase;
	background:transparent url('../images/back_over.png');
}

.logement a,.culturel a,.education a,.sport a,.urbanisme a{
	text-decoration:none;
}

span.infos{
	position:absolute;
	bottom:0;
	left:0;
	padding:8px 8px 8px 10px;
	letter-spacing:1px;
	font-size:8pt;
}

.project_title{
	text-transform:uppercase;
}


#menu li.active a, #menu li.active li a:hover{
	text-decoration:underline;
	color:#ff771f;
}
#menu li.active li a{
	text-decoration:none;
	color:#1a171b;
}

#menu li.active li a.active{
	text-decoration:underline;
	color:#ff771f;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #ccc;
}
.jScrollPaneDrag {
	position: absolute;
	background: #535154;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDrag:hover {
	background:#ff771f;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
