html {
	height:100%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e45;
	text-align: center;
	background-color: #000;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url('/images/public/body_background.gif');
}
a{
	text-decoration: none;
}
a:hover, a:active{
	text-decoration: underline;	
}
/* OUTER WRAP */
div#outer_wrap{
	width: 838px;
	margin: 0 auto;
	background: #fff;
	min-height: 100%;
	height: auto!important;
	height: 100%;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	position:relative;
}
/* INNER WRAP */
div#inner_wrap{
	text-align: left;
	padding: 0 0 1px 0;
	position:relative;


}
/* HEADER */
body div#header{
	height: 112px;
	position: relative;
}
/* theme-specific */
body#weare div#header, body#weare2 div#header{
	background-image: url('/images/public/header_background_weare.gif');
}
body#wedo div#header{
	background-image: url('/images/public/header_background_wedo.gif');
}
body#references div#header{
	background-image: url('/images/public/header_background_references.gif');
}
body#contact div#header{
	background-image: url('/images/public/header_background_contact.gif');
}
body#blog div#header{
	background-image: url('/images/public/header_background_blog.gif');
}
div#header h1{
	position: absolute;
	width: 359px;
	height: 50px;
	left: 37px;
	top: 24px;
}
/* theme-specific */
body#weare div#header h1, body#weare2 div#header h1{
	background-image: url('/images/public/header_logo_weare.gif');
}
body#wedo div#header h1{
	background-image: url('/images/public/header_logo_wedo.gif');
}
body#references div#header h1{
	background-image: url('/images/public/header_logo_references.gif');
}
body#contact div#header h1{
	background-image: url('/images/public/header_logo_contact.gif');
}
div#header h2{
	position: absolute;
	left: 39px;
	top: 80px;
	width: 356px;
	height: 20px;
}
body#weare div#header h2, body#weare2 div#header h2{
	background-image: url('/images/public/header_motto_weare.gif');
}
body#wedo div#header h2{
	background-image: url('/images/public/header_motto_wedo.gif');
}
body#references div#header h2{
	background-image: url('/images/public/header_motto_references.gif');
}
body#contact div#header h2{
	background-image: url('/images/public/header_motto_contact.gif');
}
/* MENU */
div#menu{
	height: 42px;
	margin-top: 1px;
	padding: 0;
	background: url('/images/public/menu_background.gif') repeat-x;
}
body#weare div#menu, body#weare2 div#menu {
	background-color: #0d8eba;
}
body#wedo div#menu{
	background-color: #78c214;
}
body#references div#menu{
	background-color: #e32691;
}
body#contact div#menu{
	background-color: #f2f50c;
}
body#blog div#menu{
	background-color: #1a1a1a;
}
div#menu ul{
	float: right;
}
div#menu li{
	float: left;
	padding: 8px 4px 7px 0;
	height: 20px;
}
div#menu a{
	display: block;
	width: 32px;
	height: 20px;
	margin: 0 8px;
	padding: 0 0 2px 0;
	background-position: top center;
	background-repeat: no-repeat;
	
}
div#menu li.selected a{
	border-bottom-width: 7px;
	border-bottom-style: solid;
}
div#menu li.selected a#menu_weare{
	border-bottom-color: #0d8eba;
}
div#menu li.selected a#menu_wedo{
	border-bottom-color: #78c214;
}
div#menu li.selected a#menu_references{
	border-bottom-color:  #e32691;
}
div#menu li.selected a#menu_contact{
	border-bottom-color: #F2F50C;
}
div#menu li.selected a#menu_blog{
	border-bottom-color: #1a1a1a;
}
div#menu a#menu_weare{
	width: 64px;
	background-image: url('/images/public/menu_weare.gif');
}
div#menu a#menu_wedo{
	width: 60px;
	background-image: url('/images/public/menu_wedo.gif');
}
div#menu a#menu_references{
	width: 97px;
	background-image: url('/images/public/menu_references.gif');
}
div#menu a#menu_contact{
	width: 72px;
	background-image: url('/images/public/menu_contact.gif');
}
div#menu a#menu_blog{
	width: 42px;
	background-image: url('/images/public/menu_blog.gif');
}
/* CONTENT */
div#content{
	padding: 0 375px 0 15px;
	width: 448px;
	min-height: 325px;
	height: auto!important;
	height: 325px;
}
body#weare div#content{
	background: url('/images/public/content_background_weare.jpg') top right no-repeat;
}
body#weare2 div#content {
	padding:0 9px 30px;
	width: 820px;
}
div#content h1, div#content h2{
	margin: 15px 0 0 0;
	font-size: 2.4em;
	letter-spacing: -0.015em;
}
body#weare div#content h1, body#weare div#content h2{
	color: #00adef;	
	margin: 15px 0 0 0;
	font-size: 2.4em;
	letter-spacing: -0.015em;
}
body#weare div#content h2 {
	font-size:24px; font-weight:normal;
	color:#223d47;
	margin:21px 0 0;
}
body#weare2 div#content h1 {
	color: #223d47;
}
div#content p{
	font-size: 1.3em;
	margin: 5px 0 15px 0;
	text-align: justify;
}
/* FOCUS */
div#outer_focus{
	background: url('/images/public/focus_body_outer.gif') #E7F6F7 bottom center no-repeat;
	width: 817px;
	margin: 48px 10px 20px 11px;
	position:relative;
}
div#outer_focus div#inner_focus{
	background: url('/images/public/focus_body_inner.gif') top center no-repeat;
}
div#outer_focus div.focal{
	float: left;
	display: inline;
	position: relative;
	padding: 0 10px;
	min-height: 200px;
	height: auto!important;
	height: 200px;
}
div.focal p{
	line-height: 1.4em;
	font-size: 1.2em;
	margin: 0.8em 0;	
}
div#current_works{
	margin-left: 15px;
	width: 410px;
	background: url('/images/public/focus_spacer.gif') center right no-repeat;
}
div#current_works h3{
	text-transform: uppercase;
	color: #e32691;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}
