/* Copyright Cédric Schoenecker */

/* Déclarations générales */
html {
	height: 100%;
	width:100%;
}
body {
	background-color: #161e24;
	background:url(images/fond-page.jpg);
	font-family: 'PTSansRegular', Arial, sans-serif;
	color:#5b6061;
	font-size:13px;
	line-height:1.5em;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
img, div {
	behavior: url(iepngfix.htc);
}

/********************* Textes *****************/
@font-face {
    font-family: 'PTSansBold';
    src: url('font/PTS75F-webfont.eot');
    src: url('font/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/PTS75F-webfont.woff') format('woff'),
         url('font/PTS75F-webfont.ttf') format('truetype'),
         url('font/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'PTSansRegular';
    src: url('font/PTS55F-webfont.eot');
    src: url('font/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/PTS55F-webfont.woff') format('woff'),
         url('font/PTS55F-webfont.ttf') format('truetype'),
         url('font/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.vert {
	color:#a4ef44;
}
.vert-fonce {
	color:#334246;
}
/*Liens*/
#footer a, #header a {
	text-decoration:none;
	color:#abbac0;
}
#footer a:hover , #header a:hover {
	text-decoration:none;
	color:#FFF;
}
.lien1 {
	color:#334246;
	font-family: 'PTSansBold', Arial, sans-serif;
	font-size:16px;
	text-decoration:none;
	font-weight: normal;
    font-style: normal;
}
.lien1:hover {
	color:#000;
	text-decoration:underline;
}
/**/
h1 {
	font-family: 'PTSansBold', Arial, sans-serif;
	text-transform:uppercase;
	font-size:24px;
	line-height: 1.1em;
	color:#000;
	margin:0;
	padding:0;
	font-weight: normal;
    font-style: normal;
}
h2 {
	font-family: 'PTSansRegular', Arial, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	line-height:28px;
	margin:0;
	padding:0;
	font-weight: normal;
    font-style: normal;
}
h3 {
	font-family: 'PTSansRegular', Arial, sans-serif;
	font-size:13px;
	font-style:italic;
	margin:0;
	padding:0;
	font-weight: normal;
    font-style: normal;
}
p {
	margin-top:0.1em;
	padding:0;
	font-size:1em;
	
}
#footer {	
	text-shadow: #000000 0 1px 0px;
	color:#abbac0;
}
#footer h2 {	
	text-shadow: #000000 0 1px 0px;
	color:#fff;
	line-height: 1.2em;
	font-size:14px;
	text-transform:uppercase;
}
#footer h3 {	
	text-shadow: #000000 0 1px 0px;
	color:#fff;
	margin-bottom:0.4em
}
/* --- Styles de selection de textes ----- */
::-moz-selection{ background:#334246; color:#fff;}
::-webkit-selection{ background:#334246; color:#fff;}
::selection{ background:#334246; color:#fff;}

/**************************************/
.bloc-centre {
	width:970px;
	margin:auto;
	height:auto;
}
/* infobulle */
#tooltip {
	position:absolute;
	visibility:hidden;
	z-index: 5000;
	border: 1px solid black;
	background-color: #000;
	font-size:10px;
	color:#FFF;
	padding:4px;
	-moz-opacity:0.85;
	opacity: 0.85;
	filter:alpha(opacity=85);
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
}
/* Header */

#header {
	width:100%;
	min-width:970px;
	float:left;
	height:174px;
	background:url(images/fond-header.jpg) repeat-x;
	position:relative;
	
}
#pattern {
	width:100%;
	min-width:100%;
	height:100%;
	position: relative;
	float:left;
	background: url(images/pattern.png) fixed center;
}
#barre-vert {
	width:100%;
	min-width:970px;
	float:left;
	height:8px;
	background:url(images/fond-header2.jpg) repeat-x;
	position:relative;
}
#logo {
	width:193px;
	float:left;
	margin-top:20px;
	margin-left:25px;
	height:141px;
}
#reseaux {
	color:#FFF;
	width:200px;
	float:right;
	text-align:right;
	margin-right:20px;
	right:0;
	height:135px;
}
#btn-twitter {
	float:left;
	display:block;
	width:77px;
	height:18px;
	text-align:right;
	padding-right:10px;
	background:url(images/btn-twitter.png) no-repeat 0 0;
}
#btn-twitter:hover {
	float:left;
	background:url(images/btn-twitter.png) no-repeat 0 -18px;
}
#btn-behance {
	float:left;
	display:block;
	width:77px;
	height:18px;
	background:url(images/btn-behance.png) no-repeat 0 0;
}
#btn-behance:hover {
	float:left;
	background:url(images/btn-behance.png) no-repeat 0 -18px;
}
#btn-linkedin {
	float:left;
	display:block;
	width:77px;
	height:18px;
	background:url(images/btn-linkedin.png) no-repeat 0 0;
}
#btn-linkedin:hover {
	float:left;
	background:url(images/btn-linkedin.png) no-repeat 0 -18px;
}
#btn-viadeo {
	float:left;
	display:block;
	width:77px;
	height:18px;
	background:url(images/btn-viadeo.png) no-repeat 0 0;
}
#btn-viadeo:hover {
	float:left;
	background:url(images/btn-viadeo.png) no-repeat 0 -18px;
}
/*fin header */
/* menu */
#menu {
	height:39px;
	font-size:16px;
	width:692px;
	float:right;
	margin-top:0px;
	overflow:visible;
	background: url(images/fond-menu.png) repeat-x;
	padding:0px;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	z-index:7;
}
#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	width:100%;
	z-index:8;
}
#menu a {
	display:block;
	padding:0em 0em;
	text-decoration:none;
}
#menu li {
	float:left;
	position:relative;
	width:173px;
}
#menu ul a {
	line-height:42px;
	
}
#menu li ul {
	width:188px;
	display:none;
	
}
.ssmenu1 a {
	width:188px;
	height:32px;
	text-align:center;
	float:left;
	margin-top:0px;
	margin-left:-6px;
	text-shadow: #000000 0 1px 3px;
	background:url(images/fond-ssmenu1.png) no-repeat 0 -2px;
}
.ssmenu2 a {
	width:188px;
	height:31px;
	text-align:center;
	float:left;
	margin-top:0px;
	margin-left:-6px;
	text-shadow: #000000 0 1px 3px;
	background:url(images/fond-ssmenu2.png) no-repeat 0 0;
}
.ssmenu3 a {
	width:188px;
	height:33px;
	text-align:center;
	float:left;
	margin-top:Opx;
	margin-left:-6px;
	text-shadow: #000000 0 1px 3px;
	background:url(images/fond-ssmenu3.png) no-repeat 0 0px;
}
.sstitremenu {
	text-decoration:none;
	line-height:35px;
	font-weight:normal;
	font-size:12px;
}
#menu ul ul {
	top:auto;
}
#menu li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul {
	display:none;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul {
	display:block;
	
}
#btn-portfolio {
	float:left;
	display:block;
	width:173px;
	height:42px;
	background:url(images/btn-portfolio.png) no-repeat 0 0;
}
#btn-portfolio:hover {
	float:left;
	background:url(images/btn-portfolio.png) no-repeat 0 -42px;
}
#btn-portfolioactive {
	float:left;
	display:block;
	width:173px;
	height:42px;
	background:url(images/btn-portfolio.png) no-repeat 0 -42px;
}
#btn-apropos {
	float:left;
	display:block;
	width:173px;
	height:42px;
	background:url(images/btn-apropos.png) no-repeat 0 0;
}
#btn-apropos:hover {
	float:left;
	background:url(images/btn-apropos.png) no-repeat 0 -42px;
}
#btn-aproposactive {
	float:left;
	display:block;
	width:173px;
	height:42px;
	background:url(images/btn-apropos.png) no-repeat 0 -42px;
}
#btn-clients {
	float:left;
	display:block;
	width:173px;
	height:42px;
	background:url(images/btn-clients.png) no-repeat 0 0;
}
#btn-clients:hover {
	float:left;
	background:url(images/btn-clients.png) no-repeat 0 -42px;
}
#btn-clientsactive {
	float:left;
	display:block;
	width:173px;
	height:42px;
	background:url(images/btn-clients.png) no-repeat 0 -42px;
}
#btn-contact {
	float:left;
	display:block;
	width:173px;
	height:42px;
	background:url(images/btn-contact.png) no-repeat 0 0;
}
#btn-contact:hover {
	float:left;
	background:url(images/btn-contact.png) no-repeat 0 -42px;
}
#btn-contactactive {
	float:left;
	display:block;
	width:173px;
	height:42px;
	background:url(images/btn-contact.png) no-repeat 0 -42px;
}
/* fin menu */
/* footer */
#footer {		
	width:100%;
	min-width:970px;
	height:247px;
	float:left;
	background: url(images/fond-footer.jpg) repeat-x;
	position:relative;
}
#bloc-footer-apropos {
	width:270px;
	height:213px;
	float:left;
	padding-left:20px;
}
#btn-footer-contact {
	float:left;
	display:block;
	width:116px;
	height:35px;
	background:url(images/btn-footer-contact.png) no-repeat 0 0;
}
#btn-footer-contact:hover {
	float:left;
	background:url(images/btn-footer-contact.png) no-repeat 0 -35px;
}
#bloc-footer-projets {
	width:310px;
	height:213px;
	float:left;
	padding-left:25px;
}
#bloc-footer-actu {
	width:310px;
	height:213px;
	float:left;
	padding-left:25px;
}
#mentions {
	height:34px;
	text-align:center;
	font-size:10px;
	width:100%;
	min-width:100%;
	float:left;
	position:relative;
}
#mentions a, #mentions a:hover {
	text-decoration:none;
	font-weight:normal;
	color:#728387;
}
#contenu-mentions {
	height:34px;
	line-height:34px;
	color:#728387;
}
/* fin footer */

