

a {
	color: #8F8778;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #8F8778;
}


/************************************************************************
-) NAVIGATION
*************************************************************************/

/*** MAIN MENU ***/
	
#nav ul {
	float:right;
	margin:15px 0 0 0;
	font-size:13px;
	text-transform:uppercase;
	line-height: 18px;
}
	
#nav li {
	display:block;
	float:left;
	margin-left:5px;
}
	
#nav a {
	display:block;
	padding:8px 8px 6px 8px;
	float:left;
	color:#333333;
	text-decoration:none;
}
	
#nav a:hover, #nav .current_page_item a {
	text-decoration:none;
}
	
#nav ul ul {
	margin:20px 0 0 0;
	width:180px;
	text-transform:none;
}
	
#nav ul ul ul {
	margin:-1px 0 0 40px;
	text-transform:none;
	border-bottom:none;
}
	
#nav ul ul li {
	margin-left:0px;
}
	
#nav ul ul li a {
	margin-left:0px;
	background:none;
	width:160px;
	padding:10px 10px 8px 10px;
}
	
#nav ul ul li a:hover {
	background:url(../images/fond_li_nav_hover.png);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#333333;
}







#nav {

}


#nav a:hover, #nav .current_page_item a {
	color:#8F8778;
}
	
#nav ul ul {
	background: url(../images/bg_nav_iterm.png);
	border-right:1px solid #CABB9C;
	border-bottom:1px solid #CABB9C;
}

#nav ul ul a {
	
}

#nav ul ul ul {
	border:1px solid #FF6600;
}
	
#nav ul ul li {
	border-bottom:1px solid #CCCCCC;
}

.menu1_hover {
 /* background:url(../images/fleche.png);
  background-position:bottom center;
  background-repeat:no-repeat;*/
  
}



/************************************************************************
-) TEASER
*************************************************************************/

.subhead {
	font-size:13px;
	color:#93afc6;
	margin:0 0 20px 0;
	display:block;
}

.teaser {
	background: url(../images/style_light_blue/teaser_bg.png) no-repeat;
	background-position:bottom;
	/*height: 328px;*/
	height: 150px;
	z-index:0;
}
.teaser_cadre {

	width:960px;
	height: 150px;
	z-index:0;
}



/************************************************************************
-) TEASER HEAD
*************************************************************************/

.teaser_head {
	background: url(../images/style_light_blue/teaser2_bg.png) no-repeat;
	background-position:bottom;
	height: 150px;
}

/************************************************************************
-) INTRO
*************************************************************************/


a.btn_one {
	background: url(../images/button_grey.png) no-repeat;
	color:#555e7a;
}

a:hover.btn_one {
	background: url(../images/button_grey_hover.png) no-repeat;
	text-decoration:none;
}

a.btn_two {
	background: url(../images/style_light_blue/button_light_blue_2.png) no-repeat;
	color:#fff;
}

a:hover.btn_two {
	background: url(../images/style_light_blue/button_light_blue_2.png) no-repeat;
	text-decoration:none;
}


/************************************************************************
-) CONTENT
*************************************************************************/

/*head searchform*/

#s {
background: #fff;
color:#494949;
}

#searchsubmit {
background: transparent url(../images/search.png) 2px center no-repeat;
}


a.work_btn_one {
/*background-color:#EBEBEB;*/
background: transparent url(../images/portfolio/bg_btn_link.png);
color:#8F8778;
}

a:hover.work_btn_one {
/*background-color:#EBEBEB;*/
background: transparent url(../images/portfolio/bg_btn_link.png);
color:#8F8778;
text-decoration: none;
}

a.work_btn_two {
background-color:#1267b1;
color:#fff;
}

a:hover.work_btn_two {
background-color:#0b4e80;
color:#fff;
text-decoration: none;
}



/************************************************************************
-) CONTENT
*************************************************************************/

ul#portfolio-filter a.current {
	padding-top:6px; 
	padding-bottom:5px; 
	background:#ffffff; 
	color: #0b4e80; 
}



/************************************************************************
-) FOOTER
*************************************************************************/

.footer_widget li a:hover {
	color: #8F8778;
}
 

