/* ©2010 Didier Berck */

/* projects --> */
div.project {
	height: 69px;
	margin-top: 2px;
	padding-left: 47px;
	position: relative;
	background-color: #b5b5b5;
	background-image: url(../images/bg-project-block.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #fff;
	text-transform: uppercase;
}
div.projectOver {
	background-color: #484848;
}
div.project:first-child {
	height: 68px;
	overflow: hidden;
	margin: 0;
}
div.project h2 {
	margin: 0;
	font-size: 30px;
}
div.project h3 {
	margin: 0;
	font-size: 9px;
}
div.project a {
	/*color: #fff;
	text-decoration: none;*/
}
div.project div.title {
	float: left;
}
div.project div.picto {
	width: 110px;
	padding: 10px 100px 0 0;
	float: right;
	text-align: center;
}
div.project div.rollover {
	position: absolute;
	right: 0;
}
img#project-pic {
	float: left;
}
div#project-txt {
	width: 137px;
	height: 324px;
	padding: 20px 8px 8px 8px;
	float: right;
	color: #fff;
	background-color: #275357;
}
div#project-txt div.picto {
	padding-bottom: 50px;
	text-align: center;
}
div#project-txt p {
	margin: 16px 0;
	line-height: 16px;
}
div#project-txt p.more {
	padding-top: 30px;
}
div#project-txt h2 {
	margin: 16px 0;
	font-size: 17px;
	line-height: 16px;
	text-transform: uppercase;
}
div#project-txt a {
	color: #fff;
}
div#project-txt a:hover, 
div#project-txt a:focus {
	text-decoration: none;
}
div#project-txt div.date {
	height: 20px;
	font-size: 17px;
	text-transform: uppercase;
}
div#project-infos {
	width: 476px;
	height: 352px;
	padding-left: 160px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/bg-projets-details.png);
	color: #fff;
}
div#project-infos div.col {
	width: 138px;
	padding: 35px 10px 0 10px;
	float: left;
}
div#project-infos p.address {
	margin: 53px 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}
div#project-infos h2 {
	margin: 35px 0 0 10px;
	font-size: 26px;
	font-weight: normal;
}
div#project-infos h3 {
	margin: 0;
	color: #1a171b;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}
div#project-infos p {
	margin: 0 0 8px 0;
	line-height: 16px;
}
div#project-infos div#close {
	position: absolute;
	top: 10px;
	right: 10px;
}
/* <-- projects */

/* slider --> */
div#slider {
	width: 26px;
	height: 54px;
	top: 496px;
	left: 50%;
	margin: 0 0 0 444px;
	/*padding: 0 16px;*/
	position: absolute;
	background-image: url(../images/bg-slider1.png);
}
div#slider img#up {
	position: absolute;
	top: 4px;
	left: 8px;
}
div#slider img#down {
	position: absolute;
	top: 32px;
	left: 8px;
}
/* <-- slider */

/* galleries --> */
div#galnav {
	width: 48px;
	height: 18px;
	margin: 32px 0 0 -8px;
	padding: 3px 0 0 14px;
	background-image: url(../images/bg-slider2.png);
}
div#galnav img#prev {
	margin-right: 9px;
}
div#galleries {
	width: 797px;
	position: absolute;
	top: 521px;
	left: 50%;
	margin: 0 0 0 -307px;
}
div#galleries div.gal {
	width: 103px;
	height: 45px;
	padding: 15px 27px 0 28px;
	float: left;
	border-left: 1px solid #bfbfbf;
}
div#galleries div.gal:first-child {
	padding-right: 28px;
	border-left: none;
}
div#galleries h3 {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}
div#galleries p {
	margin: 8px 0 0 0;
}
/* <-- galleries */

/* colors --> */
div.preview {
	width: 12px;
	height: 12px;
	overflow: hidden;
	display: inline-block;
}
div.color1 {
	background-color: #fc0 !important;
}
div.color2 {
	background-color: #f63 !important;
}
div.color3 {
	background-color: #6cf !important;
}
div.color4 {
	background-color: #9c3 !important;
}
div.color5 {
	background-color: #f9c !important;
}
div.color1 a {
	color: #fff7d9 !important;
}
div.color2 a {
	color: #ffe8e0 !important;
}
div.color3 a {
	color: #e8f7ff !important;
}
div.color4 a {
	color: #f0f7e0 !important;
}
div.color5 a {
	color: #fff0f7 !important;
}
div.bg1 {
	background-image: url(../images/bg-projets-details1.png) !important;
}
div.bg2 {
	background-image: url(../images/bg-projets-details2.png) !important;
}
div.bg3 {
	background-image: url(../images/bg-projets-details3.png) !important;
}
div.bg4 {
	background-image: url(../images/bg-projets-details4.png) !important;
}
div.bg5 {
	background-image: url(../images/bg-projets-details5.png) !important;
}
/* <-- colors */

