html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, cite, em,  img,  strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, address {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
}

html {
 background-color: white;
 height: 100%;
 color: #666;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 11px;
 line-height: 14px;
}

body {
 position: relative;
 height: 100%;
}

ol, ul {
 list-style: none;
}

a:link, a:visited {
	color: #999;
	text-decoration: none;
}

a:hover, a:active, a.active {
	color: #666;
}

@media screen and (min-width: 415px) {
    
	#wrapper {
		width: 1024px;
		margin: 0 auto;
		margin-top: -30px;
	}

	#nav {
		position: absolute;
		right: 275px;
		top: 55px;
		width: 400px;
		z-index: 100;
	}

	#nav div.menu {
		position: relative;
		float: right;
		padding-left: 20px;
	}

	#nav div.menu li {
		display: block;
		min-height: 30px;
		padding-left: 12px;
	}

	#nav div.menu ul ul  {
	background: white;
	padding-bottom: 15px;
	width: 206px;
	min-height: 75px;
	}

	#nav div.menu ul ul li {
	display: block;
	min-height: 16px;
	cursor: pointer;
	}

	#nav .menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 20px;
	width: 200px;
	}

	#nav .menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible; 
	}

	#nav .menu ul li ul li div {
	display: none; 
	padding-left: 12px;
	}

	#content {	
		position: relative;
		width: 1205px;
		height: 765px;
		margin: 0px auto;
	}

	#inner {	
		position: relative;
		width: 665px;
		padding-left: 10px;
		margin: 0px auto;
		top: 116px;
	}


	h1 a {
		display: block;
		text-indent: -3000px;
		background: url(/images/logo-yh2.png) no-repeat;
		width: 70px;
		height: 50px;
		position: absolute;
		top: 80px;
		left: 105px;
	}

	#nav_mobile {
		display: none;
	}

	h2.yh2 {
	position: absolute;
	left: 275px;
	top: 55px;
	font-size: 11px;
	font-weight: normal;
	}

	h2 {
	line-height: 18px;
	}

	h3.project-title {
	font-size: 11px;
	}

	p {
	color: #999;
	}

	#photo {
	position: absolute;
	top: 91px;
	left: -204px;
	}

	#architects-cv h3 {
	margin-top: 41px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	}

	#architects-cv ul {
	float: left;
	width: 290px;
	margin-top: 42px;
	margin-right: 25px;
	margin-left: 15px;
	font-size: 12px;
	line-height: 15px;
	list-style-type: square;
	}

	#architects-cv h4 {
	font-size: 14px;
	margin-bottom: 14px;
	margin-left: -15px;
	}

	#architects-cv p {
	width: 436px;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 9px;
	color: #666;
	}

	div.address {
	margin-top: 44px;
	font-size: 12px;
	line-height: 15px;
	}

	div.address p {
	margin-bottom: 15px;
	}




	/* @end */

	/* @group home */

	#project-info {
	position: absolute;
	top: 175px;
	left: 275px;	
	}

	#slideshow {
	position: relative;
	top: 250px;
	margin: 0 auto;
	text-align: center;
	width: 800px;
	height: 435px; 
	}

	#slideshow div { 
	width: 800px;
	height: 435px; 
	position: absolute;
	top: 0;
	left: 0;
	}

	#slideshow img {
	margin: 0 auto;
	padding-bottom: 10px;
	background: url(/images/selected.png) no-repeat left bottom;
	}

	#thumb {
	position: absolute;
	top: 85px;
	left: 275px;
	width: 660px;
	height: 60px;
	overflow: hidden;
	}

	#thumb ul {
	position: relative;
	width: 1600px;
	height: 50px;
	background: #eee;
	}

	#thumb div.blanc {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 920px;
	height: 60px;
	background: white;
	z-index: 200000;
	display: none;
	opacity: 0.8;
	}

	#thumb li { 
	width: 50px;
	height: 50px;
	float: left; 
	border-right: 5px solid white;
	}

	#thumb ul li a { 
	width: 50px; 
	height: 50px; 
	padding-bottom: 10px;
	display: block;
	opacity: 0.2;
	}

	#thumb a.activeSlide { 
	background: url(/images/selected.png) no-repeat left bottom;
	opacity: 1.0;
	}

	#thumb ul li a:hover { 
	opacity: 1.0;
	}

	#thumb a:focus { 
	outline: none;
	}

	#thumb img {
	display: block; 
	}

	#thumb_nav {
	position: absolute;
	top: 105px;
	right: 220px; 
	height: 10px;
	width: 25px;
	}

	#thumb_nav_next {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 10px;
	overflow: hidden;
	background: url(/images/btn-nav-thumbs-right.png) no-repeat;
	}

	#thumb_nav_next:hover {
	background: url(/images/btn-nav-thumbs-right.png) no-repeat 0 -10px;
	cursor: pointer;
	}

	#thumb_nav_previous {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 10px;
	overflow: hidden;
	background: url(/images/btn-nav-thumbs-left.png) no-repeat;
	}

	#thumb_nav_previous:hover {
	background: url(/images/btn-nav-thumbs-left.png) no-repeat 0 -10px;
	cursor: pointer;
	}



	/* @end */

	/* @group parutions */

	#parutions_list {
	position: absolute;
	font-size: 12px;
	color: #666;
	width: 863px;
	height: 490px;
	overflow: auto;
	}

	#parutions_list div.parution_year {
	overflow: hidden;
	}

	#parutions_list h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
	}

	#parutions_list h3 {
	text-transform: uppercase;
	padding: 10px 0; 
	width: 653px;
	border-top: 1px solid #ccc;
	font-size: 16px;
	}

	#parutions_list ul li {
	float: left;
	width: 211px;
	margin-right: 10px;
	margin-bottom: 25px;
	padding-top: 10px;
	min-height: 120px;
	border-top: 1px solid #ccc;
	}
	#parutions_list.prix ul li {
	min-height: 90px;
	}

	#parutions_list ul li h4 {
	font-size: 12px;
	line-height: 15px;
	}

	#parutions_list ul li p.title {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;	
	padding: 0 0 4px 0;
	line-height: 15px;
	color: #666 ;
	}

	#parutions_list ul li p {
	font-size: 11px;
	line-height: 14px;
	}
	#parutions_list ul li p.lien_projet {
	margin-top: 4px;
	}

	#parutions_list ul li div.link {
	float: left;
	width: 58px;
	height: 15px;
	text-indent: -3000px;
	margin-top: 4px;
	overflow: hidden;
	clear: both;
	background: url(/images/btn-link.gif) no-repeat 0 0;
	}

	#parutions_list ul li div.link:hover {
	background: url(/images/btn-link.gif) no-repeat 0 -15px;
	}

	#parutions_list ul li div.pdf {
	float: left;
	width: 58px;
	height: 15px;
	text-indent: -3000px;
	margin-top: 4px;
	overflow: hidden;
	background: url(/images/btn-pdf.gif) no-repeat 0 0;
	clear: both;
	}

	#parutions_list ul li div.pdf:hover {
	background: url(/images/btn-pdf.gif) no-repeat 0 -15px;
	}

	#parutions_list ul li a {
	width: 58px;
	height: 15px;
	}



	.jScrollPaneContainer {
		position: relative;
		overflow: hidden;
		z-index: 1;
	}

	.jScrollPaneTrack {
		position: absolute;
		cursor: pointer;
		right: 0px;
		top: 0;
		background: url(/images/bg-scroll.jpg) no-repeat;
	}

	.jScrollPaneDrag {
		position: absolute;
		background: #666;
		width: 5px;
		height: 155px;
		cursor: pointer;
		overflow: hidden;
	}
	.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;*/
	}

	/* @end */

	/* @group footer */

	#footer p {

	}

	/* @end */

	/* @group projects */

	#project_slideshow {
		position: relative;
		top: 250px;
		left: 65px;
		width: 905px;
		height: 435px;
		background: #eee;
		overflow: hidden; 
	}

	#selected {
	position: absolute;
	top: 690px;
	left: 60px;
	width: 10px;
	height: 5px;
	z-index: 1000000;
	}


	#project_slideshow div.blanc {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1176px;
	height: 435px;
	background: white;
	z-index: 100;
	display: none;
	opacity: 0.8;
	}

	#project_slideshow ul {
	position: relative;
	margin: 0 40px;
	/* width: 2000000px;  */
	}

	#project_slideshow li {
	display: inline; 
	}

	#project_slideshow img {
	float: left;
	height: 435px;
	padding-right: 1px;
	}

	#next {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 435px;
	background: url(/images/btn-nav-photos-right.png) no-repeat;
	z-index: 2001;
	}

	#next:hover {
	background: url(/images/btn-nav-photos-right.png) no-repeat -40px;
	cursor: pointer;
	}

	#previous {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 435px;
	background: url(/images/btn-nav-photos-left.png) no-repeat;
	z-index: 2000;
	}

	#previous:hover {
	background: url(/images/btn-nav-photos-left.png) no-repeat -40px;
	cursor: pointer;
	}

	#more_info {
	position: absolute;
	top: 0;
	left: 220px;
	height: 16px;
	width: 100px;
	border-left: 1px solid #ccc;
	padding-left: 9px;
	padding-top: 4px;
	}

	#more_info img {
	margin-left: 6px;
	}

	#more_info_desc {
	position: absolute;
	top: 250px;
	left: 265px;
	width: 415px;
	background: white;
	padding: 0 10px;
	z-index: 1000000000;
	font-size: 12px;
	line-height: 15px;
	min-height: 435px;
	}

	#more_info_desc p {
	margin-bottom: 9px;
	}



	#more_info_desc ul {
	list-style-type: square;
	margin: 0 40px 9px 40px;
	padding: 0;
	color: #999;
	}

	#more_info_specs {
	position: absolute;
	top: 250px;
	left: 700px;
	width: 220px;
	background: white;
	padding: 0 10px;
	z-index: 1000;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 20px;
	}

	#desc_mobile {
		display: none;
	}

	#more_info_specs dt {
	font-weight: bold;
	color: #999;
	}

	#more_info_specs dd {
	color: #999;
	margin-bottom: 7px;
	}

	#more_info_specs dd p {
	color: #999;
	margin-bottom: 9px;
	}

	#next_project {
	position: absolute;
	top: 220px;
	right: 55px;
	width: 200px;
	height: 70px;
	text-align: right;
	}

	#previous_project {
	position: absolute;
	top: 220px;
	left: 65px;
	width: 200px;
	height: 70px;
	}

	#next_project a, #previous_project a {
	display: block;
	height: 70px;
	}

	#next_project a:link, #next_project a:visited, #previous_project a:link, #previous_project a:visited {
	color: white;
	}

	#next_project a:hover, #next_project a:active, #previous_project a:hover, #previous_project a:active {
	color: #999;
	}

}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

