/* CSS Document */
.image_bandeau_gauche, .image_bandeau_droite, .image_bandeau_centre {
	border: none;
	display: block;
	padding: 2px;
	margin-top: auto;
	margin-bottom: auto;
}

.image_bandeau_gauche {
	float: left;
}

.image_bandeau_droite {
	float: right;
}

.image_bandeau_centre {
	margin-left: auto;
	margin-right: auto;
}
/**********************************************/
/* MAJ */
#maj {
	font-size: 90%;
	padding: .5em;
}

.datemaj {
	color: #369;
}

.titremaj {
	font-weight: bold;
}

.miseajour {
	margin: .5em 0 .5em 1em;
	padding: .5em;
	border: 1px solid #8AC;
	font-size: 90%;
	color: #666;
	background-color: #F6FFFF;
}

.miseajour li {
	list-style-position: inside;
}

/* Formulaires */
form {
	margin: 0;
	padding: 0;
}

.titre_champ_formulaire {
	text-align: right;
	width: 200px;
}

.titre_champ_formulaire, .input_champ_formulaire {
	padding: 3px;
}

.input_champ_formulaire input {
	width: 200px;
	/*width: 100%;*/
}

#ss_form_ex {
	font-weight: bold;
}

/* Boutons de navigations */
.lienterme, .lienterme:visited {
	color: black;
	cursor: pointer;
}

.lienterme:hover {
	color: #C18484;
}

.lienSuppr {
	font-weight: bold;
}

#clefcourante input {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	height: 1.25em;
	line-height: 1em;
}

.appliminibtn {
	color: #FFFFFF;
	background-color: #666665;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
	border: none;
	display: block;
	text-align: center;
	/*width: 20px;*/
	display: inline;
	padding: 1px 5px;
}

.appliminibtn:hover {
	background-color: #333;
	color: #FFF;
}

.applibtn, .similiAppliBtn {
	/*padding: 0 6px;*/
	color: #FFFFFF;
	background-color: #666665;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
	border: none;
	display: block;
	text-align: center;
	height: 21px;
	margin: 10px 10px;
	line-height: 21px;
	font-family: calibri;
	font-size: 14px;
}

.applibtn {
	width: 130px;
}

.similiAppliBtn {
	color: #bf2b1e;
	background-color: #FFF;
	display: inline;
}

.applibtn:hover, .applibtnoff:hover, .applibtnidx:hover {
	color: white;
	background-color: #333;
}

.applibtnrect {
	color: #333;
	line-height: 1.5em;
	background-color: white;
	text-decoration: none;
	padding: 0 2px 0 2px;
	border: 1px solid black;
	font-size: 100%;
}

.applibtnrectoff {
	color: #666;
	line-height: 1.5em;
	background-color: #EEE;
	text-decoration: none;
	padding: 0 2px 0 2px;
	border: 1px solid #DDD;
	font-size: 100%;
}

a.applibtnrect:hover, a.applibtnrectoff:hover {
	color: black;
	border-color: black;
	background-color: white;
}

.applibtnidx, .applibtnidx:visited {
	color: #888;
	margin: 0;
	line-height: 1.2em;
	background-color: white;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	border: 1px solid #888;
	font-size: 75%;
	cursor: pointer;
}

.index {
	line-height: 1.2em;
	background-color: #ffffff;
	color: #888888;
	border: 1px solid #888888;
	cursor: pointer;
	font-size: 9.73333px;
}

.permalink {
	color: #888;
	background-color: white;
	padding: 0 2px 0 2px;
	border: 1px solid #888;
	font-size: 85%;
}

.permalink:hover {
	color: white;
	background-color: #888;
}

/* CLEF COURANTE */
.clefcourante {
	font-size: 85%;
	text-align: center;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	margin: 0 0 5px 0;
	width: 100%
}

.clefcourante legend {
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	padding: 1px 5px;
}

.clefcourante p {
	padding: 0px 15px 5px 15px;
	text-align: center
}

.clefcourante * {
	margin: 0;
}

