body { padding: 0px; margin: 0px; background-color: #171717; font-family: Verdana; color: #FFFFFF; } #wrapper{ margin-top: 20px; margin-left: 50px; width: 1100px; position: absolute; background-image: url(logos/fond.png); background-repeat: no-repeat; } #header { float: left; width: 100%; height: 130px; } #navi { float: left; margin-top: 30px; margin-left: 10px; text-align: center; } #admin { float: left; margin-top: 30px; margin-left: 10px; text-align: center; } #content { float: left; min-height: 600px; margin-left: 30px; margin-top: 20px; margin-bottom: 20px; width: 740px; text-align: center; background-repeat: repeat-y; } #right { float: right; width: 140px; margin-top: 30px; margin-left: 5px; margin-right: 5px; text-align:center; } #footer { float: left; width: 100%; height: 50px; background-image:url(logos/footer_bg.png); background-repeat: no-repeat; text-align: center; padding-top: 10px; } #navi a { text-align: center; padding: 1px; font-size: 14px; text-decoration: none; font-weight: bold; letter-spacing: 0px; color:#ffcf28; width: 130px; height: 30px; display: block; background-image:url(logos/button.png); background-repeat: no-repeat; } #admin a { text-align: center; padding: 1px; font-size: 14px; text-decoration: none; font-weight: bold; letter-spacing: 0px; color:#ffcf28; width: 130px; height: 30px; display: block; background-image:url(logos/admin_button.png); background-repeat: no-repeat; } #admin a:hover,#navi a:hover { color:#5aff44 ; } #right a { text-align: center; padding: 1px; font-size: 14px; text-decoration: none; font-weight: bold; letter-spacing: 0px; color:#ffcf28; height: 30px; display: block; background-image:url(logos/button_right.png); background-repeat: no-repeat; } #right a:hover { color:#ff9c00 ; } h1 { font-size: 22px; font-weight: bold; color: #16bc00; margin-bottom: 5px; } h2 { margin-bottom: 5px; font-size: 16px; font-weight: bold; color: #f90000; } h3 { margin-bottom: 5px; font-size: 14px; font-weight: bold; color: #ffcc00; } p { margin-top: 0px; font-size: 13px; font-weight: normal; color: #ece4da; } table { border: 0px outset #666666; } th { font-size: 15px; font-weight: bold; color: #FF7F24; vertical-align: top; } td { font-size: 14px; color: #c3ffc6; text-align: center; vertical-align: top; } #login { background-color: transparent; color: #6a6a6a; font-size: 13px; border: 1px outset color:#5c5c5c; } input, textarea, select { background-color:#5c5c5c; color: #FFFFFF; font-size: 14px; font-weight: bold; border: 0px; } img { border: 2px outset #a0a0a0; }