/*
Titre			styles.css
Site 			mini-tp-shop.ch
Navigateurs 	tous
Autheur 		V.T. (www.megaphone.ch)
Date création 	30.01.2009
Dernière modif.	30.01.2009
*/

/* 
GLOBAL RESET 
On re-définit les styles initiaux de certaines balises
Basé sur styleMain.css de www.elliotjaystocks.com 
*/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }

* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */

/* 
TYPO 
*/
h1 { font:24px/24px Verdana, Arial, Helvetica, sans-serif; font-weight:normal; padding:5px 0 3px 0; color:black; text-transform:uppercase; }
h2 { font:normal 17px/17px Verdana, Arial, Helvetica, sans-serif; padding:5px 0 0 0; color:black; }
h3 { font:normal 18px/18px Verdana, Arial, Helvetica, sans-serif; margin:10px 0 6px 0; color:black; text-transform:uppercase; text-align:center; }
h4 { font:bold 13px/18px Verdana, Arial, Helvetica, sans-serif; margin:10px 0 2px 0; color:#666 }
p { margin:2px 0 10px 0 }
body, h4, p, li, dt, dd, label, input, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; }
body, p, li, dt, dd, label { font-size:11px; line-height:14px; color:#231f20 }
input, textarea { font-size:11px; color:#333; padding:2px }
blockquote { font:11px/18px Verdana, Arial, Helvetica, sans-serif; }
th { display:none; } 
table { border:0; }
table td { padding:0px 20px 0px 0px; }
hr { height:1px; background-color:#999 }

a { color:black; text-decoration:none }
a:visited { color:black; text-decoration:none }
a:hover { color:red; text-decoration:none }
a:focus { color:red; text-decoration:none }