A:active, A:link {
 color: #003366;
 text-decoration: none;
 font-size: 11pt;
}
A:visited {
 color: #006600;
 text-decoration: none;
 font-size: 11pt;
}
A:hover {
 background-color: #003366;
 color: #FDFAF2;
 text-decoration: underline overline;
 font-size: 11pt;
}

A.linkmeniu, A.linkmeniu:link, A.linkmeniu:visited {
 display: block;
 width: 100%;
 text-align: center;
 text-decoration: none;
 color: #000000;
 font-family: Arial;
 font-size: 11pt;
 font-weight: bold;
}

A.linkmeniu:hover {
 background-color: #FFFF00;
 color: #000000;
}


BODY {
 background-image: url("img/bg_bloc.jpg");
 background-color: #c0c0c0;
 background-attachment: fixed;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11pt;
 color: #000000;
scrollbar-face-color: #003366;
scrollbar-arrow-color: #FFFFCC;
scrollbar-track-color: #85D12F;
scrollbar-3dlight-color: #FFFFCC;
scrollbar-shadow-color: #FFFFCC;
scrollbar-highlight-color: #FFFFCC;
}

P, TD {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11pt;
 color: #000000;
}

H1, H2, H3, H4, H5, H6 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14pt;
 color: #000000;
}

HR {
 color: #003366;
}

.txt {
 font-family: Arial, Helvetica, sans-serif;
 /* font-size: 10px; */
 color: #003366;
 background: #FDF9F6;
 border: 1px solid #003366;
 padding-left: 3px;
}

.buton {
 font-family: Arial, Helvetica, sans-serif;
 /* font-size: 10px; */
 font-weight: bold;
 color: #003366;
 background: #FDF9F6;
 border: 1px solid #003366;
 cursor: hand;
}
