#notice{
	border: 1px solid var(--color-table-border);
	border-radius: 0.25rem;
	padding: 1rem;
}
#notice .notice_contenu a{
	color: var(--color-accent);
}


.notice-parent{
	line-height: 2.4rem;
	display: flex;
    border-top: var(--dimen-hr-border-width) solid var(--color-hr);
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 0rem;
	margin-bottom: 0rem;
	vertical-align: middle;
}
.notice-parent:nth-of-type(1){
    border-top: 0;
}
.notice-parent > img{
	padding: 0.4rem;
	vertical-align: middle;
	align-self: flex-start;
}
.notice-parent > img.img_plus{
	cursor: pointer;
}
.notice-parent .notice-heada >*{
	display: inline-block;
}
.notice-heada {
	font-weight: normal;
}

.notice-heada .header_authors > a{
	color: #78A632;
}


/*---------------*/
/* .notice-child */
/*---------------*/

.notice-child{
	border: 0px;
	padding: 2rem;
	box-shadow: 0rem 0.0rem 0.5rem #e0e0e0;
}
.notice-child a{
	color: var(--color-accent);
}
.notice-child table td div table tr td{
	padding: 0.2rem 1rem;
}
.notice-child table div table td span.etiq_champ{
	font-weight: normal;
}
.notice-child .bg-grey{
	background-color: var(--color-table-body-th);
	color: var(--color-table-body-th-text);
}


/*-----------------------*/
/* .notice-child .parent */
/*-----------------------*/

.notice-child .parent{
	margin-bottom: 0;
}

.notice-child .parent .onglets_isbd_public{
	border-bottom: 0;
}

.notice-child .parent a[name="docnum"]{
	display: block;
}
#last_entries .notice-child .parent a[name="docnum"] > h3,
.notice-child .parent a[name="docnum"] > h3{
	margin-bottom: 1rem;
}

.notice-child .parent td.docnum > *{
	display: inline-block;
	vertical-align: middle;
}
.notice-child .parent .docnum a{
	height: var(--dimen-text-default-line-height);
}
.notice-child .parent .docnum a > img{
	height: var(--dimen-text-default-line-height);
}
.notice-child .parent .docnum > br{
	display: none;
}

.notice-child .parent .docnum .title_docnum{
	font-size: 1.4rem;
}
.notice-child .parent .docnum .explnum_type{
	display: block;
	font-size: 1.0rem;
}


/*----------------------*/

.vignetteimgNot .typeDoc_notCourte{
	background-color: var(--color-accent);
	color: #ffffff;
	text-align: center;
	padding: 0.5rem 0.5rem;
	font-weight: bold;
}
.vignetteimgNot a{
	text-decoration: none;
}
.vignetteimgNot a:hover .typeDoc_notCourte{
	background-color: var(--color-accent-dark);
}


/*----------------------*/

.notice_corps .in_notCourte a,
.notice_corps .auteur_notCourte a,
.notice_corps .editeur_notCourte a{
	color: var(--color-accent);
}

