/**
 * meyer's RESET
 * ===========================================================================
 * http://meyerweb.com/eric/tools/css/reset/index.html
 *
 * v1.0 | 20080212
 */
html * {

padding: 0;
margin : 0;}
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;
       color: #554c42;
}
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;
}

/**
 * SD additionnal resets
 */
a img { border: none; }
address { font-style: normal;}
/**
 * OW additionnal resets
 */

a {
       text-decoration: none;  
}
a:hover {
       text-decoration: underline;
}

/**
 * TYPOGRAPHY
 * ===========================================================================
 *
 * This stylesheets contains main typographic styles.
 * More specific ones are described in screen.css
 *
 * Base font size is set to 12 px (0.75 * 16px = 12px)
 * pour calculer la taille de police ˆ partir de pixel : X*100/12
 * == FONT SIZE conversion table: ============================================
 *  *  9 px  <->  75%
 *  * 10 px  <->  83.34%
 *  * 11 px  <->  91.67%
 *  * 12 px  <->  100%     # Base font
 *  * 13 px  <->  108.34%
 *  * 14 px  <->  116.67%
 *  * 18 px  <->  150%
 *  * 21 px  <->  175%
 *  * 22 px  <->  183.34%
 *  * 28 px  <->  233.34%
 * ===========================================================================
 *
 * == COLORS: ================================================================
 *
 *
 * ===========================================================================
 *
 */

/*
 * Default font settings.
 */
body  {
 font: 70%/1 'Trebuchet ms';
       }