<style>
/* CSS Document */



a:link {
font-size:10pt;
font-family:arial;
color:#660099;
text-decoration:none;
}

a:visited {
font-size:10pt;
color:#660099;
text-decoration:none;
}

a:hover {
font-size:10pt;
color:#660099;
text-decoration:underline;
}

a:active {
font-size:10pt;
color:#660099;
text-decoration:underline;
}

h1 { 
font-size: 12pt;
font-weight: bold;
border-top: #6666ff 1px solid; 
border-bottom: #6666ff 1px solid;
background: #ccccff;
padding: 1px;
margin: 0px;
}
.TextField {
background-color: 333333;
border-color: ff9900;
border-style: none;
border-width: 1;
color: ff9900;
font-size: 9pt;
font-family: arial;
}

.Button {
background-color: 333333;
border-color: FF9900;
border-style: none;
border-width: 1;
color: ff9900;
font-size: 8pt;
font-family: arial;
}

/* -------------- NAVIG ------------------------ */
TABLE.navig {
font-family:verdana;
font-size:9pt;
font-weight:bold;
}
TABLE.navig a:link {
font-family:verdana;
font-size:9pt;
font-weight:bold;
color:#000000;
text-decoration:none;
}
TABLE.navig a:visited {
font-family:verdana;
font-size:9pt;
font-weight:bold;
color:#000000;
text-decoration:none;
}
TABLE.navig a:hover {
font-family:verdana;
font-size:9pt;
font-weight:bold;
color:#ffffff;
text-decoration:none;
}
DIV.navig {
font-size:9pt;
margin:0px;
filter: alpha(opacity=80);
}
/* -------------- CONTENU ------------------------ */

TABLE.contenu {
font-size:11pt;
}
TABLE.contenu a:link {
font-size:11pt;
color:#660099;
text-decoration:none;
}
TABLE.contenu a:visited {
font-size:11pt;
color:#660099;
text-decoration:none;
}
TABLE.contenu a:hover {
font-size:11pt;
color:#660099;
text-decoration:underline;
}
/* -------------- FOOTER ------------------------ */
TABLE.footer {
font-size:8pt;
}
TABLE.footer a:link {
font-size:8pt;
color:#000000;
text-decoration:none;
}
TABLE.footer a:visited {
font-size:8pt;
color:#000000;
text-decoration:none;
}
TABLE.footer a:hover {
font-size:8pt;
color:#000000;
text-decoration:underline;
}
</style>
