@charset "UTF-8";
/* CSS Document */
/* Début RESET */

/* Initialise les marges des elements bloc */
html,body, div, 
dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, 
p, blockquote, th, td, * { margin: 0; padding: 0; }

/* Initialise la taille des titres */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Enleve les puces aux listes */
ol, ul { list-style: none; }

/* Initialise le style du texte */
address, acronym, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }

/* Enleve les bordures aux images et aux fieldset */
fieldset, img { border: 0; }

/* Initialise les tableaux */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Initialise les liens hypertextes */
a { text-decoration:none; outline:none; }

/* fin RESET */
