@charset "ISO-8859-1";

/******RESET******/

*:focus {outline: 0;}

a{
	outline:none;
}

html {font-size: 100%;} 
body {
	font-size: .8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:bold;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:bold;
	color:#FFF;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

hr {
	visibility:hidden;
	clear:both;
	
}

/******GENERAL******/

header, nav, footer, figure, section {
  display: block;
}

body { 

	background-color: #000;

	
}
#global { 
	background-attachment:fixed;
	background-color: #000;
	background-image:url(img/bg2.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:20px;
	
}

#container {
	
	background-color: rgba(0, 0, 0, 0.7);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0000000',endColorstr='#C0000000'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0000000',endColorstr='#C0000000')"; /* IE8 */
	overflow:hidden;
	margin:0px auto 60px auto;
	width:960px;
}

header {
	padding:0 40px 0 40px;
	height:136px;
}

header h1 {
	float:left;
	width:302px;
}

nav {
	float:right;
}

nav ul {
    list-style: none ; 
    margin: 0 ; 
    padding: 0 ;
	
}

nav li {

	float:left;
	margin-left:25px;
	height:71px;
	width:80px;
}

nav li a {

	display:block;
	height:71px;
	width:80px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:1.3em;
	color:#FFF;
	line-height:5.8em;
	

	-webkit-transition-property: background-color, line-height;
	-webkit-transition-duration: .5s, .2s;
	-webkit-transition-timing-function: ease, linear;
    -moz-transition-property: background-color, line-height;
	-moz-transition-duration: .5s, .2s;
	-moz-transition-timing-function: ease, linear;
	transition-property: background-color, line-height;
	transition-duration: .5s, .2s;
	transition-timing-function: ease, linear;
	
/*	-webkit-transition-property: color;
	-webkit-transition-duration: 1s;
    -moz-transition-property: color;
	-moz-transition-duration: 1s;
	transition-property: color;
	transition-duration: 1s;*/
	
}

nav li a:hover, nav li a:focus, nav li a:active {
	background-color:#000;
	color:#999377;
	line-height:6.2em;
}
nav li.active a {
	background-color:#000;
	color:#999377;
	line-height:6.2em;
}


#banner {
	margin: 0px auto 0 auto;
	background-image:url(img/hr-890.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:418px;
	width:890px;
	padding-top:2px;
	overflow:hidden;
}



#conteneurCarou {
	padding: 42px 0px 0 0px;
	float:left;
	overflow:hidden;
	height:340px;
	width:550px;
	margin-left:10px;	
}
	#caroussel {
		width:2000px;
	}
		ul#caroussel li{	
			display:inline-block;
		}

div#contact{
	left:880px;
	position:relative;
	top:-417px;
}


#caroussel figure {

	position:relative;
}

#caroussel img {
	border: 3px solid #000;
}


#caroussel #img-info {
	background-color: rgba(0, 0, 0, 0.6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#80000000'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#80000000')"; /* IE8 */
	height:57px;
	width:550px;
	position:absolute;
	top:251px;
	color:#FFF;
	font-weight:bold;


}

#caroussel #img-info h3 {
	font-size:20px;
	font-weight:bold;
	margin-top:6px;
	margin-left:42px;
}
#touch h4 {
}

#caroussel #img-info span {
	font-size:14px;
	background-image:url(img/dotblc4.gif);
	background-repeat:no-repeat;
	background-position:0 70%;
	padding-left:10px;
	margin-left:42px;
}

#presentation {
	margin-left:600px;
	/*background-image:url(img/strip3.gif);*/
	background: rgba(0, 0, 0, 0.45);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#80000000'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#80000000')"; /* IE8 */
	height:383px;
	width:290px;
	padding-top:35px;
	
}

#presentation p {
	color:#bcbcbc;
	font-size:24px;
	font-weight:500;
	line-height:33px;
	width:250px;
	margin-left:20px;
	margin-top:3px;

}

#presentation p strong{
	font-weight:bold;
	color:#FFF;
}







#form {

	padding-left:10px;
	float:left;
	width:580px;
	height:200px;
	margin-top:40px;
}

#form h2 {
	font-size:14px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:30px;
}

#form p {
	margin-bottom:16px;
}

#form form label {
	display:block;
	float: left;
	margin-left:30px;
	width: 85px;
	text-align:left;
	color:#999377;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	font-weight:lighter;
} 


