/* ----------------------------- */
/* ==reset */
/* ----------------------------- */
html {
    font-size: 62.5%;
}
body {
    background-color: #fff;
    color: #000;
    /*font-family: ;*/
    font-size: 1.4em; /* equiv 14px */
    line-height: 1.5; /* selon votre design */
}
/* soft reset */
html,
body,
textarea,
figure,
label {
    margin: 0;
    padding: 0;
}
ul,
ol {
    padding-left: 2em;
}
ul.unstyled {
	list-style: none;
}
/* pictures */
img {
	vertical-align: middle;
}
a img { border: 0; }
/* HTML5 tags */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