.bloc_texte_incipit {
	display: inline-block;
	padding-right: 10px;
	text-align: left;
	max-width: 650px;
	max-height: 35px;
	overflow: auto;
	padding-right: 10px;
	font-style: italic;
}
/* LISTE DES CLEFS */
.bloc_contenu {
	display: table;
	margin: 10px auto 0;
	border: 1px dashed #8B8B8B;
	padding: 20px;
	width: 900px;
	margin-top: 30px;
}

.bloc_contenu form, .bloc_contenu form fieldset {
	/*display: table;*/
	
}

.bloc_contenu img {
	display: block;
	margin: 0 auto;
}

.legende_image {
	display: block;
	text-align: center;
}

#info_connexion {
	padding-top: 1em;
	padding-bottom: 1em;
}

.liste, .liste2 {
	overflow: auto;
	margin: 10px;
	padding: 2px;
	border: 2px solid #666;
	background-color: #EEE;
}

.liste table, .liste2 table {
	width: 100%;
}

.impair {
	background: #DDD;
}

.impair, .pair {
	padding: 0.3em 0 0.3em 1em;
}

.bloc_resultats {
	max-width: 900px;
	max-height: 230px;
	margin: 15px;
	border: 1px solid #666;
	background-color: #EEEEEE;
	overflow: auto;
}

.bouton_recherche {
	/*background-color: #000000;
	color: white;*/
	margin-left: 75%;
}

.bouton_recherche:hover {
	/*background-color: #666665;*/
	
}

/* CORPUS */
/* Page de la liste des corpus */
.boite_corpus {
	background: #C3E7F9;
	background-image: -moz-linear-gradient(top, #C3E7F9, #AEDEF7);
	/* Firefox */ /* + foncé : #B5D2DF  | + clair :  #E5EFF4 */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C3E7F9),
		color-stop(1, #AEDEF7)); /* Chrome et Safari */ /* haut, bas */
	border: 1px solid #DDD;
	display: table;
}

.titre_corpus {
	text-decoration: underline;
}

.description_corpus {
	max-width: 500px;
	max-height: 200px;
	overflow: auto;
}

/* Page detail_corpus */
.bloc_description_corpus { /*margin-bottom:15px;
	padding: 5px;
	border : 1px solid #DDD;*/
	/*background: #C3E7F9;*/
	/*max-width: 500px;
	max-height: 150px;*/
	/*overflow: auto;*/
	
}

.image_corpus {
	
}

.table_corpus tr td {
	padding: 5px;
}

div#bloc_corpus {
	display: block;
}

div#bloc_corpus ul {
	margin: 0;
	padding: 0;
}

div#bloc_corpus  p {
	margin: 0;
}

div#bloc_corpus li {
	list-style-type: none;
}

div.elem_carousel {
	/*padding-bottom: 10px;*/
	/*	height: 170px;
	width: 500px;*/
	
}

div.elem_carousel h3 {
	color: #565654;
	padding: 10px;
	font-size: 18px;
}

div.elem_left, div.elem_right {
	display: block;
	float: left;
	padding: 0 0 10px 10px;
}

div.elem_right p {
	padding-top: 20px;
	text-align: left;
	width: 200px;
}

img.elem_left {
	width: 260px;
	height: 173px;
	display: block;
}

ul.carousel li {
	position: relative;
}

.carousel p.corpus_plus {
	text-align: center;
}

/* debut specification carousel css*/
.carousel-wrap {
	border: 2px solid #DFDFDF;
	/*border-radius: 10px;*/
	width: 500px;
	margin: 0 auto;
}

.carousel-control {
	display: none;
}

.carousel-pagination p {
	text-align: center;
}

.carousel-pagination p a {
	margin: 15px;
	border: 1px solid #E40A0A;
	padding: 4px 4px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background: #E40A0A;
	font-size: 0;
}

.carousel-pagination p a:hover {
	cursor: pointer;
	color: #BF2B1E;
}

.carousel-pagination p a.active {
	color: #787a79;
	border-color: #787a79;
	background: #787a79;
}

