@charset "utf-8";

/* -- GENERAL -- */

* {
	margin:0;
	padding:0;
}

a {
	color: #abd037;
}

a:hover, a:visited {
	color: #85a92d;
}

body {
	font-family: Helvetica, Arial, Arial, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.inline {
	display: inline;
}

.left {
	float: left;
}

.js_shown {
	display: block;
}

.js_hidden {
	display: none;
}

h1 {
	font-size: 14px;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 13px;
	margin: 0 0 1em 0;
}

h3 {
	margin: 0 0 1em 0;
}

small {
	display:block;
	font-size: 0.85em;
	margin: 0 0 1em 0;
}

pre {
	display:block;
	font-family: monospace;
}

p {
	line-height: 1.4em;
	margin: 0 0 1em 0;
}

ul {
	margin: 2em 4em;
}

ul li {
	margin: 0 0 1.2em;
}

ol {
	margin: 2em 1.5em;
}

ol li {
	margin: 0 0 1.2em;
}

/* -- HEADER -- */

#header {
	background-image: url('../images/header-bckgd.jpg');
	background-position: top;
	background-repeat: repeat-x;
	height: 84px;
	width: 100%;
}

.header-menu {
	font-size: 12px;
	font-weight: bold;
	margin: auto;
	padding: 49px 0 0 0;
	text-align: right;
	text-transform: uppercase;
	width: 927px;
}

.header-menu img {
	border: none;
	float: left;
}

.header-menu .item {
	color: #ffffff;
	padding: 0 14px 20px 14px;
	text-decoration: none;
}

.header-menu .item:hover, .header-menu a.item.highlight {
	background-image: url('../images/header-menu-hover.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

.logo {
	margin: 0;
	float: left;
}

/* -- SEARCH -- */

#search-form {
	margin: 13px auto 39px auto;
	width: 927px;
}

.search-text {
	float: right;
	margin: 4px 0 0 0;
}

.search {
	background-image: url("../images/searchbox.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	color: #424242;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	margin: 0 16px 0 0;
	text-align: right;
	float: right;
}

.search img {
	margin: 8px 0 0 495px;
}

.search-box {
	background: transparent;
	border: 0 none;
	color: #424242;
	float: right;
	font-size: 11px;
	height: 20px;
	line-height: 18px;
	margin: 2px 20px 3px 5px;
	position: relative;
	width: 213px;
    padding: 0px;
}

.search-btn {
	border: none;
	cursor: pointer;
	height: 13px;
	left: 232px;
	position: relative;
	top: 6px;
	width: 12px;
    padding: 0px !important;
    float:right;
}

/* -- MENU -- */

#nav {
	margin: auto;
	width: 927px;
}

#nav ul {
	height: 25px;
	list-style: none;
	margin: 0 0 41px 0;
	padding: 0;
}

#nav li {
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	margin: 0;
}

#nav li a img {
	height: 25px;
	margin: auto;
	width: 138px;
}

#nav li:hover {
	background-position: 0 -25px;
}

#nav .highlight {
	background-position: 0 -50px;
}

#nav-home {
	background-image: url("../images/menu/home.png");
	width: 127px;
}

#nav-about {
	background-image: url("../images/menu/about.png");
	width: 149px;
}

#nav-team {
	background-image: url("../images/menu/team.png");
	width: 105px;
}

#nav-services {
	background-image: url("../images/menu/services.png");
	width: 138px;
}

#nav-products {
	background-image: url("../images/menu/products.png");
	width: 143px;
}

#nav-portfolio {
	background-image: url("../images/menu/portfolio.png");
	width: 155px;
}

#nav-clients {
	background-image: url("../images/menu/clients.png");
	width: 110px;
}

#nav-en-home {
	background-image: url("../images/menu-en/home.png");
	width: 105px;
}

#nav-en-about {
	background-image: url("../images/menu-en/about.png");
	width: 110px;
}

