/* -------------- Mise en forme globale------------------- */
html, body {height:100%;  margin: 0; padding: 0; overflow:hidden; }

html>body {
	font-size: 1.4em; 
	font-size: 68.75%;
	
} /* Reset Base Font Size */

body {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 68.75%;
	background: #fff;
	color: #333;
	overflow:hidden;
}



a img { border: none; }

table {
	font-size:1em;
}

/* -------------- Construction des DIV de l'écran -------------- */


#treeview_affiche {
	float:left;
	height:100%;
	background-color:#707070;
	width:30px;
	
}

#treeview_affiche a {
	display:block;
	background: url(../imgs/afficher.gif) 0 0 no-repeat;
	background-color:#fff;
	width:20px;
	height:14px;
	border:solid 1px #ccc;
	margin:3px;
	margin-top:10px;
}

#treeview {
	float:left; 
	overflow:none;
	overflow-y:auto;
	height:100%;
	margin:0px;
	padding:0 10px;
}

#content {
	height:100%;
	overflow-x:hidden; 
	overflow-y:auto; 
	
	margin:0px;
	padding:0 10px;
	border-left:dotted 1px #aaa;
	background-color:#f5f6f7;
}


/* -------------- Lien de déconnexion ------------ */
#lienDeconnecte {
	position: absolute;
	top: 18px;
	right: 35px;
	background-color:#f00;
}

#lienDeconnecte a {
	color:#fff;
	font-weight: bold;
	text-decoration: none;
}

/* -------------- Paramétrage de la présentation du cadre de clssement  --------------*/

/* . . . .  Elements de l'arborescence du cadre de classement . . . . . */
.filetree span.dossier, .filetree span.instrument, .filetree span.instrument_pdf, .filetree span.instrument_ead  { padding: 1px 0 1px 16px; display: block; }
.filetree span.dossier  { background: url(../imgs/dossier.gif) 0 0 no-repeat; }
.filetree li.expandable span.dossier a { background: url(../imgs/dossier.gif) 0 0 no-repeat; }
.filetree span.instrument { background: url(../imgs/page.gif) 0 0 no-repeat; }
.filetree span.instrument_pdf  { background: url(../imgs/pdf.gif) 0 0 no-repeat; }
.filetree span.instrument_ead  { background: url(../imgs/xml.gif) 0 0 no-repeat; }

.niveau0 a {
	font-family:  Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-size: 1.2em;
	font-weight:bold;
	cursor:pointer;
	color:#000;
	/*height: 1%;*/
}

.niveau1 a {
	font-family:  Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	color:#953734;
	text-decoration:underline;
	cursor:pointer;
	/*height: 1%;*/
}

.niveau2 a {
	font-family:  Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-size: 1.1em;
	color:#494429;
	font-weight:bold;
	cursor:pointer;
	/*height: 1%;*/
}


.niveau3 a {
	font-family:  Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	color:#366092;
	cursor:pointer; 
	/*height: 1%;*/
}

.niveau4 a {
	font-family:  Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-size: 1.1em;
	color:#938953;
	cursor:pointer; 
	/*height: 1%;*/
}

.feuille a {
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	
	font-size: 1.1em;
	color:#2f2f2f;
	cursor:pointer; 
	/*height: 1%;*/

}

.classement_lien {
	text-decoration: none;
}

.classement_lien:hover {
	text-decoration: underline;
}

.element_selectionne
{
	color:#B9121B;
	font-weight:bolder;
	text-transform: uppercase;
	text-decoration:underline;
}

/* . . . . . . Barre de contrôle de l'arbre (Fermer tout, Ouvrir tout) . . . . . */

#arbre_controle {
	color:#fff;
	background-color:#aaa;
	margin:10px 0 5px 0;
	padding:0px;
	
}

#arbre_controle td {
	color:#fff;
	font-size: 0.9em;
}

#arbre_controle a {
	color:#fff;
	text-decoration:none;
}

#arbre_controle a:hover {
	text-decoration:underline;
}

#arbre_controle_action {
	display:inline;
}


#arbre_cache {
	display:block;
	background: url(../imgs/masquer.gif) 0 0 no-repeat;
	background-color:#fff;
	width:20px;
	height:14px;
	border:solid 1px #ccc;
	margin:0;
	margin-left:2px;
}

