html, body {
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	background-color:#b7aca0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#666666;
	background-image: url(../img/back.png);
	background-repeat: repeat-x;
	background-position: center top;
}
img{
    border:0px; 
}

.clear{
	clear:both;
}
a {
  outline: none;
  text-decoration:none;
  color:#636363;
}

#mobile_menu:not( .mm-menu ) {
   display: none;
}

a:active {
  outline: none;
}

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

#header{
	position:relative;
	width:960px;
	height:122px;
	background-color:#FFF;
	margin:auto;
	margin-top:20px;
}

#content{
	position:relative;
	width:960px;
	background-color:#FFF;
	margin:auto;
	margin-top:20px;
	overflow:hidden;
	background-image: url(../img/content_back.png);
	background-repeat:repeat-y;
	background-position: left top;
}

.home #content, .projets #content{
	background-image:none;
	background-color:transparent;
}

#footer{
	position:relative;
	width:930px;
	height:47px;
	background-color:#3b252a;
	margin:auto;
	margin-top:20px;
	overflow:hidden;
	color:#afafaf;
	font-size:11px;
	padding:15px;
}

div.shadow{
	background-image: url(../img/shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:8px;
	width:960px;
	margin:auto;
}

#navigation{
	position:relative;
	margin:auto;
	padding-top:90px;
}

#header div.lang{
	position:absolute;
	right:7px;
	top:17px;
}

#header #logo{
	position:absolute;
	left:394px;
	top:10px;
	z-index:2000;
}



/*style the main menu*/
.myMenu {
	margin:0;
	padding:0;
	font-family: 'CrimsonRoman';
	font-size:18px;
	text-transform:uppercase;
	list-style:none;
}

.myMenu li {
	list-style:none;
	float:left;
}

.myMenu li.first {
	/**margin-left:25px;**/
}

.myMenu li ul li.first {
	margin-left:0px;
}

.myMenu li a:link, .myMenu li a:visited {
	display:block;
	text-decoration:none;
	margin:0;
	color:#97989a;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	height:16px;
	line-height:16px;
	background-image: url(../img/mainnav_separator.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.myMenu li a:hover, .myMenu li.selected a {
	color:#3b252a;
}

.myMenu li.first a{
	border:none;
	background-image:none;
}

/*style the sub menu*/
.myMenu li ul {
	position:absolute;
	visibility:hidden;
	margin:0;
	padding:0;
	width:auto;
	border:1px solid #dcdcdc;
	-webkit-box-shadow: 0 6px 10px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 6px 10px rgba(0,0,0,0.35);
	box-shadow: 0 6px 10px rgba(0,0,0,0.35);
	background-color:#fff;
	behavior: url(/PIE.htc);
	z-index:1000;
}

.myMenu li ul div.arrow{
	position:absolute;
	top:-13px;
	left:25px;
	width:24px;
	height:13px;
	background-image: url(../img/submenu_top_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.myMenu li ul li {
	margin:0;
	padding:0;
	width:auto;
	padding-left:28px;
	padding-right:28px;
	float:none;
	display:block;
	/*background-image: url(../img/submenu_center.png);*/
	background-repeat: repeat-y;
	background-position: center top;	
}

.myMenu li ul li.top {
	height:15px;
	background-image: url(../img/submenu_top.png);
}

.myMenu li ul li.bottom {
	height:15px;
	background-image: url(../img/submenu_bottom.png);
}

.myMenu li ul li a:link, .myMenu li ul li a:visited {
	background-image:none;
	padding:0px;
	height:auto;
	line-height:normal;
	border-top:1px solid #e0e0e0;
	width:100%;
	font-size:16px;
	display:block;
	text-decoration:none;
	margin:0;
	color:#97989a;
	padding-top:13px;
	padding-bottom:13px;
}

.myMenu li ul li.first a{
	border:none;
}

.myMenu li ul li a:hover, .myMenu li ul li.active a {
	color: #3b252a;
}

#content h1{
	font-family: 'CrimsonRoman';
	font-size:36px;
	font-weight:normal;
	color:#3b252a;
	text-transform:uppercase;
	border-bottom:1px solid #e0e0e0;
	margin-top:0px;
	padding-bottom:30px;
}

#content h2{
	font-family: 'CrimsonRoman';
	font-size:22px;
	font-weight:normal;
	color:#3b252a;
	text-transform:uppercase;
	background-image: url(../img/h2_border.png);
	background-repeat: no-repeat;
	background-position: left top;	
	clear:both;
}

#content p.intro{
	font-family: 'CrimsonRoman';
	font-size:22px;
	color:#3b252a;
	line-height:1em;
}

#boxslider{
	margin:0px;
	padding:0px;
	list-style:none;
}