#form form textarea, #form form input {
	margin-left:0px;
	border:1px solid #35342c;
	background: rgba(0, 0, 0, 0.5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#80000000'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#80000000')"; /* IE8 */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	padding: 3px;
}

#form form textarea.warning, #form form input.warning {
	border:1px solid #bbb7a6;
    margin-left:0px;
    background-color:#000;
}
#reponseMail{ 
	margin-left:117px;
	position:absolute;
	top:325px;
}
#reponseMail.home{
	top:170px;
}
#form form textarea:active, #form form input:active, #form form textarea:focus, #form form input:focus {
	margin-left:0px;
	border:1px solid #999377;
    background-color:#000;
}

#form form input {
	height:16px;
}


#form form input.submit {
	background-image:url(img/submit-button.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
	width:190px;
	border:none;
	color:#999377;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	float:right;
	margin-right:32px;
}

#form form input.submit:hover {
	background-position:left bottom;
}

#form form textarea {
	width:424px;
	height:150px;
}

#sidebar {
	margin-left:600px;
	/*background-image:url(img/strip3.gif);*/
	background: rgba(0, 0, 0, 0.45);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#80000000'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#80000000')"; /* IE8 */
	height:383px;
	width:290px;
	padding-top:35px;
	
}

#sidebar p.accroche {
	color:#bcbcbc;
	font-size:24px;
	font-weight:500;
	line-height:33px;
	width:280px;
	margin-left:20px;
	margin-bottom:25px;
	
}

#sidebar p {
	line-height:20px;
	width:280px;
	margin-left:20px;
	
}


#sidebar p strong{
	color:#999377;
	font-weight:normal;
	
} 

#sidebar a {
	text-decoration:none;
	
}

.condensed{
	word-spacing:-.04em;
	letter-spacing:-.03em;
	
}

#sidebar p.accroche strong{
	font-weight:bold;
	color:#FFF;
}

#sidebar h2{
	text-transform:uppercase;
	margin:25px 0 10px 20px;
}












#inprogress {
	margin: 0px auto 0 auto;
	background-image:url(img/hr-890.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:137px;
	width:890px;
}

#inprogress h2 {
	font-size:12px;
	margin-top:30px;
	margin-left:10px;
	float:left;
	
}

#inprogress dl {
	float:right;
	width:205px;
	margin-top:26px;
	margin-right:35px;
	line-height:1.7em;
	
}

#inprogress dl dd {
		font-size:12px;
	
}

#inprogress dd.pourcent {
	float:left;
	margin-right:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999377;
	font-size:18px;
	font-weight:lighter;
	margin-right:15px;
	
}

#inprogress dd.pourcent sup{
	font-size:10px;
	position:absolute;
	line-height:14px;
	
}

#inprogress dd.inprogresstype {
	color:#809a78;
	
}

#inprogress dl dt {
	color:#FFF;
	font-weight:bold;

	
}

#homeflickr {
	margin: 0px auto 0 auto;
	background-image:url(img/hr-890.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:100px;
	width:890px;
}


#homeflickr h2 {
	font-size:12px;
	margin-top:30px;
	margin-left:10px;
	float:left;
}

#homeflickr div {
	margin-left:160px;
}

#homeflickr img {
	float:left;
	margin-top:30px;
	margin-left:10px;
	border-width:1px;
	border-color:#000;
	border-style:solid;
	-webkit-box-shadow: 0px 0px 0px #000;
	-moz-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px0px 0px #000;
	
	-webkit-transition-property: border-color, box-shadow ;
	-webkit-transition-duration: .5s, .5s;
	-webkit-transition-timing-function: ease, ease;
    -moz-transition-property: border-color, box-shadow ;
	-moz-transition-duration: .5s, .5s;
	-moz-transition-timing-function: ease, ease;
	transition-property: border-color, box-shadow ;
	transition-duration: .5s, .5s;
	transition-timing-function: ease, ease;
	
}

#homeflickr img:hover {
	
	border-color:#222;
	-webkit-box-shadow: 0px 0px 13px #000;
	-moz-box-shadow: 0px 0px 13px #000;
	box-shadow: 0px0px 13px #000;
	-webkit-box-shadow: 0px 0px 13px #000;
	-moz-box-shadow: 0px 0px 13px #000;
	box-shadow: 0px 0px 13px #000;

	
}


