A:link    { color: #993333; background-color: transparent; text-decoration: underline; }
A:visited {	color: #993333; background-color: transparent; text-decoration: none     ; }
A:hover   {	color: #FF0000; background-color: transparent; text-decoration: none     ; }

.nav         { color: #000000; background-color: transparent; text-decoration: none     ; }
.nav:link    { color: #993333; background-color: transparent; text-decoration: underline; }
.nav:visited { color: #993333; background-color: transparent; text-decoration: none     ; }
.nav:hover   { color: #FF0000; background-color: transparent; text-decoration: underline; }

body { font-size: 12px; font-family: arial, helvetica, serif; }

table { empty-cells: show; }
td    { font-size: 12px; color: #000000; font-family: arial, helvetica, serif; }

select   { color: #000000; background-color: #AFC6DB; font-size: 7pt; font-family: arial, helvetica, serif; }
input    { color: #000000; background-color: #FFFFFF; font-size: 9pt; font-family: arial, helvetica, serif; }
textarea { color: #000000; background-color: #FFFFFF; font-size: 9pt; font-family:monospace;                }


.windowbg  { font-size: 12px; color: #000000; font-family: arial, helvetica, serif; background-color: #FFFFFF }
.windowbg2 { font-size: 12px; color: #000000; font-family: arial, helvetica, serif; background-color: #FFFFCC }
.windowbg3 { font-size: 12px; color: #000000; font-family: arial, helvetica, serif; background-color: #FFFFFF }

.hr      { color: #000000; background-color: transparent }
.titlebg { color: #000000; background-color: #FFFFCC }

.text1       { font-weight: bold; font-size: 12px; color: #000000; background-color: transparent; font-style: normal; }
.catbg       { font-weight: bold; font-size: 13px; color: #000000; background-color: #FFFFFF    ; }
.bordercolor {                    font-size: 12px;                 background-color: #FFCC66    ; font-family: arial, helvetica, serif;  }

.quote { font-size: 10px; color: #000000; background-color: #FFCC99; font-family: Arial, verdana, helvetica, serif; }
.code  { font-size: 10px; color: #000000; background-color: #CCCCCC; font-family: Courier New, helvetica, Times New Roman, serif; }

.help     {	cursor: help; background-color: transparent; }
.meaction {	color: red;   background-color: transparent; }
.editor   { width : 100%; }

div.msgsig img {
    max-height: 100px;
    max-width : 185px;
    height: expression(Math.min(parseInt(this.offsetHeight), 100 ) + "px"); /* pour Internet Explorer 6 */
    width : expression(Math.min(parseInt(this.offsetWidth), 185 ) + "px"); /* pour Internet Explorer 6 */

}
