html { border: 0 none; margin: 0; padding: 0; } body, table { font-size: 13px; line-height: 1.7em; /*color: #333333;*/ color: #e7e6eb; font-family: Trebuchet MS, Arial, san-serif; } .pageWrapper { width: 1047px; /*text-align: left;*/ margin: auto; margin-top: -15px; } a img { border-width: 0; text-decoration:none; } a { text-decoration:none; color: #574176 ; text-align:center; } a:hover { text-decoration:none; color: black; text-align:center; } a:visited { text-decoration:none; color: black; text-align:center; } input { //-moz-border-radius: 4px 4px 4px 4px; //-webkit-border-radius: 4px 4px 4px 4px; border-radius: 6px 6px 6px 6px; } /*li { list-style-type: none; } li:hover { color: #ADEAEA; } */ a.li { color:white; } .navStyle { position: absolute; top: -13px; } /** ************************************ **/ /** *********** DIV INFOS ************** **/ /** ************************************ **/ .error, .alert, .notice, .success, .info, .loading { padding: 0.5em; margin: 0.5em auto; border: 2px solid #ddd; text-align: center; } .error, .alert { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; } .notice { background: #fff6bf; color: #514721; border-color: #ffd324; } .success { background: #e6efc2; color: #264409; border-color: #c6d880; } .info { background: #d5edf8; color: #205791; border-color: #92cae4; } .loading { border: none; }