* {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #777;
	font-size: 10px;
}
img {
	 border: 0;
}
a {
	color: #999999;
	text-decoration:none;
}
a:hover {
	color: #999999;
}
#wrapper {
	position: relative;
	padding: 45px 60px;
}
#left {
	position: absolute;
}
#content {
	position: relative;
	height: 615px;
	margin-top: 50px;
	margin-left: 300px;
}
#photos a {
	display: block;
	float: left;
	padding-left: 15px;
	height: 500px;
}
#logo {
	display: block;
	width: 286px;
	height: 128px;
}
#nav {
	position: relative;
	width: 310px;
	height: 325px;
	margin-left: 0px;
	margin-top: 25px;
}
#nav ul {
	position: absolute;
	top: left;
	list-style-type: none;
}
#nav ul li a {
	display: block;
	width: 310px;
	height: 30px;
	font-size: 50px;
	color:#ffffff;
	padding-top: 10px;
}
#nav ul li.selected a,
#nav ul li.selected a:hover {
	color:#000000;
}
#nav ul li a:hover {
	color:#000000;
	
}
.about {
	height: 160px;
}
.about p {
	padding: 270px 15px 0 10px;
	font-size: 11px;
	color:#000000;
	line-height: 16px;
}
.adress {
	padding-left: 0x;
	color:#999999;
	line-height: 14px;
}
.phone,
.email {
	padding-left: 0px;
	color:#999999;
	line-height: 14px;
}
.phone {
	background: url(../img/puce_tel.gif) 0px 3px no-repeat;
	margin-top: 0px;
}
.email {
	position: absolute;
	background: url(../img/puce_mail.gif) 0px 3px no-repeat;
}
#qTip {
	position: absolute;
	display: none;
	padding: 10px 15px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	z-index: 1000;
	background: url(../img/tooltip.png) repeat;
}
#back {
	position: absolute;
	display: block;
	width: 116px;
	height: 40px;
	top: 335px;
	right: 62px;
	text-indent: -10000px;
	outline: 0;
	z-index: 1;
	background: url(../img/back.gif) repeat;
}
#back:hover {
	background-position: 0px -36px;
}

