@charset "utf-8";
/* affichage des compétences sur la page d'accueil de la rubrique */

.bad {
	font-weight:bold;
	color:#e43434;
}

.notice {
	font-weight:bold;
	color:#40cc50;
}

div.recrutement-competence{
	display:block;
	float:left;
	width:175px;
	background:transparent url('../images/recrutement-competences-sprite.png') no-repeat top left;
	height:20px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-200px;
}
	div.magasin{
		background-position:0px 0px;
	}
	div.logistique{
		background-position:-178px 0px;
	}
	div.produits-achats{
		background-position:0px -22px;
	}
	div.informatique{
		background-position:-178px -22px;
	}
	div.finances{
		background-position:0px -44px;
	}
	div.rh{
		background-position:-178px -44px;
	}
/* détail d'une offre */
	div.encart-offre{
		padding:0px 10px 10px 10px;
		margin:0;
	}
/* navigation entre les offres */
div#nav-offres{
	margin:0;
}
	a.offre-suivante{
		display:block;
		background:transparent url('../images/recrutement-navigation-offres.png') no-repeat -326px 0px;
		width:132px;
		height:18px;
		text-indent:-500px;
		overflow:hidden;
		text-decoration:none;
		float:left;
		margin:0;
	}
	a.offre-postuler{
		display:block;
		background:transparent url('../images/recrutement-navigation-offres.png') no-repeat -162px 0px;
		width:154px;
		height:18px;
		text-indent:-500px;
		overflow:hidden;
		text-decoration:none;
		float:left;
		margin:0 0 20px 0;
	}
	a.offre-precedente{
		margin:0;
		display:block;
		background:transparent url('../images/recrutement-navigation-offres.png') no-repeat 0px 0px;
		height:18px;
		width:152px;
		text-indent:-500px;
		overflow:hidden;
		text-decoration:none;
		float:left;
	}
/* contenu plus large pour la consultation des offres */
	#content #textContent.consultation{
		width:480px;
	}
	#content #textContent.consultation p{
		font-size:10px;
		line-height:16px;
		margin:0px 0px 10px 0px;
	}
/* liste des villes pour la recherche rapide*/
#autoSuggestionsList {
	border:1px solid #FFFFFF;
	background:transparent url('../images/recrutement-offre-background.png') no-repeat center top;
	position:relative;
	width:210px;
}
#autoSuggestionsList ul{
	padding:10px;
}
	#autoSuggestionsList li{
		cursor:pointer;
		margin-bottom:2px;
		list-style-type:none;
	}
	
#marge70 {
	margin-left:70px;
}
/* resultats */
	.nboffre {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-align:right;
		border-bottom:solid 5px;
		margin:15px 0 20px 0;
		padding-bottom:5px;
		text-transform:uppercase;
		font-size:12px;
	}
	
.divoffre #offre{
	background:#e6e6e6;
	padding:15px 20px;
	margin-bottom:2px;
		font-size:11px;
	text-transform:uppercase;
}
.divoffre #offre a{
	text-align:right;
}
	
/* reponse a une offre ou candidature spontanée - formulaire plus large */
	#content #textContent.spontane, #content #textContent.postuler {
		width:480px;
	}
	
	
/* POPUP DETAIL DE L'OFFRE */
	
#popupContent{
	width:460px;
	margin:17px 10px 10px 25px;
	z-index:10;
	font-size:11px;
	text-transform:uppercase;
}

#scrollPopupContent{
	width:510px;
}

.postuler{
	margin-top:50px;
}

.marge20{
	margin-right:20px;
}
	
