html {
	font-size:100%
}

body {
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
	color:#FFF;
	background-color: #e6f2f1;
	//background-image: -moz-linear-gradient(100% 100% 180deg, #678f8d, #e7f2f2) !important;
	//background-image: -webkit-gradient(linear, 0% 100%, 100% 0%, from(#0961a4), to(#d6edfe)) !important;
	background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0, rgb(103,143,141)),color-stop(0.4, rgb(231,243,242)),color-stop(0.6, rgb(231,243,242)),color-stop(1, rgb(103,143,141)));
	background-image: -moz-linear-gradient(left center,rgb(103,143,141) 0%,rgb(231,243,242) 40%,rgb(231,243,242) 60%,rgb(103,143,141) 100%);
	margin:0;
	padding:0;
	-webkit-transition: top .8s ease-in-out, left .8s ease-in-out, opacity .8s ease-in-out; 
    -moz-transition: top .8s ease-in-out, left .8s ease-in-out, opacity .8s ease-in-out; 
    -o-transition: top .8s ease-in-out, left .8s ease-in-out, opacity .8s ease-in-out;
	font-smooth:always;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

body.cuir {
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
	color:#FFF;
	margin:0;
	padding:0;
	background-color: black;
	background: url(../images/bgLeather.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body.green {
	color:#FFF;
	background-color: #e6f2f1;
	//background-image: -moz-linear-gradient(100% 100% 180deg, #678f8d, #e7f2f2) !important;
	//background-image: -webkit-gradient(linear, 0% 100%, 100% 0%, from(#0961a4), to(#d6edfe)) !important;
	background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0, rgb(103,143,141)),color-stop(0.4, rgb(231,243,242)),color-stop(0.6, rgb(231,243,242)),color-stop(1, rgb(103,143,141)));
	background-image: -moz-linear-gradient(left center,rgb(103,143,141) 0%,rgb(231,243,242) 40%,rgb(231,243,242) 60%,rgb(103,143,141) 100%);
}

.spacer {
	clear: both;
}

a {
	text-decoration:none;
	color: #d0e1e0;
}


a:visited {
	color: #d0e1e0;
}

a:hover,a:focus,a:active {
	text-decoration: none;
}

a:hover {
	color: white;
}

a:focus,a:active {
	outline:none;
}

a img {
	border:none;
}

h1 {
	font-family: Myriad Pro, Helvetica, Arial, sans-serif;
	margin-top:0;
	font-weight:300;
	font-size:30pt;
	color: #353636;
}
h5 {
	font-family: Myriad Pro, Helvetica, Arial, sans-serif;
	margin-top:0;
	font-weight: lighter;
	font-size:10pt;
	color: #696969;
}

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

#site {
	text-align: center;
	min-height:830px;
}

#sitePresence {
	text-align: center;
	margin: 0px;
	min-height: 900px;
	background-color: #6595a8;
	background-image: url(../images/fond-findMe.jpg);
	background-repeat:no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#siteCV{
	text-align: center;
	min-height: 900px;
}

header {
	margin: auto;
	width: 950px;
	height: 30px;
	padding-top: 5px;
	background-color: rgba(75, 76, 77, 0.55); 
	text-align: center;
	color: #d0e1e0;
	font-size: 18px;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(150,150,150)),color-stop(1, rgb(106,109,109)));
	background-image: -moz-linear-gradient(-90deg,rgb(150,150,150) 0%,rgb(106,109,109) 100%);
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	-moz-box-shadow: 1px 1px 5px #4b4d4c; 
    -webkit-box-shadow: 1px 1px 5px #4b4d4c;  
    box-shadow: 1px 1px 5px #4b4d4c;  
    opacity:0.7;
}

header nav a {
	position:relative;
	color: #d0e1e0;
	text-decoration:none;
	padding:5px ;
	padding-left: 10px;
	padding-right: 10px;
	text-shadow: 1px 1px 0px #000;
	margin-left: 10px;
	margin-right: 10px;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
}

