<STYLE TYPE="text/css">
a:link { color: blue; text-decoration: underline }
a:active { color: blue; text-decoration: underline }
a:visited { color: blue; text-decoration: underline }
a:hover { color: #ee4d00; text-decoration: underline }
TABLE
{
    COLOR: #080880;
    FONT-FAMILY: verdana,helvetica,arial,serif;
    FONT-SIZE: 9px;
    FONT-WEIGHT: normal;
    TEXT-ALIGN: justify;
}
.TexteNormalG
{
    COLOR: #080880;
    FONT-FAMILY: verdana,helvetica,arial,serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    TEXT-ALIGN: left;
}
.TexteNormalC
{
    COLOR: #080880;
    FONT-FAMILY: verdana,helvetica,arial,serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    TEXT-ALIGN: center;
}
.TexteNormalD
{
    COLOR: #080880;
    FONT-FAMILY: verdana,helvetica,arial,serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    TEXT-ALIGN: right;
}
.TextePetit
{
    COLOR: #080880;
    FONT-FAMILY: verdana,helvetica,arial,serif;
    FONT-SIZE: 9px;
    FONT-WEIGHT: normal;
    TEXT-ALIGN: left;
}
.TextePetitG
{
    COLOR: #080880;
    FONT-FAMILY: verdana,helvetica,arial,serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: left;
}
.TexteDate
{
    COLOR: #080880;
    FONT-FAMILY: verdana,helvetica,arial,serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: right;
}
.TexteErreur
{
    COLOR: red;
    FONT-FAMILY: verdana,helvetica,arial,serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    TEXT-ALIGN: left;
}
.Titres
{
    COLOR: #080880;
    FONT-FAMILY: verdana,helvetica,arial,serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: left;
	TEXT-DECORATION: underline;
}
.TitresNormalBleu
{
    COLOR: #080880;
    FONT-FAMILY: verdana,helvetica,arial,serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center;
}
.Titres2
{
    COLOR: white;
    FONT-FAMILY: verdana,helvetica,arial,serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: left;
}
.TXTBoxes
{
    FONT-FAMILY: verdana,helvetica,arial,serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    TEXT-ALIGN: center;
	background-color: rgb(255,255,255);
	color: #080880; 
	border-style: solid;
	border-color: #085c80; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
.CMDButtons
{
    FONT-FAMILY: verdana,helvetica,arial,serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center;
	background-color: #c7d8e0;
	color: #080880; 
	border-style: solid;
	border-right-color: #597d8b;
	border-bottom-color: #597d8b;
	border-left-color: #bbbbbb;
	border-top-color: #bbbbbb; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	cursor: pointer;
}
.CMDButtons2
{
    FONT-FAMILY: verdana,helvetica,arial,serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center;
	background-color: #fbe0c2;
	color: #080880; 
	border-style: solid;
	border-right-color: #f48140;
	border-bottom-color: #f48140;
	border-left-color: #e0b38a;
	border-top-color: #e0b38a; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	cursor: pointer;
}
</style>