.carousel-pagination p a span {
	display: none;
}
/* fin specification carousel css*/
.eltlink {
	cursor: pointer;
}

.listepourbiblio {
	font-size: 120%;
}

.listetitre {
	/*padding-left: .5em;*/
	/*margin-left: 18em;*/
	
}

.listeauteur {
	float: left;
	font-variant: small-caps;
	padding: .5em .1em .5em .5em;
	text-align: left;
}

.td_auteur {
	text-align: center;
	width: 85px;
}

.auteur {
	font-variant: small-caps;
}

.titre {
	text-decoration: underline;
}

.table_resultats {
	width: 100%;
}

.table_resultats tr[onclick]:hover {
	cursor: pointer;
}

.table_resultats tr td p {
	width: 100%;
	text-align: justify;
}

.table_resultats tr td {
	min-width: 20px;
	padding: 2px 10px;
	border: 1px solid #AAA;
	font-size: 85%;
	text-align: center;
}

.table_resultats tr td p {
	margin: 0;
}

.premier_elt td {
	color: #black;
	text-align: center;
	font-weight: bold;
}

.eltencours {
	font-weight: bold;
}

.eltliste:hover, .eltencours:hover {
	background-color: #FFF;
}

#selection {
	background-color: #EEE;
	border: 1px solid #bf2b1e;
	margin: 1em;
	padding: .5em;
}

/* BOUTONS DE TRI */
#trichoix {
	display: inline;
	font-size: 90%;
	margin: 0 0 5px 0;
}

#trichoix ul li {
	list-style-type: none;
}

/* .choix et .choix_en_cours : Classes attribuées via le code PHP et TPL {} */
/* Si c'est le bouton sélectionné, alors on applique .choix_en_cours */
/* Sinon on applique .choix */
.liste_tri {
	margin-top: 5px;
	margin-bottom: 5px;
}

.liste_tri li a {
	padding: 0 2px;
	text-align: center;
}

.choix_en_cours, .choix, .filtre_alphabet {
	display: inline;
	margin: 2px;
}

.choix_en_cours a, .choix_en_cours a:hover {
	cursor: default;
	/*border: 1px solid #000;*/
	color: #000;
}

.filtre_alphabet a, .choix a, .choix_en_cours a ; #abcdaire .applibtn {
	padding: 0 2px 0 2px;
	border-radius: 0;
}

.filtre_alphabet a, .choix a, #abcdaire .applibtn {
	color: #FFF;
	background-color: #666665;
	text-decoration: none;
	/*border: 1px solid black;*/
}

.filtre_alphabet a:hover, .choix a:hover, #abcdaire .applibtn:hover {
	background-color: black;
}

/* Les grands blocs */
.bloc {
	display: table;
	width: 100%;
	border: 1px solid #AAAAAA;
	margin: 20px 0;
}

.bloctitre {
	color: black;
	position: relative;
	display: inline;
	left: .2em;
	top: -.7em;
	padding: .1em;
	background-color: white;
	font-variant: small-caps;
	font-weight: bold;
	z-index: 2;
}

.bloccontenu {
	padding: 0 10px 10px 10px;
	position: relative;
	font-size: 90%;
}

.bloccontenu table tr {
	padding-bottom: 10px;
	/*display: block;*/
}

.bloccontenu table tr.elt_description {
	margin: 0;
	border: none;
}

.bloccontenu table tr.elt_description th {
	padding-top: 10px;
	text-align: left;
}

.select_description {
	padding-top: 10px;
}

.bloccontenu table.details tr {
	display: none; /* pour hacker le display block d'au dessus */
}

.bloccontenu table.details tr.cache {
	display: none;
}

.bloccontenu table.details tr.normal, .bloccontenu table.details tr.info
	{
	display: table-row;
}

.bloccontenu table tr td {
	padding: 0.3em 0.3em;
}

.bloccontenu table tr td:first-child, .ed_descripteur {
	font-weight: bold;
}

.bloccontenu table tr.chvide {
	
}