footer {
	background-image:url(img/footer-bg.png);
	padding-top:3px;
	padding-bottom:5px;
	text-align:center;
	font-size:11px;
	color:#444;
	font-style:italic;
	
}

footer p {
	background-image:url(img/footer-piege.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-top:13px;
	height:25px;
	width:795px;
	margin: 0 auto 0 auto;
	text-align: right;
	
}

footer a {
	color:#666;
	text-decoration:none;
	
	-webkit-transition-property: color;
	-webkit-transition-duration: .6s;
	-webkit-transition-timing-function: ease;
    -moz-transition-property: color;
	-moz-transition-duration: .6s;
	-moz-transition-timing-function: ease;
	transition-property: color;
	transition-duration: .6s;
	transition-timing-function: ease;
}

footer a:hover, footer a:focus, footer a:active {
	color:#FFF;
	text-decoration:none;	
}

#basdepage {
	background-image:url(img/portrait-s.png);
	background-repeat:no-repeat;
	background-position:0 100%;
	height:257px;
	width:960px;

}

#basdepage h2 {
	font-size:14px;
	padding-top:64px;
}

#basdepage #whoiam {
	background-image:url(img/basdepagevr.png);
	background-repeat:no-repeat;
	background-position:100% 64px;
	height:257px;
	width:379px;
	margin-left:160px;
	float:left;
}
#basdepage #whoiam p{
	
	margin-right:20px;
	margin-top:8px;
	margin-bottom:10px;
	line-height:20px;
	font-size:12px;
}

#basdepage #whoiam p strong{
	color:#FFF;
	font-weight:normal;
}

#basdepage #whoiam p.home-compet {
	background-image:url(img/dotgreen4.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	font-weight:bold;
	color:#809a78;
	text-transform:uppercase;
	margin-left:20px;
	margin-right:0;
	padding-left:8px;
	width:150px;
	float:left;
	margin-top:0;
	margin-bottom:1px;
	font-size:11px;
	
	
}

div.more {
	/*clear:both;*/
	float:right;
		
}

div.more a {
	display:block;
	color:#999377;
	font-size:11px;
	text-decoration:none;
	margin-right:25px;
	height:30px;
	font-size:12px;
	
	-webkit-transition-property: text-shadow, margin-right, color;
	-webkit-transition-duration: .4s, .15s, .4s;
	-webkit-transition-timing-function: ease, linear, ease;
    -moz-transition-property: text-shadow, margin-right, color;
	-moz-transition-duration: .4s, .15s, .4s;
	-moz-transition-timing-function: ease, linear, ease;
	transition-property: text-shadow, margin-right, color;
	transition-duration: .4s, .15s, .4s;
	transition-timing-function: ease, linear, ease;
}

div.more a:hover, div.more a:focus, div.more a:active {
	color:#a09b7f;
	font-size:12px;
	text-decoration:none;
	text-shadow: 0px 0px 5px #a09b7f;
	margin-right:20px;
	
}
#basdepage #touch {
	background-image:url(img/basdepagevr.png);
	background-repeat:no-repeat;
	background-position:100% 64px;
	height:257px;
	width:133px;
	margin-left:564px;
}

#touch h2 {
	margin-bottom:12px;
}


#touch img {
	float:left;
	position:relative;
	top:2px;
}

#touch div {
	margin-left:28px;
	margin-bottom:4px;

}

#touch>div>a {
	font-size:9px;
	color:#bcbcbc;
	text-decoration:none;
	position:relative;
	top:-5px;
	
	-webkit-transition-property: text-shadow, color;
	-webkit-transition-duration: .4s, .4s;
	-webkit-transition-timing-function: ease, ease;
    -moz-transition-property: text-shadow, color;
	-moz-transition-duration: .4s, .4s;
	-moz-transition-timing-function: ease, ease;
	transition-property: text-shadow, color;
	transition-duration: .4s, .4s;
	transition-timing-function: ease, ease;	
}

#touch div h4 a {
color:#999377;
text-decoration:none;
}

#touch div a:hover, #touch div a:focus, #touch div a:active {
	color:#FFF;
	text-shadow: 0px 0px 5px #a09b7f;
}


#touch div h4 {
	font-size:11px;
	font-weight:bold;
	color:#809a78;
}