header nav a:hover,header nav a:focus {
	text-decoration:none;
	background-color:rgba(255,255,255,0.1);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

header nav a[href^="http:"]:hover {
	background-position:95% 3px;
	background-repeat:no-repeat
}

footer {
	font-size: 13px;
	color: #668e8c;
	margin-top: 20px;
	margin-bottom: 20px;
}


a.previous { 
	position:absolute; 
	top:300px; 
	left:-92px; 
}

a.next { 
	position:absolute; 
	top:300px; 
	right:-92px; 
}


/* #################################################
   ##                  Accueil                    ##            
   ################################################# */

#loader {
	margin-top: 250px;
	margin-bottom: 250px;
	color: #353636;
}

.loading {
	position: absolute;
	z-index: 3000;
	width: 900px;
	height: 70px;
	top: 600px;
	padding-top: 40px;
	text-align: center;
	background-color: black;
}
.loading2 {
	position: absolute;
	z-index: 3000;
	width: 900px;
	height: 70px;
	top: 700px;
	padding-top: 40px;
	text-align: center;
	background-color: black;
}

.aboutMe {
	text-align: left;
	margin: auto;
	width: 850px;
	padding-top: 2%;
}

.texteAccueil h1 {
	font-family: Myriad Pro, Helvetica, Arial, sans-serif;
	margin-top:0;
	font-weight:400;
	font-size:20px;
	color: #353636;
	text-align: left;
}

.photoAccueil {
	float: left;
	margin-right: 50px;
	padding-top: 40px;
	position: absolute;
	left:-70px;
}

.texteAccueil {
	margin-top: 80px;
	color: #353636;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
	font-size:14px;
	line-height:17px;
	position: absolute;
	right: 0px;
	width: 400px;
	text-align: left;
}


.noCanvas {
	display: none;
}

#myCanvas li a{
	color: #696969;
}

.fewWords h1, .fewWords h5 {
	margin-bottom: 0px;
	text-align: center;
}

.fewWords-items {
	font-size: 26pt;
	color: #696969;
	position: absolute;
}

#creative {
	margin-left: 195px;
	margin-top: 55px;
}

#passionate {
	margin-left: 425px;
	margin-top: 95px;
}

#enthusiastic {
	margin-left: 245px;
	margin-top: 145px;
}

#learner {
	margin-left: 135px;
	margin-top: 205px;
}

#communicant {
	margin-left: 465px;
	margin-top: 215px;
}

#organized {
	margin-left: 295px;
	margin-top: 265px;
}

#worker {
	margin-left: 135px;
	margin-top: 315px;
}

#details {
	margin-left: 465px;
	margin-top: 345px;
}

#leadership {
	margin-left: 295px;
	margin-top: 375px;
}

.iChris {
	margin: 10px;
	padding: 30px;
	width: 775px;
	height: 490px;
	background-color: white;
	background-image: url(../images/iChris.jpg);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow: 1px 1px 5px #4b4d4c; 
    -webkit-box-shadow: 1px 1px 5px #4b4d4c;  
    box-shadow: 1px 1px 5px #4b4d4c;  
}

.iChris li {
	color: #696969;
}

.iChris figure {
	float: right;
}

.iChris-text a {
	color: #3296c5;
}

.iChris-text li {
	margin-bottom: 10px;
}

.iChris h1, .iChris h5 {
	margin-bottom: 0px;
	text-align: left;
}

.iChris h5 {
	font-size: 20px;
	font-weight: normal;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
}

.iChris h5 a {
	color: #696969;
}

.iChris-text {
	position: absolute;
	width: 400px;
	padding-top: 60px;
}

#logiciel h3{
	color: black;
	font-family: Myriad Pro, sans-serif;
	font-size: 31pt;
	font-weight: normal;
	margin: 0px;
	margin-left: 20px;
}

