body
{
   margin : 3pt ;
   font-family : Arial, sans-serif ;
   font-size : 9pt ;
   BACKGROUND-COLOR: #FFFFFF;
}
.Index
{
    BACKGROUND-COLOR: #FFFFFF
}
.Menu
{
    BACKGROUND-COLOR: #FFFFFF;
}
.FullText
{
    BACKGROUND-COLOR: #FFFFFF
}
.Blank
{
    BACKGROUND-COLOR: #FFFFFF
}
.Toolbar
{
   background-color : #F0F8FF ;
   font-family : Arial, sans-serif ;
   font-size : small ;
}

/* Lien classique */
:link
{
 color : #000000 ;
/*  color : #2EAADC ;*/
}
:visited
{
 color : #C22C23 ;
}
:hover
{
}
/* Lien dans menu */
a.Menu:link
{
/*  color : #FFFFFF;*/
}
a.Menu:visited
{
/* color : #CD80FF ;*/
}
a.Menu:hover
{
/*   color : #008080 ;*/
}

/* Lien dans onglets déjà sélectionné */
a.TabSelected:link
{
   color : white;
   text-decoration : none ;
}
a.TabSelected:visited
{
   color : white;
   text-decoration : none ;
}
a.TabSelected:hover
{
   color : white;
   text-decoration : none ;
}


h1
{
   text-align : center;
   font-size : large;
}
.welcome
{
   color : #003399;
   font-size : medium;
}
h2
{
   font-size : medium;
}
.FieldLabel
{
    TEXT-ALIGN: left
}

/**
 *    border-style : none;

 *
 */
table
{
   font-family : arial, sans-serif ;
   vertical-align : middle
}
th
{
   color : white ;
   background-color : #000000 ;
   font-family : arial, sans-serif ;
}

/* #ddffb8 */
td
{
   font-family : arial, sans-serif ;
   color = black;
}

.TabSelected
{
   font-family : arial, sans-serif ;
   font-size : x-small ;
   background-color : #000000 ;
   text-align : center;
}
.TabNotSelected
{
   font-family : arial, sans-serif ;
   font-size : x-small ;
   background-color : #C22C23 ;
   text-align : center;
}
.IndexTerm
{
    FONT-SIZE: 8pt;
    BACKGROUND-COLOR: white
}
.IndexTermTitle
{
    FONT-SIZE: 12pt;
    COLOR: white;
    BACKGROUND-COLOR: #2eaadc;
    TEXT-ALIGN: center
}
.ThesaurusTerm
{
    FONT-SIZE: 12pt;
    BACKGROUND-COLOR: white;
}

.REquired
{
    color: red;
    font-weight: bold;
}