#touch div h4 a{
	color:#999377;
	text-decoration:none;dad4b3
}

#touch div h4 a:hover, #touch div h4 a:focus, #touch div h4 a:active{
	color:#dad4b3;
	text-decoration:none;
}

#basdepage #twitter {
	float:right;
	height:257px;
	width:191px;
	position:relative;
	padding-right:45px;
	
}

#basdepage #twitter>img{
	position:absolute;
	top:40px;
	left:103px;
}

#basdepage #twitter div#fleches{
	position:absolute;
	top:175px;
	left:170px;
	width:27px;
	height:38px;
}

#basdepage #twitter h2{
	margin-bottom:10px;
}

#basdepage #twitter dl{
	margin-bottom:8px;
}

#basdepage #twitter dd{
	line-height:16px;
	font-size:12px;
}

#basdepage #twitter dd.time{
	color:#555;
	font-size:10px;
	position:relative;
	top:-2px;
}

#basdepage #twitter dd a{
	text-decoration:none;
	color:#999377;
	
	-webkit-transition-property: text-shadow, color;
	-webkit-transition-duration: .4s, .4s;
	-webkit-transition-timing-function: ease, ease;
    -moz-transition-property: text-shadow, color;
	-moz-transition-duration: .4s, .4s;
	-moz-transition-timing-function: ease, ease;
	transition-property: text-shadow, color;
	transition-duration: .4s, .4s;
	transition-timing-function: ease, ease;
}

#basdepage #twitter dd a:hover, #basdepage #twitter dd a:focus, #basdepage #twitter dd a:active{
	text-decoration:none;
	color:#dad4b3;
	text-shadow: 0px 0px 15px #a09b7f;
}


	
	
	


#work-type {
	padding-top:15px;
	padding-left:10px;
	padding-left:10px;
	height:29px;
	width:880px;
	background-image:url(img/work-nav-bg.png);
	background-repeat:no-repeat;
	margin:0 auto 30px auto;
}

#work-type h2 {
	font-size:12px;
	float:left;
}
#work-type a {
	display:block;
	/* float:right; */
	margin-left:36px;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;

}

#work-type a:hover {
	color:#999377;

}

.lavaLamp {
	position:relative;
	margin-left:120px;
}
.lavaLamp li {
	float: left;
	list-style: none;
}
	.lavaLamp li.back {
		top:22px;
		background: url("img/work-type-cursor.gif") no-repeat right -30px;
		width: 5px; height: 3px;
		z-index: 8;
		position: absolute;
		float: left;
	}
		.lavaLamp li.back .left {
			background: url("img/work-type-cursor.gif") no-repeat top left;
			height: 5px;
			margin-right: 3px; /* 7px is the width of the rounded shape */
		}



#work-flickr {
	margin: 30px auto 0 auto;
	width:890px;
	padding:28px 0px 40px 0px;
	height:100%;

	background-image:url(img/hr-890.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	
}

#work-flickr h2 {
	font-size:12px;
	margin-bottom:14px;
	margin-left:10px;
	
}

#work-flickr a#more-pics {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:right;
	background-image:url(img/more-pics-sprite.gif);
	background-repeat:no-repeat;
	background-position:right 2px;
	padding-right:15px;
	margin-right:10px;
	
}

#work-flickr a#more-pics:hover {
	color:#999377;
	background-image:url(img/more-pics-sprite.gif);
	background-position:right -16px;
	
}

#work-flickr img{
	margin: 0px 0px 7px 7px;
	border-width:1px;
	border-color:#000;
	border-style:solid;
	-webkit-box-shadow: 0px 0px 0px #000;
	-moz-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px0px 0px #000;
	
	-webkit-transition-property: border-color, box-shadow ;
	-webkit-transition-duration: .5s, .5s;
	-webkit-transition-timing-function: ease, ease;
    -moz-transition-property: border-color, box-shadow ;
	-moz-transition-duration: .5s, .5s;
	-moz-transition-timing-function: ease, ease;
	transition-property: border-color, box-shadow ;
	transition-duration: .5s, .5s;
	transition-timing-function: ease, ease;
	
}

#work-flickr img:hover {
	
	border-color:#303030;
	-webkit-box-shadow: 0px 0px 13px #000;
	-moz-box-shadow: 0px 0px 13px #000;
	box-shadow: 0px 0px 13px #000;
	-webkit-box-shadow: 0px 0px 13px #000;
	-moz-box-shadow: 0px 0px 13px #000;
	box-shadow: 0px 0px 13px #000;

	
}
	
