x@charset "utf-8";
/* CSS Document */
.clear {
  clear: both; }

a {
  outline: none; }
  a:active {
    outline: none; }
  a:focus {
    -moz-outline-style: none; }

html, body {
  margin: 0px;
  padding: 0px; }

body {
	background-color: #eaeaeb;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	/*background-image: url(../img/background.png);*/
	background-repeat: repeat-x;
	background-position: left top;
	color: #666666;
	overflow: hidden;
}

#header {
  position: fixed;
  text-align: right;
  width: 100%;
  z-index: 100; }

#site {
  position: relative;
  z-index: 10;
  margin: auto;
  /*min-width:870px;
  max-width:1400px;*/
  padding-top: 75px; }

#toolbar {
  position: absolute;
  width: 100%;
  height: 61px;
  bottom: -35px;
  z-index: 2000; }
  #toolbar #handler {
    position: relative;
    height: 20px; }
    #toolbar #handler a#toolbarbtn {
      display: block;
      height: 16px;
      width: 16px;
      background-image: url(../img/toolbar_closed.png);
      background-repeat: repeat-x;
      background-position: left top;
      margin-left: 47px; }
      #toolbar #handler a#toolbarbtn:hover {
        background-image: url(../img/toolbar_closed_over.png); }
      #toolbar #handler a#toolbarbtn.opened {
        background-image: url(../img/toolbar_opened.png); }
        #toolbar #handler a#toolbarbtn.opened:hover {
          background-image: url(../img/toolbar_opened_over.png); }
  #toolbar #toolbarcontent {
    position: relative;
    background-color: #666666;
    width: 100%;
    height: 43px; }
	#toolbar #toolbarcontent .infos { font-size:10px;}
    #toolbar #toolbarcontent div {
      padding: 10px;
      height: 20px; }
      #toolbar #toolbarcontent div a {
        margin-left: 20px;
        color: #EAEAEB;
        text-decoration: none; }
  #toolbar #newsemail {
    background-color: transparent;
    border: 1px solid #EAEAEB;
    padding: 3px;
    margin-top: -3px;
    color: #EAEAEB; }

div.container {
  margin-left: 220px;
  margin-right: 50px;
  min-width: 870px;
  max-width: 1280px;
  position: relative;
  }
	