.box{
	width:270px;
	float:left;
	padding:10px;
	background-image: url(../img/box_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
	padding-bottom:20px;
	margin-bottom:8px;
}

.box.first{
	margin-left:0px;
}

.box a{
	display:block;
	height:23px;
	line-height:23px;
	padding-left:30px;
	background-image: url(../img/btn_link.png);
	background-repeat: no-repeat;
	background-position: left center;	
	font-family: 'CrimsonRoman';
	font-size:16px;
	text-transform:uppercase;
	color:#666666;
}

#content .box h1{
	font-family: 'CrimsonRoman';
	font-size:22px;
	text-transform:uppercase;
	font-weight:normal;
	color:#3b252a;
	margin:0px;
	padding:0px;
	border:none;
	margin-top:10px;
	margin-bottom:10px;	
}

.box .resume{
	height:50px;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;	
}

.box .resume p{
	margin:0px;
	padding:0px;
	font-size:13px;
}


.menuright {
	margin:0;
	padding:0;
	font-family: 'CrimsonRoman';
	font-size:16px;
	text-transform:uppercase;
	list-style:none;
	padding:10px;
}

.menuright li {
	list-style:none;
	float:none;
	padding-top:1px;
	background-image: url(../img/sous_menu_separator.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

.menuright li.first {
	background:none;
}

.menuright li a:link, .menuright li a:visited {
	display:block;
	text-decoration:none;
	margin:0;
	color:#97989a;
	height:39px;
	line-height:39px;
}

.menuright li a:hover, .menuright li.selected a {
	color:#3b252a;
}

.menuright li.selected a {
	padding-left:10px;
	background-image: url(../img/sous_menu_selected.png);
	background-repeat: no-repeat;
	background-position: left 17px;
}

#content h1.sousmenu{
	font-family: 'CrimsonRoman';
	font-size:22px;
	text-transform:uppercase;
	font-weight:normal;
	color:#3b252a;
	margin:0px;
	padding:0px;
	padding-left:10px;
	border:none;	
}

div.lang ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

div.lang ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	heigth:16px;
	line-height:16px;
	border-left:1px solid #e0e0e0;
	padding-left:9px;
	padding-right:8px;
}

div.lang ul li.noborder{
	border-left:none;
}

div.lang ul li a{
	color:#999999;
}

div.lang ul li a.active, div.lang ul li a:hover{
	color:#333333;
}

#footer div.lang{
	position:absolute;
	right:15px;
	top:13px;
}

#footer div.lang ul li{
	border-left:1px solid #666666;
}

#footer div.lang ul li.first{
	border:none;
}

#footer div.lang ul li a{
	color:#999999;
}

#footer div.lang ul li a.active, div.lang ul li a:hover{
	color:#d8d8d8;
}

div.login{
	position:relative;
	/*color:#000 !important;
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-align: center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#dcdcdc));
	background: -webkit-linear-gradient(#ffffff, #dcdcdc);
	background: -moz-linear-gradient(#ffffff, #dcdcdc);
	background: -ms-linear-gradient(#ffffff, #dcdcdc);
	background: -o-linear-gradient(#ffffff, #dcdcdc);
	background: linear-gradient(#fff, #dcdcdc);
	-pie-background: linear-gradient(#ffffff, #dcdcdc);
	behavior: url(/PIE.htc);*/
}

