               /* Feuille de style pour le dossier < param > */ 
 /* Feuille de style : Zone d'int&eacute;r&ecirc;t de la feuille de style */
  
  
 /* Le model des feuilles de style a &eacute;t&eacute; contr&ocirc;l&eacute; et v&eacute;rifi&eacute; sur le site http://jigsaw.w3.org/css-validator/validator le 4 avril 2007 */
  
  
  
 /* Texte simple dans un paragraphe ( $p ) une cellule de tableau */
 P {
       font-family : "arial" ;
       font-weight : 400 ;
       font-size : 10pt ;
       margin-left : 10pt ;
       color : rgb(48,68,207) ; 
 }
  
  
 /* Liens hors de tableau et hors de navigateur */
 a:link { font-family : "Arial" ; font-size : 10pt ; font-weight : 400 ; /* color : "#0000BB" ; */ text-align : center }
 a:active { font-family : "Arial" ; font-size : 10pt ; font-weight : 400 ; /* color : "#06a2ee" ; */ text-align : center }
 a:visited { font-family : "Arial" ; font-size : 10pt ; font-weight : 400 ; /* color : "#00bb11" ; */ text-align : center }
  
  
 /* Tableau */
 TABLE {
       background-color : rgb(255,255,255) ;
       border-width : 1px ;
       border-spacing : 0px ;
       padding : 0px ;
       /*width : 90% ; */
 }
  
 /* Cellule de tableau */
 TD {
       background-color : rgb(255,255,255) ;
       font-family : "arial" ;
       font-weight : 400 ;
       font-size : 8pt ;
       /* text-align : center ; */
       color : rgb(48,68,207) ;
 }
  
  
  
  
 /* Allure g&eacute;n&eacute;rale de la page */
 .base {
       background-color : rgb(255,255,255) ; /* 1 - Couleur de fond de la page */ 
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       margin-left : 10pt ;
       margin-right : 10pt ;
       font-family : "arial" ;
       font-size : 10pt ;
       color : rgb(48,68,207) ; /* Couleur du texte de base. Ici : blanc*/
 }
  
 /* Titres dans la page */
 H1.base { font-family : "Arial" ; font-size : 30pt ; text-align : center }
 H2.base { font-family : "Arial" ; font-size : 24pt ; text-align : center }
 H3.base { font-family : "Arial" ; font-size : 16pt ; text-align : center }
 H4.base { font-family : "Arial" ; font-size : 12pt ; text-align : center }
 H5.base { font-family : "Arial" ; font-size : 10pt ; text-align : center }
 H6.base { font-family : "Arial" ; font-size : 8pt ; text-align : center }
  
 /* Liens */
 a.base:link { font-family : "Arial" ; font-size : 10pt ; font-weight : 400 ; /* color : rgb(0,0,187) ; */ text-align : center }
 a.base:active { font-family : "Arial" ; font-size : 10pt ; font-weight : 400 ; /* color : rgb(6,162,238) ; */ text-align : center }
 a.base:visited { font-family : "Arial" ; font-size : 10pt ; font-weight : 400 ; /* color : rgb(0,187,17) ; */ text-align : center }
  
 /* Texte simple dans un paragraphe ( $p ) une cellule de tableau */
 P.base {
       font-family : "arial" ;
       font-weight : 400 ;
       font-size : 10pt ;
       margin-left : 10pt ;
       color : rgb(48,68,207) ; 
 }
  
 /* Bloc de texte : entre les balises $text et $ftxt */
 DIV.base {
       font-family : "arial" ;
       font-weight : 400 ;
       font-size : 10pt ;
       margin-left : 5pt ;
       margin-right : 5pt ;
       color : rgb(48,68,207) ; /* Couleur du texte des zones $text . Ici : blanc*/ 
 }
  
 /* D&eacute;finition de base d'un tableau ordinaire */
 TABLE.base {
       background-color : rgb(255,255,255) ; /* 1 - Couleur de fond et de cadre des tableaux */ 
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       border-width : 1px ;
       border-spacing : 0px ;
       padding : 0px ;
       width : 1000px ;
 }
  
 /* D&eacute;finition de base d'une cellule de tableau ordianire */
 TD.base {
       background-color : rgb(255,255,255) ; /* 1 - Couleur de fond des cellules des tableaux */ 
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       font-family : "arial" ;
       font-weight : 400 ;
       font-size : 10pt ;
       text-align : justify ;
 }
  
  
 /* Allure g&eacute;n&eacute;rale de la page du frame de droite */
 .droite {
       background-color : rgb(255,255,255) ;
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       margin-left : 10pt ;
       margin-right : 10pt ;
       font-family : "arial" ;
       font-size : 10pt ;
       color : rgb(48,68,207) ;
 }
  
 /* Titres dans la page */
 H1.droite { font-family : "Arial" ; font-size : 30pt ; text-align : center }
 H2.droite { font-family : "Arial" ; font-size : 24pt ; text-align : center }
 H3.droite { font-family : "Arial" ; font-size : 16pt ; text-align : center }
 H4.droite { font-family : "Arial" ; font-size : 12pt ; text-align : center }
 H5.droite { font-family : "Arial" ; font-size : 10pt ; text-align : center }
 H6.droite { font-family : "Arial" ; font-size : 8pt ; text-align : center }
  
 /* Allure g&eacute;n&eacute;rale d'un tableau dans le frame de droite */
 TABLE.droite {
       background-color : rgb(255,255,255) ;
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       border-width : 1px ;
       border-spacing : 0px ;
       padding : 0px ;
       width : 90% ;
 }
  
 /* D&eacute;finition d'une cellule d'un tableau dans le frame de droite */
 TD.droite {
       background-color : rgb(255,255,255) ;
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       font-family : "arial" ;
       font-weight : 400 ;
       font-size : 10pt ;
       text-align : center ;
 }
  
  
  
 /* Allure g&eacute;n&eacute;rale de la page du frame de gauche */
 .gauche {
       background-color : rgb(200,215,251) ; /* Couleur de fond de la page */
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       margin-left : 3pt ;
       margin-right : 3pt ;
       font-family : "arial" ;
       font-size : 8pt ; /* Taille texte des Chapitres */
       color : rgb(48,68,207) ;
 }
  
 /* Titres dans la page */
 H1.gauche { font-family : "Arial" ; font-size : 30pt ; text-align : center }
 H2.gauche { font-family : "Arial" ; font-size : 24pt ; text-align : center }
 H3.gauche { font-family : "Arial" ; font-size : 16pt ; text-align : center }
 H4.gauche { font-family : "Arial" ; font-size : 12pt ; text-align : center }
 H5.gauche { font-family : "Arial" ; font-size : 10pt ; text-align : center }
 H6.gauche { font-family : "Arial" ; font-size : 8pt ; text-align : center }
  
 /* Allure g&eacute;n&eacute;rale d'un tableau dans le frame de gauche */
 TABLE.gauche {
       background-color : rgb(200,215,251) ; /* Couleur du cadre */
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       border-width : 1px ;
       border-spacing : 1px ;
       padding : 1px ;
       width : 90% ;
 }
  
 /* D&eacute;finition d'une cellule d'un tableau dans le frame de gauche */
 TD.gauche {
       background-color : rgb(200,215,251) ; /* Couleur de fond du texte des tableaux */
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       font-family : "arial" ;
       font-weight : 400 ;
       font-size : 10pt ;
       text-align : center ;
 }
  
  
 /* D&eacute;finition g&eacute;n&eacute;rale d'une zone d'image */
 .image {
       background-color : rgb(255,255,255) ; /* 1 - Couleur de fond des images */ 
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       margin-left : 0pt ;
       font-family : "arial" ;
       font-weight : 400 ;
       font-size : 8pt ;
       text-align : center ;
       color : rgb(48,68,207) ;
 }
  
 /* D&eacute;finition des diff&eacute;rentes tailles de titres */
 H1.image { font-family : "Times New Roman" ; font-size : 25pt ; text-align : center }
 H2.image { font-family : "Times New Roman" ; font-size : 20pt ; margin-left : 10pt }
 H3.image { font-family : "Times New Roman" ; font-size : 16pt ; margin-left : 10pt }
 H4.image { font-family : "Arial" ; font-size : 12pt ; margin-left : 10pt }
 H5.image{ font-family : "Arial" ; font-size : 10pt ; margin-left : 5pt }
 H6.image{ font-family : "Arial" ; font-size : 8pt ; margin-left : 5pt }
  
 /* D&eacute;finition g&eacute;n&eacute;rale d'une cellule d'un tableau de titre */
 TD.image {
       background-color : rgb(255,255,255) ; /* 1 - Couleur de fond des images des tableaux */ 
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       font-family : "arial" ;
       font-weight : 400 ;
       font-size : 8pt ;
       text-align : center ; 
  
 }
  
  
 /* D&eacute;finition g&eacute;n&eacute;rale d'une zone de titre */
 .titre {
       background-color : rgb(255,255,255) ; 
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       margin-left : 0pt ;
       font-family : "arial" ;
       font-weight : 600 ;
       font-size : 14pt ;
       text-align : center ;
       color : rgb(48,68,207) ;
 }
  
 /* D&eacute;finition des diff&eacute;rentes tailles de titres */
 H1.titre { font-family : "Arial" ; font-size : 30pt ; text-align : center }
 H2.titre { font-family : "Arial" ; font-size : 24pt ; margin-left : 10pt }
 H3.titre { font-family : "Arial" ; font-size : 18pt ; margin-left : 10pt }
 H4.titre { font-family : "Arial" ; font-size : 12pt ; margin-left : 10pt }
 H5.titre { font-family : "Arial" ; font-size : 10pt ; margin-left : 5pt }
 H6.titre { font-family : "Arial" ; font-size : 8pt ; margin-left : 5pt }
  
 /* D&eacute;finition g&eacute;n&eacute;rale d'un tableau de titre */
 TABLE.titre {
       background-color : rgb(255,255,255) ;
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       border-width : 1px ;
       border-spacing : 0px ;
       padding : 0px ;
       width : 80% ;
 }
  
 /* D&eacute;finition g&eacute;n&eacute;rale d'une cellule d'un tableau de titre */
 TD.titre {
       background-color : rgb(255,255,255) ;
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       font-family : "arial" ;
       font-weight : 600 ;
       font-size : 12pt ;
       /* text-align : center ; */
       color : rgb(48,68,207) ;
 }
  
  
  
 /* D&eacute;finition g&eacute;n&eacute;rale d'une zone de titre */
 .titreh {
       background-color : rgb(255,255,255) ; 
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       margin-left : 0pt ; 
       font-family : "arial" ;
       font-weight : 600 ;
 /* font-size : 14pt ; */
       text-align : center ; 
       color : rgb(48,68,207) ;
 }
  
 /* D&eacute;finition des diff&eacute;rentes tailles de titres */
 H1.titreh { font-family : "Arial" ; font-size : 30pt ; text-align: center }
 H2.titreh { font-family : "Arial" ; font-size : 24pt ; text-align: left ; margin-left : 1pt }
 H3.titreh { font-family : "Arial" ; font-size : 18pt ; text-align: left ; margin-left : 20pt }
 H4.titreh { font-family : "Arial" ; font-size : 12pt ; text-align: left ; margin-left : 40pt }
 H5.titreh { font-family : "Arial" ; font-size : 10pt ; text-align: left ; margin-left : 60pt }
 H6.titreh { font-family : "Arial" ; font-size : 8pt ; text-align: left ; margin-left : 80pt }
  
 /* D&eacute;finition g&eacute;n&eacute;rale d'un tableau de titre */
 TABLE.titreh {
       background-color : rgb(255,255,255) ;
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       border-width : 1px ;
       border-spacing : 0px ;
       padding : 0px ;
       width : 80% ;
 }
  
 /* D&eacute;finition g&eacute;n&eacute;rale d'une cellule d'un tableau de titre */
 TD.titreh {
       background-color : rgb(255,255,255) ;
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       font-family : "arial" ;
       font-weight : 600 ;
       font-size : 14pt ;
       /* text-align : center ; */
       color : rgb(48,68,207) ;
 }
  
  
  
 /* D&eacute;finition g&eacute;n&eacute;rale d'une zone de sous-titre */
 .soustitre {
       background-color : rgb(255,255,255) ;
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       margin-left : 0pt ;
       font-family : "arial" ;
       font-weight : 600 ;
       font-size : 10pt ;
       text-align : center ;
       color : rgb(48,68,207) ;
 }
  
 /* D&eacute;finition g&eacute;n&eacute;rale d'un tableau de sous-titre */
 TABLE.soustitre {
       background-color : rgb(255,255,255) ;
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       border-width : 1px ;
       border-spacing : 0px ;
       padding : 0px ;
       width : 80% ;
       color : rgb(48,68,207)
 }
  
 /* D&eacute;finition g&eacute;n&eacute;rale d'une cellule d'un tableau de sous-titre */
 TD.soustitre {
       background-color : rgb(255,255,255) ;
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       font-family : "arial" ;
       font-weight : 600 ;
       font-size : 10pt ;
       /* text-align : center ; */
       color : rgb(48,68,207) ;
 }
  
  
 /* Allure g&eacute;n&eacute;rale de la page du frame de droite */
 .cadre {
       background-color : rgb(255,255,255) ;
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       margin-left : 10pt ;
       margin-right : 10pt ;
       font-family : "arial" ;
       font-size : 10pt ;
       color : rgb(0,34,91) ;
 }
  
  
  
 /* D&eacute;finition g&eacute;n&eacute;rale d'un tableau de titre */
 TABLE.cadre {
       background-color : rgb(0,0,255) ;
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       border-width : 1px ;
       border-spacing : 1px ;
       padding : 1px ;
       width : 95% ;
 }
  
 /* D&eacute;finition g&eacute;n&eacute;rale d'une cellule d'un tableau de titre */
 TD.cadre {
       background-color : rgb(255,255,255) ;
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       font-family : "arial" ;
       font-weight : 600 ;
       font-size : 14pt ;
       /* text-align : center ; */
       color : rgb(0,0,255) ;
 }
  
  
  
 /* D&eacute;finition de l'ancre : colonne 1 du navigateur */
 .ancre {
       font-family : "arial" ;
       font-size : 8pt ;
       text-align : center ;
       color : rgb(255,255,255) ; /* Couleur du texte des navigateurs */
 }
  
 /* D&eacute;finition g&eacute;n&eacute;rale d'un navigateur */
 .navig {
       background-color : rgb(255,255,255) ; /* 2 - Couleur fond de cellules des navigateurs*/
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       margin-left : 0pt ;
       font-family : "arial" ;
       /* font-weight : 400 ; */
       /* font-size : 10pt ; */
       text-align : center ;
       color : rgb(48,68,207) ; /* Couleur du texte des navigateurs */
 }
  
 /* Texte simple dans une cellule de navigateur */
 P.navig {
       font-family : "arial" ;
       font-weight : 400 ;
       font-size : 8pt ;
       /* margin-left : 5pt ; */
       color : rgb(48,68,207) ; 
 }
  
  
 /* D&eacute;finition des liens dans un navigateur */
 a.navig:link { font-family : "arial" ; font-size : 8pt ; font-weight : 400 ; color : rgb(0,0,187) ; text-align : center }
 a.navig:active { font-family : "arial" ; font-size : 8pt ; font-weight : 400 ; color : rgb(6,162,238) ; text-align : center }
 a.navig:visited { font-family : "arial" ; font-size : 8pt ; font-weight : 400 ; color : rgb(26,94,155) ; text-align : center }
  
  
 /* D&eacute;finition g&eacute;n&eacute;rale d'un navigateur dans une page Image */
 .navigimg {
       background-color : rgb(255,255,255) ;
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       margin-left : 0pt ;
       font-family : "arial" ;
       font-weight : 400 ;
       font-size : 8pt ;
       text-align : center ;
       color : rgb(48,68,207) ;
 }
  
 /* D&eacute;finition g&eacute;n&eacute;rale d'un tableau navigateur */
 TABLE.navig {
       background-color : rgb(255,255,255) ; /* 2 - Couleur de cadre des navigateurs */
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       border-width : 1px ;
       border-spacing : 0px ;
       padding : 0px ;
       width : 100% ; /* Pour les th&egrave;mes, passer &agrave; 900 */
 }
  
 /* D&eacute;finition g&eacute;n&eacute;rale d'une cellule de tableau navigateur */
 TD.navig {
       background-color : rgb(255,255,255) ; /* 2 - Couleur zone entre cadre du tableau et fond de texte */
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       font-family : "arial" ;
       font-weight : 400 ;
       font-size : 8pt ;
       /* text-align : center ; */
       color : rgb(48,68,207) ; /* Couleur de texte des navigateurs, hors liens */
 }
  
  
  
 /* Allure g&eacute;n&eacute;rale de la page */
 .noir {
       background-color : rgb(0,0,0) ;
 /* background-image : url("Fichier") ; */ 
       margin-left : 10pt ;
       margin-right : 10pt ;
       font-family : "arial" ;
       font-size : 10pt ;
       color : rgb(255,255,255) 
 }
  
 /* Titres dans la page */
 H1.noir { font-family : "Arial" ; font-size : 30pt ; text-align : center }
 H2.noir { font-family : "Arial" ; font-size : 24pt ; text-align : center }
 H3.noir { font-family : "Arial" ; font-size : 16pt ; text-align : center }
 H4.noir { font-family : "Arial" ; font-size : 12pt ; text-align : center }
 H5.noir { font-family : "Arial" ; font-size : 10pt ; text-align : center }
 H6.noir { font-family : "Arial" ; font-size : 8pt ; text-align : center }
  
 /* Liens */
 a.noir :link { font-family : "Arial" ; font-size : 10pt ; font-weigth : 600 ; /* color : "#0000BB" ; */ text-align : center }
 a.noir :active { font-family : "Arial" ; font-size : 10pt ; font-weigth : 600 ; /* color : "#06a2ee" ; */ text-align : center }
 a.noir :visited { font-family : "Arial" ; font-size : 10pt ; font-weigth : 600 ; /* color : "#00bb11" ; */ text-align : center }
  
 /* Texte simple dans un paragraphe ( $p ) une cellule de tableau */
 P.noir {
       font-family : "arial" ;
       font-weigth : 600 ;
       font-size : 10pt ;
       margin-left : 10pt ;
       color : rgb(255,255,255) ; 
 }
  
 /* Bloc de texte : entre les balises $text et $ftxt */
 DIV.noir {
       font-family : "arial" ;
       font-weigth : 600 ;
       font-size : 10pt ;
       margin-left : 20pt ;
       margin-right : 20 pt ;
       color : rgb(255,255,255) ; 
 }
  
 /* D&eacute;finition de base d'un tableau ordinaire */
 TABLE.noir {
       background-color : rgb(0,0,0) ;
 /* background-image : url("Fichier") ; */ 
       border : "1" ;
       cellspacing : "0" ;
       cellpadding : "0" ;
       width : "90%" ;
 }
  
 /* D&eacute;finition de base d'une cellule de tableau ordianire */
 TD.noir {
       background-color : rgb(0,0,0) ;
 /* background-image : url("Fichier") ; */ 
       font-family : "arial" ;
       font-weigth : 500 ;
       font-size : 10pt ;
       text-align : center ;
 }
  
  
 /* Vu */
 TD.lien {
       background-color : rgb(255,255,255) ;
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       font-family : "arial" ;
       font-weight : 400 ;
       font-size : 10pt ;
       text-align : center ;
 }
  
  
  
  
 /* Vu */
 P.site {
       font-family : "arial" ;
       font-weight : 400 ;
       font-size : 10pt ;
       margin-left : 10pt ;
       color : rgb(48,68,207) ; 
 }
  
 /* Vu */
 DIV.site {
       font-family : "arial" ;
       font-weight : 400 ;
       font-size : 10pt ;
       margin-left : 20pt ;
       margin-right : 20pt ;
       color : rgb(48,68,207) ; 
 }
  
  
 /* Allure g&eacute;n&eacute;rale d'une zone d'annonce constructeur */
 .signal {
       background-color : rgb(255,255,255) ;
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       margin-left : 5pt ;
       font-family : "arial" ;
       font-size : 10pt ;
       color : rgb(255,0,0) ;
 }
  
 /* Allure g&eacute;n&eacute;rale d'un texte d'une zone d'annonce constructeur */
 .textsignal {
       /*background-color : rgb(255,255,255) ; */
 /* background-image : url("Fichier") ; /* Prend le pas sur background-color */ 
       margin-left : 5pt ;
       font-family : "arial" ;
       font-weight : 400 ;
       font-size : 10pt ;
       color : rgb(255,0,0) ;
 }
  
  
  
 /* D&eacute;finition des diff&eacute;rentes tailles de titres */
 H1.signal { font-family : "Arial" ; font-size : 30pt ; text-align : center }
 H2.signal { font-family : "Arial" ; font-size : 24pt ; text-align : center }
 H3.signal { font-family : "Arial" ; font-size : 18pt ; text-align : center }
 H4.signal { font-family : "Arial" ; font-size : 12pt ; text-align : center }
 H5.signal { font-family : "Arial" ; font-size : 10pt ; text-align : center }
 H6.signal { font-family : "Arial" ; font-size : 8pt ; text-align : center }
  
  
 /* D&eacute;finition de base d'un tableau ordinaire */
 TABLE.grandt0{
       background-color : rgb(0,0,0) ; 
       border : "0" ;
       cellspacing : "0" ;
       cellpadding : "0" ;
       width : "100%" ;
 }
  
 TD.grandt1{
       background-color : rgb(174,255,174) ;
 /* background-image : url("Fichier") ; */ 
       font-family : "arial" ;
       font-weigth : 500 ;
       font-size : 10pt ;
       text-align : center ;
 }
 TD.grandt2{
       background-color : rgb(0,225,0) ;
 /* background-image : url("Fichier") ; */ 
       font-family : "arial" ;
       font-weigth : 500 ;
       font-size : 10pt ;
       text-align : center ;
 }
 TD.grandt3{
       background-color : rgb(0,145,0) ;
 /* background-image : url("Fichier") ; */ 
       font-family : "arial" ;
       font-weigth : 500 ;
       font-size : 10pt ;
       text-align : center ;
 }
  
  
  
 .ligg { 
 /* background-color : rgb(255,255,255) ; */
       font-family : "arial" ;
       font-size : 8pt ;
 /* color : rgb(0,0,255) ; */
 }
  
 .llien {
       background-color : rgb(255,255,255) ; 
       font-family : "arial" ;
       font-size : 8pt ;
       color : rgb(0,0,255) ;
 }
  
 a.llien:link { font-family : "Arial" ; font-size : 8pt ; font-weight : 400 ; color : rgb(0,0,255) }
 a.llien:active { font-family : "Arial" ; font-size : 8pt ; font-weight : 400 ; color : rgb(0,0,255) }
 a.llien:visited { font-family : "Arial" ; font-size : 8pt ; font-weight : 400 ; color : rgb(0,0,255) }
  
  
 .datejour {
       background-color : rgb(255,255,255) ;
       font-family : "arial" ;
       font-size : 8pt ;
       color : rgb(0,0,255) ;
 }
  