#nav-en-team {
	background-image: url("../images/menu-en/team.png");
	width: 95px;
}

#nav-en-services {
	background-image: url("../images/menu-en/services.png");
	width: 143px;
}

#nav-en-products {
	background-image: url("../images/menu-en/products.png");
	width: 160px;
}

#nav-en-portfolio {
	background-image: url("../images/menu-en/portfolio.png");
	width: 160px;
}

#nav-en-clients {
	background-image: url("../images/menu-en/clients.png");
	width: 110px;
}

/* -- CONTENT -- */

#content {
	background-image: url("../images/bckgd.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	color: #000000;
	margin: auto;
	width: 927px;
}
.billboard {
	margin: 0 0 50px 0;
	min-height: 306px;
}

.portfolio-bbd {
	margin: 0 0 20px 0;
}

.about-bbd {
	margin: 0 0 20px 0;
}

.contact-bbd {
	margin: 0 0 20px 0;
}

/* -- post -- */
.latest-post {
	min-height: 150px;
	margin-bottom: 10px;
}

.latest-post a:hover {
	color: #666666;
}


#post-list p { 
    margin-left: 105px;
}

ul.postmetadata {
color:#999999;
display:inline-block;
font-size:11px;
margin:4px 0 0;
padding:0 0 14px;
}

ul.postmetadata li {
	border-right:1px solid #E6E6E6;
	float:left;
	line-height:1.4;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 8px 0 0;
	padding:0 8px 0 0;
}

.post-content {
	margin: 20px 0 10px 0px;
}

.post-content p img {
	background-color: #E2E2E2;
	border:1px solid #CCCCCC;
	padding: 4px;
	
}

.news {
	color: #000000;
	float: left;
	width: 490px;
}

.news .illustration {
	float: left;
	margin: 0 14px 0 0;
	padding: 0 6px 7px 0;
	background: url('../images/bg_new_thumb_small.gif') no-repeat right bottom;
}

.news h1 {
	border-top: 2px dotted #818285;
	color: #000000;
	float: left;
	font-size: 36px;
	font-weight: normal;
	padding: 12px 0 12px 0;
	text-transform: uppercase;
}

.news .item {
	clear: both;
	margin: 0 0 28px 0;
}
.news .item h2 {
  margin: 0 0 0 65px;
}
.news .item h2 a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.news .item h2 a:hover{
	color: #666666;
}

.date {
	border-right: 1px solid #000000;
	float: left;
	font-size: 12px;
	font-weight: normal;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
}

#news .item .text {
	margin: 0 0 0 100px;
}

#comments {
	margin: 50px 0; 
}

#comments h2 {
	border-bottom: 2px solid #E6E6E6;
	padding: 0 0 10px 0;
	font-size: 18px;
	color: #323232;
}


.comment-content {
	margin: 10px 0 20px;
	padding: 0 0 15px;
	border-bottom: 1px solid #E6E6E6;
}

#comment-form {
	margin: 0 0 20px;
}

.category {
	color: #abd037;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 14px 0;
}

#media {
	float: right;
	position: absolute;
	top: 226px;
	right: 0;
}

#media img {
	border-bottom: 2px dotted #818285;
	display: block;
	margin: 0 0 6px 0;
	padding: 0 10px 4px 2px;
}
#sidebar{
  float: right;
}
#microblog {
	background-image: url('../images/laika-bckgd.jpg');
	/*background-position: 50% 220px;*/
	background-position: center bottom;
	background-repeat: repeat-x;
	border-bottom: 2px dotted #424242;
	/*margin: 0 0 5px 549px;*/	
	width: 378px;
	padding-bottom: 2px;
	
}

.note {
	background-image: url('../images/note-bckgd.jpg');
	background-position: top;
	background-repeat: repeat-x;
	color: #000000;
	font-size: 14px;
	height: 64px;
	margin: 0 0 5px 0;
	letter-spacing: -1px;
	padding: 4px 108px 6px 10px;
	width: 260px;
}