#work-flickr a#all-pics {
	color:#999377;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	display:block;
	height:19px;
	float:right;
	background-image:url(img/all-pics.png);
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:39px;
	margin-right:10px;
	line-height:16px;
	margin-top:5px;
	
	-webkit-transition-property: text-shadow, margin-right, color;
	-webkit-transition-duration: .4s, .15s, .4s;
	-webkit-transition-timing-function: ease, linear, ease;
    -moz-transition-property: text-shadow, margin-right, color;
	-moz-transition-duration: .4s, .15s, .4s;
	-moz-transition-timing-function: ease, linear, ease;
	transition-property: text-shadow, margin-right, color;
	transition-duration: .4s, .15s, .4s;
	transition-timing-function: ease, linear, ease;
}

#work-flickr a#all-pics:hover, #work-flickr a#all-pics:focus, #work-flickr a#all-pics:active {
	color:#9d9377;
	text-shadow: 0px 0px 10px #000;
	margin-right:5px;
	background-position:right bottom;
	
}

section#works{
	width:960px;
	margin-left:45px;
	margin-top:20px;
}

div.vignette{
	width:278px;
	height:171px;
	background-color:#000;
	border-style:solid;
	border-width:1px;
	border-color:#383734;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	position:relative;
	
	-webkit-transition-property: border-color, box-shadow ;
	-webkit-transition-duration: .5s, .5s;
	-webkit-transition-timing-function: ease, ease;
    -moz-transition-property: border-color, box-shadow ;
	-moz-transition-duration: .5s, .5s;
	-moz-transition-timing-function: ease, ease;
	transition-property: border-color, box-shadow ;
	transition-duration: .5s, .5s;
	transition-timing-function: ease, ease;
	
}

div.vignette:hover {
	
	border-color:#9d9377;
	-webkit-box-shadow: 0px 0px 13px #000;
	-moz-box-shadow: 0px 0px 13px #000;
	box-shadow: 0px0px 13px #000;
	-webkit-box-shadow: 0px 0px 13px #000;
	-moz-box-shadow: 0px 0px 13px #000;
	box-shadow: 0px 0px 13px #000;
	
}

div.new{
	width:43px;
	height:43px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:10;
	background-image:url(img/badge-new.png);
	background-repeat:no-repeat;
	background-position:top right;
	
}

.vignette img{
	width:270px;
	height:163px;
	margin: 4px;
	
}

.vignette div.vignette-info {
	background: rgba(0, 0, 0, 0.75);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0000000',endColorstr='#C0000000'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0000000',endColorstr='#C0000000')"; /* IE8 */
	background-image:url(img/more-pics.gif);
	background-repeat:no-repeat;
	background-position:255px 50%;
	height:22px;
	width:264px;
	position:absolute;
	bottom:4px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	padding-left:14px;
	padding-top:6px;

}

.projet-details {
	width:870px;
	height:auto;
	margin:10px auto 0 auto;
	padding-bottom:40px;

	
}

.projet-details div.projet-photos{
	width:630px;
	height:auto;
	background-color:#000;
	border-style:solid;
	border-width:1px;
	border-color:#383734;
	/*float:left;*/
	padding: 4px 4px 0px 4px;
	
}

.projet-details div.projet-photos img{
	margin-bottom:1px;

	
}

.projet-details div.projet-infos{
	float: right;
	width:202px;
	
}

.projet-details div.projet-infos h2{
	font-size:24px;
	font-weight:normal;
	margin-bottom:10px;
	
}

.projet-details div.projet-infos p{
	line-height:20px;
	font-size:12px;
	margin-bottom:16px;
	
}

.projet-details div.projet-infos dt{
	font-size:12px;
	font-weight:bold;
	margin-bottom:4px;
	text-transform:uppercase;
	color:#FFF;
	
}

.projet-details div.projet-infos dd{
	margin-bottom:18px;

}

.projet-details div.projet-infos dd a{
	color:#999377;
	text-decoration:none;
	text-shadow: 0px 0px 0px #000;
	-webkit-transition-property: text-shadow, color;
	-webkit-transition-duration: .4s, .4s;
	-webkit-transition-timing-function: ease, ease;
    -moz-transition-property: text-shadow, color;
	-moz-transition-duration: .4s, .4s;
	-moz-transition-timing-function: ease, ease;
	transition-property: text-shadow, color;
	transition-duration: .4s, .4s;
	transition-timing-function: ease, ease;

}