div#current_works img{
	float: left;
	margin: 0 10px 10px 0;
}
div#news_entries{
	margin-right: 15px;
	width: 328px;
}
div#news_entries h3{
	color: #71b717;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;	
}
div.focal h2{
	position: relative;
	top: -22px;
	left: 22px;
	height: 24px;
	background: red;
}
div#current_works h2{
	background: url('/images/public/focus_current_work.gif');
	width: 192px;
}
div#news_entries h2{
	background: url('/images/public/focus_news_entries.gif');
	width: 117px;
}
div.focal ul{
	height: 24px;
	margin: -20px 0 4px 0;
	font-size: 1.2em;
}
div.focal li{
	float: left;
	display: inline;
	margin-right: 8px;
	padding-right: 12px;
	background: url('/images/public/focus_menu_separator.gif') center right no-repeat;
}
div.focal li.last{
	background: none;
}
div.focal a{
	line-height: 24px;
	display: block;
	vertical-align: top;
	text-decoration: none;
}
div.focal li.current a{
	color: #19a7d6;
	background: url('/images/public/focus_menu_current.gif') bottom center no-repeat;
}
div.focal a:link,div.focal a:visited{
	color: #8fb0b8;
}
div.focal a:hover, div.focal a:active{
	color: #A5200F;
}
/* NAVIGATOR */
div#outer_navigator{
	width: 817px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 28px 10px 0 11px;
	position:absolute;
	top:150px;
}
body#wedo div#outer_navigator{
	background-image: url('/images/public/navigator_body_outer_wedo.gif');	
}
body#references div#outer_navigator{
	background-image: url('/images/public/navigator_body_outer_references.gif');	
}
div#outer_navigator div#inner_navigator{
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 200px;
	/*height: auto!important;
	height: 200px;*/
	position: relative;
	overflow:hidden;
	z-index:100;
	height:250px;
}
body#wedo div#outer_navigator div#inner_navigator{
	background-image: url('/images/public/navigator_body_inner_wedo.gif');
	padding-bottom: 1em;
}
body#references div#outer_navigator div#inner_navigator{
	background-image: url('/images/public/navigator_body_inner_references.gif');
	padding-bottom: 1em;
}
div#outer_navigator h2{
	position: absolute;
	top: -10px;
	left: 40px;
	font-size: 2.4em;
	letter-spacing: -0.015em;
	background-color:#FFF;
	z-index:120;
}
body#wedo div#inner_navigator h1{
	color: #78c214;	
}
body#references div#outer_navigator h2{
	color: #e32691;	
}
div#inner_navigator div.subnavigator{
	float: left;
	display: inline;	
	width: 265px;
	margin: 0 3px;
	padding-top: 2.5em;
}
div.subnavigator h3{
	font-size: 1.8em;
	color: #818892;
	margin: 0 0 0.6em 1em;
}
div.subnavigator ul{
	margin-left: 3em;
}
div.subnavigator li{
	font-size: 1.2em;
	line-height: 1.6em;
	padding-left: 10px;
	background: url('/images/public/navigator_bullet.gif') left center no-repeat;	
}
div.subnavigator a:link, div.subnavigator a:visited{
	color: #818892;
}
div.subnavigator a:hover, div.subnavigator a:active{
	color: #818892;
}
/* FOOTER */
div#footer{
	margin: 15px 0;
	text-align: center;
	color: #878f94;
	line-height: 4px;
	height: 4px;
	position:absolute;
	width:838px;
	left:50%;
	margin-left:-419px;
	bottom:0;
}
div#footer a {
	color: #878f94;
	text-decoration:none;
}
div#footer a:hover {
	text-decoration:underline;
}
div#footer ul, div#footer li, div#footer span{
	display: inline;
}
div#footer span, div#footer li{
	border-right: 1px solid #878f94;
	margin-left: 5px;
	padding-right: 8px;
}
div#footer li.last{
	border-right: none;
}
/* SHOWCASE */
div#inner_wrap div#showcase{
	width: 507px;
	margin: 280px 15px 0 16px;
	padding: 0 300px 0 0;
	position: relative;
	background: url('/images/public/photos/grow_together.jpg') right center no-repeat;
}
div#showcase h1{
	font-size: 2.4em;
	margin-bottom: 0.3em;
	width: 455px;
	background: url('/images/public/showcase_linetonext.gif') right center no-repeat;
	color: #14d1e7;
}
div#showcase h3{
	font-size: 1.3em;
	margin-bottom: 0.2em;
	font-weight: bold;
	color:#78C214; /*#0088cf;*/
}
div#showcase p{
	margin: 1em 0;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #3E3E45;
	text-align: justify;
}
div#showcase a:link, div#showcase a:visited{
	color: #78C214;
}
div#showcase a#showcase_next{
	position: absolute;
	right: 300px;
	top: 4px;
	width: 39px;
	height: 17px;
	background: url('/images/public/showcase_next.gif');
}
div#showcase img{
	float: right;
	margin: 0 0 1em 1em;
}
/* MAIN CONTENT */
div#main_content{
	margin: 290px 12px 50px 20px;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: justify;
	color: #70767f;
	position: relative;
}

