 
<style type="text/css">
<!--
    BODY {
      background-image:      url(../images/fond.jpg);
      background-repeat:     no-repeat;
      background-attachment: fixed;
      background-position:   center center;
      background:            #FBCC6A;
      color:                 #333399;
      font-family:           Tahoma;
      font-size:             10pt;
      
      margin-left:            10;
      margin-top:             0;
      margin-width:           0;
      margin-height:          0;

      scrollbar-face-color:       #FCB600; 
      scrollbar-shadow-color:     #000000;
      scrollbar-highlight-color:  #FFFFFF;
      scrollbar-3dlight-color:    #000000; 
      scrollbar-darkshadow-color: #000000; 
      scrollbar-track-color:      #09255E; 
      scrollbar-arrow-color:      #09255E;
    }

    A {
      cursor:hand;
    	font-weight:     bold;
    	font-size:       12pt;
    	text-decoration: none;
    }

    A:link {
    	color:#3333CC;
    }

    A:visited,active {
    	color:#3333CC;
    }

    A:hover {
    	color:yellow;
    	text-decoration: underline;
    }

    .entete {
      font-family: Arial, Helvetica, sans-serif; 
      font-style: normal; 
      font-weight: bold; 
      color: #09255E;
      margin-left: 170px;
    }

    .entete2 {
      font-family: Arial, Helvetica, sans-serif; 
      font-style: normal;
      font-size: 12pt; 
      font-weight: bold; 
      color: #09255E;
      text-align: center;
    }
    
    h1 {
      font-size:   14pt;
      font-family: Tahoma;
      text-align:  center;
      background:  #FCB600;
      border-style:solid;
      border-width:1;
      border-color:#333399;
    }

    h2 {
      font-size:   14pt;
      font-family: Tahoma;
    }

    h3 {
      font-size:   12pt;
      font-style:  italic;
      font-family: Tahoma;
    }

    h4 {
      font-size:        11pt;
      font-decoration : underline;
      font-family:      Tahoma;
    }
    
    .caseclick {
      font-family:          Tahoma; 
      font-style:           normal;
      font-size:            7pt; 
      color:                #09255E;
      text-align:           center;
      border-width:         2;      
      border-style:         solid;
      border-top-color:     #09255E;
      border-left-color:    #09255E;
      border-bottom-color:  #09255E;
      border-right-color:   #09255E;
    }

    .caseclickover {
      font-family:          Tahoma; 
      font-style:           normal;
      font-size:            7pt; 
      color:                red;
      background:           #EEEE55;
      text-align:           center;
      border-width:         2;      
      border-style:         solid;
      border-top-color:     #09255E;
      border-left-color:    #09255E;
      border-bottom-color:  #09255E;
      border-right-color:   #09255E;
    }

  //-->
  </style>