/* contenu central */
#fond-centre {
	height:383px;
	background-color:#FFF;
	float:left;
	width:100%;
	min-width:970px;
	z-index:0;
}
#fond-centre-book {
	height:430px;
	background-color:#f1f1f1;
	float:left;
	width:100%;
	min-width:970px;
	z-index:0;
}
#pattern-contenu {
	width:100%;
	min-width:970px;
	height:200px;
	margin-top:85px;
	z-index:0;
	position: absolute;
	left:0;
	background: url(images/pattern3.png) fixed center;
}
/* fin contenu central */
/* Accueil */
/* Jquery des vignettes accueil */
.image_rotate {
	position:absolute;
	overflow: hidden;
	float:left;
	display: block;
	padding:0px;
	z-index:5;
	margin:0;
	list-style-type:none;
	list-style-position:outside;
}
.image_rotate li a .rollover {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:310px;
	height:200px;
	background:url(images/calque-hover.png);
	display:none;
	z-index:6;
}
.survol div ul li a img{
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
	opacity:1;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	transition:  all 0.3s ease-in-out;
	
}
.survol:hover div ul li a img{
	opacity:0.7;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
/* Fin Jquery des vignettes accueil */
/* fin Accueil */
/* A propos */
.services {
	width:605px;
	margin-top:10px;
	margin-left:25px;
	float:left;
}
.services li {
	display : list-item;
	margin:0;
	padding:0;
	/*list-style-image : url(images/puce.png);*/
	line-height:1.3em;
}
.services ul {
	margin:0;
	padding-left:35px;
}
/* fin a propos */
/* contenu contact */

#form-contact {
	margin-top:20px;
	float:left;
	width:360px;
	line-height:18px;
	font-size:11px;

}

