@charset "utf-8";

.formcontent {
	padding: 20px;
	border-color: var(--gris-clair) /*#CCC*/;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.formcontent *[ !.bloc] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: var(--noir) /*#000*/;
}

.formcontent p,.formcontent ul,.formcontent li {
	margin: 0;
	padding: 0;
}

.formcontent .elem {
	margin-bottom: 10px;
}

.formcontent .elem_end  input[type=button],.formcontent .elem_end  input[type=submit],.formcontent .elem_end  input[type=reset]{
	height: 35px;
}

.formcontent .elem_end {
	text-align: center;
	margin-top: 20px;
}

.formcontent input[type=text],.formcontent input[type=file],.formcontent input[type=password],.formcontent textarea,.formcontent select{
	margin-top: 3px;
	width: 100%;
}

.formcontent textarea.htmleditor {
	margin-top: 3px;
	width: inherit;
	border: 0;
	resize: none;
}

.formcontent input[type=checkbox],.formcontent input[type=radio],.formcontent input[type=file]{
	margin-top: 5px;
}

.formcontent .multiple {
	margin-top: 5px;
}

.formcontent .multiple input {
	width: auto;
	margin-right: 10px;
}

.formcontent .liste_multiple {
	margin-top: 10px;
	padding: 10px;
	border: dotted 1px var(--gris-clair) /*#CCC*/;
}

.formcontent .liste_multiple span a {
	color: var(--noir) /*#000*/;
	text-decoration: none;
}

.formcontent .liste_multiple span a:hover {
	text-decoration: underline;
}

.formcontent .liste_multiple.vertical span {
	display: block;
}

.formcontent .liste_multiple.horizontal span {
	display: inline;
}

.formcontent .ajouter_multiple {
	height: 20px;
}

.formcontent label {
	display: block;
}

.formcontent .elem ul,.formcontent .elem ul li a {
	margin-top: 5px;
	font-size: 11px;
	color: var(--gris-8) /*#888*/;
	font-style: italic;
}

.formcontent .elem ul li {
	font-size: 11px;
	color: var(--gris-8) /*#888*/;
	font-style: italic;
	display: list-item;
	list-style-type: none;
}

.formcontent p.entete,.formcontent span.entete,.formcontent p.entete a {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: var(--gris-fonce) /*#666*/;
	text-decoration: none;
}

.formcontent p.entete a {
	border-bottom: none;
}

.formcontent .elem .selected a,.formcontent .elem .selected,.formcontent .entete.selected{
	color: var(--important) /*#C00*/;
	border-color: var(--important) /*#C00*/;
}

.formcontent .entetelink,.formcontent p.entete a, .resourcelink {
	font-size: 11px;
	text-decoration: none;
	margin-left: 15px;
	color: var(--form-link) /*#21759b*/;
	font-weight: bold;
}

.resourcelink {
	font-size: 13px;
	margin: 0;
}

.formcontent .entete a.entetelink:hover {
	color: var(--article-courant) /*#d54e21*/;
}

.formcontent .titre {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
}

.formcontent .larger {
	font-size: larger;
}

.formcontent .infos {
	font-weight: normal;
	margin-top: 5px;
}

.formcontent .description {
	font-size: 11px;
	color: var(--gris-8) /*#888*/;
	font-style: italic;
	text-align: left;
}

.formcontent .elem .errors,.formcontent .elem .erreur {
	text-align: left;
}

.formcontent .elem .errors li,.formcontent .errors {
	font-size: 11px;
	color: var(--erreur) /*#F00*/;
}

.formcontent label {
	margin: 0;
	padding: 0;
}

.formcontent .title {
	font-weight: bold;
}

.formcontent .no_row td {
	font-style: italic;
	color: var(--article-courant) /*#d54e21*/;
}

.formcontent input.width_auto,.formcontent select.width_auto {
	width: inherit;
}