/**
 * Contest Full Page CSS
 * (c) 2010 PlumbR http://www.plumbr.com
 * by Romain Thiberville
 **/

 /* ===== CSS RESET ===== */
 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0;}
fieldset, img{ border: 0; }
address, caption, cite, code, dfn, th, var { font-style: normal; font-weight: normal; }
li { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; font-variant: normal; }
sup, sub { line-height: 0; vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input, textarea, select { font-family: inherit; font-size: inherit; color: inherit; font-weight: inherit; padding: 0; margin: 0; }

 /* ===== PAGE ===== */
body { font-size:13px; background: black url(../images/background-motif.png) repeat-x top left; }
body div#app_contests_wrapper { padding-top: 235px; background: transparent url(../images/background-top.jpg) no-repeat top center; }
body div#app_contests_wrapper div#app_contests_content { width:454px; padding: 10px; margin: 0 auto; background: transparent url(../images/background-middle.png) repeat-y top center;  }
body div#app_contests_wrapper_footer { background: black url(../images/background-bottom.png) no-repeat top center;padding-top: 40px; }
body div#app_contests_wrapper_footer p { width:420px; padding: 10px; margin: 0 auto; text-align:left; color:#2F2F29;font-size:0.8em; }