.note h1 {
	color: #ffffff;
	float: left;
	font-family: Arial Black, Arial Black, Gadget, sans-serif;
	font-size: 19px;
	margin: 0 5px 0 0;
	text-transform: uppercase;
}

.note h2 {
	color: #ffffff;
	font-family: Arial Black, Arial Black, Gadget, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0;
}

.laika {
	background-image: url('../images/laika.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	/*float: right;*/
	font-size: 19px;
	min-height: 190px;
	padding: 20px 149px 5px 14px;
	position: relative;
	width: 215px;
}
.laika p{
	line-height: 20px;
}
.laika .links {
	bottom: 14px;
	font-size: 12px;
	line-height: 16px;
	/*position: absolute;*/
}

.laika .links a, .laika a {
	color: #000000;
	display: block;
	text-decoration: none;
}

.member-overview {
	background-image: url('../images/team-bckgd.jpg');
	background-position: right;
	background-repeat: no-repeat;
	height: 306px;
	margin: 0 0 20px 0;
	width: 925px;
}

.member-overview img {
	height: 306px;
	width: 233px;
}

.member-presentation {
	border-left: 2px dotted #818285;
	color: #ffffff;
	float: left;
	height: 214px;
	margin: 32px 0 32px 36px;
	padding: 14px 4px 14px 4px;
	width: 606px;
}

.member-presentation h1 {
	color: #000000;
	font-size: 14px;
	padding: 0 0 0 8px;
}

.member-presentation .position {
	border-bottom: 2px dotted #818285;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 8px 8px;
	width: 305px;
}

.member-presentation .arrow {
	margin: 54px 0 16px 15px;
}

.member-presentation .arrow img {
	height: 10px;
	width: 13px;
}

.member-presentation .motto {
	font-size: 21px;
	line-height: 20px;
	margin: 0 0 0 12px;
	width: 370px;
}

.member-large {
	float: left;
}

.selector {
	border-bottom: 1px dotted #818285;
	height: 92px;
}

.selector a {
	background-image: url('../images/selector-bckgd.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	padding: 0 10px 25px 0;
}

.selector a:hover {
	background-image: url('../images/selector-hover-bckgd.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

.selector img {
	border: 1px solid #ffffff;
	height: 65px;
	width: 65px;
}

.member-details {
	padding: 22px 0 82px 0;
}

.member-details h1 {
	font-size: 14px;
	margin: 0 5px 0 0;
}

.member-details .contact {
	color: #818285;
	font-style: italic;
	font-weight: bold;
	margin: 0 5px 0 5px;
}

.member-details p {
	margin: 14px 0 0 0;
	width: 610px;
}

.services .item {
	border-bottom: 2px dotted #818285;
	height: 70px;
	margin: 0 0 0 0;
}

.services .last {
	border-bottom: 0 none;
}

.services .item h1 {
	float: left;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 8px 30px 0 0;
	width: 241px;
}

.services .item ul {
	color: #818285;
	float: left;
	font-size: 11px;
	height: 70px;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	width: 500px;
}

.services .item li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	width: 235px;
}

.project-overview {
	background-image: url('../images/portfolio-bckgd.jpg');
	background-position: right;
	background-repeat: repeat-y;
	height: 306px;
	margin: 0 0 20px 0;
	width: 925px;
}

.project-overview img {
	height: 306px;
	width: 555px;
}

.project-presentation {
	border-left: 2px dotted #818285;
	color: #000000;
	float: right;
	height: 214px;
	margin: 32px 36px 32px 36px;
	padding: 14px 4px 14px 4px;
	width: 288px;
}

.project-presentation h1 {
	color: #000000;
	font-size: 14px;
	padding: 0 0 0 8px;
}

.project-presentation .detail {
	border-bottom: 2px dotted #818285;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 8px 8px;
	width: 275px;
}

.project-presentation .arrow {
	margin: 54px 0 16px 15px;
}

.project-presentation .arrow img {
	height: 10px;
	width: 13px;
}

.project-presentation .motto {
	font-size: 21px;
	line-height: 20px;
	margin: 0 0 0 12px;
	width: 275px;
}

.project-details {
	float: left;
	padding: 22px 0 80px 0;
	width: 610px;
}

.project-details h1 {
	font-size: 14px;
	margin: 0 5px 0 0;
}

.project-details h2 {
	color: #abd037;
	font-size: 14px;
	margin: 12px 0 0 0;
}

.project-details .contact {
	color: #818285;
	font-style: italic;
	font-weight: bold;
	margin: 0 5px 0 5px;
}

.project-details p {
	margin: 4px 0 0 0;
}

.project-sidebar {
	margin: 22px 0 0 712px;
}

.project-sidebar h2 {
	background-image: url('../images/arrow-right.jpg');
	background-position: left 4px;
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: normal;
	padding: 0 0 4px 21px;
}

.project-sidebar ul {
	list-style: none;
    margin-left: 0px;
    margin-right: 0px;
}

.project-sidebar li {
	margin: 6px 0 0 21px;
}

.project-sidebar a {
	color: #818285;
	text-decoration: none;
}

.project-sidebar a:hover {
	color: #85a92d;
}

.employment {
	font-size: 15px;
	margin: 0 0 80px 0;
}

.client-container {
	background-image: url('../images/client-bckgd.jpg');
	background-position: top;
	height: 306px;
	margin: 0 0 20px 0;
	width: 925px;
}

.client-overview {
	height: 306px;
	margin: 0 0 20px 0;
	width: 925px;
}

.client-overview img {
	max-height: 306px;
	max-width: 233px;
}

.client-presentation {
	border-left: 2px dotted #818285;
	color: #818285;
	float: right;
	height: 214px;
	margin: 32px 36px 32px 36px;
	padding: 14px 4px 14px 4px;
	text-align: left;
	width: 276px;
}

.client-presentation h1 {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	padding: 0 0 0 8px;
}

.client-presentation .position {
	border-bottom: 2px dotted #818285;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 8px 8px;
	width: 205px;
}

.client-presentation .arrow {
	margin: 54px 0 16px 15px;
}

.client-presentation .arrow img {
	height: 10px;
	width: 13px;
}

.client-presentation .motto {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 12px;
	width: 370px;
}

.client-logo {
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
    height: 306px;
	line-height: 306px;
    text-align: center;
    vertical-align: middle;
	width: 565px;
}

.client-logo * {
	vertical-align: middle;
}

.client-selector {
	height: 184px;
}

.client-list {
	min-height: 175px;
	padding: 22px 0 50px 0;
}

.client-list h1 {
	font-weight: normal;
	padding: 0 0 24px 0;
}

.client-list ul {
	color: #818285;
	font-size: 12px;
	list-style: none;
	margin: 0 0 0 0;
	float: left;
}

.client-list li {
	margin: 0 0 0 0;
	width: 305px;
}

.page-3 .cms-content {
	width:630px;
}

.about h1 {
	font-size: 16px;
	width: 456px;
}

.about p {
	padding: 15px 0 0 0;
}

.dating {
	padding: 0 0 50px 0;
}

.dating h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

.dating h2 {
	color: #abd037;
	font-size: 16px;
	padding: 0 0 15px 0;
	text-transform: uppercase;
}

.dating h3 {
	text-transform: uppercase;
}

.dating p {
	padding: 0 0 15px 0;
}

.dating .last {
	padding: 0;
}

.dating .left {
	margin: 0 20px 50px 0;
}

.dating-container {
	margin: 50px 0 50px 0;
}

.dating-left {
	float: left;
	width: 290px;
}

.dating-right {
	border-left: 2px dotted #818285;
	margin: 0 0 0 340px;
	padding: 0 0 0 40px;
}

.contact h1 {
	float: left;
	font-size: 26px;
	font-weight: normal;
	margin: 20px 0 0 0;
}

.contact .line {
	border-left: 2px dotted #818285;
	border-right: 2px dotted #818285;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: 0 30px 50px 30px;
	padding: 25px 30px 25px 30px;
}

.contact .address {
	color: #818285;
	float: left;
	margin: 25px 0 0 0;
	line-height: 20px;
}

.phone {
	color: #abd037;
}

.fax {
	color: #818285;
}

/* -- SITEMAP -- */

#sitemap {
	border-top: 1px solid #abd037;
	clear: both;
	font-size: 10px;
	font-weight: bold;
	margin: 50px auto 0 auto;
	padding: 37px 0 0 0;
	width: 927px;
}

#sitemap .section {
	float: left;
	max-width: 200px;
	padding: 0 30px 0 0;
}

#sitemap .section h2 {
	background-image: url('../images/arrow-sitemap.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #abd037;
	font-size: 14px;
	height: 32px;
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
	position: relative;
}

#sitemap .section h2 span {
	bottom: 0;
	margin: 0 0 20px 0;
	position: absolute;
}

