/*Lewalike Cascading Style Sheets (CSS)*/
/* These styles just pretty up the menu page a bit. */
#wrapUser {
	font-size: 10pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	height:30px;
	margin: 0 0; 
	position: relative;
	background-image: url(../bg/wlk_tableheader2.jpg);
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
	}
#wrapEmployer {
	font-size: 10pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	height:30px;
	margin: 0 0; 
	position: relative;
	background-image: url(../bg/wlk_autobg1.gif);
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
	}
#wrapSousMenu {
	font-size: 10pt;
	font-family : Calibri,Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	margin: 0 0; 
	position: relative;
	background-image: url(../bg/wlk_header_bg.jpg);
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
	}

#wrapSousMenuJobs {
	font-size: 10pt;
	font-family : Calibri,Verdana, Arial, Helvetica, sans-serif;
	height:15px;
	margin: 0 0; 
	position: relative;
	background-image: url(../bg/wlk_content1_bg_clr2.jpg);
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
	}
#wrapSousMenuJobs:hover {
        color: #009900;
        background-image: url(../bg/wlk_job_search_top.png);        
	}
.wrapSousMenuJobsText { color: gray; font-style: normal; font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;}

.wrapSousMenuSelect:hover {
        color: #009900;
	height:20px;
        /*background-image: url(../bg/wlk_job_search_top.png); */
	background:url(../bg/wlk_header_bg.jpg) 0 50% repeat;
	}
.wrapSelect:hover {
        color: #000;
	height:33px;
        background-image: url(../bg/wlk_header_bg.jpg);        
	}
.wrapSelectbg {
        color: #000;
	height:33px;
        background-image: url(../bg/wlk_header_bg.jpg);        
	}
.wrapMenuBorderLeft {
        border-left: 1px dashed #ffffff; 
}
.wrapMenuBorderRight {
        border-right: 1px solid #ffffff; 
}
.wrapMenuSession {
	font-size: 14pt;
	display: block;
	vertical-align: middle;
	text-align: right;
	height:23px;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none; }

/* back to top link - retour en haut. */	
.retour-en-haut {
    position: fixed;
    bottom: 15px;
    right: 15px;
    text-decoration: none;
    color: #000000;
    background-image: url(../boutons/wlk_go_top.png);   
    font-size: 12px;
    padding: 2em;
    display: none;
}

.retour-en-haut:hover { 
    opacity:.8; /*mouse over fade effect*/  /*background-color: rgba(135, 135, 135, 0.50); */
}
.retour-en-haut1 {
    position: fixed;
    bottom: 15px;
    right: 15px;
    text-decoration: none;
    color: #000000;
    background-image: url(../boutons/wlk_go_top.png);   
    font-size: 12px;
    padding: 2em;
}

.retour-en-haut1:hover { 
    opacity:.8; /*mouse over fade effect*/  /*background-color: rgba(135, 135, 135, 0.50); */
}
	
/* These styles create the dropdown menus. */
#navbar {
	margin: 0;
	padding: 0;
	height: 1em;
	}
#navbar li {
	list-style: none;
	float: left;
	}
#navbar li a {
	display: block;
	vertical-align: middle;
	height:23px;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none; }
#navbar li a:hover {
	color: #009900;
	background-image: url(../bg/wlk_job_search_top.png); }
#navbar li ul {
	display: none; 
	width: 15em; /* Width to help Opera out */
	background-color: #B5C67A;
        color: #808080;
	}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #B5C67A;
	height:23px;
        background-image: url(../bg/wlk_header_bg.jpg);
	color: #fff;
        border-bottom: 1px  dashed #ffffff;
        border-right: 1px solid #8CB1BA;
        border-left: 1px solid #8CB1BA;
        }
#navbar li li a:hover {
        color: #009900;
	background-color: #F0FFF0;
        background-image: url(../bg/wlk_job_search_top.png);
        }

