/*   Reset du site de Saint-Urbain - V0.1   */

/* reset de tous les éléments HTML puis attribution des valeurs par défaut*/

html, head, body, div, span, hr, iframe,               /* conteneurs */
address, object, param,      /* divers */
h1, h2, h3, h4, h5, h6, p, tt, kbd, pre, abbr, acronym, cite, code, blockquote, q, dfn, var,   /* éléments de texte */
img, map, area,
form, label, input, select, optgroup, option, textarea, fieldset, legend, button, /* formulaires */
dl, dt, dd, ol, ul, li,                          /* listes */
table, caption, tbody, tfoot, thead, colgroup, col, tr, th, td {  /* tableaux */
	border: 0;
    margin: 0;
    padding: 0;
    font-family: "Liberation Sans", sans-serif;
}
b, big, em, i, del, ins, small, strong, sub, sup {
	border: 0;
    margin: 0;
    padding: 0;
}

/* structures */

html {
    font-size: 100%;         /* à cause bug IE... hé oui ! */
}
body {
    font-weight: normal;
	font-style: normal;
    font-size: 1em;
}

/* éléments de texte */

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1{
    font-size: 2.5em; /*2em;*/
    line-height: 1.15;/* facteur multiplicateur de la taille de police pour l'interligne */
    margin: 0.6em 0;
}
h2{
    font-size: 2.2em; /*1.75em;*/
    line-height: 1.2;
    margin: 1em 0 0.6em 0;
}
h3{
    font-size: 2em; /*1.5625em;*/
    line-height: 1.2;
    margin: 1em 0 0.6em 0;
}
h4{
    font-size: 1.72em /*1.375em*/;
    line-height: 1.2;
    margin: 0.6em 0;
}
h5{
    font-size: 1.5em; /*1.1875em*/;
    line-height: 1.1;
    margin: 0.8em 0 0.4em 0;
}

h6{
    font-size: 1.25em; /*1em;*/
    line-height: 1.1;
    margin: 0.3em 0;
}
p {
    font-size: 1em; /*0.875em*/
    line-height: 1.5;
    font-weight: normal;
}
ul {
    font-weight: normal;
}
li {
    line-height:1.5em;
    font-weight: normal;
    margin: 0.15em 0;
}
code, samp, tt {
    font-family: "Liberation Mono", monospace;
    font-size: 0.86em; /*0.6875em;*/
    line-height: 1.3;
}
input, button, textarea {
    font-family: "Liberation Mono", monospace;
    font-size: 1em;
    line-height: 1.3;
}
pre {
    font-family: "Liberation Serif", serif;
    font-size: 0.86em; /*0.6875em;*/
    line-height: 1.2;
    font-weight: normal;
    white-space: pre;
}
cite {
    font-size: 1em;
    font-style: italic;
    color: #13055C;
}
q {
    quotes: none;
    color: #555555;
    font-size: 0.9em;
}
blockquote {
    quotes: "«" "»";
    line-height:1.5em;
    margin-left: 2em;
}
blockquote>p {
    font-size: 0.94em; /*0.75em;*/
    font-family: "Grandstander", cursive; /*cursive fantasy*/
}
hr {
    margin: 1em 0;
}

/* liens hypertexte */

a {            /*non visité */
    color: #0000FF;
    font-weight: normal;
    text-decoration: none;
}
a:visited {            /* visité */
    color: #551A8B;
    font-weight: normal;
    text-decoration: none;
}
a:hover {            /* survolé */
    color: #FF0000;
    /*font-size: smaller;*/
    font-weight: bold;
    text-decoration: none;
}
a:focus {
    outline: dotted 1px;
    text-decoration: none;
}

/* images */

img {
    border: none;
}

/* tableaux */

table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.3;
}
caption, th, td {
    text-align: left;
    vertical-align: middle;
}
th, td {
    border: 1px solid;
    padding: 0;
}
caption {
    padding-bottom: 1em;
}
th {
    font-weight: bold;
}

