/**
 * CRYSCALc style sheet
 *    Web site : http://www.cdifx.univ-rennes/cryscalc.htm
 *    Version : Jan. 2010(T. Roisnel (CDIFX - Rennes))
 *
*/
 
  h2          { font-family:'Trebuchet MS',Arial; color:blue;margin-left:50px; }
  .title_main { font-family:'Trebuchet MS',Arial; font-size:24px; color:#AA0000; text-align:center; font-weight:bold; }
  .title_1       { font-family:'Trebuchet MS',Arial; font-size:20px; color:#880000; margin-left:20px; background-color:#f5f5f5; }
  .title_2       { font-family:'Trebuchet MS',Arial; font-size:20px; color:#880000; margin-left:50px; background-color:#f5f5f5; }
  .title_3       { font-family:'Courier new';        font-size:14px; color:#660000; font-weight:bold; margin-left:30px;}
  .title_4       { font-family:'Trebuchet MS',Arial; font-size:18px; color:#880000; margin-left:20px; background-color:#f5f5f5; }
  .retrait_1   { font-family:'Trebuchet MS',Arial; font-size:14px; margin-left:50px; text-align:justify; line-height:18.0pt;  }
  .retrait_2   { font-family:'Trebuchet MS',Arial; font-size:14px; margin-left:50px; text-align:justify; line-height:18.0pt; color:#AAAAAA; }
  .item             { font-family:'Trebuchet MS',Arial; font-size:14px; color:#aa0000;}
  .item_2         { font-family:'Trebuchet MS',Arial; font-size:16px; color:#aa0000;}

 a:link,
  a:active
    { color:#666666;
      text-decoration:none;
      background-color:transparent;}
  a:visited
    { color:#666666;
      text-decoration:none;
      background-color:transparent;}
  a:hover
    { color:#f8971d;
      text-decoration:none;
      background-color:transparent;}