.techSpecs, .introducing {
	display: none;
}

.specs {
	margin: 10px;
	margin-top: -5px;
	padding: 30px;
	padding-top: 0px;
	width: 775px;
	height: 490px;
	background-color: white;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow: 1px 1px 5px #4b4d4c; 
    -webkit-box-shadow: 1px 1px 5px #4b4d4c;  
    box-shadow: 1px 1px 5px #4b4d4c;  
}

.specs-text {
	position: absolute;
	padding-top: 15px;
	color: #494848;
	font-size: 13px;
}

.specs li {
	color: #494848;
}

.specs figure {
	float: right;
}

.specs h1, .specs h5 {
	margin: 0px;
	text-align: left;
}

.specs h1 {
	font-size: 20pt;
	margin-bottom: -5px;
}

.specs h5 {
	font-size: 23px;
	font-weight: normal;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
	margin-top: 10px;
	margin-left: 4px;
}

.specs h5 a {
	color: #696969;
}

.specs .colonneGauche {
	float: left;
	width: 350px;
}

.specs .colonneDroite {
	float: right;
	width: 350px;
	margin-right: 30px;
}


/* #################################################
   ##                  Galerie                    ##            
   ################################################# */

#info { 
	margin: auto;
	left: 0; 
	width: 950px; 
	padding: 5px 0px 5px 0px; 
	background: rgb(163, 173, 181); 
	font-size: 15px; 
	text-align: center; 
	display: none;
}

#info p {
	padding: 0px;
	margin: 0px;
	line-height: 18px; 
}

#monPortfolio{
	display: none;
}

.galerie {
	margin: auto;
	width: 1000px;
	text-align: center;
	margin-top: 20px;
}

.nouvellePhoto {
	margin-top: 70px;
}

.datePhoto {
	float: left;
	font-size: 14pt;
	margin-top: 6px;
}

.lienPhoto {
	float: right;
	font-size: 14pt;
	margin-top: 6px;
	margin-right: 20px;
}

.titrePhoto{
	display: none;
}

h2{
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
	color: #444343;
	font-weight: normal;
	font-size: 24pt;
	padding-top: 20px;
}

#photos {
	width: 100px;
}
.photo {
	margin: 0px;
}

#precedente {
	float: left;
	margin-top: 250px;
}

#suivante {
	float: right;
	margin-top: 250px;
}

.plan {
	z-index: 1100;
	position: absolute;	
	margin: auto 0px;
	padding: auto 0px;
	margin-top: 187px;
	margin-left: 266px;
	width: 454px;
	color: #353636;
	display: none;
}

.camera {
	z-index: 1100;
	position: absolute;	
	margin: auto 0px;
	padding: auto 0px;
	margin-top: 256px;
	margin-left: 39px;
	width: 454px;
	color: #353636;
	display: none;
}

.work {
	z-index: 1100;
	position: absolute;	
	margin: auto 0px;
	padding: auto 0px;
	margin-top: 380px;
	margin-left: 325px;
	width: 454px;
	color: #353636;
	display: none;
}

.commentaires {
	z-index: 1100;
	position: absolute;	
	margin: auto 0px;
	padding: auto 0px;
	margin-top: 187px;
	margin-left: 448px;
	width: 454px;
	color: #353636;
	display: none;
}

.effects {
	z-index: 1100;
	position: absolute;	
	margin: auto 0px;
	padding: auto 0px;
	margin-top: 187px;
	margin-left: 350px;
	width: 454px;
	color: #353636;
	display: none;
}

.afficherEffets {
	cursor: pointer;
}

.grosPlus {
	margin-left: 30px;
	float: left;
	width: 40px;
	height:20px;
	padding-top: 60px;
	font-size: 35px;
}

.titreMoyen {
	font-size: 18pt;
	text-align: center;
	margin-bottom: 10px;
}

.titrePetit {
	font-size: 15pt;
	text-align: left;
	margin-bottom: 7px;
}

