/* CSS Document*/ 

//Mettre dans les pages concernées, avant le </head> <link rel="stylesheet" type="text/css" href="../styles/style1.css">



//PAR ORDRE DE TAILLE :
//h1 : très gros caractères(36) 
//h2 : titre de page (centré/24)
//h7: gros caractères (24)
//h3 titre de paragraphe (18) 
//.h3 pour insertion dans un texte(18)
// h6 titre de paragraphe (18 / italique)
// .h6  pour insertion dans un texte(18 classe italique)
// h3.ce  identique à h5 titre de paragraphe (centré 18) - pour tableaux ou sous-titre de page 
//h4 sous-titre de paragraphe (14)
//h4.i sous-titre de paragraphe (14 classe italique)
// .h4 pour insertion dans un texte(14)
// .4i pour insertion dans un texte(14 classe italique)

//CENTRÉ 24: 
//h2 (24)      :titre de page
//CENTRÉ 18:
// h3 classe="ce" : ss-titre de page

//ITALIQUE 18
// h6           :titre de paragraphe  
//.h6           :insertion (span= class"h6")
//ITALIQUE 14
//h4 class="i" : ss-titre de paragraphe 
// .4i         :insertion

<style type="text/css"><!--
body {background-color:#99ccff;font-family:Times New Roman,Times;color:#000000;font-size:14pt;font-weight:400}
a:link { color: #000099}
a:visited { color: #000099}
a:hover { color: #00ff00}
a:active { color: #ff0000}

a.retour:link {color:#ff6600;font-size:14pt;font-style:italic}
a.retour:visited {color:#ff00ff;font-size:14pt;font-style:italic}
a.retour:hover {color:#00ff00;font-size:14pt;font-style:italic}
a.retour:active {color:#ff0000;font-size:14pt;font-style:italic}

a.barre:link {color:#ffffff;font-size:12pt;text-decoration:none}
a.barre:visited {color:#ffffff;font-size:12pt;text-decoration:none}
a.barre:hover {color:#ffff00;font-size:12pt;text-decoration:none;}
a.barre:active {color:#ff0000;font-size:12pt;text-decoration:none;}

a.tableau:link{text-align:center;font-family:Times New Roman,Times;font-weight:bold;;color:#ffffff;font-size:18pt;text-decoration:none}
a.tableau:visited {text-align:center;font-family:Times New Roman,Times;font-weight:bold;;color:#ffffff;font-size:18pt;text-decoration:none}
a.tableau:hover {text-align:center;font-family:Times New Roman,Times;font-weight:bold;;color:#ffff00;font-size:18pt;text-decoration:none}
atableau:active {text-align:center;font-family:Times New Roman,Times;font-weight:bold;;color:#ff0000;font-size:18pt;text-decoration:none}

a.barre14:link { text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; font-weight: bold;font-style: italic;text-decoration:none}
a.barre14:visited { text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; font-weight: bold;font-style: italic;text-decoration:none}
a.barre14:hover { text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #ffff00; font-weight: bold;font-style: italic;text-decoration:none}
a.barre14:active{ text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #ff0000; font-weight: bold;font-style: italic;text-decoration:none}

a.barrej:link {color:#ffff00;font-size:14pt;text-decoration:none}
a.barrej:visited {color:#ffff00;font-size:14pt;text-decoration:none}
a.barrej:hover {color:#00ff00;font-size:14pt;text-decoration:none;}
a.barrej:active {color:#ff0000;font-size:14pt;text-decoration:none;}

a.barreb:link {color:#000099;font-size:18pt;font-weight:bold;text-decoration:none}
a.barreb:visited {color:#000099;font-size:18pt;font-weight:bold;text-decoration:none}
a.barreb:hover {color:#ffff00;font-size:18pt;font-weight:bold;text-decoration:none;}
a.barreb:active {color:#ff0000;font-size:18pt;font-weight:bold;text-decoration:none;}

a.or:link {color:#ff6600;font-size:18pt;font-weight:bold;text-decoration:none}
a.or:visited {color:#ff6600;font-size:18pt;font-weight:bold;text-decoration:none}
a.or:hover {color:#ffff00;font-size:18pt;font-weight:bold;text-decoration:none;}
a.or:active {color:#ff0000;font-size:18pt;font-weight:bold;text-decoration:none;}

a.fleche:link {color:#0000cc;text-decoration:none}
a.fleche:visited {color:#0000cc;text-decoration:none}
a.fleche:hover {color:#ff00ff;text-decoration:none}
a.fleche:active {color:#ff00ff;text-decoration:none}

a.titre_sommaire:link {text-align:center;font-weight:bold;color:#ff0066;text-decoration:none}
a.titre_sommaire:visited {text-align:center;font-weight:bold;color:#ff0066;text-decoration:none}
a.titre_sommaire:hover {text-align:center;font-weight:bold;color:#00ff00;text-decoration:none}
a.titre_sommaire:active {text-align:center;font-weight:bold;color:#ff0000;text-decoration:none}

a.titre_barre:link {text-align:center;font-weight:bold;color:#0000ff;text-decoration:none;font-size:24pt}
a.titre_barre:visited {text-align:center;font-weight:bold;color:#0000ff;text-decoration:none;font-size:24pt}
a.titre_barre:hover {text-align:center;font-weight:bold;color:#00ff00;text-decoration:none;font-size:24pt}
a.titre_barre:active {text-align:center;font-weight:bold;color:#ff0000;text-decoration:none;font-size:24pt}

a.libleu14:link {text-align:left;font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:14pt ;text-decoration:none}
a.libleu14:visited  {text-align:left;font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:14pt ;text-decoration:none}
a.libleu14:hover  {text-align:left;font-family:Times New Roman,Times;font-weight:bold;color:#00ff99;font-size:14pt ;text-decoration:none}
a.libleu14:active {text-align:left;font-family:Times New Roman,Times;font-weight:bold;color:#ff0099;font-size:14pt ;text-decoration:none}

a.liblanc14:link {text-align:left;font-family:Times New Roman,Times;font-weight:bold;color:#ffffff;font-size:14pt ;text-decoration:none}
a.liblanc14:visited  {text-align:left;font-family:Times New Roman,Times;font-weight:bold;color:#ffffff;font-size:14pt ;text-decoration:none}
a.liblanc14:hover  {text-align:left;font-family:Times New Roman,Times;font-weight:bold;color:#00ff99;font-size:14pt ;text-decoration:none}
a.liblanc14:active {text-align:left;font-family:Times New Roman,Times;font-weight:bold;color:#ff0099;font-size:14pt ;text-decoration:none}

a.liblanc24:link {text-align:left;font-family:Times New Roman,Times;font-weight:bold;color:#ffffff;font-size:18pt ;text-decoration:none}
a.liblanc24:visited  {text-align:left;font-family:Times New Roman,Times;font-weight:bold;color:#ffffff;font-size:18pt ;text-decoration:none}
a.liblanc24:hover  {text-align:left;font-family:Times New Roman,Times;font-weight:bold;color:#00ff99;font-size:18pt ;text-decoration:none}
a.liblanc24:active {text-align:left;font-family:Times New Roman,Times;font-weight:bold;color:#ff0099;font-size:18pt ;text-decoration:none}

a.vert:link {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#009900;font-size:24pt;text-decoration:none}
a.vert:visited  {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#009900;font-size:24pt;text-decoration:none}
a.vert:hover  {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#00ff99;font-size:24pt;text-decoration:none}
a.vert:active {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#009900;font-size:24pt;text-decoration:none}



h1 {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:36pt}


h2 {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:24pt}
h2.bla {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#ffffff;font-size:24pt}
h2.ibla {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#ffffff;font-size:24pt;font-style:italic}
h2.or {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#ff9900;font-size:24pt;font-style:italic}
h2.vert {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#009900;font-size:24pt}
h2.g {text-align:left;font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:24pt}
h2.ig {text-align:left;font-family:Times New Roman,Times;font-weight:bold;font-style:italic;color:#0000ff;font-size:24pt}
h2.c {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:24pt}
h2.cig {text-align:center;font-family:Times New Roman,Times;font-weight:bold;font-style:italic;color:#0000ff;font-size:24pt}
h2.i {text-align:center;font-family:Times New Roman,Times;font-weight:bold;font-style:italic;color:#0000ff;font-size:24pt}


h3 {text-align:left;font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:18pt}
h3.bla {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#ffffff;font-size:18pt}
h3.ibla {text-align:center;font-family:Times New Roman,Times;font-weight:bold;font-style:italic;color:#ffffff;font-size:18pt}
h3.jaune {text-align:left;font-family:Times New Roman,Times;font-weight:bold;color:#ffff00;font-size:18pt}
h3.cbbleu {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#0033ff;font-size:18pt}
h3.or {text-align:left;font-family:Times New Roman,Times;font-weight:bold;color:#ff9900;font-size:18pt}
h3.r {font-family:Times New Roman,Times;font-weight:400;color:#ff0000;font-size:18pt}
h3.ce {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:18pt}
h3.c {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:18pt}
h3.i {font-family:Times New Roman,Times;font-weight:bold;font-style:italic;color:#000099;font-size:18pt}
h3.ci {text-align:center;font-family:Times New Roman,Times;font-weight:bold;font-style:italic;color:#000099;font-size:18pt}
h3.cijaune {text-align:center;font-family:Times New Roman,Times;font-weight:bold;font-style:italic;color:#ffff00;font-size:18pt}

h3.cg {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:18pt}
h3.c {text-align:center;font-family:Times New Roman,Times;color:#000099;font-size:18pt}
.h3 {font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:18pt}

h4 {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:14pt}
h4.cijaune {text-align:center;font-family:Times New Roman,Times;font-weight:bold;font-style:italic;color:#ffff00;font-size:14pt}
h4.cn {font-family:Times New Roman,Times;font-weight:normal;color:#000099;font-size:14pt}
.h4 {font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:14pt}
h4.i {text-align:left;font-family:Times New Roman,Times;font-weight:bold;font-style:italic;color:#000099;font-size:14pt}
h4.ci {text-align:center;font-family:Times New Roman,Times;font-weight:bold;font-style:italic;color:#000099;font-size:14pt}
h4.c {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:14pt}
.4i {font-family:Times New Roman,Times;font-weight:bold;font-style:italic;color:#000099;font-size:14pt}

h4.rouge {font-family:Times New Roman,Times;font-weight:bold;color:#FF0000;font-size:14pt}
h4.bla {font-family:Times New Roman,Times;font-weight:bold;color:#FFFFFF;font-size:14pt}
h4.ibla {font-family:Times New Roman,Times;font-weight:bold;color:#FFFFFF;font-style:italic;font-size:14pt}
h4.r {font-family:Times New Roman,Times;font-weight:bold;color:#FF0000;font-size:14pt}
h4.noir {font-family:Times New Roman,Times;font-weight:bold;color:#000000;font-size:14pt}
h4.bleu {font-family:Times New Roman,Times;font-weight:bold;color:#0000ff;font-size:14pt}
h4.cbleu {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#0000ff;font-size:14pt}
h4.blanc {font-family:Times New Roman,Times;font-weight:bold;color:#ffffff;font-size:14pt}
.rouge {font-family:Times New Roman,Times;font-weight:bold;color:#FF0000;font-size:14pt}
.cr {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#FF0000;font-size:14pt}

h5 {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:18pt}
h5.rouge {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#FF0000;font-size:18pt}
h5.bla {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#FFFFFF;font-size:18pt}
.cr {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#FF0000;font-size:18pt}


h6 {font-family:Times New Roman,Times;font-weight:bold;font-style:italic;color:#000099;font-size:18pt}

h6.c {text-align:center;font-family:Times New Roman,Times;font-weight:bold;font-style:italic;color:#000099;font-size:18pt}
.h6 {font-family:Times New Roman,Times;font-weight:bold;font-style:italic;color:#000099;font-size:18pt}
 
 
h7 {font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:24pt}

/*TITRES ET COMMENTAIRES*/

.titre {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #999999}
.titreblanc {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #ffffff}
.titreblancc {text-align:center;  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #ffffff}
.sstitre {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #333333}
.sstitreblanc {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #ffffff}
.paragraphe {text-align:left;  font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 16px; font-weight: bold; color: #3366ff;}
.paragraphec {text-align:center;  font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 16px; font-weight: bold; color: #3366ff;}
.ssparagraphe {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #3366ff;  font-style: italic}
.ssparor {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #ff6600;  font-style: italic}
.auteur {text-align:left;font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:14pt}
.commentaire {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; font-weight: bold}
.tableau { text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #0000ff}
.annonce {text-align:center;font-family:Times New Roman,Times;font-weight:bold;font-style:italic;color:#990099;font-size:14pt}

/*COULEURS et taille  DE TEXTE*/
.accueil {text-align:left;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; color: #3366ff; font-weight: bold}
.ssaccueil {text-align:center;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #0033cc; font-weight: bold; font-style: italic}
.sommaire {text-align:left;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #3366ff; font-weight: bold}
.sommaire18c {text-align:center;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #3366ff; font-weight: bold}
.rubrique{text-align:left;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; font-weight: bold}
.ssrubrique {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold}
.entete {text-align: left;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #0000cc; font-weight: bold;font-style: italic }

p {font-family:Times New Roman,Times;color:#000000;font-size:14pt;font-weight:400}
p.ita {font-family:Times New Roman,Times;color:#000000;font-style:italic;font-size:14pt;font-weight:400}
p.i {font-family:Times New Roman,Times;color:#000000;font-style:italic;font-size:14pt;font-weight:400}
p.c {text-align:center;font-family:Times New Roman,Times;color:#000000;font-size:14pt;font-weight:400}
p.ci {text-align:center;font-family:Times New Roman,Times;color:#000000;font-style:italic;font-size:14pt;font-weight:400}
p.cijaune {text-align:center;font-family:Times New Roman,Times;font-weight:bold;font-style:italic;color:#ffff00;font-size:14pt}
p.cbi { text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; font-weight: bold;font-style: italic}
p.barre { text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #333333; font-weight: bold;font-style: italic;text-decoration:none}
p.cbblanc {text-align:center;font-family: Verdana, Arial, Helvetica, sans-serif;font-weight:bold;color:#ffffff;font-size:12pt}
p.ciblanc {text-align:center;font-family:Times New Roman,Times;color:#ffffff;font-style:italic;font-size:14pt;font-weight:400}
p.bbleuf{font-family:Times New Roman,Times;color:#000099;font-size:14pt;font-weight:400}
p.bleu{font-family:Times New Roman,Times;color:#000099;font-size:14pt}
p.bleu12{font-family:Times New Roman,Times;color:#000099;font-size:12pt}
p.cbleu10{text-align:center;font-family:Times New Roman,Times;color:#000099;font-size:10pt}
p.cbleuf{text-align:center;font-family:Times New Roman,Times;color:#000099;font-size:14pt;font-weight:400}
p.bleuf{font-family:Times New Roman,Times;color:#000099;font-size:14pt;font-weight:400}
p.bleuclair {font-family:Times New Roman,Times;color:#0000FF;font-size:14pt;font-weight:400}
p.bleug {text-align:left;font-family:Times New Roman,Times;color:#0000FF;font-size:14pt;font-weight:bold}
p.bleucentre {text-align:center;font-family:Times New Roman,Times;color:#0000FF;font-size:14pt;font-weight:400}
p.cbleu {text-align:center;font-family:Times New Roman,Times;color:#0000FF;font-size:14pt;font-weight:400}
p.bleuc {text-align:center;font-family:Times New Roman,Times;color:#0000FF;font-size:14pt;font-weight:400}
p.blanc{font-family:Times New Roman,Times;color:#ffffff;font-size:14pt;font-weight:bold}
p.cblanc{text-align:center;font-family:Times New Roman,Times;color:#ffffff;font-size:14pt;font-weight:bold}
p.or{font-family:Times New Roman,Times;color:#ffcc00;font-size:14pt;font-weight:400}
p.bor{font-family:Times New Roman,Times;color:#ffcc00;font-size:14pt;font-weight:bold}
p.roug {text-align:left;font-family:Times New Roman,Times;color:#FF0000;font-size:14pt;font-weight:bold}
p.cap {font-family:Times New Roman,Times;color:#000000;font-size:14pt;font-weight:400;font-variant:small-caps}
p.sommaire {font-family:Times New Roman,Times;color:#009933;font-size:14pt;font-weight:400}

ul{font-family:Times New Roman,Times;color:#000000;font-size:14pt;font-weight:400}
ul.bleu{font-family:Times New Roman,Times;color:#000099;font-size:14pt;font-weight:400}
ul.bleuc{text-align:center;font-family:Times New Roman,Times;color:#000099;font-size:14pt;font-weight:400}
li {font-family:Times New Roman,Times;color:#000000;font-size:14pt;font-weight:400}
li.bleu {text-align:left;font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:18pt}
li.bleu24 {text-align:left;font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:24pt}
li.bleuclai {text-align:left;font-family:Times New Roman,Times;font-weight:bold;color:#0000ff;font-size:18pt}
li.bleuc {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:18pt}
li.bleu14 {font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:14pt ;text-decoration:none}
li.bleu14i {font-family:Times New Roman,Times;font-weight:bold;font-style:italic;color:#000099;font-size:14pt;text-decoration:none}
li.bleu14c {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:14pt}
li.bleu14ic {text-align:center;font-family:Times New Roman,Times;font-weight:bold;font-style:italic;color:#000099;font-size:14pt}
li.bblanc{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold}
li.bblanc14{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; font-weight: bold}





td.acctitre {text-align:center;font-family:Times New Roman,Times;font-weight:bold;font-style:italic;color:#9933ff;font-size:32pt}
td.accrubrique {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:14pt}
td.accssrubrique {text-align:center;font-family:Times New Roman,Times;font-style:italic;color:#000099;font-size:14pt}
td.acclegende {text-align:center;font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:14pt}

.gauche {text-align:left}
.bbleu {text-align:left;font-family:Times New Roman,Times;font-weight:bold;;color:#000099;font-size:14pt}
.bbleu18 {text-align:left;font-family:Times New Roman,Times;font-weight:bold;;color:#000099;font-size:18pt}
.cbbleu {text-align:center;font-family:Times New Roman,Times;font-weight:bold;;color:#000099;font-size:14pt}
.bblanc14 {;font-family:Times New Roman,Times;font-weight:bold;;color:#ffffff;font-size:14pt}
.cbblanc14 {text-align:center;font-family:Times New Roman,Times;font-weight:bold;;color:#ffffff;font-size:14pt}
.cbblanc18 {text-align:center;font-family:Times New Roman,Times;font-weight:bold;;color:#ffffff;font-size:18pt}
.cbiorange {text-align:center;font-family:Times New Roman,Times;font-weight:bold;;color:#ff6600;font-style:italic;font-size:18pt}
.bleuclair {font-family:Times New Roman,Times;font-weight:bold;color:#0000ff;font-size:14pt}
.bleuclair14i {font-family:Times New Roman,Times;font-weight:bold;font-style:italic;color:#333399;font-size:14pt}
.ibleu {font-family:Times New Roman,Times;font-weight:bold;font-style:italic;color:#000099;font-size:14pt}
.iorange {font-family:Times New Roman,Times;font-weight:bold;font-style:italic;color:#ff6600;font-size:14pt}
.c{text-align:center;font-family:Times New Roman,Times;color:#000000;font-size:14pt;font-weight:400}
.cb{text-align:center;font-family:Times New Roman,Times;color:#000000;font-size:14pt;font-weight:bold}
.tableau{text-align:center;font-family:Times New Roman,Times;color:#000000;font-size:12pt;font-weight:bold}
.encadre{text-align:center;font-family:Times New Roman,Times;color:#000099;font-size:24pt;font-weight:bold}
.encadre18{text-align:center;font-family:Times New Roman,Times;color:#000099;font-size:18pt;font-weight:bold}
.txth3 {text-align:left;font-family:Times New Roman,Times;font-weight:bold;color:#000099;font-size:18pt}




--></style>