.table_identification tr td {
	padding: 1px;
	padding-right: 10px;
}

.bloctitre input {
	margin: 0px;
	padding: 0 2px;
	font-size: 100%;
	height: 1.5em;
	font-weight: bold;
}

.btnreddev, .btnreddev+a, .btn_dev, .btn_red {
	color: #AAA;
	margin: 0;
	background-color: white;
	text-decoration: none;
	border: 1px solid #AAA;
	line-height: 1em;
	width: 1.25em;
	text-align: center;
	padding: 0 4px 0 4px;
	cursor: pointer;
}

.btnreddev:hover, .btn_dev:hover, .btn_red:hover {
	color: #FFF;
	background-color: #AAA;
	text-decoration: none;
}

.hr {
	border-bottom: 1px solid #AAA;
	margin: 5px 1em .5em 1em;
}
/***** Affichage des données *****/
/* identification */
.principal {
	color: black;
}

.chvide {
	color: #AAA;
	display: none;
}

.info {
	font-size: 80%;
	color: #666;
}

td#ligneVille {
	text-align: center;
}

.elttitre { /*vertical-align: top;*/
	width: 200px;
	text-align: right;
	padding-right: 10px;
}

.elttitre2 {
	vertical-align: middle;
	text-indent: 10em;
	width: 14em;
}

.autreliste {
	font-size: 90%;
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 0;
}

.autreliste li {
	margin: 0;
	padding: 0;
}

.autrelistenom {
	font-variant: small-caps;
}

.autrelistetexte {
	font-family: calibri, serif;
}

.autrelistecom, .ed_com, .ed_descom {
	font-size: 80%;
	color: #666;
}

li .autrelistecomret {
	position: relative;
	left: 3.5em;
	font-size: 80%;
	color: #666;
}

.ed_com {
	margin-left: 1em;
}

/* descripteurs*/
.bloccontenu .descripteurs tr td {
	vertical-align: top;
	border: 1px solid #DDD;
	margin: 0;
	padding: .3em 2em .3em 1em;
	background-color: #FFF;
}

.bloccontenu .descripteurs {
	margin: 0 0 0 1.5em;
	font-size: 90%;
}

.bloccontenu .chvide {
	margin-left: 1em;
}

.ed_domaine {
	width: 13em;
}

.ed_descripteur, .ed_valeur {
	font-size: 1em;
	width: 15em;
}

.bloccontenu .descripteurs tr .ed_appli {
	border: 0;
	margin: 0;
	padding: 0em 0em 0em .5em;
}
/* thésaurus */
.thesaurus {
	font-size: 90%;
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 1em 1em 1em;
}

.bloccontenu .chvide .motclef_ {
	font-size: 90%;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
}

.elmtCourant:hover div, .thesaurus_TS div, .thesaurus_TS:hover div,
	.thesaurus_TA div, .thesaurus_TA:hover div, .thesaurus_TG div,
	.thesaurus_TG:hover div {
	cursor: pointer;
}

.choixliste:hover div, .elmtCourant:hover div, .thesaurus_TS:hover div,
	.thesaurus_TA:hover div, .thesaurus_TG:hover div {
	color: #AAA;
	background-color: #FFF;
}

.thesaurus_TS div {
	padding-left: 6em;
}

.thesaurus_TA div {
	padding-left: 3em;
}

.thesaurus_ep div {
	padding-left: 3em;
	font-style: italic;
}

.elmtCourant div {
	padding-left: 3em;
	font-weight: bold;
}

.thesaurus_TG div {
	padding-left: 0em;
	color: black;
}

.thesaurus_TS div .occurences, .thesaurus_TA div .occurences,
	.elmtCourant div .occurences, .thesaurus_ep div .occurences,
	.thesaurus_TG div .occurences {
	display: block;
	width: 3em;
	text-align: right;
	color: #999;
}

img.loupe {
	height: 1em;
}

.occurences {
	float: left;
}

/* hiérarchisation et mise en évidence du thésaurus */
.motclef_P0 {
	margin-left: 0em;
	color: #AAA;
}

