﻿BODY { background-color:#FFFFFF; font-family:Arial; font-size: 10 pt }	
.TitrePage   { font-size: 14pt; margin-top: 30px; font-weight:bold }
.SousTitre   { font-size: 12pt; margin-top:  12px; font-weight:bold; font-style:italic }
.TitreComnc     { font-size: 14pt; font-weight:bold; color: #006699 }
.SousTitreComnc { font-size: 12pt; font-weight:bold; color: #006699 }
.Ligne1   { color: #328490; height: 4px }
.Ligne2   { width:80%; color: #C3D4DF; height: 2px }
.Table1   { width:100%; border: 4px solid #006699; border-top-color: #C3D4DF; border-left-color: #C3D4DF }
.Table2   { width: 80%; border: 4px solid #006699; border-top-color: #C3D4DF; border-left-color: #C3D4DF }
.AppelleVisibleS{ color : #0099FF; cursor: pointer; text-decoration: underline }
.AppelleVisible { color : #0099FF; cursor: pointer }
.DefCachée      { font-style: italic; color : #996565; display:none }
.DefVisible     { font-style: italic; color : #996565; display:inline }
.RepCachée      { display: none }
.RepVisible     { display: block }
a:link    { color: #19474e; text-decoration: underline }
a:visited { color: #19474e; }
a:hover   { color: #328490; }
@media print {
	.NoPrint    { display: none }
	.PrintOnly  { display:inherit }
    td          { font-size: x-small }
	.Petit      { font-size: xx-small }
}
@media screen {
	.NoPrint    { display:inherit }
	.PrintOnly  { display: none }
    td          { font-size: small }
	.Petit      { font-size: x-small }

}