/* Feuille de style CSS par défaut pour un nouveau projet d'application Web */

.Body
{
  background-attachment: fixed;
  background-image: url(../images/fond.jpg);
  background-repeat: repeat;
}

A:link
{
  font-weight: bold;
  font-size: 10pt;
  color: #000000;
  font-family: Arial;
  text-decoration: none;
}

A:visited
{
  font-weight: bold;
  font-size: 10pt;
  color: #000000;
  font-family: Arial;
  text-decoration: none;
}

A:hover
{
  font-weight: bold;
  font-size: 10pt;
  color: #7B1810;
  font-family: Arial;
  text-decoration: none;
}

.IframeBody
{
  background-attachment: fixed;
  background-image: url(../images/fond.jpg);
  background-repeat: repeat;
}


.LicENIAdmin_Titre
{
  font-weight: bold;
  font-size: 12pt;
  color: #274675;
  font-family: Arial;
}

.LicENIAdmin_ClientGeneralEnteteColonne
{
  font-weight: bold;
  font-size: 11pt;
  color: #274675;
  font-family: Arial;
}

.LicENIAdmin_ClientsGeneralInfos
{
  font-weight: bold;
  font-size: 10pt;
  color: #000000;
  font-family: Arial;
}
.LicENIAdmin_Label
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #274675;
    FONT-FAMILY: Arial, Helvetica, 'MS Sans Serif';
    TEXT-ALIGN: right
}
.LicENIAdmin_Caption
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, 'MS Sans Serif'
}
.LicENIAdmin_NomSite
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #FFFFFF;
    FONT-FAMILY: Arial, Helvetica, 'MS Sans Serif'
}

.LicENIAdmin_ErrValidate
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #7B1810;
    FONT-FAMILY: Arial, Helvetica, 'MS Sans Serif'
}

.LicENIAdmin_MenuMouseOver
{
  font-weight: bold;
  font-size: 10pt;
  cursor: hand;
  color: #ff6633;
  font-family: Arial, Helvetica, 'MS Sans Serif';
}

.LicENIAdmin_MenuMouseOut
{
  font-weight: bold;
  font-size: 10pt;
  cursor: hand;
  color: #ffffff;
  font-family: Arial, Helvetica, 'MS Sans Serif';
}