#sitemap .section ul {
	list-style: none;
	margin: 0 0 50px 0;
	max-width: 230px;
}

#sitemap .section ul li {
	color: #818285;
	margin: 0 0 5px 0;
}

/*
#sitemap .section ul li a {
	color: #818285;
	text-decoration: none;
}

#sitemap .section ul li a:hover {
	color: #85a92d;
}*/

/* -- FOOTER -- */

#footer {
	background-image: url('../images/footer-bckgd.jpg');
	background-position: top;
	background-repeat: repeat-x;
	clear: both;
	min-height: 166px;
}

.footer-content {
	height: 122px;
	margin: auto;
	padding: 11px 0;
	position: relative;
	width: 927px;
}

.footer-address {
	border-left: 2px dotted #818285;
	color: #ffffff;
	height: 30px;
	padding: 30px 0 32px 24px;
	width: 927px;
}

.footer-address .title {
	color: #abd037;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 6px 0;
}

.footer-content img {
	left: 540px;
	position: relative;
	top: -43px;
}

.copyright {
	color: #424242;
	font-size: 10px;
	left: 27px;
	position: relative;
	top: -82px;
}
/* ------------------- FORMS ------------------- */

fieldset {
	border:none;
}

form label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1em;
}

form div {
	margin-bottom: 10px;
}

