.autre_couleur-style
{
	color: purple;
}

.etym_non_revisee_TLF-style
{
	color: #006A8F;
	background-color: #EFFBFF;
}

.center
{
	margin: auto;
}

div.zoneContenu {}
div.zonePriorite {} /* html-prog.css */
div.zoneHeader {} /* html-style-... */
div.zoneProtection {} /* html-prog.css */
div.zoneAlerteValidationBalisage
{
	border: 1px dotted; 
	/*position: relative; 
	top: 0px; 
	left: 0px; */
	width: 600px; 
	margin: auto;
	background-color: Orange;
	display: none;	
}
div.zoneValidationBalisage
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 600px;
	display: none;
}
div.zoneNoteRedaction
{
	/*width: 20%;*/
	background-color: #eee;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding: 2px;
	width: 90%; /*325px;*/
	text-align: left;
}
div.zoneFormes
{
	padding-bottom: 30px;
}

label
{
	margin-left: 3px; 
	margin-bottom: 2px;
}

UL
{
	margin-top: 0px;
	margin-bottom: 0px;
}

LI
{
	padding-bottom: 0.5em;
	color: #696969;
}

DIV.article
{
	/*width: 100%; *//*325px;*/
	text-align: justify; 

	/* NOTE : Taille voir script JS de html.xsl */

	/*line-height: 1.4em;*/
	/*line-height: 16px;*/
	/*font-family: Arial Black;*/
	/*font-size: 25px;*/
	/*line-height: 18px;*/	
}

BODY
{
	font-family: Arial, sans-serif;
	/*font-size: 15px;*/
	/*font-size: 15px;*/
	/*text-align:center;*/
	margin: 0px;
	padding:0px;
}

.js-masquer
{
	display: none !important;
}
.js-afficherInline
{
	display: inline !important;
}
.js-afficherBlock
{
	display: block !important;
}

.toggle
{
	display:none;
}

/* -- validationBalisage -- */
.validListeDesErreur-style
{
	width:600px; 
	display: none;
}
.validToggle-style
{
	cursor: pointer; 
}
.validListeDesErreurs2-style
{
	position:relative; 
	top:0px; 
	left:0px; 
	background-color: #DCDCDC; 
	border: 1px solid; 
	font-size: 18px; 
	font-weight: bold; 
	padding: 5px;
}
.validAffichage-style
{
	width:600px;
	text-align:left; 
	display: block;
}

.validCouleurErreur
{
	background-color: #FFB6C1;
}
.validCouleurAttention
{
	background-color: #FFA500;

}
.validListeDesErreur-style
{
	position:relative; 
	top:0px; 
	left:0px; 
	border: 1px dotted;	
}

