/** tous les outils de recherche + listes de résultats **/

/* en-têtes et paragraphes */
#page h1 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	color: #1F1E1C;
	/*font-weight: bold;*/
}
#page #contenuCentre p {
	margin: 1em 0;
}
#page #contenuCentre p, #page #contenuCentre p span {
	font-size: small;
	line-height: 1.85em;
}
.sanspuce {
	list-style: none;
	margin: 0;
}
#page #contenuCentre .sanspuce {
	margin-top: 0.8em;
	width: 50%;
	display: inline-block;
}
#page #contenuCentre .sanspuce.liens {
	width: 100%;
	display: block;
}
/* bloc introduction 
.lien-formulaires {
	display: inline-block;
	vertical-align: top;
}*/

#tabs {
	margin: 2em 0;
	padding-top: 2em;
	border-top: 3px solid #3573DD;
}

.toggler_list {
	margin-top: 2em;
}
.toggler_list span.recrute {
    display: inline-block;
    line-height: 20px;
    text-indent: 0;
    padding-right: 30px;
    background-position: 100% center;
}

.tx-stvitrinerechercherefonte-pi5 #bloc_recrut,
.tx-stvitrinerechercherefonte-pi5 #tabs h3 {
    display: none;
}
.list_recrut {
	border: 1px solid #3573dd;
	margin-top: 10px;
	padding: 10px;
}
#zoneDroite .list_recrut table tbody tr {
    border-bottom: 1px solid #e4ebe7;
}
#zoneDroite .list_recrut table tbody tr:last-child {
    border: none;
}
.list_recrut table td {
	padding-left: 0;
}


.list_recrut td span {
	display: block;
}

/*.list_recrut ul {
    list-style: none;
}

.list_recrut li span::after {
    content: " ; ";
}
.list_recrut li span:last-child::after {
    content: "";
}
.list_recrut li span:nth-child(2) {
    padding-left: 15px;
}*/

.introduction {
    width: 700px;
}

div.liens_sadvr {
	float: right;
	width: 185px;
}
#page #contenuCentre p.lien-formulaires, #page #contenuCentre p.lien_profil_ang, #page #contenuCentre p.lien-recrutement {
	/*margin-left: 2em !important;*/
	width: 185px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#page #contenuCentre p.lien-formulaires {
    margin-bottom: 10px;
}
#page #contenuCentre p.lien_profil_ang {
    margin-top: 0;
}

/* bouton - lien vers le formulaire */
#page #contenuCentre p.lien-formulaires a,
#page #contenuCentre p.lien-recrutement > span {
	display: inline-block;
	width: 185px;
	padding: 0.5em 0;
	border-radius: 0.25em;
	transition: all 500ms ease;
	font-size: 13px;
	/*line-height: 3.5em;*/
}
#contenuCentre p.lien-recrutement > span {
    background-color: #f3c2c2;
}
#contenuCentre p.lien-recrutement > span:hover {
    opacity: 0.5;
}
#contenuCentre p.lien-recrutement span > span,
#contenuCentre p.lien-recrutement a {
	display: inline-block;
	text-align: right;
    width: 165px;
}
#contenuCentre p.lien-recrutement a {
	color: rgb(53,115,221);
}
#contenuCentre p.lien-recrutement a:hover {
    color: rgb(1,42,158);
}
#contenuCentre p.lien-recrutement span > span {
	background-image: url("../images/avertissement_21.png");
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: 17px 17px;
}
#contenuCentre p.lien-formulaires a {
    color: #FFF !important;
    background: #3573DD;
}
#contenuCentre .lien-formulaires a:hover {
	text-decoration: none;
	opacity: 0.5;
}
#contenuCentre .lien-formulaires a:focus {
	text-decoration: none;
	opacity: 1;
	background: #012A9E;
}

#contenuCentre p.lien_profil_ang a.formulaires {
	padding: 0 0 0 25px;
	background: white url("../images/fiche/exclamation.png") no-repeat left;
}
#contenuCentre p.lien_profil_ang a.formulaires:hover, #contenuCentre p.lien_profil_ang a.formulaires:focus {
	background: white url("../images/fiche/exclamation.png") no-repeat left;
}


