﻿.TexteAlerte
{
	font-size: 9pt;
	color: red;
	font-weight: bold;
	font-family: Tahoma;
}

/*==========================================*/

.DDLNormal_100, .DDLNormal_103, .DDLNormal_45 {
    font-size: 8pt;
    color: black;
    font-family: Tahoma;
}

.DDLNormal_45 {
    width: 45%;
}

.DDLNormal_100
{
	width: 100%;
}

.DDLNormal_103
{
	width: 103%;
}

.DDLNormal_NombreLignesGrilleAffichees
{
	width: 60px;
}

/*==========================================*/

.TexteDevantSaisieGras
{
	font-weight: bold;
	font-size: 10pt;
	text-transform: none;
	color: black;
	font-family: Arial;
}

/*==========================================*/

.TexteDevantSaisie
{
	font-style: normal;
	font-size: 10pt;
	text-transform: none;
	color: black;
	font-family: Arial;
	font-weight:normal;
    margin-bottom: 0px;
}

/*==========================================*/

.TexteB
{
	font-weight: bold;
	font-size: 8pt;
	text-transform: none;
	color: black;
	font-family: Arial;
	height:12px;
	margin-top:0px;
	margin-bottom:0px;
}

/*==========================================*/

.TexteDevantSaisieIt
{
	font-size: 10pt;
	text-transform: none;
	color: black;
	font-style: italic;
	font-family: Arial;
}

/*==========================================*/

.TexteLabelPetit
{
	font-weight: normal;
	font-size: 7pt;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	text-decoration: none;
 	color: black;
}

/*==========================================*/

.TexteLabelTaille8
{
	font-weight: normal;
	font-size: 8pt;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	text-decoration: none;
 	color: Black;
}


/*==========================================*/

.TexteLabelTaille16
{
   	font-weight: bold;
	font-size: 16pt;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	text-decoration: none;
	color: Black;
}

/*==========================================*/

.TextBoxPetit
{
    font-size: 8pt;
	color: black;
	font-family: Arial;
}

/*==========================================*/

.TexteTreeview
{
    background-color: white;
	font-size: 8pt;
	text-transform: none;
	color: black;
	font-family: Arial;
	font-weight:normal;
}

.TexteTreeview A
{
    background-color: white;
	font-size: 8pt;
	text-transform: none;
	color: black;
	font-family: Arial;
	font-weight:normal;
}

.TexteTreeview A:hover
{
    background-color: white;
	font-size: 8pt;
	text-transform: none;
	color: black;
	font-family: Arial;
	font-weight: bold;
}

.LigneSelectionneeTreeview
{
    background-color: #aeaeae;
	font-size: 8pt;
	text-transform: none;
	color: black;
	font-family: Arial;
	font-weight:normal;
}

.LigneSelectionneeTreeview A
{
    background-color: #aeaeae;
	font-size: 8pt;
	text-transform: none;
	color: black;
	font-family: Arial;
	font-weight:normal;
}

.LigneSelectionneeTreeview A:hover
{
    background-color: #aeaeae;
	font-size: 8pt;
	text-transform: none;
	color: black;
	font-family: Arial;
	font-weight: bold;
}

/*==========================================*/

.TexteHxxxCentrerGras
{
    text-align: center;
	font-weight: bold;
	color: black;
	font-family: Arial;
}

/*==========================================*/

.TexteHxxxNormal
{
    text-align: left;
	font-weight: normal;
	color: black;
	font-family: Arial;
}

/*==========================================*/