/* fr Style marron et gris */ /* en Brown and grey style */ /* Main body font choice : */ body { background: #FFFFFF; font-family: Arial, Helvetiva, Sans-Serif; font-size: 12px; color: black; } /* Big title (on top of each page) choice : */ h1 { text-align: center; font-size: 22px; font-weight: bold; color: #DA233C; } /* Cell (almost every texts) */ td { font-size: 12px; background: #ececea; } /* Cells headings */ th { font-size: 14px; font-weight: bold; text-align: left; color: #FFFFFF; background: #ad162a; } /* Links on cells headings */ th a { text-decoration: none; color: #FFFFFF; } /* Rollover links on cells headings */ th a:hover { text-decoration: underline; color: #DBD9CA; } /* Links on cells */ td a { text-decoration: none; color: #7D0028; } /* Rollover links on cells */ td a:hover { text-decoration: underline; color: #C2BFA5; } /* Document comments */ .comments { font-size: 10px; } /* Error messages */ .error { color: red; text-align: center; } /* Input text : */ .int { font-size: 12px; text-align: left; background: #F5F5F1; font-family: Verdana, Arial, Helvetica, sans-serif; color: black; font-size: 12px; border-width: 1px; border-color: #7D0028; border-style: solid; } /* Input buttons : */ .inb { background-color: #C2BFA5; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #7D0028; text-align: left; } /* Check boxes */ .inc { background-color: #F5F5F1; color: black; border-style: none; } /* AJOUT */ td { padding: 1px; text-align: left; } .flag { width: 30px; height: 20px; border: 0px; } .center { margin-left: auto; margin-right: auto; text-align: center; } .right { text-align: right; } .noborder { border: 0px; } input { padding-left: 2px; } .vmiddle { vertical-align: middle; } .legende { vertical-align: middle; border: 0px; margin-bottom: 5px; } #listUsers td, #formUser td, #listRights td, #formRights td, #formConfig td, #formPass td { padding: 3px; }