@charset "utf-8";
/* CSS Document */

/* --- STYLES DE BASE --- */

/* Page */
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;
}
html {
    font-size: 100%;
}
body {
    padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: .8em;
    line-height: 2em;
    color: black;
    background: white;
	text-align:left;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: bold;
    font-style: normal;
}
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
	color:#646464;
}
h5 {
    font-size: 0.75em;
	color:#646464;
}

/* Paragraphes */
address {
    font-style: normal;
}

/* Liens */
a {
    text-decoration: underline;
}
a img {
    border: none;
}

/* Divers éléments de type en-ligne */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    border: none;
}
input, button, select {
    vertical-align: middle;
}

/* Images */
img {
    border: none;
}

/* Met en évidence les abréviations */
abbr, acronym {
    border-bottom: 1px dotted;
    cursor: help;
}

/* Met en évidence les citations */
blockquote {
    margin: .75em 0 .75em 20px;
    padding: 0 0 0 10px;
    border-left: solid 2px #ddd;
}
q {
    font-style: italic;
    quotes: none;
}
cite {
    font-style: italic;
}
q cite, q q {
    font-style: normal
}

/* Styles de base pour les listes de définition */
dl {
    margin: .75em 0;
}
dt {
    margin: .75em 0 0 0;
    font-weight: bold;
}
dd {
    margin: .25em 0 .25em 32px;
}

/* Mise en forme simple pour les tableaux */
table {
    border: 1px solid gray;
    border-collapse: collapse;
    border-spacing: 0;
}
table td, table th {
    padding: 4px;
    border: 1px solid #ccc;
    vertical-align: top;
    text-align: left;
}