div.lang ul li a.login{
	position:relative;
	color:#000 !important;
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-align: center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#dcdcdc));
	background: -webkit-linear-gradient(#ffffff, #dcdcdc);
	background: -moz-linear-gradient(#ffffff, #dcdcdc);
	background: -ms-linear-gradient(#ffffff, #dcdcdc);
	background: -o-linear-gradient(#ffffff, #dcdcdc);
	background: linear-gradient(#fff, #dcdcdc);
	-pie-background: linear-gradient(#ffffff, #dcdcdc);
	behavior: url(/PIE.htc);
}

#projetsnav{
	padding-left:15px;
	background-color:#f0f0f0;
	height:50px;
	line-height:50px;
}

#projetsnav ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#projetsnav ul li{
	float:left;
	list-style:none;
	margin-right:10px;
}

#projetsnav ul li.first{
	margin-left:0px;
}

#projetsnav ul li a{
	color:#999999;
	font-family: 'CrimsonRoman';
	font-size:14px;
	text-transform:uppercase;
	padding-left:20px;
	background-image: url(../img/projetsnav.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#projetsnav ul li.selected a{
	color:#000;
	background-image: url(../img/projetsnav_selected.png);
}

.objet{
	width:277px;
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	padding:18px;
	background-image: url(../img/projetbox_bg.png);
	background-repeat: no-repeat;
	background-position: left top;	
	padding-top:5px;
	height:232px;
}

.objet.first{
	margin-left:0px;
}

.objet a{
	display:block;
	height:23px;
	line-height:23px;
	padding-left:30px;
	background-image: url(../img/btn_link.png);
	background-repeat: no-repeat;
	background-position: left center;	
	font-family: 'CrimsonRoman';
	font-size:16px;
	text-transform:uppercase;
	color:#666666;
	margin-top:10px;
}

#content .objet h1{
	font-family: 'CrimsonRoman';
	font-size:22px;
	text-transform:uppercase;
	font-weight:normal;
	color:#3b252a;
	margin:0px;
	padding:0px;
	border:none;	
	margin-bottom:10px;
}

.objet .resume{
	height:50px;
	overflow:hidden;
}

.objet .resume p{
	margin:0px;
	padding:0px;
}

#projecttopnav{
	height:51px;
	background-color:#FFF;
	background-image: url(../img/projet_detail_nav_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	line-height:51px;
	padding-left:18px;
	padding-right:18px;
}

a.navall{
	background-image: url(../img/all_link.png);
	background-repeat: no-repeat;
	background-position: left center;	
	font-family: 'CrimsonRoman';
	font-size:14px;
	text-transform:uppercase;
	color:#999999;
	padding-left:15px;
	float:left;
}

a.navprev{
	background-image: url(../img/prev_link.png);
	background-repeat: no-repeat;
	background-position: left center;	
	font-family: 'CrimsonRoman';
	font-size:14px;
	text-transform:uppercase;
	color:#999999;
	padding-left:15px;
	float:right;
	margin-right:15px;
}

a.navnext{
	background-image: url(../img/next_link.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: 'CrimsonRoman';
	font-size:14px;
	text-transform:uppercase;
	color:#999999;
	padding-right:15px;
	float:right;
}

#galleria{
	float:left;
	width:636px;
	margin-left:18px;
}

#galleria a.thumb{
	float:left;
	margin-right:20px;
	margin-top:20px;
}


#content div.projectdetails h1, #content div.projectdetails h2{
	font-size:24px;
	color:#3b252a;
	text-transform:uppercase;
	font-weight:lighter;
	margin:0px;
	padding:0px;
	background:none;
	border:none;
	line-height:1em;
}

#content div.projectdetails h2{
	color:#c8b9bd;
}

div.sep{
	background-image: url(../img/h2_border.png);
	background-repeat: no-repeat;
	background-position: left top;	
	padding-top:15px;
	margin-top:15px;
}

div.introprojet{
	font-family: 'CrimsonRoman';
	font-size:22px;
	color:#3b252a;
	font-weight:lighter;
	line-height:1em;
}

div.sep p{
	margin-top:0px;
}

div.introprojet p{
	margin:0px;
}

.firstlink{
	cursor:pointer;
}

