/*  -------------------------------------------------------------
    * Filename:         skin-typo.css
    * Version:          1.1
-------------------------------------------------------------- */
/*  1. Typography
-------------------------------------------------------------- */
body, input, textarea, th, td{
    font: normal 12px/16px Arial, Verdana, Geneva, Helvetica, sans-serif;
}

a:link, a:visited   { color: #8c4e24; text-decoration: none; }
a:hover, a:active   { color: #8c4e24; text-decoration: underline; }

h1                  { font-weight: bold; font-size: 16px; line-height: 20px; }
h2                  { font-weight: bold; font-size: 15px; line-height: 19px; }
h3                  { font-weight: bold; font-size: 14px; line-height: 16px; }
h4                  {}
h5                  {}
h6                  {}
p                   {}
small               { font-size: 11px; }
pre                 {}
blockquote          {}

.highlight          { color: #8c4e24; }
.error              { color: #CE132C; }
.mandatory          { color: #8C4E24; font-weight: bold; }
.star               { font: normal 11px Verdana, Arial, Helvetica, sans-serif; }

/*  -------------------------------------------------------------
    2. Skin
-------------------------------------------------------------- */
body                { background: url(../images/charte/body-bg.jpg) repeat left top; color: #4f2f18; }
#bg1                { background: url(../images/charte/bg1.jpg) repeat-x left top; }
#bg2                {}
#bg3                {}
#container          { background: #F5CF9D; }
#header             { background: url(../images/charte/header-bg.jpg) no-repeat left top; }
#left-outer         { background: #AC845A; }
#left-inner         {}
#middle-outer       { background: #D1AA7D; }
#middle-inner       {}
#right-outer        { background: #F5CF9D url(../images/charte/right-outer-bg.jpg) no-repeat left top; }
#right-inner        {}
#wrap-footer        {}
#footer             { background: url(../images/charte/footer-bg.jpg) repeat-x left top; color: #ce9256; }