.projet-details div.projet-infos dd a:hover, .projet-details div.projet-infos dd a:focus, .projet-details div.projet-infos dd a:active{
	color:#b1a776;
	text-decoration:none;
	text-shadow: 0px 0px 13px #999377;

}

.projet-details div.projet-infos a.return{
	height:18px;
	width:60px;	
	padding-left:23px;
	padding-top:5px;
	display:block;
	color:#999377;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	background-image:url(img/button-return-sprite.png);
	background-repeat:none;
	margin-top:30px;
}

.projet-details div.projet-infos a.return:hover, .projet-details div.projet-infos a.return:focus, .projet-details div.projet-infos a.return:active{
	color:#b1a776;
	
	background-image:url(img/button-return-sprite.png);
	background-repeat:none;
	background-position: 0px 24px;
}















#intro {
	height:320px;
	width:880px;
	padding:0 10px 2px 0;
	background-image:url(img/hr-intro-890.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:50px;
	position:relative;
	margin:20px auto 0 auto;
}

#intro a#cv{
	position:absolute;
	left:775px;
	top:179px;
	height:121px;
	width:102px;
	background-image:url(img/cv-badge.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#intro a#cv:hover{
	background-position:right top;
	background-repeat:no-repeat;
}

#intro img{
	float:left;
}

#intro p{
	width:530px;
	padding:120px 10px 2px 0;
	color:#bcbcbc;
	font-size:24px;
	line-height:33px;
	margin-left:290px;
}

#intro p strong{
	font-weight:bold;
	color:#FFF;
}

#accordeon {
	height:438px;
	width:916px;
	margin:40px 0px 10px 45px;;
	padding:0 0px 40px 0;
}

#accordeon ul, #accordeon li{
	display:inline;

}

#accordeon>ul>li{
	float:left;

}

#accordeon .title{
	height:438px;
	width:40px;
	float:left;
	text-indent:-9000px;
}

#competences .title{
	background-image:url(img/competences.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#experience .title{
	background-image:url(img/experience.png);
	background-repeat:no-repeat; 
	background-position:top left;
}

#experience dl a{
	color:#999377;
	text-decoration:none;
	text-shadow: 0px 0px 0px #000;
	-webkit-transition-property: text-shadow, color;
	-webkit-transition-duration: .4s, .4s;
	-webkit-transition-timing-function: ease, ease;
    -moz-transition-property: text-shadow, color;
	-moz-transition-duration: .4s, .4s;
	-moz-transition-timing-function: ease, ease;
	transition-property: text-shadow, color;
	transition-duration: .4s, .4s;
	transition-timing-function: ease, ease;

}

#experience dl a:hover, #experience dl a:focus, #experience dl a a:active{
	color:#b1a776;
	text-decoration:none;
	text-shadow: 0px 0px 13px #999377;

}

#parcours .title{
	background-image:url(img/parcours.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#univers .title{
	background-image:url(img/univers.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#competences .title:hover, #experience .title:hover,  #parcours .title:hover, #univers .title:hover {
	background-repeat:no-repeat;
	background-position:top right;
}

.contents {
	height:403px;
	width:640px;
	background: rgba(0, 0, 0, 0.55);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#80000000'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#80000000')"; /* IE8 */
	margin-left:40px;
	padding-left:40px;
	padding-right:30px;
	padding-top:35px;
	margin-right:26px;
}

.contents h2 {
	color:#999377;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:18px;
	
}

#universe .contents h2 {
	color:#999377;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:24px;
	
}

#competences h2 {
	background-image:url(img/competences-ul.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:7px;
}

#experience h2 {
	background-image:url(img/experience-ul.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:7px;
}

#parcours h2 {
	background-image:url(img/parcours-ul.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:7px;
}

#univers h2 {
	background-image:url(img/univers-ul.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:7px;
}

#accordeon {
	position:relative;
}

#accordeon dl {
	width:300px;
}

#accordeon dl.col-dr {
	float:right;
	padding-top:199px;
}

#accordeon #parcours img {
	position:absolute;
	top:78px;
	left:510px;
}