/*------*/
/* Menu CSS3 and HTML5 */
/*------*/
#menu, #menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#menu {
		width: 960px;
		margin: 0px auto;
		border: 1px solid #222;
		background-color: #111;
		background-image: url(../bg/wlk_header_bg.jpg);
		background-image: -moz-linear-gradient(#444, #111); 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));	
		background-image: -webkit-linear-gradient(#444, #111);	
		background-image: -o-linear-gradient(#444, #111);
		background-image: -ms-linear-gradient(#444, #111);
		background-image: linear-gradient(#444, #111);
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	}
	
	#menu:before,
	#menu:after {
		content: "";
		display: table;
	}
	
	#menu:after {
		clear: both;
	}
	
	#menu {
		zoom:1;
	}
	
	#menu li {
		float: left;
		border-right: 1px solid #222;
		-moz-box-shadow: 1px 0 0 #444;
		-webkit-box-shadow: 1px 0 0 #444;
		box-shadow: 1px 0 0 #444;
		position: relative;
	}
	
	#menu a {
		float: left;
		padding: 12px 15px;
		color: #fff;
		text-transform: none;
		font: bold 12px Arial, Helvetica;
		text-decoration: none;
		text-shadow: 0 1px 0 #000;
	}
	
	#menu li:hover > a {
		color: #009900;
		background:url(../bg/wlk_header_bg.jpg) 0 50% repeat;
	}
	
	*html #menu li a:hover { /* IE6 only */
		color: #009900;
		background:url(../bg/wlk_header_bg.jpg) 0 50% repeat;
	}
	
	#menu li.active a {
		color: #009900;
		/*background:url(../wlklib/bg/wlk_job_search_top.png) 0 0% repeat;*/
	}
	
	#menu ul {
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 38px;
		left: 0;
		z-index: 1;    
		background: #444;
		background: -moz-linear-gradient(#444, #111);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
		background: -webkit-linear-gradient(#444, #111);    
		background: -o-linear-gradient(#444, #111);	
		background: -ms-linear-gradient(#444, #111);	
		background: linear-gradient(#444, #111);
		-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
		-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  
	}

	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	#menu ul ul {
		top: 0;
		left: 150px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
		-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3);		
	}
	
	#menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	}
	
	#menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	#menu ul a {    
		padding: 10px;
		width: 230px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
	}
	
	#menu ul a:hover {
		background-color: #001700;
		background:url(../bg/wlk_header_bg.jpg) 0 50% repeat;
		/*background-image: -moz-linear-gradient(#FFFFFF,  #001700);	
		background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#001700));
		background-image: -webkit-linear-gradient(#FFFFFF, #001700);
		background-image: -o-linear-gradient(#FFFFFF, #001700);
		background-image: -ms-linear-gradient(#FFFFFF, #001700);
		background-image: linear-gradient(#FFFFFF, #001700);*/
	}
	
	#menu ul li:first-child > a {
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	
	#menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #444;
	}
	
	#menu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3b3b3b;
	}
	
	#menu ul li:first-child a:hover:after {
		border-bottom-color: #04acec; 
	}
	
	#menu ul ul li:first-child a:hover:after {
		border-right-color: #0299d3; 
		border-bottom-color: transparent; 	
	}
	
	#menu ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}
	
	

/* Mobile */
#menu-trigger { /* Hide it initially */
	display: none;
}

@media screen and (max-width: 600px) {

	#menu-wrap {
		position: relative;
	}

	#menu-wrap * {
		box-sizing: border-box;
	}

	#menu-trigger {
		display: block; /* Show it now */
		height: 40px;
		line-height: 40px;
		cursor: pointer;		
		padding: 0 0 0 35px;
		border: 1px solid #222;
		color: #fafafa;
		font-weight: bold;
		background-color: #111;
                /* Multiple backgrounds here, the first is base64 encoded */
		background: url(data:image/png;base64,iVBOR...) no-repeat 10px center, linear-gradient(#444, #111);
		border-radius: 6px;
		box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	}

	#menu {
		margin: 0; padding: 10px;
		position: absolute;
		top: 40px;
		width: 100%;
		z-index: 1;
		display: none;
		box-shadow: none;		
	}

	#menu:after {
		content: '';
		position: absolute;
		left: 25px;
		top: -8px;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #444;
	}	

	#menu ul {
		position: static;
		visibility: visible;
		opacity: 1;
		margin: 0;
		background: none;
		box-shadow: none;				
	}

	#menu ul ul {
		margin: 0 0 0 20px !important;
		box-shadow: none;		
	}

	#menu li {
		position: static;
		display: block;
		float: none;
		border: 0;
		margin: 5px;
		box-shadow: none;			
	}

	#menu ul li{
		margin-left: 20px;
		box-shadow: none;		
	}

	#menu a{
		display: block;
		float: none;
		padding: 0;
		color: #999;
	}

	#menu a:hover{
		color: #fafafa;
	}	

	#menu ul a{
		padding: 0;
		width: auto;		
	}

	#menu ul a:hover{
		background: none;	
	}

	#menu ul li:first-child a:after,
	#menu ul ul li:first-child a:after {
		border: 0;
	}		

}

@media screen and (min-width: 600px) {
	#menu {
		display: block !important;
	}
}	

/* iPad */
.no-transition {
	transition: none;
	opacity: 1;
	visibility: visible;
	display: none;  		
}

