/* -----------------------------------------------------------------------
                Styles par defaut                                         
----------------------------------------------------------------------- */

/*  --------------------------------------------------------------------    
    1. Reset d'eric meyerMeyer modifié
--------------------------------------------------------------------    */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, hr,
caption, tbody, tfoot, thead{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
em, strong, strike, acronym {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0;}

* { font-size: 100.01%; }
html { font-size: 62.5%; }

/*  --------------------------------------------------------------------
    2. Body
--------------------------------------------------------------------    */
body { min-height: 100%; }

/*  --------------------------------------------------------------------
    3. Tableaux
--------------------------------------------------------------------    */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
th{font-weight: bold;}
/*  --------------------------------------------------------------------
    4. Quotes
--------------------------------------------------------------------    */
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }

/*  --------------------------------------------------------------------
    5. Listes
--------------------------------------------------------------------    */
ol, ul{ list-style-type: none; list-style-position: outside;}

/*  --------------------------------------------------------------------
    6. Liens
--------------------------------------------------------------------    */
a, a img { text-decoration : none; }

/* Suppression des border sur les images dans des liens */
a img {border: none;}

a:link {
    text-decoration: underline;
    color: #36c;
}
a:visited {
    text-decoration: underline;
    color: #99c;
}
a:hover {
    text-decoration: underline;
    color: #c33;
}
a:active, a:focus {
    text-decoration: underline;
    color: #000;
}
/*  --------------------------------------------------------------------
    7. Autres balises
--------------------------------------------------------------------    */
abbr, acronym {border-bottom: 1px dotted #666;cursor: help;}
hr { border: 0; height: 1px;background-color:#ccc;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
strong { font-weight: bold;}
em,dfn { font-style: italic;}
dfn {font-weight: bold;}
sup, sub {line-height: 0;}
pre{margin: 1.5em 0; white-space: pre;}
pre,code,tt {font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5;}
address {margin: 0; font-style: italic;}