form fieldset legend {
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}

form p small {
	font-size: 0.75em;
	color: #777;
}

form select {
	min-width: 75px;
}

form input, form select, form  textarea, form .wysiwyg {
	padding: 6px;
	background: #fff url(../images/bg-form-field.gif) top left repeat-x;
	border: 1px solid #d5d5d5;
	color: #333;
}

form .small-input {
	width: 25% !important;
}

form .medium-input {
	width: 50% !important;
}

form .large-input {
	width: 97.5% !important;
	font-size: 16px !important;
	padding: 8px !important;
}

form textarea {
	/*width: 97.5% !important;*/
	font-family: Arial, Helvetica, sans-serif;
}

form select {
	padding: 4px;
	background: #fff;
}

form input[type="checkbox"], form input[type="radio"] {
	padding: 0;
	background: none;
	border: 0;
}

/* ------ BUTTON ------ */

.button {
	background: #ABD037 url(../images/bg-button-1.gif) repeat-x left top;
	border:1px solid #9ece06;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	margin:10px 115px;
	padding:4px 7px;
}

input.button:hover {
	text-decoration: underline;
}

.button:active {
	padding: 5px 7px 3px 7px;
}

form.cms_recherche_form .button {
	margin:10px 0;
	display:block;
}

.page- .button{
	margin:10px 0;
}