﻿/*
 *
 * ehess-screen_pratique_access.css
 * Feuille de style EHESS pour écran
 * haute résolution couleur (media="screen")
 * Rubriques pratiques et accessibilité
 */

 
/* Index alphabétique */
.tx-mvcontentssummary-pi1 a.content_link {
	color: #0a7a8f;
} 
.tx-mvcontentssummary-pi1 a.content_link a:hover {
	color: #0c91a8;
} 
 
 
/* Annuaire */

/* Champ de recherche */

div.tx-ehessannuaire-pi1 form {
	border-bottom:1px dotted #CCC;
	padding-bottom:10px;
}

label.libelle_rech {
	color:#333;
	font-weight:700;
}
input.contenu_rech {
	color:#55524c;
	margin:0 0.5em;
	border:1px solid #606568;
}

input.valid_rech { 
	vertical-align: middle;
	background-color:#606568;
	color:#fff;
	border:0;
	cursor:pointer;
}

p.recherche { 
	font-size:1.1em;
	font-weight:700; 
}

p.erreur {
	padding-left:10px;
	background-image:url('../images/puces/puce_pratique_access_t1.png');
	background-repeat:no-repeat;
	background-position:left;
}

span.mot_cle { 
	color:#55524c; 
}


/* Resultats personnes */
div#personnes { padding-bottom:10px; }


/* Titres et infos communes */
div#resultats { 
	margin-top:30px;
	margin-bottom:50px;
	padding-bottom:5px;
	border-bottom : 1px dotted #CCC;
}

div#resultats h4 { clear:both; margin-left:0; }

div.bordure { /*border-top:1px dotted #CCC;*/ }



/* Les infos sans le portrait */
div.infos { 
	clear:both; 
	/*border-bottom:1px solid #DDD;*/ 
	padding:5px 5px; 
	margin:5px 0px 0px 0px;
}

div.type_info { 
	float:left; 
	width:20%; 
	font-weight:700; 
	clear:both;
}

div.info { 
	margin-left:20%; 
	padding-bottom:8px; 
	color:#000;
}

div.type_info_liste { 
	font-weight:700; 
	padding-bottom:5px;
}

/***/

/* Les infos avec portrait */

div.identite { 
	clear:both;
}

div.infos_identite { 
	float:left;
	padding:0 5px 5px 5px;
	margin-bottom:5px;
}

div.portrait { 
	float:right;
	margin-right:20px;
	margin-bottom:8px;
}

div.type_identite { 
	font-weight:700;
	color:#55524c;
	padding-bottom:3px;
}

div.info_identite {
	padding-bottom:10px;
}

div.info_identite1 {
	padding-bottom:5px;
}