div.navtitle {
	font-family: 'HelveticaNeueLTStd87HvCn';
  font-size: 95px;
  text-transform: uppercase;
   line-height: 80px; }
  div.navtitle a {
    text-decoration: none;
    color: black; }
    div.navtitle a:hover {
      color: #99cde3; }

div.navtitle.current a {
  text-decoration: none;
  color: #99cde3; }

div.content {
  background-color: #eaeaeb;
  margin-bottom: 16px;
  padding-top:22px;
  height: 400px;
  /*background-image: url(../img/content_back.jpg);*/
  position:relative;
  }
  div.content h1 {
    font-weight: normal;
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-top: 15px; }
  div.content.transparent {
    background-color: transparent; }
div.content a {
	color:#000; text-decoration: none;
}
div.content a:hover {
	color:#000; text-decoration: underline;
}

div.subnav {
  float: left;
  width: 160px; }
  div.subnav ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
    div.subnav ul li {
      margin: 0px;
      padding: 0px; }
      div.subnav ul li a {
        text-decoration: none;
        color: #999b9e; }
        div.subnav ul li a.current {
          color: #231f20; }
    div.subnav ul ul {
      margin-left: 10px; }

div.insidecontent {
  float: left;
  margin-left: 20px;
  width: 230px;
  height: 320px; }
  div.insidecontent p {
    margin-top: 0px; }
  div.insidecontent ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
    div.insidecontent ul li {
      margin: 0px;
      padding: 0px; }
      div.insidecontent ul li a {
        text-decoration: none;
        color: #999b9e; }
        div.insidecontent ul li a.current {
          color: #231f20; }
    div.insidecontent ul ul {
      margin-left: 10px; }

div.rightcontent {
  float: left;
  margin-left: 20px;
  width: 455px; }

div.teambox {
  float: left;
  margin-left: 20px;
  margin-top: -30px;
  position:relative;
  height: 385px;
   }
  div.teambox div.teamgallery {
    height: 320px;
    position: absolute;
    overflow: hidden; }
    div.teambox div.teamgallery div.slider {
      position: absolute;
      top: 0px;
      left: 0px;
      width: auto; }
    div.teambox div.teamgallery div.imgbox {
      float: left;
      margin-right: 30px;
      cursor: pointer;
      position: relative;
      width: 455px;
      height: 320px; }
      div.teambox div.teamgallery div.imgbox img {
        position: absolute;
        left: 0px;
        top: 0px; }

      div.teambox div.teamgallery div.imgbox div.boxinfo {
        width: 295px;
        height: 320px;
        position: absolute;
        background-image: url(../img/boxinfo_back.png);
		background-repeat:no-repeat;
        padding: 20px 80px;
        display: none; }
		div.teambox div.teamgallery div.imgbox a.boxinforollover {
			width: 455px;
			height: 320px;
			position: absolute;
			padding: 0px;
			display:block;
        }
		div.teambox div.teamgallery div.imgbox a.boxinforollover:hover {
			 background-image: url(../img/f_info.png);
			background-repeat:no-repeat;
			background-position:center center;
		}
		div.teambox div.teamgallery div.imgbox div.boxinfo{color:#FFF;}
		div.teambox div.teamgallery div.imgbox div.boxinfo a{color:#CECECE; text-decoration:none;}
		div.teambox div.teamgallery div.imgbox div.boxinfo a:hover{color:#FFF; text-decoration: underline;}
        div.teambox div.teamgallery div.imgbox div.boxinfo a.close {
          width: 16px;
          height: 16px;
          background-image: url(../img/close.png);
          position: absolute;
          top: 2px;
          right: 1px; }
      div.teambox div.teamgallery div.imgbox a.previous {
        width: 110px;
        height: 280px;
		margin-top:20px;
        position: absolute;
        left: 6px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../img/f_gauche.png);
        display: none; }
      div.teambox div.teamgallery div.imgbox a.next {
        width: 110px;
        height: 280px;
		margin-top:20px;
        position: absolute;
        right: 6px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../img/f_droite.png);
        display: none; }
  div.teambox div.teamlinks {
    position: absolute;
    margin-top: 2px;
    bottom: 35px; 
	width:300px;
	}
a.closehome{
	position:absolute;
	left:47px;
	top:20px;
	height:16px;
	width:16px;
	  background-repeat: no-repeat;
      background-position: center center;
      background-image: url(../img/close.png);
}

#portfolioimages {
  margin-left: 185px; }
  #portfolioimages img {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    border: none; }

#portfoliocontent {
  background-color: #eaeaeb;
  width: 190px;
  padding: 10px;
  float: right;
  display: none; }

div.input {
  margin-bottom: 4%; }

div.input.text, div.input.textarea {
  float: left;
  margin-right: 4%; }

div.input.text {
  width: 46%; }

div.input.text.first {
  clear: left; }

div.input.text input, div.input.textarea textarea {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 12px;
  width: 91%;
  background-color: #EEEEEE;
  color: #8B8C8E !important;
  border: 1px solid #8B8C8E;
  padding: 5px;
  padding-left: 10px; }
 div.input.textarea textarea {
	 width:95%;
 }
  
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	 font-family: Helvetica, Arial, sans-serif;
	 font-size: 12px;
  color: #8B8C8E;
}
input:-moz-placeholder, textarea::-moz-placeholder {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 12px;
  color: #636363;
}

a.submit{
	color:#000;
	text-decoration:none;
	background-image: url(../img/f_droite_small.png);
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:25px;
	padding-top:5px;
	padding-bottom:5px;
	
}
a.submit_ff{
	color:#000;
	text-decoration:none;
	background-image: url(../img/ff_droite_small.png);
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:25px;
	padding-top:5px;
	padding-bottom:5px;
		
}

input.errormsg {
  border-color: #F00 !important;
  color: #F00 !important; }

.nivo-controlNav a.active {
  background-position: 0 -22px; }

.nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0; }

a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px; }

a.nivo-prevNav {
  left: 15px; }
  
img#logovisuel{
	cursor:pointer;
}

a.facebook{
	display:block;
	width:6px;
	height:13px;
	background-image: url(../img/facebook.png);
	background-repeat:no-repeat;
	background-position: center center;
	float:left;
	margin-right:5px;
}
a.facebook:hover{
	background-image: url(../img/facebook_off.png);
}

a.twitter{
	display:block;
	width:9px;
	height:13px;
	background-image: url(../img/twitter.png);
	background-repeat:no-repeat;
	background-position: center center;
	float:left;
	margin-right:5px;
}
a.twitter:hover{
	background-image: url(../img/twitter_off.png);
}

a.linkedin{
	display:block;
	width:13px;
	height:13px;
	background-image: url(../img/linkedin.png);
	background-repeat:no-repeat;
	background-position: center center;
	float:left;
	margin-right:5px;
}
a.linkedin:hover{
	background-image: url(../img/linkedin_off.png);
}

a.mail{
	display:block;
	width:15px;
	height:13px;
	background-image: url(../img/mail.png);
	background-repeat:no-repeat;
	background-position: center center;
	float:left;
	margin-right:5px;
}
a.mail:hover{
	background-image: url(../img/mail_off.png);
}

div.addthis_default_style{
	height:auto !important;
	padding:0px !important;	
}

.at300bs {
	background-image: url(../img/f-addthis.png) !important;
	background-repeat:no-repeat !important;
	background-position: center center !important; 
}