.motclef_P1 {
	margin-left: 1em;
	color: #AAA;
}

.motclef_P2 {
	margin-left: 2em;
	color: #AAA;
}

.motclef_P3 {
	margin-left: 3em;
	color: #AAA;
}

.motclef_P4 {
	margin-left: 4em;
	color: #AAA;
}

.motclef_P5 {
	margin-left: 5em;
	color: #AAA;
}

.motclef_P6 {
	margin-left: 6em;
	color: #AAA;
}

.motclef_P7 {
	margin-left: 7em;
	color: #AAA;
}

.motclef_P8 {
	margin-left: 8em;
	color: #AAA;
}

.motclef_P9 {
	margin-left: 9em;
	color: #AAA;
}

.motclef_E0 {
	margin-left: 0em;
}

.motclef_E1 {
	margin-left: 1em;
}

.motclef_E2 {
	margin-left: 2em;
}

.motclef_E3 {
	margin-left: 3em;
}

.motclef_E4 {
	margin-left: 4em;
}

.motclef_E5 {
	margin-left: 5em;
}

.motclef_E6 {
	margin-left: 6em;
}

.motclef_E7 {
	margin-left: 7em;
}

.motclef_E8 {
	margin-left: 8em;
}

.motclef_E9 {
	margin-left: 9em;
}

/* événements */
table.evenements {
	margin: .5em 0 .5em 1em;
	background-color: #FFF;
}

.evenements tr th {
	font-size: 85%;
	border: 1px solid #DDD;
	vertical-align: top;
	padding: .3em;
	color: #AAA;
}

.evenements tr .event {
	font-size: 80%;
	vertical-align: top;
	border: 1px solid #DDD;
	padding: .3em 1em .3em 1em;
}

/* Associations */
.association, .bibliolink {
	padding: .3em 1em .3em 1em;
	font-size: 90%;
}

.sujetcur, .bibliocur {
	padding: .3em 1em .3em 1em;
	font-size: 90%;
	border: 1px solid #BF2B1E;
}

.typeasso {
	color: #BF2B1E;
}

/* Témoins */
/* tableaux visibles dans detail_oeuvre */
.titre_contenu_bloc {
	margin-top: 5px;
	margin-bottom: 5px;
}

.dev_temoin, .red_temoin, .dev_exemplaire, .red_exemplaire {
	cursor: pointer;
}

.contenu_temoin {
	min-width: 500px;
	/*border: 1px solid #DDDDDD;*/
}

/*.contenu_temoin table tr td:first-child{ border-top: none; }*/
.contenu_temoin table tr td {
	padding: 2px;
}

#blocTemoins .temoincur {
	border: 1px solid #BF2B1E;
	padding: 4px;
}

.un_temoin table tr th {
	border: 1px solid #DDDDDD;
	padding: 5px;
}

.un_temoin table tr th a {
	padding: 5px;
}

.temoin, .temoincur {
	margin: 10px 0;
}

.temoin .details, .temoincur .details {
	background-color: #EEEEEE;
	margin-left: 10px;
}

.temoincur.un_temoin table tr th {
	border-color: #BF2B1E;
}

.contenu_temoin td {
	border: 1px solid #DDDDDD;
}

/*.temoin tr td,.temoincur tr td { padding: 5px; }*/
.dettem {
	text-align: right;
}

/*.temoincur td {
	border: 1px solid #BF2B1E;
}*/
.auteur {
	font-variant: small-caps;
	text-align: left;
}

.citation {
	font-family: calibri, serif;
	padding: .2em;
}

.cacher {
	display: none;
}

.temoin .autreliste, .temoincur .autreliste {
	padding: .5em;
	font-size: 80%;
}

.reperage {
	padding: .5em 0 .2em .5em;
}

#description .ss_bloc_exemplaire {
	border: 0;
	margin: 0;
	background: none;
}

.ss_bloc_exemplaire {
	padding: .5em 2em;
	margin: .5em;
	background-color: #EEE;
	border: 1px solid #DDD;
}