div#main_content h1{
	font-size: 2em;
	margin: 0.5em 0;
}
div#main_content h2{
	font-size: 2em;
	margin: 0.5em 0;
}
div#main_content h3{
	font-size: 1.4em;
	margin: 0.5em 0;
	color: #70767f;
	font-weight: bold;
}
div#main_content p{
	margin: 0.5em 0;
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: justify;
	color: #3E3E45;
}
div#main_content img.right_floated{
	float: right;
	display: inline;
	margin: 0 0 10px 10px;
}
body#wedo div#main_content h1{
	color: #78c214;
}
body#wedo div#main_content a:link, body#wedo div#main_content a:visited{
	color: #78c214;
}
body#weare div#content a:link, body#weare div#content a:visited,
body#weare2 div#content a:link, body#weare2 div#content a:visited{
	color: #00ADEF;
}
body#references div#main_content h1{
	color: #e32691;
}
body#references div#main_content a:link, body#references div#main_content a:visited{
	color: #e32691;
}
/* REFERENCE */
div#inner_wrap div#reference{
	margin: 10px 20px;
	padding: 1px 0;
	position: relative;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: justify;
	color: #70767f;
}
div#reference h2{
	font-size: 2.4em;
	padding: 0.3em 0;
	color: #e32691;
	width: 450px;
}
div#main_content p#reference_text{
	position: absolute;
	left: 445px;
	top: -12px;
	width: 340px;
	text-align: justify;
	padding-left: 10px;
	font-size: 1.1em;
	line-height: 1.2em;
	background: url('/images/public/reference_text_background.gif') left center no-repeat;
}
div#main_content img#reference_picture{
	margin-top: 1em;
}
/* FORM CONTACT -------------------------------------------- */
#contactContent {
	float:left;
	margin-left:10px;
	padding-top:20px;
}
#contactContent .divTitre{
	display:none;
	
}
#formcontact_glob {
	background: url('/images/public/contactbax_center.gif') left top repeat-y;
	width:380px;
	margin:0;
	padding:0;
	float:right;
	margin-right:10px;
}
#formcontact_header {
	background: url('/images/public/contactbox_top.jpg') left top no-repeat;
	height:29px;
	width:380px;
	
}
#formcontact_content {
	background: url('/images/public/contactbox_bottom.jpg') left bottom no-repeat;
	color:#a5a5a6;
	font-size:1.3em;
	min-height:503px;
	height:auto!important;
	height:503px;
	padding:0 6px 10px 6px;
}


#formcontact_content label {
	display:block;
	float:left;
	width:112px;
	margin-bottom:10px;
	padding-left:5px;
	font-size:0.9em;
}
#formcontact_content input{
	width:240px;
	height:22px;
	margin-bottom:10px;
}
#formcontact_content .inputTextarea{
	width:240px;
	height:104px;
	margin-bottom:10px;
}
#formcontact_content .inputButtonfr{
	background: url('/images/public/form_submit_fr.gif') left top no-repeat;
	width:169px;
	height:23px;
	border:0;
}