.fondPlan {
	background-image: url(../images/box-back.png);
	margin: 0px;
	padding: 0px;
	width: 454px;
	margin-top: -3px;
}

.camera .fondPlan img.reflex, .camera .fondPlan img.objectif{
	float: left;
	margin-left: 30px;
}

.camera .fondPlan{
	min-height: 280px;
	padding-left: 10px;
	padding-right: 10px;
	width: 434px;
}

.work .fondPlan img{
	float: left;
	margin-left: 30px;
}

.work .fondPlan{
	min-height: 260px;
	padding-left: 20px;
	padding-right: 20px;
	width: 414px;
	text-align: left;
}
.plan .fondPlan {
	padding-left: 14px;
	width: 440px;
}
.commentaires .fondPlan {
	padding-left: 14px;
	width: 440px;
	min-height: 350px;
}
.effects .fondPlan {
	padding-left: 14px;
	width: 440px;
	min-height: 350px;
}

.effects .bouton {
	margin: auto;
	margin-top: 40px;
	text-align: left;
	width: 320px;
	font-size: 20px;
	cursor: pointer;
}
.effects .bouton img{
	float: right;
}

.popupGmap{
	cursor: pointer;
	height: 160px;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
	color: #444343;
}
.popupGmap img {
	margin: 10px;
}

.switch {
	margin-top: 30px;
}

.modeTemp, .modeMap {
	display: none;
}

.gestionPhotos{
	width: 700px;
	margin: auto;
	margin-top: 30px;
	color: black;
}
.gestionPhotos table {
	background-color: white;
}
.gestionPhotos a{
	color: black;
}
.nouvellePhoto td{
	text-align: left;
}



/*Animations homepage*/
.texteAccueil h1, .texteAccueil span, .photoAccueil, .homepage header, .homepage footer, .aboutMe #loopedSlider .previous, .aboutMe #loopedSlider .next, .aboutMe #loopedSlider .pagination {
	opacity: 0;
	-webkit-transition: all .8s ease-in-out, left .8s ease-in-out, opacity .8s ease-in-out; 
    -moz-transition: all .8s ease-in-out, left .8s ease-in-out, opacity .8s ease-in-out; 
    -o-transition: all .8s ease-in-out, left .8s ease-in-out, opacity .8s ease-in-out;
}
.texteAccueil span {
	-webkit-transition: top 1.8s ease-in-out, left 1.8s ease-in-out, opacity 0.8s ease; 
    -moz-transition: top 1.8s ease-in-out, left 1.8s ease-in-out, opacity 0.8s ease-in-out; 
    -o-transition: top 1.8s ease-in-out, left 1.8s ease-in-out, opacity 1.4s ease-in-out;
}


/* #################################################
   ##                  LEATHER                    ##            
   ################################################# */

.cuir .texteAccueil h1 {
	font-family: Myriad Pro, Helvetica, Arial, sans-serif;
	margin-top:0;
	font-weight:400;
	font-size:20px;
	color: white;
}
.cuir .texteAccueil {
	margin-top: 60px;
	color: white;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
	font-size:14px;
	line-height:17px;
}
.cuir .aboutMe{
	width: 100%;
}

.cuir .container, .cuir .itemSlider, .cuir #loopedSlider {
	width: 970px !important;
}

.cuir .photoAccueil {
	position: absolute;
	left:-70px;
	padding: 0px;
	
}
@-moz-document url-prefix() {
	.photoAccueil {
		left:0px;
	}
}
.cuir .previous, .cuir .next, .cuir .pagination {
	display: none;
}
.cuir header {
	display: none;
	opacity:0.6;
}
.cuir footer {
	display: none;
}
.cuir #zip-ouvert{
	position: absolute;
	top:-1600px;
	left:-19px;
}
#zip {
	display: none;
}
.cuir #zip{
	-webkit-transition: -webkit-transform 1.7s ease-in;
    -moz-transition: ease-in;
    -moz-transition-duration: 1.7s;
	position: relative;
	margin: auto;
	width: 25px;
	height: 100px;
	cursor: pointer;
	display: block;
	margin-top: -10px;
}
.cuir #zip-base{
	position: absolute;
	top: 1px;
}

