﻿@charset "utf-8";
/* Specifique pages de l'espace "Postuler" */
#PageInterne .zoneSelectOffres {
	position: relative;
	width: 529px;
	height: 280px;
	background: url(../../content/img/fonds/fond_selectoffres.gif) no-repeat;
}

.zoneSelectOffres .caseGauche {
	float: left;
	display: inline;
}

.zoneSelectOffres .caseDroite {
	float: right;
	width: 195px;
	display: inline;
}

#FormOffreChoix .offreTitre {
	margin: 16px 0px 20px 0px;
	width: 170px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#FormOffreChoix .offreTitre span {
	font-size: 25px;
	line-height: 20px;
}

#FormOffreChoix .listItemSelect {
	position: absolute;
	width: 182px;
}

#FormOffreChoix .listItemTitre {
	border: 0px;
	padding: 1px 0px 3px 8px;
	width: 182px;
	height: 19px;
	font-size: 12px;
	text-align: left;
	background: url(../../content/img/boutons/btn_titre_item.gif) no-repeat;
}

#FormOffreChoix .listRepos .listScrollBox {
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#FormOffreChoix .listActif .listScrollBox {
	width: 182px;
	height: 90px;
	font-size: 11px;
}

#FormOffreChoix .listActif .listScrollBox div {
	position: relative;
	width: 182px;
	overflow: auto;
}

#FormOffreChoix .listActif #MetierScroll {
	height: 177px;
}

#FormOffreChoix .listActif #ContratScroll {
	height: 148px;
}

#FormOffreChoix .listActif #RegionScroll {
	height: 119px;
}

#FormOffreChoix .listActif #EntiteScroll {
	height: 90px;
}

#FormOffreChoix .listActif ul {
	border: solid 1px #A5A5A5;
	margin: 0px;
	padding: 0px;
	width: 164px;
	text-align: left;
	list-style-type: none;
}

#FormOffreChoix .listRepos li {
	position: relative;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#FormOffreChoix .listActif li {
	position: relative;
	width: 100%;
	height: auto;
}

#FormOffreChoix .listActif .plusLigne {
	height: 30px;
}

#FormOffreChoix .lookInput {
	border: 0px;
	margin: 2px 0px 0px 3px;
}

* html #FormOffreChoix .lookInput { /* Pour IE6 */
	margin: -2px 0px 0px 0px;
}

*+html #FormOffreChoix .lookInput { /* Pour IE7 */
	margin: -2px 0px 0px 0px;
}

#FormOffreChoix label {
	position: absolute;
	top: 1px;
	left: 21px;
	display: block;
	font-weight: normal;
}

#FormOffreChoix #BtnValidOffres {
	position: absolute;
	top: 259px;
	left: 404px;
	z-index: 1;
}