.ss_bloc_exemplaire ul {
	color: #666;
}

.ss_bloc_exemplaire ul li {
	color: #000;
}
/* Recherche */
.resultat {
	padding: 0 0 .5em 1em;
}

.formbloc {
	background-color: #EEE;
	margin: .5em;
	padding: 0 0 .5em .5em;
	border: 1px solid #DDD;
}

.formtitre {
	padding: .5em 0 .5em 0;
	color: #BF2B1E;
}

.formchamp {
	padding-left: 2em;
}

/* Connexion */
#connexionForm {
	width: 20em;
}

#connexionForm fieldset {
	background-color: #EEE;
	margin: .5em;
	padding: .5em;
	border: 1px solid #DDD;
}

#connexionForm fieldset p {
	padding: .5em;
}

#connexionForm fieldset label {
	float: left;
	width: 8em;
	text-align: right;
	padding: .5em;
	font-size: 80%;
	line-height: .5em;
}

#connexionForm fieldset input {
	width: 10em;
}

#connexionForm #piedFormAdmin {
	background-color: #FFF;
	border: 0px;
}

#piedFormAdmin {
	text-align: right;
}

.message span {
	/*background-color: #BF2B1E;*/
	/*color: #EEE;*/
	padding: 1em 1em 1em 5em;
	font-size: 100%;
	background-image: URL(../images/message.png);
	background-repeat: no-repeat;
	background-position: center left;
}

.message span.success {
	color: green;
}

.message span.error {
	color: #BF2B1E;
}

/* Créations */
#table_creation tr {
	margin-bottom: 10px;
	display: block;
}

/* Modifications */
#liste_associations {
	display: none;
	position: fixed;
	top: 10%;
	left: 20%;
	max-width: 1000px;
	height: 450px;
	border: 3px solid #DDD;
	background-color: #EEE;
	z-index: 1000;
	font-size: 80%;
	padding: 1em;
	overflow: auto;
}

.choixliste div {
	width: 734px;
}

.choixliste:hover div {
	color: #AAA;
	background-color: #FFF;
	cursor: pointer;
}

.btntri {
	padding-top: .5em;
}

.frequence {
	float: left;
	color: black;
	width: 3em;
	text-align: right;
	padding-right: .5em;
	border-right: 1px solid #AAA;
}

.expression {
	color: black;
	padding-left: .5em;
}

.avertissement {
	clear: both;
	background-color: #BF2B1E;
	color: #EEE;
	padding: 1em 1em 1em 5em;
	font-size: 85%;
}

form table tr td input[type=text], form tr td textarea {
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
}

form table tr td input[type=text] {
	height: 25px;
}

table tr td form.newautre input[type=text] {
	height: auto;
}

.table_formulaire_modif {
	width: 80%;
}

.table_formulaire_modif tr td {
	padding: 2px 2px;
}

.table_formulaire_modif tr td input[type=text], .table_formulaire_modif tr td textarea
	{
	width: 400px;
	padding: 0.2em;
	width: 95%;
}

.table_formulaire_modif tr td textarea {
	height: 80px;
}

.table_autres {
	margin-top: 0.5em;
	width: 100%;
}

.table_autres tr td.elttitre {
	width: 200px;
	vertical-align: top;
}

.table_autres label {
	vertical-align: top
}

form.newautre, div.newautre {
	margin: .5em .5em 1em 0em;
	padding: .2em;
	background-color: #DDD;
	border-top: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#FormIdentification form.newautre input.text {
	height: auto;
}

form.newautre input {
	padding: .2em;
	width: 10em;
	border: 1px solid #AAA;
	background-color: #EEE;
}

form.newautre select {
	padding: .2em;
	margin: 2px;
	width: 10em;
	border: 1px solid #AAA;
	background-color: #EEE;
}

form#newnn label {
	position: absolute;
	float: left;
	padding: 5px;
}

form#newnn input, form#newnn textarea {
	padding: .2em;
	width: 30em;
	margin-left: 16em;
	border: 1px solid #AAA;
	background-color: #FFF;
}