.cuir #zip-top{
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 5px;
}
.cuir #zipper {
	position: absolute;
	z-index: 5;
	top: -27px;
	left: -1px;
	-webkit-transition: -webkit-transform 0.7s ease-in-out;
    -moz-transition: ease-in;
    -moz-transition-duration: 0.7s;
}




/******************************
		NEW HEADER 2012
******************************/

header {
	background-image: url(../images/topBarAlu.png);
	width: 902px;
	height: 48px;
	padding: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	opacity: 1;
	background-color: transparent;
	padding-left: 50px;
	margin-bottom: 30px;
}
#site, #sitePresence, #siteCV {
	padding-top: 10px;
}
.green header {
	-webkit-transform-origin: top;
    -webkit-transition: -webkit-transform .5s ease;
    -webkit-transform: translate(0px, -30px);
    
    -moz-transform-origin: top;
    -moz-transform-style: preserve-3d;
    -moz-transition: -moz-transform .5s ease;
    -moz-transform: translateX(0) rotate(0);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
}
header nav {
	position: absolute;
	z-index: 15;
}
header nav a{
	width: 148px;
	height: 28px;
	display: block;
	float: left;
	padding: 10px 0px 0px 0px;
	margin-top: 5px;
	color: #676666 !important;
	font-family: Helvetica, sans-serif;
	text-shadow: 0px 1px #d2d1d1;
	font-weight: normal;
	font-size: 16px;
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	text-align: left;
	position: relative;
	z-index: 20;
}
header nav a img {
	float: left;
	margin-left: 10px;
	margin-top: -1px;
	margin-right: 7px;
}
header nav a.selected{
	background-image: url(../images/topBarSelectedAlu.png);
}

header nav a:hover,header nav a:focus {
	text-decoration:none;
	background-color: transparent;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	background-image: url(../images/topBarHoverAlu.png);
	color: #676666 !important;
	text-shadow: 0px 1px #d2d1d1;
}

a.tabBarPressed {
	background-image: url(../images/topBarPressedAlu.png) !important;
}
.leftAlign {
	padding-left: 10px;
	width: 138px; 
}
.leftAlign2 {
	padding-left: 15px;
	width: 133px; 
}



/* SLIDES */

#container {
	width:840px;
	height: 590px;
	margin:0;
	position:relative;
	z-index:0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	margin-left: 5px;
}
#container div {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	margin: 0px;
}


#slides {
	position:absolute;
	z-index:100;
	width: 840px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.slides_container {
	width:840px;
	height: 590px;
	overflow:hidden;
	position:relative;
	display:none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow: 1px 1px 5px #4b4d4c; 
    -webkit-box-shadow: 1px 1px 5px #4b4d4c;  
    box-shadow: 1px 1px 5px #4b4d4c;  
}

		
#slides a.next, #slides a.prev {
	position:absolute;
	top:280px;
	left:-69px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides a.next {
	left:880px;
}

.pagination {
	margin:26px auto 0;
	width:100px;
	top: 590px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
	
	
	

.design-code {
	width: 840px;
	height: 590px;
	background-color: white;
	background-image: url(../images/design-and-code2.png);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.idesignstuff {
	width: 840px;
	height: 590px;
	background-color: white;
	background-image: url(../images/idesignstuff2.png);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.idevelopstuff {
	width: 840px;
	height: 590px;
	background-color: white;
	background-image: url(../images/idevelopstuff.png);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px; 
}

	
	
	
	
	
/* INTRO*/
.containerHome {
	margin: auto;
	width: 900px;
	padding-left: 50px;
	padding-top: 5%;
	position: relative;
}	