#arbre_affiche {
	float:left;
	height:100%;
	background-color:#707070;
	width:30px;
}

#arbre_affiche a {
	display:block;
	background: url(../imgs/afficher.gif) 0 0 no-repeat;
	background-color:#fff;
	width:20px;
	height:14px;
	border:solid 1px #ccc;
	margin:3px;
	margin-top:10px;
}



/* . . . . . . Recherche dans cadre de classement . . . . . . */
#classement_recherche {
	height:12px;
	width:10px;
}

#classement_recherche_lien {
	position:absolute;
	top:12px;
	height:0px;
	background: url(../imgs/loupe_s.gif) 8px 0px no-repeat;
	width:32px;
	height:24px;
	cursor:pointer;
}

#classement_recherche_box {
	position:fixed;
	color:#fff;
	background-color:#aaa;
	border:dotted 1px #000;

	top:100px;
	left:20px;
	width:320px;
	height:120px;
}

#classement_recherche_result {
	background-color:#000;
	color:#aaa;
	font-size:0.9em;
	position:fixed;
	z-index:3;
	top:100%;
	margin-top:-20px;
	height:20px;
	padding:4px;
}

#classementRechVal {
	font-weight:bold;
	color:#FFFFCC;
	padding:0;
	margin:0;
}

#classementRechNb{
	font-weight:bold;
	color:#FFFFFF;
	padding:0;
	margin:0;
}

#classement_recherche_result a {
	color:#FFFFFF;
	text-decoration:none;
	
}

#classement_recherche_result a:hover {
	text-decoration:underline;
}



/* -------------- Affichage du contenu d'un niveau du cadre (panneau de droite, suite clic sur arbre)  --------------*/

/* . . .  . . Affichage du chemin de fer (sous titre entree classement) . . . . */
.chemin_fer {
	color:#d84646;
	margin-bottom:10px;
	padding:2px;
	font-size:0.9em;
}

.chemin_fer a {
	color:#d84646;
	text-decoration:none;
	font-size:0.9em;
}

.chemin_fer a:hover {
	text-decoration:underline;
}

.chemin_fer_emplacement {
	display:none;
	color:#aaa;
}

/* . . . . . Affichage de l'entrée du cadre de classement . . . . ..*/
.classement_titre {
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-size:1.5em;
	font-weight:bold;
	color:#000;
	background: url(../imgs/fond_titre.gif) repeat-x;
	background-position:left bottom;
	background-color:#c9c9c9;
	margin:0px;
	margin-top:10px;
	padding:4px;
}