form#newnn select {
	margin-left: 16em;
}

form#ajoutmot tr td textarea {
	padding: .2em;
	width: 30em;
	height: 3em;
	border: 1px solid #AAA;
	background-color: #EEE;
	font-family: calibri, arial, sans-serif;
}

form#ajoutmot input[type="text"] {
	padding: .2em;
	width: 30em;
	border: 1px solid #AAA;
	background-color: #EEE;
	font-family: calibri, arial, sans-serif;
}

form#FormTemoin tr td textarea {
	padding: .2em;
	width: 30em;
	height: 4.5em;
	border: 1px solid #AAA;
	background-color: #EEE;
	font-family: calibri, arial, sans-serif;
}

form#FormTemoin tr td input#tem_titre, form#FormTemoin tr td input#tem_sigle,
	form#FormTemoin tr td input#tem_etatmat {
	padding: .2em;
	width: 36em;
	height: 1.5em;
	border: 1px solid #AAA;
	background-color: #EEE;
	font-family: calibri, arial, sans-serif;
}

form#FormTemoin tr td select {
	padding: .2em;
	width: 40em;
	border: 1px solid #AAA;
	background-color: #EEE;
	font-family: calibri, arial, sans-serif;
}

form#FormTemoin tr td label {
	font-family: calibri, arial, sans-serif;
	font-size: 80%;
}

#nouveaunom {
	padding: .2em;
	width: 10em;
	border: 1px solid #AAA;
	background-color: #FFF;
}

.maj_hist {
	color: #BF2B1E;
	background-color: #FFF;
	padding: .2em;
	border: 1px solid #AAA;
}

.maj_comm {
	font-size: 90%;
	padding: .5em;
	margin: 0em 0em 1em 1em;
	border-left: 1px solid #AAA;
}

form#new_section input {
	padding: .2em;
	width: 3em;
	border: 1px solid #AAA;
	background-color: #EEE;
}

form#new_section input.chpmoyen {
	width: 10em;
}

li.stats {
	color: #369;
	font-size: 80%;
	margin-left: 10em;
}

div#stats, div#last {
	border: 1px solid #AAA;
	background-color: #EEE;
	margin: 1em;
	padding: 1em;
}

div#stats ul {
	color: #BF2B1E;
}

.gestionliste tr td {
	border: 1px solid #888;
	padding: 2px 5px 2px 5px;
}

.gestionliste {
	border: 1px solid #888;
	background-color: #FFF;
	font-size: 10pt;
}

#FormBiblio {
	margin: 1em;
	padding: .5em;
	border: 1px solid #888;
	background-color: #EEE;
}

#FormBiblio .eltbiblio {
	color: #369;
}

.uskey {
	margin: 0.5em 1em;
	font-variant: small-caps;
	color: #BF2B1E;
}

.eltbiblio {
	margin: 0.5em 2em;
}

.biblio_note, .biblio_url, .biblio_genre, .biblio_resume,
	.biblio_inventaire {
	margin: 0.2em 2em;
	font-size: 90%;
	color: #888;
}

/* Accueil */
#accueil_col_g {
	width: 600px;
	float: left;
	margin-left: 20px;
	font-size: 14px;
}

#accueil_col_d {
	font-size: 13px;
	width: 300px;
	float: right;
	margin-right: 10px;
}

.bloc_col_d {
	border: dashed 1px #8B8B8B;
	padding: 20px;
	margin-top: 30px;
}

.bloc_col_d h3 {
	color: #E40A0A;
	font-size: 16px;
	margin-bottom: 10px;
}

.bloc_col_d ul li {
	margin-top: 6px;
}

.bloc_col_d ul li a {
	color: #1D1D1B;
}

.bloc_col_d ul li a:hover {
	color: #E40A0A;
}

#detaille li {
	padding-top: 10px;
	line-height: 18px;
	text-align: justify;
	color: #1D1D1B;
}

.bloc_image {
	height: 350px;
}