/* onglets simple / par critère */
#contenuCentre .liste_criteres ul {
	margin: 0;
}
#contenuCentre .liste_criteres li {
	list-style: none;
	display: inline-block;
	padding: 0 1em 0 0;
}
#contenuCentre .liste_criteres a {
	font-weight: bold;
	color: #3573DD;
	padding: 0.5em;
	border-bottom: 3px solid transparent;
	transition: all 500ms ease;
}
#contenuCentre .liste_criteres a:visited {
	color: #3573DD !important;
}
#contenuCentre .liste_criteres a:hover, #contenuCentre .liste_criteres a:focus {
	color: #012A9E;
	background: #E4EBE7;
	border-bottom: 3px solid #3573DD;
	text-decoration: none;
}
#contenuCentre .liste_criteres li.ui-state-active a {
	border-bottom: 3px solid #012A9E;
	padding: 0.5em;
}
#contenuCentre .liste_criteres li.ui-state-active a:hover, #contenuCentre .liste_criteres li.ui-state-active a:focus {
	background: none;
}

/* champs de recherche */
.liste_criteres {
	margin-bottom: 2em;
}
/*#contenuCentre .input_recherche div, #contenuCentre .input_recherche p {
	color: #FFF;
}
#contenuCentre .input_recherche .skinned-select .select-text {
	color: #3D3C38;
}*/
/*div.skinned-select .select-text, div.skinned-select select, div.skinned-select select option {
	font-size: small;
}*/
.input_recherche .boutons_recherche {
	padding: 10px;
	height: 24px;
	display: inline-block;
	background: #FFF;
	border: 3px solid #FFF;
}
input#simple_query {
	width: 60%;
	padding: 10px;
	height: 24px;
	border: 3px solid #bec9d1;
	vertical-align: top;
	font-family: 'Open Sans';
	font-size: 1.1em;
	transition: all 500ms ease;
}
input#simple_query:hover, input#simple_query:focus {
	border: 3px solid #3573DD;
}
.search_prefield .boutons_recherche input[type=submit] {
	background: white url("../images/listes/rechercher.png") no-repeat center;
	width: 24px;
	height: 24px;
	line-height: 0;
	text-indent: -9999px;
	margin: 1em 0;
	padding: 2em;
	border: 0;
	transition: all 500ms ease;
}
.search_prefield .boutons_recherche input[type=submit]:hover {
	background: white url("../images/listes/rechercher-hover.png") no-repeat center;
	cursor: pointer;
}
#simple_search .boutons_recherche input[type=submit] {
	background: url("../images/listes/rechercher.png") no-repeat center;
	width: 24px;
	height: 24px;
	line-height: 0;
	text-indent: -9999px;
	border: 0;
	margin-right: 24px;
	transition: all 500ms ease;
}
#simple_search .boutons_recherche input[type=submit]:hover {
	background: url("../images/listes/rechercher-hover.png") no-repeat center;
	cursor: pointer;
}
#simple_search .boutons_recherche input#effacer {
	background: url("../images/listes/effacer.png") no-repeat center;
	width: 24px;
	height: 24px;
	line-height: 0;
	text-indent: -9999px;
	border: 0;
	transition: all 500ms ease;
}
#simple_search .boutons_recherche input#effacer:hover {
	background: url("../images/listes/effacer-hover.png") no-repeat center;
	cursor: pointer;
}
.zoneCriteres {
	border: none;
	padding-bottom: 0;
}
.form_recherche .input_recherche_alpha {
	width: 100%;
}
.input_recherche_alpha {
	margin-top: 2em;
}
.liste_recherche {
	width: 300px;
}
.liste_recherche .select-text {
	width: auto !important;
}
.criteres {
	width: 500px;
}
.criteres .dans .select-text {
	width: auto !important;
}
.liste_recherche, .criteres, .supprimer_bouton, .boutons_recherche {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0.5em;
}
.zoneCriteres .boutons_recherche input[type=submit] {
	margin: 0;
	margin-right: 0.25em;
	padding: 0;
}
.Annee1, .Annee2 {
	width: 30% !important;
	margin: 0 1em;
}
.ajouter_bouton {
	margin-top: 1em;
}
p.conditions label, div.boutons_operateurs label {
	margin: 0 2em 0 0;
	vertical-align: middle;
}
p.conditions label input, div.boutons_operateurs label input {
	padding: 0;
	margin: 0 0.25em;
}
.dans input {
	font-family: 'Open Sans';
	width: 100%;
	border: none;
	border-bottom: 2px solid #bec9d1;
	vertical-align: bottom;
	padding: 0.25em;
	transition: all 500ms ease;
}
.dans input:hover, .dans input:focus {
	border-bottom: 2px solid #3573DD;
}
.ajouter_bouton input#ajCriteres {
	background: url("../images/ajouter.png") no-repeat center;
	width: 35px;
	height: 35px;
	line-height: 0;
	text-indent: -9999px;
	border: 0;
	transition: all 500ms ease;
}
.ajouter_bouton input#ajCriteres:hover {
	background: url("../images/ajouter-hover.png") no-repeat center;
	cursor: pointer;
}
.supprimer_bouton input.supprimer {
	background: url("../images/listes/effacer.png") no-repeat center;
	width: 24px;
	height: 24px;
	line-height: 0;
	text-indent: -9999px;
	border: 0;
	transition: all 500ms ease;
}
.supprimer_bouton input.supprimer:hover {
	background: url("../images/listes/effacer-hover.png") no-repeat center;
	cursor: pointer;
}
.liste_recherche div.skinned-select, .criteres div.skinned-select {
	background: #FFF url("../images/selection.png") no-repeat right center;
	border: 1px solid #bec9d1;
	height: 20px;
	padding: 4px 0px;
	width: 100%;
	transition: all 500ms ease;
}
.liste_recherche div.skinned-select:hover, .criteres div.skinned-select:hover {
	background: #FFF url("../images/selection-hover.png") no-repeat right center;
}
.liste_recherche div.skinned-select select, .criteres div.skinned-select select {
	width: 100%;
	font-family: 'Open Sans';
}