.classement_presente {
	
	background: url(../imgs/fond_titre_noir.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#707070;
	position:relative;
	padding:10px;
	margin-bottom:20px;
}



.classement_presentation {
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-size:1.1em;
	margin:0ox;
	margin-left:10px;
	color:#fff;
}

.classement_presentation a {
	color:#FFFFFF;
}

.classement_presentation a:visited {
	color:#FFFFFF;
}

.classement_table  {
	width:100%;
	vertical-align:top;
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:5px;
	border-left: solid 1px #2f2f2f;
	border-top: solid 1px #2f2f2f;
	border-right: solid 1px #9f9f9f;
	border-bottom: solid 1px #9f9f9f;
	font-size:1em;
 }

 .classement_table tr
{
	vertical-align: top;
}
 
.classement_table td{
	border:dotted 1px #7f7f7f;
	padding:5px;
  }

.classement_tab_label {
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-size:1em;
	font-style:italic;
	margin:0px;
	margin-left:10px;
	color:#fff;
  	text-align: right;
  	width: 150px;
}

.classement_tab_valeur {
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-size:1em;
	font-weight:bold;
	margin:0px;
	margin-left:10px;
	color:#fff;
}

.classement_onglet {
	background-color:#f5f6f7;
}

/* . . . . . Affichage des IR . . . . . . */
.instrument_container {
	width:99%;
	margin:0;
}

.instrument_container table {
	border-collapse: collapse;
	width:100%;
}

.instrument_container td {
	min-width: 10px;
	
}

.instrument_titre a {
	font-weight:bold;
	font-size:1.2em;
	color:#d84646;
	text-decoration:none;
	background: url(/console/map/popup.png) no-repeat top right;
	padding-right: 15px;
}

.instrument_titre a:hover {
	text-decoration:underline;
}

.instrument_icone {
	padding-left:10px;
	padding-right:10px;
}

.instrument_pair td, .instrument_impair td, .instrument_selection  td{
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-size:1.1em;
	margin:0;
	padding:1px;
	padding-bottom:15px;
}



.instrument_impair {
	background-color:#fff;
}

.instrument_impair td.col_gauche {
	border: solid 1px #ccc;
	border-right:none;
}

.instrument_impair td.col_droite {
	border: solid 1px #ccc;
	border-left:none;
}

.instrument_pair {
	background-color:#fff;
}

.instrument_pair td.col_gauche {
	border: solid 1px #ccc;
	border-right:none;
}

.instrument_pair td.col_droite {
	border: solid 1px #ccc;
	border-left:none;
}



.instrument_selection {
	background-color:#FFFFCC;
}

.instrument_selection td.col_gauche {
	border: solid 1px #ccc;
	border-left:solid 4px #d84646;
	border-right:none;
}

.instrument_selection td.col_droite {
	border: solid 1px #ccc;
	border-left:none;
}

.instrument_icone {
	margin:0;
	margin-left:5px;
	margin-right:5px;
	padding:0;
}

.instrument_rupture {
	height:10px;
}

.classement_sous_niveau {
	border:solid 1px #ccc;
	background-color:#fff;
	padding:10px;
	margin:0;
	width:99%
}

.classement_sous_niveau_titre {
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-weight:bold;
	font-size:1.4em;
	color:#4d4d4d;
	text-decoration:none;
	margin-bottom: 20px;
	border-bottom:solid 1px #ccc;
}

.classement_sous_niveau_entree {
	margin:0;
	margin-left:20px;
	background: url(/commun/media/jquery/treeview/images/folder-closed.gif) 0 0 no-repeat;
	padding:4px;
	padding-left:32px;
}

.classement_sous_niveau_entree a {
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-weight:bold;
	font-size:1.1em;
	color:#d84646;
	text-decoration:none;
}

.classement_sous_niveau_entree a:hover {
	text-decoration:underline;
}

.classement_vide {
	border:solid 1px #ccc;
	background-color:#fff;
	padding:10px;

	margin-top:20px;
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-weight:bold;
	font-size:1.2em;

	font-style:italic;

	text-align:center;
}

/* ----------- Affichage des documents liés -------- */

.ead_documents_lies {
	margin: 0;
	margin-top: 5px;
	margin-left: 10px;
	padding: 3px;
	padding-left: 8px;
	
	background-color: #efefef;
}

.ead_document_lie_notice {
	font-weight: normal;
	font-size: 12px;
	color: #d84646;
	background: url('/console/imgs/puce_doc.gif') no-repeat top left;
	padding-left: 7px;
}

.ead_document_lie_documents {
	margin: 0;
	margin-left: 10px;
	margin-top: 3px;
}

.ead_document_lie_document_titre {
	padding-left: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	
}

#recherche_container a {
	text-decoration:none;
	background: url('/console/imgs/fleche_lien.gif') no-repeat center left;
	padding-left:20px;
	
}

#recherche_container a:hover {
	text-decoration:underline;
}

/* ----------------- Recherche simple -------------- */
.recherche_simple {
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-size:1em;
}

.recherche_simple_titre {
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-weight:bold;
	font-size:1.3em;
	color:#d84646;
	text-decoration:none;
	margin-bottom: 20px;
	border-bottom:solid 1px #ccc;
}

.recherche_simple_titre_libelle {
	color:#9d9d9d;
	font-weight:normal;
}

.recherche_simple_valeur {
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-size:1em;
}

.recherche_simple_valeur {
	width:240px;
	/*background-image: url('../imgs/gray_bg.png' );*/
    background-repeat: repeat-x;
    background-position: top;
	border: solid 1px #cfcfcf;
	padding:3px;
	
}



.recherche_simple_valeur_small {
	width:115px;
}

.recherche_simple_mode {
	font-size:0.95em;
}

.bouton_recherche {
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-weight:bold;
	font-size:0.95em;
	color:#4d4d4d;
}

.bouton_efface {
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-weight:bold;
	font-size:0.95em;
	color:#7d7d7d;
}

