
  div.copyright
  {
    position:           absolute;
    width:              0%;
    height:             auto;
    left:               50%;
    bottom:             0%;
    overflow:           hidden;
    border-width:       0px;
    margin:             0px;
    padding:            0px;
    z-index:            10;
    background-color:   transparent;
  }

  div.copyright  p
  {
    padding:            0px;
    background-color:   transparent;
    text-align:         center;
    font-weight:        normal;
/*    font-size:           9pt;*/
    font-family:        'Helvetica', 'Arial', 'sans-serif';
  }
  
  span.textWithPrint
  {
    position:           absolute;
    width:              80%;
    height:             auto;
    left:               50%;
    bottom:             10%;
    overflow:           visible;
    border-width:       0px;
    margin:             0px;
    padding:            0px;
    z-index:            10;
    background-color:   transparent;
    text-align:         center;
    border:             none;
    font-size:          1em;
    FONT-STYLE:         normal;
    FONT-FAMILY:        'Helvetica', 'Arial', 'sans-serif';
    color:              rgb(24,0,124);
    display:            none;
  }
  
  
  @media print
  {
    span.textWithPrint
    {
      display: block;
    }
  }

  div.back
  {
    position:           absolute;
    width:              7%;
    height:             7%;
    z-index:            10;
    border:              0;
  }

  div.TitlePresentation /* Pour un titre et une présentation d'une page*/
  {
    position:           absolute;
    width:              50%;
    height:             auto;
    left:               25%;
    top:                5%;
    overflow:           hidden;
    border-width:       0px;
    border-style:       dotted;
    margin:             0px;
    color:              rgb(206,199,231);
    font-style:         normal;
    font-family:        'Helvetica', 'Arial', 'sans-serif';
    line-height:        150%;
    padding:            5px;
    z-index:            10;
    background-color:   transparent;
  }

  div.TitlePresentation a:link, a:visited
  {
    text-decoration: 		none;
    font-weight: 				bold;
  }
  


  div.tipGrp /* Style du texte qui aura le toolTips */
  {
  }
  
  div.tipGrps /* Style du toolTips */
  {
    position:           absolute;
    visibility:         hidden;
    overflow:           hidden;
    color:              rgb(206,199,231);
    background:         transparent;
    border:             1px solid #cc9;
    font-size:          12px;
    font-family:        'Helvetica', 'Arial', 'sans-serif';
    margin:             0;
    padding:            2px;
    width:              auto;
    height:             auto;
    z-index:            10;
  }

  div.myText
  {
    position:           absolute;
    width:              50%;
    height:             auto;
    overflow:           hidden;
/*    border-width:       1px;
    border-style:       dotted;*/
    margin:             0px;
    font-style:         normal;
    font-family:        'Helvetica', 'Arial', 'sans-serif';
    font-size:          0px;
    padding:            5px;
    z-index:            10;
    background-color:   transparent;
  }

  div.myText a:link
  {
    font-weight:        bold;
    text-decoration:    none;
  }
  
  div.myText a:visited 
  {
    font-weight:bold;
  }
  
  div.myText a:hover 
  {
    font-weight:normal;
  }
  
  div.myText a:active 
  {
    font-weight:normal;
  }
  