/* jquery autocomplete */
.ac_results .ac_over {
	background-color: #3573DD !important;
}
.ac_results li {
	font-family: 'Open Sans' !important;
}

/* listes de résultats */
#resultats {
	border: none;
}
#zoneDroite #resultats table tr {
	border-bottom: 2px solid #E4EBE7;
}
#zoneDroite #resultats table tr:last-child {
	border: none;
}
#resultats .liste-chercheurs td:nth-child(2) {
	width: 40%;
}
#resultats td span.nom {
	display: inline-block;
	font-weight: bold;
	font-size: 1.15em;
}
#resultats td span.unites-admin {
    display: block;
}
#laureats .liste-chercheurs .expertises span,
#prix .liste-chercheurs .expertises span {
	display:block;
}
#resultats .liste-chercheurs .expertises span {
	display:block;
}
#resultats .liste-chercheurs .expertises span.listePays {
	display:inline;
}

/* boutons suivant, précédent, premier, dernier */
.tx-pagebrowse-next a {
	background: url("../images/carrousel/suivant.png") no-repeat;
	text-indent: 100%;
	float: right;
	width: 30px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
}
/*.tx-pagebrowse-next a:hover {
	background: url("../images/carrousel/suivant-hover.png") no-repeat;
}*/
.tx-pagebrowse-prev a {
	background: url("../images/carrousel/precedent.png") no-repeat;
	text-indent: 100%;
	float: left;
	width: 30px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
}
/*.tx-pagebrowse-prev a:hover {
	background: url("../images/carrousel/precedent-hover.png") no-repeat;
}*/
.page .tx-pagebrowse-first.first a {
	background: url("../images/carrousel/premier.png") no-repeat;
	text-indent: 100%;
	float: left;
	width: 30px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
}
/*.tx-pagebrowse-first a:hover {
	background: url("../images/carrousel/premier-hover.png") no-repeat;
}*/
.page .tx-pagebrowse-last.last a {
	background: url("../images/carrousel/dernier.png") no-repeat;
	text-indent: 100%;
	float: right;
	width: 30px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
}
/*.tx-pagebrowse-last a:hover {
	background: url("../images/carrousel/dernier-hover.png") no-repeat;
}*/

/* tri */
/* .tri {
	width: 40%;
	float: right;
	margin: 1em 0;
}*/
.tri div.skinned-select {
	background: url("../images/selection.png") no-repeat right center;
	height: 20px;
	transition: all 500ms ease;
	/*width: 45%;*/
	width: 180px;
	display: inline-block;
}
.tri div.skinned-select:hover {
	background: url("../images/selection-hover.png") no-repeat right center;
}
.tri div.skinned-select select {
	width: 100%;
}

.hidden {
	display: none;
}
