@charset "utf-8";
/* CSS Document */

li.home{
	height: 30px;
	float: right;
	display: block;
	text-align:center;	
}

li.home a{
	color:#FFF;
	font-weight:bold;
	padding:5px 10px 0px 10px;
	display: block;
	height: 30px;
	background: url(img/header_home.png) no-repeat top left;
}

li.logobar{
	margin-top:10px;
	width:130px;
	height: 45px;
	float: right;
	display: block;
	text-align:center;	

}

li.logobar a{
	color:#efa300;
	font-weight:bold;
	padding:50px 0px 0px 0px;
	display: block;
	width:130px;
	height: 45px;
	background: url(img/logo_buttons.png) no-repeat top left;
}


li.home a:hover, li.logobar a:hover
{background-position: top right;text-decoration:none;}

li.logobar a:hover{
	/*padding:40px 0px 0px 0px;*/
}


/*		NO GRAPHICS		*/

li.barr{
	font-weight:bold;
	color:#484848;
	width:130px; /*	155 */
	background:url(img/li_barrette.png) no-repeat;
	padding:0px 0px 0px 15px;
	margin: 5px 0px 0px 9px;
	float:left;
}

li.industry_small{
	font-weight:bold;
	color:#FFF;
	width:190px; /*	155 */
	padding:0px 0px 0px 15px;
	margin: 5px 0px 0px 9px;
	float:left;
	background:url(img/li_industry_small.png) no-repeat;
}

li.industry_small a{
	color:#FFF;
	font-size:14px;
}

li.barr_big{
	color:#484848;
	width:280px;
/*	height:67px;*/
	background:url(img/li_barrette.png) repeat-y;
	padding:0px 0px 0px 15px;
	margin: 15px 0px 0px 1px;
	float:left;
	
}

li.barr_result{
	color:#484848;
	width:580px;
/*	height:67px;*/
	background:url(img/li_barrette.png) repeat-y;
	padding:0px 0px 0px 15px;
	margin: 15px 0px 0px 1px;
	float:left;
	
}

li.title_result{
	color:#000;
	width:580px;
/*	height:67px;
	background:url(img/li_barrette.png) repeat-y;*/
	background:#ddd;
	font-variant:small-caps;
	padding:0px 0px 0px 15px;
	margin: 15px 0px 0px 1px;
	float:left;
	
}

li.hot_job{
	font-weight:bold;
	color:#484848;
	width:263px;
	background:url(img/li_barrette.png) no-repeat;
	padding:0px 0px 0px 15px;
	margin: 15px 0px 0px 1px;
	float:left;
}

li.barr a, li.barr_big a,li.barr_result a, li.hot_job a {	color:#484848;	}
li.barr a:hover , li.barr_big a:hover,li.barr_result a:hover, li.hot_job a:hover{ color:#000; text-decoration:none;}

li.barr_result a:hover{ color:#000;}

li.foot{
	width:280px;
	color:#fff;
	background:url(img/li_footer.png) no-repeat top left;
	padding:0px 0px 0px 9px;
	margin: 5px 0px 0px 5px;
	float:left;
}

li.foot_g{
	width:140px;
	color:#fff;
	background:url(img/li_footer.png) no-repeat top left;
	padding:0px 0px 0px 9px;
	margin: 5px 0px 0px 5px;
	float:left;
}

li.foot a, li.foot_g a{	color:#fff;	}
li.foot a:hover , li.foot_g a:hover { color:#ddd; text-decoration:none;}