#formcontact_content .inputButtonnl{
	background: url('/images/public/form_submit_nl.gif') left top no-repeat;
	width:169px;
	height:23px;
	border:0;
}
#formcontact_content #adress {
	font-size:0.9em;
	text-align:right;
	margin-bottom:10px;
}
#formcontact_content #adress br {
	line-height:1.1em;
}
/* pagination */
div#pagination{
	padding: 5px;
	margin: 10px 0;
	background: #efefef;
	border: 1px solid #afafaf;
}
div#pagination ul{
	text-align: center;
	margin: 0;
	padding: 0;
}
div#pagination li{
	display: inline;
	background: none;
	margin: 0 5px;
	padding: 0;
}
div#main_content img.top {
	margin-top: -30px;
}
div#main_content p.citation {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	padding-right:50px;
	font-size:12px;
 }
div#main_content p.citation img{
	float:left;
 }
div#main_content p.aut{
	padding-left:70px;
	color:#888;
	font-size:11px;
}
div#main_content p.aut img{
	float:right;
}
div.eventOrNews {
	display:none;
}
div#event1, div#news1 {
	display:block;
}


#current_works div.eventOrNews a,#current_works div.eventOrNews a:visited{
color: #E32691;
line-height: 1.4em;
display: inline;
text-decoration: none;
font-weight:bold;
}
#current_works div.eventOrNews a:hover{

text-decoration: underline;

}
#news_entries div.eventOrNews a,#news_entries div.eventOrNews a:visited{
color: #81CC21;
line-height: 1.4em;
display: inline;
text-decoration: none;
font-weight:bold;
}
#news_entries div.eventOrNews a:hover{
text-decoration: underline;

}
#messagecontact {
  margin-bottom:10px;
  color:red;
}
/* 2009 */
body#weare2 div#content p {
	color:#2b3133;
	font-size:15px;
}
body#weare2 div#content p.clients {
	margin:10px 0 0;
}
body#weare2 div#content p.clients img {
	vertical-align:middle;
	margin:0 0 0 20px;
}
body#weare2 div#content div.rightContent p.button {
	text-align:right; font-size:11px;
	margin:0;
}
body#weare2 div#content div.rightContent p.button a {
	color:#FFF; font-weight:bold;
	background:url(/images/public/reference_button_left.gif) no-repeat left;
	display:-moz-inline-box; display:inline-block;
	height:22px;
}
body#weare2 div#content div.rightContent p.button a span {
	display:-moz-inline-box; display:inline-block;
	height:22px;
	line-height:22px;
	padding:0 10px;
	background:url(/images/public/reference_button_right.gif) no-repeat right;
}
body#weare2 div#content div.rightContent p.button a:hover {
	text-decoration:none;
}
div.homeLeftBox {
	background:#449aba url(/images/public/home_left_box.gif) no-repeat top;
	width:265px; height:auto!important; height:149px; min-height:149px;
	float:left; position:relative;
	color:#FFF;
	padding:0 180px 0 30px; margin:12px 0 0;
}
body#weare2 div#content div.homeLeftBox  h2 {
	color:#FFF; font-size:18px; font-weight:bold;
	margin:30px 0 8px;
}
body#weare2 div#content div.homeLeftBox  h3 {
	color:#FFF; font-size:14px; font-weight:bold;
	margin:0;
}
body#weare2 div#content div.homeLeftBox  p {
	font-size:14px; color:#FFF;
	margin:0 0 10px;;
}
a#twitter {
	background:url(/images/public/twitter_button.gif) no-repeat;
	display:block;
	width:123px; height:65px;
	position:absolute; top:16px; right:20px;
	font-size:23px; color:#FFF; text-align:left;
	padding:33px 5px 0 15px;
	line-height:26px;
}
a#twitter:hover {
	text-decoration:none;
	color:#ADEAFF;
}
div.homeRightBox {
	background:#449aba url(/images/public/home_right_box.gif) no-repeat top;
	width:210px; height:auto!important; height:149px; min-height:149px;
	float:left; position:relative;
	color:#FFF;
	padding:0 0 0 135px; margin:12px 0 0;
}
body#weare2 div#content div.homeRightBox  h2 {
	color:#FFF; font-size:18px; font-weight:bold;
	margin:30px 0 0;
}
body#weare2 div#content div.homeRightBox p {
	color:#FFF; font-size:18px;
	line-height:20px;
}
body#weare2 div#content div.homeRightBox a {
	color:#FFF;
}
body#weare2 div#content div.homeRightBox a:hover {
	text-decoration:none;
}
div#content div.leftContent {
	float:left;
	width:480px;
	margin:0 48px 0 0;
}
div#content div.rightContent {
	float:left;
	width:275px;
}
div.clearer {
	font-size:0;
	clear:both;
	height:0;
	margin:0;
	padding:0;
	visibility:hidden;
}