body {
    /* background-color : #FFF; */
 /*   background-image: url('../images/background.gif'); */
    font-family : Arial, sans;
    font-size : 12px;
  }

a {
    color : #000392;
    text-decoration : none;
  }

a:hover {
    color : #DC0000;
    text-decoration : underline;
  }
  
table {
    border : #000 solid 1px;
    background-color : #FFFFCF;
    border-spacing: 0px;
  }
 
table.noborder {
    border : none 0px;
  }

table.invisible {
    border : none 0px;
    background-color : transparent;
  }

td {
    padding: 2px;
  }
 
td.fiche {
     border-bottom: 1px solid #666;
} 
 
td.header {
    text-align: left;
    color : #FFF;
    background-color : #5b2ea6;
    font-weight : bold;
    padding: 2px;

  }
  
  
  #loginHead{
    font-size: 14px; 
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
td.subheader {
    /*text-align: left;*/
    background-color : #FFFF99;
    font-weight : bold;
    border-top : #000 solid 1px;
    padding: 2px;
  }

tr.alt_bgcolor {
    background-color : #FFFFDD;
  }

td.smallprint {
   font-size : 8px;
   padding : 0px;
  }
/*
input {
   padding-left: 2px;
  background-color : #FFF;
  border-color: #aaa;
  }
  
input.checkbox {
   background-color : transparent;
   border : none;
  }

select {
   background-color : #FFF;
   border : 1px solid #AAA;
  }

input.button {
   text-align: center;
   margin-bottom: 4px;
   background-color : #DDD;
   border : 2px outset #AAA;
  }
*/
 
p.title {
   font-size : 14px;
   font-weight : bold;
   text-align : center;
  }

/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed table *,
html.js fieldset.collapsed legend,
html.js fieldset.collapsed legend * {
  display: inline;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px;
  font-weight:bold;
 /* background: url(../images/menu-expanded.png) 5px 50% no-repeat; */
}
html.js fieldset.collapsed legend a {
  /* background-image: url(../images/menu-collapsed.png);*/
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsible legend a {
  display: block;
}

#loginActivateBox{
    WIDTH: 310px;
    background-color: #FFF;
    margin-bottom: 40px;
    border: solid 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 2;
    font-size: 14px;
}

#activateBox{
    max-width:600px;
     background-color: #FFF;
    margin-bottom: 30px;
    margin-top:20px;
    border: solid 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.7;
    font-size:13px;

}
