@CHARSET "ISO-8859-1";
#syndical label.error, #syndical span.error {
  color:red;
}
#syndical label.valid, #syndical span.valid {
  color:green;
}

.TxtVerySmall {
  font-style: normal;
  font-family: Arial;
  text-transform: none;
  font-variant: normal;
  font-weight: 400;
  font-size: 50%
}

.TxtSmall {
  font-style: normal;
  font-family: Arial;
  text-transform: none;
  font-variant: normal;
  font-weight: 400;
  font-size: 75%
}

.TxtListBox {
  font-style: normal;
  font-family: Arial;
  text-transform: none;
  font-variant: normal;
  font-weight: 400;
  font-size: 60%;
  color : #B50042;
}

.TxtTitre {
  font-style: normal;
  font-family: Arial;
  text-transform: none;
  font-variant: normal;
  font-weight: 400;
  font-size: 100%
}
.TxtError {
  font-family: Arial;
  font-size: 75%;
  color: white;
  background-color: #B50042;
}


.Black {
  color: black;
}

.Purple {
  color: #B50042;
}

.White {
  color: white;
}

.RedFGTB {
  color: #EE3224;
}
.RedReverseFGTB {
  background-color: #EE3224;
}
.YlwFGTB {
  color: #FFC425;
}
.PurFGTB {
  color: #B50042;
}

.TxtNormall {
  color: red;
  font-style: normal;
  font-family: Arial;
  text-transform: none;
  font-weight: 400;
  font-size: smaller;
  line-height: normal;
}

.TxtGeneral {
  font-style: normal;
  font-family: Arial;
  text-transform: none;
  font-weight: 400;
  font-size: smaller;
  line-height: normal;
}

.NOUnderline {
  text-decoration: none ;
  border-bottom-style: none
}
.NOUnderline:hover {
  font-weight: bold;

  border-bottom-color: #B50042;
  border-bottom-style: solid;
  border-bottom-width: thin;
  color: #B50042
}

.TxtInput {
  color: red;
  font-family: Arial;
  font-size: x-small;
}
