/* --- STYLES DE BASE --- */
/* Page */
body {
    color: #000000;
    background: #FFFFFF;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 70%;
	font-variant: normal;
}
body, html, fieldset{
	border: 0;
}

/*:focus {-moz-outline-style: none;}*/

li, h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

/* tableau */
td {
	vertical-align: top;
}

/* Listes */
ul, ol {
    margin: .75em 0 .75em 30px;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .75em 0; /* Marges plus faibles que par défaut. (7) -> .75em */
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration: underline;
	outline: none;
}
a:link {
    color: #0000CD;
}
a:visited {
    color: #4B0082;
}
a:hover, a:focus, a:active {
    color: #DC143C;
}
a img {
	border: none;
}

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

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