.image_legende {
	width: 300px;
	float: left;
}

bloc_image .image_legende:last-child {
	clear: left;
}

.illustration_jonas {
	display: table;
	width: 200px;
	float: right;
	margin-left: 5em;
	margin-top: 2em;
	margin-bottom: 2em;
}

.description ul, ol {
	width: 75%;
	padding-left: 3em;
}

.picture { /*align: right;*/
	padding-left: 3em;
}

#colophon, #caracteristiques, #droits,#irht {
	margin-left: 20px;
}

#colophon ul {
	margin: 1em 2em;
}

#colophon ul li {
	margin-left: 4em;
	color: #1D1D1B;
}

#colophon p, #caracteristiques p, #droits p {
	text-align: justify;
}

.bloc_criteres {
	margin-bottom: 5px;
	padding: 10px;
	text-align: right;
	/*border: 1px dotted #DDD;*/
	/*display: block;*/
	margin: 0 auto;
	/*width: 500px;*/
}

.bloc_criteres label {
	color: #474646;
	font-size: 18px;
}

.bloc_criteres legend {
	padding: 5px;
	font-size: 22px;
	color: #666665;
	font-weight: bold;
}

.bloc_criteres table {
	/*margin: 0 auto;*/
	
}

#lien_criteres_sup a, #criteres_sup a {
	cursor: pointer;
	/*display: block;*/
	text-align: center;
}

span.aide, div#info_exemplaire, div#info_support {
	font-style: italic;
	color: #888;
	font-size: 80%;
}

.lacune {
	font-size: 85%;
	color: red;
}

#listemodif {
	display: none;
	position: fixed;
	top: 10%;
	left: 17%;
	width: 66%;
	height: 400px;
	margin: auto;
	border: 3px solid #DDD;
	background-color: #EEE;
	z-index: 1000;
	font-size: 80%;
	padding: 1em;
	overflow: auto;
}

#listechoix div {
	clear: both;
}

#liens {
	float: right;
	font-weight: bold;
	position: relative;
	top: -10px;
	right: -10px;
	padding: 0.1em 0.5em;
	cursor: pointer
}

#petiteCroix, #annul {
	background-color: #EEE;
	color: #F00;
	border: 1px solid #F00;
	padding: 0 3px;
}

#petiteCroix:hover, #annul:hover {
	background-color: #F00;
	color: #FFF;
	border: 1px solid #C00;
}

#nbEnregTotalTH {
	width: 110px;
	margin: 1px;
}

.listetermes {
	list-style-position: inside;
}

/* Administration thésaurus */
div#thes {
	
}

div#curterm {
	float: left;
	margin-bottom: 20px;
}

.indent {
	margin-left: 1em;
}

div#nouveaumot {
	clear: both;
}

#listeSignatures {
	margin-bottom: 1em;
	list-style-position: inside;
	list-style-type: square;
}

#listeSignatures li {
	margin-botom: 0.4em;
}

#fondNoirTransparent {
	background: #000;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 500;
}

.noMargin {
	margin: 0;
}

.highlight {
	background: #FF0;
}

#navigation {
	display: inline-block;
	margin-left: 400px;
}

#navigation .applibtn {
	width: 2.5em;
	margin: 0 2px;
	display: inline-block;
}

#helpSearch {
	float: right;
	width: 30%;
	text-align: center;
	margin-right: 10%;
	font-style: italic;
}

.btnTtDevRed a {
	margin: 0.1em 1em 0 0;
}

.ui-autocomplete {
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	word-wrap: normal;
	max-width: 800px;
}

html .ui-autocomplete {
	
}

.lienExterne {
	font-size: 0.8em;
	margin-right: 2em;
}

.hidden-text {
	display: none;
}

#simple-fr {
	display: block;
}

.greenbox {
	border: 1px solid lightgreen;
	background-color: lightgreen;
}

#form_login {
	width: 50%;
	margin: auto;
}

#form_login label {
	float: left;
	text-align: right;
	width: 40%;
	margin-right: 1em;
}