.recherche_erreur {
	color:#f00;
	border:solid 1px #ccc;
	background-color:#fff;
	padding:10px;

	margin-top:20px;
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-weight:bold;
	font-size:1.2em;

	font-style:italic;

	text-align:center;
}

.recherche_vide {
	color:#000;
	border:solid 1px #ccc;
	background-color:#fff;
	padding:10px;

	margin-top:20px;
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-weight:bold;
	font-size:1.2em;

	font-style:italic;

	text-align:center;
}

.recherche_proposition {
	color:#000;
	border:solid 1px #ccc;
	background-color:#f5f6f7;
	padding:10px;

	margin-top:20px;
	margin-bottom:10px;
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-weight:bold;
	font-size:1.2em;
}

.recherche_proposition a {
	text-decoration:none;
	color:#d84646;
	font-style:italic;
	font-weight:bold;
}

.recherche_proposition a:hover {
	text-decoration:underline;
}

.recherche_proposition span {
	font-style:italic;
}

.recherche_resultats {
	
}

.recherche_resultat_nb {
	color:#fff;
	background-color:#aaa;
	margin:0px;
	margin-bottom:5px;
	padding:5px;

	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 0.9em;
	text-align:right;
}

.recherche_resultat_nb span {
	font-weight:bold;
	color:#fff;
}

.recherche_resultat_nb a {
	color:#fff;
	text-decoration:none;
}

.recherche_resultat_nb a:hover {
	text-decoration:underline;
}

.recherche_resultat_entree {
	background-color:#fff;
	padding:10px;
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-size:1em;
	margin:0;
	margin-top:5px;
	color:#9d9d9d;
	padding:1px;
	padding-bottom:5px;
	border-bottom: dotted 1px #ccc;
}

.recherche_resultat_entree_titre a {
	text-decoration:none;
	font-weight:normal;
	color:#d84646;
	font-size:1.2em;
}

.recherche_resultat_entree_titre a:hover {
	text-decoration:underline;	
}

.recherche_resultat_entree_liste_ir {
	color:#f00;
	
	background-color:#fff;
	padding:10px;

	margin:0;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:10px;
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-size:1em;
}

.recherche_resultat_entree_un_ir_titre 
{
	background:url(../imgs/puce_carre_bleu.gif) 0 2px no-repeat; ;
	padding-left:10px;
	font-size:1.2em;
	
}

.recherche_resultat_entree_un_ir_titre span {
	color:#9d9d9d;
}

.recherche_resultat_entree_un_ir_titre a {
	color:#000;
	font-weight:bold;
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-size:1em;
	text-decoration:none;
}

.recherche_resultat_entree_un_ir_titre a:hover {
	text-decoration:underline;	
}

.recherche_resultat_entree_un_ir_extrait {
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-size:1em;
	color:#9d9d9d;
	margin-bottom:5px;
	padding-left:10px;
}

.recherche_resultat_entree_un_ir_extrait b {
	font-weight:bold;
	background-color:#FFFF66; 
}

.recherche_resultat_classement {
	background: url(/commun/media/jquery/treeview/images/folder-closed.gif) 20px 0 no-repeat;
	padding-left:38px;
	padding-top:2px;
	color:#2a8282;
	margin:0;
	margin-bottom:10px;
}

.recherche_resultat_classement a {
	color:#2a8282;
	text-decoration:none;
}

.recherche_resultat_classement a:hover {
	text-decoration:underline;
}

.recherche_resultat_entree_un_ir_notice {
	margin:4px;
	margin-left: 20px;
	padding:3px;
	color:#9d9d9d;
}

.recherche_resultat_entree_un_ir_notice a {
	color:#000;
	text-decoration:none;
}

.recherche_resultat_entree_un_ir_notice a:hover {
	text-decoration:underline;
}

.lien_plie {
	background:url(../imgs/menu-collapsed.png) 0 2px no-repeat; ;
	padding-left:10px;
}

.lien_deplie {
	background:url(../imgs/menu-expanded.png) 0 2px no-repeat; ;
	padding-left:10px;
}

.pertinence {
	display:inline-block;
	background: url(../imgs/etoile.gif) 0 0 no-repeat;
	
	width:11px;
	height:9px;
	margin:0;
}

