html {
    font-size: 100%;
}
body {
    font-family : Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0; 
    font-size: .8em; 
    line-height: 1.4; 
    color: #000;
    background: #FFF;
}
* {
	outline: 0;
}


/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.2;
    font-weight: normal; 
    font-style: normal;
}
h1 {
    font-size: 1.4em;
}
h2 {
    font-size: 1.3em;
    font-weight: bold; 
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}

/* Listes */
ul, ol {
    margin: 0;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .75em 0; 
}
address {
    margin: .75em 0;
    font-style: normal;
}

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

a:link, a:visited {
    color: #000;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
    color: #000;
	text-decoration: none;
}

a img {
    border: none;
}

em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

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