body {background-image: url('../images/fond.jpg');
	  background-repeat: repeat;
	  background-attachment: scroll;
}
h1           { font-weight: normal; font-style: normal; font-size: 24pt; font-family: 
               'Times New Roman', Times ;color :#0000FF;text-align:center}
h2           { font-family: 'Times New Roman', Times; font-style: normal; font-size: 18pt; 
               font-weight: normal }
h3           { font-family: 'Times New Roman', Times; font-size: 14pt; font-weight: normal; 
               font-style: normal }
h4           { font-weight: normal; font-size: 12pt; font-style: normal; font-family: 
               'Times New Roman', Times }
h5           { font-size: 10pt; font-style: normal; font-weight: normal; font-family: 
               'Arial', Arial; text-align:left;color:#000077 }
h6           { font-family: 'Times New Roman', Times; font-size: 8pt; font-style: normal; 
               font-weight: normal }
label        { font-style: normal; font-family: Times New Roman; font-size: 8pt }
label, .mstheme-label { font-size: 8pt; font-family: Times New Roman; font-style: normal }
legend       { font-style: Normal; font-size: 8pt; font-family: Times New Roman }
marquee      { font-family: Times New Roman; font-size: 14pt }
select       { font-style: normal; font-family: Times New Roman; font-size: 8pt; 
               border-style: solid; border-width: 1pt }
table        { font-family: Times New Roman; font-style: normal }
textarea     { font-style: normal; font-size: 8pt; font-family: Times New Roman; 
               border-style: solid; border-width: 1pt }
th           { font-family: Times New Roman; font-style: normal }
table.cadre{color:#0000FF;text-align:center;
border:1px solid #000077;border-right:0px;border-collapse:collapse;border-spacing:0px;}
TD.cadreG{text-align:left;vertical-align:top;border-right:1px solid #000077;width:20%}
TD.cadreD{text-align:left;vertical-align:top;width:80%}
@media all{
 #NoPrint {display:inline;}
 #OnlyPrint {display:none;}
 .NoPrint {display:inline;}
 .OnlyPrint {display:none;}
}
@media print{
 #NoPrint {display:none;}
 #OnlyPrint {display:inline;}
 .NoPrint {display:none;}
 .OnlyPrint {display:inline;}
}