@charset "utf-8";

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

body {line-height: 1;}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

/* CSS WEB */

body {background: #f2f5f6 url(../img/wpp.png) repeat-x; font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; color: #444;}

#teezme {margin: 0 auto; width: 1000px; height: 100%;}

#header {padding: 5px; width: 1000px; height: 110px}

#logo {float: left; width: 175px; height: 110px; background: url(../img/logo.png) no-repeat;}

#header .nav {padding-top: 25px;}

.nav li {color: #c146a4; font-size: 20px; display: inline;}

.nav li a {text-decoration: none; margin-right: 1.5em; float: left; color: #444; font-size: 20px;}

.nav li a:hover {color: #e98345;}

.nav li div {font-size: 10px;} 

.nav p {padding: 2em 5px; color: #e98345; font-size: 20px;}

#content {padding-top: 5px;width: 1000px; height: 500px;}

.box {width: 320px; height: 500px; float: left; text-align: center;}

.box h1 {font-size: 1.5em; font-weight:normal;}

#turn {padding: 1em 0 0 0; width: 320px; height:300px; overflow:hidden;}

.turn {width:320px;}	

#new {background: url(../img/new.png) no-repeat; padding: 3em 0 0 0; width: 320px; height:200px; color:#c83c8c;}

#choix {float: left; width: 220px; height: 500px;}

#choix .nav{padding-top: 4em;}

#designer {overflow:none; float: left; width: 340px; height: 500px; text-align:center;}

#designer a {text-decoration: none; color: #444;}

#designer a img {border: none;}

#shirt_list {overflow:auto; width: 340px; height: 445px;}

#result {float:left; width: 400px; height: 500px;}

#stock {text-align: left;}
#stock th {text-align: left;}
#stock td {text-align: left;}

#foot {height: 20px;}

