/** (c) JANUS POLYTECHNIQUE, ALL RIGHTS RESERVED */
/**GENERAL ASPECT*/
html
  {
    height:100%;
    font-size:12px;
    scroll-behavior:smooth;
  }
body
  {
    margin-left:0px;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    background-color: #ECFF81;
    /*background-image:url(/skin/pics/css_bghome.png);
    background-position:center;*/
    text-align:center; /* for IE */
    height:100%;
  }
/**IE FIX*/
img
  {border:0px;}
/**Default Font*/
td,div,input,select,textarea
  {font-family:Arial,Helvetica,sans-serif;font-size:inherit;}


/*Link with forced hover opacity img*/
a.jan_hoverfx:hover
  {opacity: 0.7;filter:alpha(opacity=70);}

a
  {color:inherit;text-decoration:none;}
a:hover
  {color:blue;text-decoration:underline;}

a.jan_inheritu
  {color:inherit;text-decoration:underline;}
a.jan_inheritu:hover
  {color:blue;text-decoration:none;}