#back-top {
    bottom: 40px;
    position: fixed;
    right: 50px;
}
#back-top a {
    -moz-transition: all 1s ease 0s;
    color: #3B252A;
    display: block;
    font: 11px/100% Arial,Helvetica,sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 50px;
}
#back-top a:hover {
    color: #000000;
}
#back-top span {
    -moz-transition: all 1s ease 0s;
    background: url("../img/up-arrow.png") no-repeat scroll center center #d5cacd;
    border-radius: 15px 15px 15px 15px;
    display: block;
    height: 50px;
    margin-bottom: 7px;
    width: 50px;
}
#back-top a:hover span {
    background-color: #3B252A;
}

table.partnerstable td{
	border-bottom:1px solid #E0E0E0;
	padding:15px;
	height:170px;
}

table.testimonial td{
	border-bottom:1px solid #E0E0E0;
	padding-bottom:15px;
	padding-top:15px;
}

table.testimonial td img{
	width:150px;
	padding-right:15px;
}

.mobile{
	display: none;
}

#map_canvas{
	width:590px;
	height:372px;
	position: relative;
	display:block;
}

div.readmore{
	display: none;
}

a.readmore{
	color:#3b252a;
	font-family: 'CrimsonRoman';
	text-transform: uppercase;
}

a.readmore span.readless{
	display: none;
}

@media all and (max-width:980px){
	.mobile{
		display:block;
	}
	.nomobile{
		display: none;
	}
	body{
		/*width:calc(100% - 20px);
		margin: 0px;
		box-sizing: border-box;*/
	}

	
	#header{
		display: none;
	}
	
	#headermobile{
		height:70px;
		background-color: #fff;
		width:100%;
		position:fixed;
		left:0px;
		top:0px;
		z-index: 3000;
		
		background-image: url(../img/logo.png);
		background-position: 10px 10px;
		background-repeat: no-repeat;
		background-size: auto 50px;
		
		-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
	-moz-box-shadow:    0px 3px 5px rgba(100, 100, 100, 0.49);
	box-shadow:         0px 3px 5px rgba(100, 100, 100, 0.49);
	}
	
	#mobilemenuopen{
		width:50px;
		height: 50px;
		position: absolute;
		right:10px;
		top:10px;
		background-image: url(../img/menumobile.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	
	#content{
		width:100%;
		background-image: none;
		margin: 0px;
		margin-top: 80px;
	}
	
	#content h1{
		font-size: 24px;
	}
	
	#content .wt-rotator h1{
		font-size: 20px !important;
	}
	
	#footer{
		width:100%;
		background-image: none;
		box-sizing: border-box;

	}

	
	.left_content{
		float: none !important;
		width:100% !important;
		box-sizing: border-box;
	}
	
	.left_content img{
		max-width: calc(100% - 20px);
		margin: 10px !important;
		height: auto;
	}
	
	.right_content{
		float: none;
		width:100%;
		display: none;
	}
	
	#projetsnav{
		height: auto;
	}
	
	div.shadow{
		width:100%;
	}
	
	.objet{
		width:calc(100% - 36px);
		background-size: 100% 255px;
	}
	
	.objet img{
		max-width: 100%;
	}
	
	#mobile_menu{
		font-family: 'CrimsonRoman';
		text-transform: uppercase;
	}
	
	#map_canvas{
		width:100% !important;
		height:372px
	}
	
	table{
		width:100%;
	}
	
	table td{
		/*width:50%;*/
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	table td:first-child{
		min-width: 150px !important;
	}
	
	.projectdetails{
		width:100% !important;
		float: none !important;
		padding: 30px;
		box-sizing: border-box;
	}
	
	#galleria{
		width:100%;
		margin-left: 0px;
		box-sizing: border-box;
		padding: 30px;
	}
	
	#galleria img{
		width:100%;
		height: auto;
	}
	
	#galleria a.thumb {
		width:calc(100%/3 - 20px);
	}
}

@media all and (max-width:460px){
	table td{
		width:100%;
		height:auto !important;
		display: block;
	}
	
	table td:first-child{
		border-bottom: 0px;
		text-align: left !important;
	}
	
	table td img, .left_content table td img{
		margin: 0px !important;
		max-width: 100% !important;
		float:none !important;
		
	}
}