.pertinence_moitie {
	display:inline-block;
	background: url(../imgs/demi_etoile.gif) 0 0 no-repeat;
	width:11px;
	height:9px;
	margin:0;
}


.classement_desc_extrait {
	border: solid 1px #d3d3d3;
	background-color: #ededed;
	padding: 5px;
	margin-left: 10px;
	font-style: italic;
}

.classement_desc_extrait b {
	font-weight:bold;
	background-color:#FFFF66; 
}
/* ----------------- Recherche avancee -------------- */

.recherche_avance_presente {
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-size:1.2em;
	border:solid 1px #9d9d9d;
	background-color: #e0e0e0;
	padding:10px;
	margin-bottom:20px;
}

.recherche_avance_presente p {
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-size:1em;
}

.recherche_avance_formulaire {
	border:solid 1px #9d9d9d;
	text-align:center;
	margin:0;
	margin-bottom:10px;
	padding:10px;
}

.recherche_avance_formulaire table {
	margin:auto auto auto auto;
}

.recherche_avance_formulaire tr td {
	font-size:1.1em;
	padding:3px;
	padding-left:5px;
}

/* ---------------- Nouveaux styles pour résultats via Treeview ---------------- */
.tr_recherche_resultat_entree_1 {
	border-bottom: dotted 1px #ccc;
}


.tr_recherche_resultat_entree_titre {
	background-color:#fff;
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-size:1.15em;
	margin:0;
	margin-left:5px;
	color:#d84646;
	padding:1px;
	/*padding-left:20px;*/
	font-weight: bold;
	/*background: url(/commun/media/jquery/treeview/images/folder-closed.gif) 0 0 no-repeat;*/
}

.tr_recherche_resultat_ead {
	/*.imgs/xml.gif*/
	display: inline-block;
	margin-top:-5px;
	width:16px;
	height:16px;
	background-image: url(../imgs/xml.gif);
}

.tr_recherche_resultat_pdf {
	/*.imgs/xml.gif*/
	display: inline-block;
	margin-top:-5px;
	width:16px;
	height:16px;
	background-image: url(../imgs/pdf.gif);
}

.tr_recherche_resultat_entree_nb {
	font-weight:normal;
	color:#aaa; 
	text-decoration:none; 
	font-size:1.05em;
}

.fichier_taille {
	font-weight:normal;
	color:#aaa; 
	text-decoration:none; 
	font-size:1.05em;
}

.tr_recherche_resultat_entree_un_ir_titre {
	color:#000;
	font-weight:bold;
	font-family: Corbel,"Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
	font-size:1.1em;
	text-decoration:none;
	margin: 0;
	margin-left:5px;
}

.tr_recherche_resultat_entree_un_ir_nb {
	font-weight:normal;
	color:#aaa; 
	text-decoration:none; 
	font-size:1em;
}

.tr_recherche_resultat_entree_un_ir_notice_lien {
	font-size:1.1em;
}

/*------------ Approfondissement des résultats ---------------*/
#approfondir_box {
	width:200px;
	margin-right:0px;
	float:right;
}

#approfondir_result {
	margin-right:230px;
}

.approfondir_plie_span {
	margin:0;
	padding:0;
}

.approfondir_plie_span a{
	color:#fff;
}

.approfondir_deplie_lien {
	background: url(../imgs/fleche_bas_blanc.gif) 0px 1px no-repeat;
	height:14px;
	cursor:pointer;
	margin:0;
	padding:0;
	padding-left:20px;
	color:#fff;
	text-decoration:none;
}

.approfondir_deplie_lien a {
	font-weight: bold;
	color:#fff;
	text-decoration:none;
}

.approfondir_deplie_lien a:hover {
	text-decoration: underline;
}

.approfondir_plie_lien {
	background: url(../imgs/fleche_droite_blanc.gif) 0px 1px no-repeat;
	height:14px;
	cursor:pointer;
	margin:0;
	padding:0;
	padding-left:20px;
}

.approfondir_plie_lien a {
	font-weight: bold;
	color:#fff;
	text-decoration:none;
}

.approfondir_deplie_lien a:hover {
	text-decoration: underline;
}


#approfondir_controle {
	color:#fff;
	background-color:#fff;
	margin:10px 0 5px 0;
	padding:0px;
	
	font-size:0.95em;
	font-weight: bold;
	border: solid 1px #ddd;

	width: 195px;
}