#form-contact .text-input {
	background-color:#f1f1f2;
	border: 1px solid #d4d6d7;
	height:18px;
}
#form-contact .textarea {
	background-color:#f1f1f2;
	border: 1px solid #d4d6d7;
}
#form-contact textarea:focus, #form-contact input:focus{
	border:1px solid #6f726b;
	outline:none;
}
#form-contact .antibot {
	display:none;
}
#boite {
	width:116px;
	height:135px;
	position:absolute;
	bottom:0;
	right:60px;
	background: url(images/boite.jpg);
}
#merci {
	padding-top:80px;
}
/* fin contenu contact */
/* book */
#pattern-book {
	width:100%;
	min-width:970px;
	height:32px;
	margin-top:398px;
	z-index:0;
	left:0;
	position: absolute;
	background: url(images/pattern2.png) fixed center;
}
/* carousel galerie */
/* regle le souci des png en Fade avec IE en rajoutant également dans stepcarousel <div class="pngie"><img src="'+config.defaultbuttons.leftnav[0]+'"></div>' */
.pngie img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
	zoom: 1;
}
.stepcarousel {
	position: relative; /*leave this value alone*/
	margin-left:12px;
	margin-top:0px;
	float:left;
	overflow: scroll; /*leave this value alone*/
	width: 955px; /*Width of Carousel Viewer itself*/
	height: 390px; /*Height should enough to fit largest content's height*/
	background:url(images/fond-end.jpg) no-repeat 0 12px;
	
}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	width:150px;
	left: 0;
	top: 0;
	
}
.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	border:#FFF solid 4px;
	width: 650px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:370px;
	-moz-box-shadow: 0px 0px 5px #c2c2c2;
	-webkit-box-shadow: 0px 0px 5px #c2c2c2;
	box-shadow: 0px 0px 5px #c2c2c2;
}
/* section video */
#gal-thumbs {
	position: relative; 
	margin-left:12px;
	margin-top:10px;
	float:left;
	width: 290px;
	height: 370px; 
	
}