#accordeon dt {
	background-image:url(img/dotgreen4.gif);
	background-repeat:no-repeat;
	background-position:0 60%;
	font-weight:bold;
	color:#809a78;
	text-transform:uppercase;
	margin-right:0;
	padding-left:8px;
	font-size:14px;
	margin-bottom:3px;
}

#accordeon dd {
	font-size:12px;
	line-height:20px;
	margin-bottom:10px;
}

#accordeon dd strong {
	color:#FFF;
	font-weight:normal;
}


div.panes, div.panes2 {
	height:360px;
	width:670px;}

#accordeon #competences dl, #accordeon #experience dl {
	width:300px;
	height:170px;
	float:left;
	margin-right:35px;
}

#accordeon #experience dd.role {
	color:#FFF;
	font-style:italic;
	margin-bottom:0px;
}

#accordeon #competences dd, #accordeon #experience dd {
	margin-bottom:10px;
}

#accordeon #competences dl dt {
	margin-bottom:6px;
}

#accordeon #competences dl dd {
	padding-bottom:8px;
	padding-top:0px;
	margin-bottom:0px;
	text-indent:5px;
	border-bottom: solid 1px #222;
	color:#AAA;
	display:block;
	height:14px;
	
	-webkit-transition-property: background, color;
	-webkit-transition-duration: .5s, .5s;
	-webkit-transition-timing-function: ease, ease;
    -moz-transition-property: background, color;
	-moz-transition-duration: .5s, .5s;
	-moz-transition-timing-function: ease, ease;
	transition-property: background, color;
	transition-duration: .5s, .5s;
	transition-timing-function: ease, ease;

	
}

#accordeon #competences dl dd:hover {
	background:#000;
	color:#999377;	
}

#accordeon #exp-menu{
	float:right;
	margin-top:13px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}

#accordeon #exp-menu a{
	color:#FFF;
	font-size:18px;
	font-weight:lighter;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#accordeon #exp-menu a:hover, #accordeon #exp-menu a:focus, #accordeon #exp-menu a:active, #accordeon #exp-menu a.current{
	color:#999377;
	text-decoration:none;
}

#accordeon #exp-menu ul{
	display:inline;
}

#accordeon #exp-menu li{
	display:inline;
	margin-left:4px;

}

/* UNIVERS */

#accordeon #univers ul {
	display: block;
	margin:0px;
	padding: 0px;
}

#accordeon #univers .contents div {
	height: 30px;
	width: 30px;
	margin:0px 10px 10px 0px;
	padding: 0px;
	float: left;
}

#accordeon #univers #artiste{
	position: absolute;
	background-color: black;
	height:23px;
	width:304px;
	top:136px;
	left:200px;
}

#accordeon #univers #selection{
	position: absolute;
	background-color: black;
	height:150px;
	width:150px;
	top:176px;
	left: 440px;
}

#accordeon #univers #oeuvre{
	position: absolute;
	background-color: black;
	height:23px;
	width:304px;
	top:336px;
	left:520px;
}

#accordeon #univers #artiste{
	font-size:18px;
	color:#999377;
	font-weight:bold;
	text-align:right;
	padding:7px 6px 0 0;
	line-height:10px;
}

#accordeon #univers #oeuvre{
	font-size:14px;
	color:#999377;
	font-weight:bold;
	padding:7px 0 0 6px;
	
}


/*@media screen and (-webkit-min-device-pixel-ratio:0){
	
	#accordeon #univers .contents div {
		height: 30px;
		width: 30px;
		margin:0px 5px 7px 0px;
		padding: 0px;
		background-color: white;
		float: left;
	}
	
	#accordeon #univers #selection{
		position: absolute;
		background-color: black;
		height:150px;
		width:150px;
		top:176px;
		left:433px;
	}
	
	#accordeon #univers #oeuvre{
		position: absolute;
		background-color: black;
		height:23px;
		width:297px;
		top:336px;
		left:512px;
	}

} */



/* UNIVERS */


#error404 {
	background-image:url(img/404.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:900px;
	height:600px;
	margin : 0 auto 0 auto;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
	margin-top:40px;
}

#error404 p {
	text-align:center;
	padding-top:473px;
}

#error404 p a {
	color:#999377;
	text-decoration:none;
}

#fleches img:hover {
	cursor:pointer;
}