.approfondir_controle_titre {
	font-size:1.1em;
	font-weight: bold;
}

#approfondir_titre {
	background: url(../imgs/degrade_rouge.png) repeat-x;
	font-size:1em;
	font-weight: bold;
}

#approfondir_titre td {
	font-size:1em;
	font-weight: bold;
}

#approfondir_affiche a {
	display:block;
	background: url(../imgs/afficher.gif) 0 0 no-repeat;
	background-color:#fff;
	width:20px;
	height:14px;
	border:solid 1px #ccc;
	margin:0;
	margin-left:2px;
}

#approfondir_cache {
	display:block;
	background: url(../imgs/masquer.gif) 0 0 no-repeat;
	background-color:#fff;
	width:20px;
	height:14px;
	border:solid 1px #ccc;
	margin:0;
	margin-left:2px;
}

#approfondir_controle td {
	color:#fff;
	font-size: 0.95em;
	font-weight: bold;
}

#approfondir_controle a {
	color:#fff;
	text-decoration:none;
}

#approfondir_controle a:hover {
	text-decoration:underline;
}

#approfondir_recherche {
	marging: 5px;
	color:#000;
	font-weight: normal;
}

#approfondir_recherche a {
	color:#000;
	text-decoration: none;
}

#approfondir_recherche a:hover {
	text-decoration: underline;
}

.approfondir_lib_rech_init {
	color: #d84646;
	font-weight:bold;
}

.approfondir_lib_rech {
	color: #1F9369;
	font-weight:bold;
}

#approfondir_recherche {
	font-size:1em;
}

.approfondir_critere_titre {
	background: url(../imgs/degrade_vert.png) repeat-x;
	background-color:#000;
	color:#fff;
	font-weight: bold;
	padding-left:5px;
}

.approfondir_critere_titre  {
	color:#fff;
	text-decoration:none;
}

.approfondir_critere_titre_lien {
	color:#fff;
	text-decoration:none;
}

.approfondir_critere_titre a:hover {
	text-decoration:underline
}

.approfondir_critere_titre_valeur {
	font-weight: normal;
	color:#fff;
}

.approfondir_critere_valeur {
	font-weight: normal;
	color:#aaa;
}

.approfondir_critere li {
	display : list-item;
 	list-style-image : url(../imgs/approfondir_puce.png);
 	margin-left:20px;
}

.approfondirSupCritere {
	
}

#approfondir_date {
	max-height:200px;
	overflow:auto;
	height: expression( this.scrollHeight > 200 ? "200px" : "auto" ); 
}

#approfondir_lieu {
	max-height:200px;
	height: expression( this.scrollHeight > 200 ? "200px" : "auto" ); 
	overflow:auto;
}

#approfondir_sujet {
	max-height:200px;
	overflow:auto;
	height: expression( this.scrollHeight > 200 ? "200px" : "auto" ); 
}

#approfondir_fonction {
	max-height:200px;
	overflow:auto;
	height: expression( this.scrollHeight > 200 ? "200px" : "auto" ); 
}

#approfondir_genre {
	max-height:200px;
	overflow:auto;
	height: expression( this.scrollHeight > 200 ? "200px" : "auto" ); 
}


/* ---------------- IR SERIELS / Facettes ---------------- */
#facette {
	width:100%;
	border: solid 1px #aaa;
	background-color: #fff;
}

#facetteHeaderTitre {
	margin-right: 50px;
	font-weight:bold;
	margin-left:3px;
	display:inline;
}

#facetteHeaderBoutonContainer {
	width: 43px;
	background-color: #fff;
	float: right;
	text-align: center;
}

#facetteHeaderBouton {
	text-align: center;
}

#facetteFiltreActuel {
	margin:3px;
	border: dotted 1px #3d715f;
	margin-top:10px;
	margin-bottom:10px;
}

#facetteFiltreActuelTitre {
	color:#3d715f;
	font-weight:bold;
}

.facetteFiltreActuelTitre {
	font-weight:bold;
}

.facetteUnFiltreTitre {
	margin-top:5px;
	font-weight:bold;
}

.facetteFiltreActuelSupprime {
	background: url(/console/imgs/crit_supprim.png) no-repeat top left;
	width:14px;
	height:14px;
	display: inline-block;
}