#gal-thumbs-sep {
	position: relative;
	margin-left:12px;
	margin-top:10px;
	float:left;
	width: 20px; 
	height: 370px; 
	background:url(images/ombre.png) no-repeat center;
	
}
#bloc-video {
	margin: 10px;
	border:#FFF solid 4px;
	-moz-box-shadow: 0px 0px 5px #c2c2c2;
	-webkit-box-shadow: 0px 0px 5px #c2c2c2;
	box-shadow: 0px 0px 5px #c2c2c2;
	position: relative;
	margin-left:22px;
	margin-top:10px;
	float:left;
	width: 570px; 
	height: 369px; 
	
}
.videothumb {
	margin:5px;
	width:133px;
	height:75px;
	float:left;
	overflow: hidden;
	position:relative;
	text-align: center;
}
.videothumb img {
	display: block;
   	position: relative;
	border:0;
}
.videothumb .border {
	width:100%;
	height:100%;
	position:absolute;
	overflow: hidden;
	left:0;
	top:0;
	opacity:0;
	z-index: 20;
	background-color:#000;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	transition:  all 0.3s ease-in-out;
}
.videothumb:hover .border {
	opacity:0.5;
}
.videothumb .info {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	background:url(images/link.png) center no-repeat;
	z-index: 20;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	transition:  all 0.3s ease-in-out;
}
.videothumb:hover .info {
	opacity:1;
}
.videothumb a.link {
   position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
   text-decoration: none;
   padding:0;
   width:100%;
   height:100%;
}
/* fin section video */
/* fin carousel galerie */
.titre {
	width:25%;
	margin-top:12px;
	float:left;
	height:100%;
	position:relative;
}
.titre h1 {
	text-align:left;
	margin-left:20px;
	margin-top:5px;
	font-size:14px;
	line-height:0.4em;
}
.titre h2 {
	font-size:12px;
	text-transform: inherit;
	text-align:left;
	margin-left:20px;
	font-style:italic;
	font-weight:300;
}
.desc {
	height:52px;
	background:url(images/fond-desc.png) repeat-x;
	font-size:11px;
	width:100%;
	position:absolute;
	left: 0px;
	bottom:0px;
}
.desc a {
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	line-height:1.2em;
}
.desc a:hover {
	color:#FFF;
	text-decoration: underline;
	font-weight:normal;
	line-height:1.2em;
}
.desc-texte {
	height:100%;
	font-size:11px;
	margin-left:20px;
	margin-top:12px;
	line-height:1.4em;
	float:left;
	position:relative;
}
.desc-lien {
	height:100%;
	width:117px;
	position:relative;
	float: right;
}
.desc-lien a {
	background:url(images/btn-lien.png) no-repeat 0 0;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:17px;
	width:81px;
	height:21px;
	border:0;
}
.desc-lien a:hover {
	background:url(images/btn-lien.png) no-repeat 0 -21px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:17px;
	width:81px;
	height:21px;
	border:0;
}