#menu li:hover > .no-transition {
	display: block;
}
/* fin menu CSS3
/* -------------------------------------------------- */
	/* roundbar-grey */
	/* -------------------------------------------------- */
	
	#wlkroundbar-grey {
		clear:left;
		float:left;
		width:100%;
		background:#B7B7B7 url(../bg/wlk_roundbar-grey.gif) 0 25% repeat;
		font-family:Trebuchet MS, Helvetica, sans-serif;
		border-bottom:1px solid #A8A8A8;
		overflow:hidden;
	}
	#wlkroundbar-grey ul {
	        cursor:pointer;
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
	}
	#wlkroundbar-grey ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
	#wlkroundbar-grey ul li.first {
		border-left:1px solid #A8A8A8;
	}
	#wlkroundbar-grey ul li.last {
		border-right:1px solid #C8C8C8;
	}
	#wlkroundbar-grey ul li a {
		display:block;
		margin:0;
		padding:.4em .8em;
		color:#000;
		text-decoration:none;
		border-left:1px solid #C8C8C8;
		border-right:1px solid #A8A8A8;
		line-height:1.3em;
	}
	#wlkroundbar-grey ul li a span {
		display:block;
	}
	#wlkroundbar-grey ul li.active a {
		background:url(../bg/wlk_roundbar-grey.gif) 0 75% repeat;
		color:#009900;
		font-weight:bold;
	}
	#wlkroundbar-grey ul li a:hover {
		background:url(../bg/wlk_roundbar-grey.gif) 0 75% repeat;
	}

/* --> */

/* from How to create a cool and usable CSS3 search box */
#frmjobkeyword
{
	background: #eaf8fc;
	background-image: -moz-linear-gradient(#fff, #d4e8ec);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d4e8ec),color-stop(1, #fff));
	-moz-border-radius: 35px;
	border-radius: 35px;
	border-width: 1px;
	border-style: solid;
	border-color: #c4d9df #a4c3ca #83afb7;
	width: 500px;
	height: 35px;
	padding: 10px;
	margin: 100px auto 50px;
	overflow: hidden; /* Clear floats */
}

#txtJobskey1, #txtJobscity1, #btnSearchJob1
{
	float: left;
}

#txtJobskey1
{
	padding: 5px 9px;
	height: 23px;
	width: 410px;
	border: 1px solid #a4c3ca;
	font: normal 13px 'trebuchet MS', arial, helvetica;
	background: #f2f2f2;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	background: #f2f2f2 url(../boutons/wlk_search24x24.png) no-repeat 1%;
	padding-left:30px;
}
#txtJobskey1:hover {
	border-style: ridge;
	border-color: #8CB1BA;
	border-width: 1px;
	background-color: #ffffff;
}



#txtJobscity1
{
	padding: 5px 9px;
	height: 35px;
	width: 160px;
	margin: 0 0 0 10px;
	border: 1px solid #a4c3ca;
	font: normal 13px 'trebuchet MS', arial, helvetica;
	background: #f2f2f2;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
}

#txtJobscity1:hover {
	border-style: ridge;
	border-color: #8CB1BA;
	border-width: 1px;
	background-color: #ffffff;
}
/* ----------------------- */

#btnSearchJob1
{	
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #7eba7c #578e57 #447d43;
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	height: 24px;
	margin: 0 0 0 10px;
	padding: 0;
	width: 90px;
	cursor: pointer;
	font: 12px Verdana, Arial, Helvetica;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background: url(../images/wlk_butt_off_2.png);
}

#btnSearchJob1:hover
{
	opacity:.85;
	cursor: pointer;
	background-image:url(../images/wlk_butt_on_2_green.png);
}

#btnSearchJob1:active
{
	background: url(../images/wlk_butt_on_2.png);
	outline: none;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

#btnSearchJob1::-moz-focus-inner
{
	border: 0;  /* Small centering fix for Firefox */
}

#txtJobskey1::-webkit-input-placeholder
{
	color: #9c9c9c;
	font-style: italic;
}

#txtJobskey1:-moz-placeholder
{
	color: #9c9c9c;
	font-style: italic;
}

#txtJobskey1:-ms-placeholder
{
	color: #9c9c9c;
	font-style: italic;
}

#txtJobskey1.placeholder
{
	color: #9c9c9c !important;
	font-style: italic;
}


$(document).ready(function() {        if (!Modernizr.input.placeholder)        {                var placeholderText = $('#txtJobskey1').attr('placeholder');                $('#txtJobskey1').attr('value',placeholderText);                $('#txtJobskey1').addClass('placeholder');                $('#txtJobskey1').focus(function() {                        if( ($('#txtJobskey1').val() == placeholderText) )                        {                                $('#txtJobskey1').attr('value','');                                $('#txtJobskey1').removeClass('placeholder');                        }                });                $('#txtJobskey1').blur(function() {                        if ( ($('#txtJobskey1').val() == placeholderText) || (($('#txtJobskey1').val() == '')) )                        {                                $('#txtJobskey1').addClass('placeholder');                                $('#txtJobskey1').attr('value',placeholderText);                        }                });        }});