.image {
	float:left;
	position:relative;
	width:650px;
}
.image img {
}
.image a {
	outline:none;
}
/* menu categories */
ul#categories {
	display:block;
	float:left;
	width:180px;
	height:21px;
	margin-top:4px;
	margin-left:20px;
	list-style-type: none;
	padding-left:80px;
	background:url(images/categ.png) no-repeat 0 5px;
}
ul#categories li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
#btn-web {
	float:left;
	display:block;
	width:46px;
	height:23px;
	background:url(images/btn-web.png) no-repeat 0 0;
}
#btn-web:hover {
	float:left;
	background:url(images/btn-web.png) no-repeat 0 -23px;
}
#btn-web.current {
	float:left;
	background:url(images/btn-web.png) no-repeat 0 -46px;
}
#btn-print {
	float:left;
	display:block;
	width:46px;
	height:23px;
	background:url(images/btn-print.png) no-repeat 0 0;
}
#btn-print:hover {
	float:left;
	background:url(images/btn-print.png) no-repeat 0 -23px;
}
#btn-print.current {
	float:left;
	background:url(images/btn-print.png) no-repeat 0 -46px;
}
#btn-video {
	float:left;
	display:block;
	width:46px;
	height:23px;
	background:url(images/btn-video.png) no-repeat 0 0;
}
#btn-video:hover {
	float:left;
	background:url(images/btn-video.png) no-repeat 0 -23px;
}
#btn-video.current {
	float:left;
	background:url(images/btn-video.png) no-repeat 0 -46px;
}
/* fin page book */
/*  style page desc   */

#fond_page-desc {
	width:100%;
	height: auto;
	top:0;
	left:0;
	min-height:100%;
	min-width:100%;
	position: absolute;
	margin:0;
	padding:0;
	background:url(images/fond_page-desc2.jpg) repeat-x #0a0f16;
	color:#FFF;
	text-shadow: #000 0px 0px 0px;
}
#fond_page-desc-gauche {
	width:187px;
	height:100%;
	min-height:100%;
	position: absolute;
	margin:0;
	padding:0;
	top:0;
	left:0;
	float:left;
	background:url(images/fond_page-desc1.png) repeat-y;
	z-index:3;
}
#fond_titre-desc {
	width:742px;
	height:176px;
	margin-left:179px;
	position: relative;
	float:left;
	background-image:url(images/titre_page-desc.png);
}
.titre_page-desc h1 {
	font-size: 38px;
	text-align:right;
	color: #FFF;
	text-shadow: #000 0px 0px 0px;
}
#macbook {
	width:381px;
	height:223px;
	position: absolute;
	background-image:url(images/macbookpro.png);
	left: 20px;
	top: 217px;
	z-index:5;
}
.content-desc {
	font-size:12px;
	position:relative;
	width:440px;
	margin-left:440px;
	margin-top:40px;
	float:left;
}
.content-desc a {
	color:#FFF;
}
.content-desc h2 {
	font-size: 16px;
	color: #90db19;
	margin-left:10px;
	text-align:left;
}
/* Jquery des vignettes */


.slideshow_vignette {
	position:absolute;
	height:286px;
}
.slideshow_vignette IMG {
	position:absolute;
	width:286px;
	top:16px;
	left:48px;
	z-index:8;
	opacity:0.0;
}
.slideshow_vignette IMG.active {
	z-index:10;
	opacity:1.0;
}
.slideshow_vignette IMG.last-active {
	z-index:9;
}

/* Fin Jquery des vignettes */

/*  fin style page desc   */

