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, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

/* enlever les pointilles */


ol, ul {
	list-style: none;
	list-style-position: outside;
}

/* tableau par defaut */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: center;
	font-weight: normal;
}

/* luttons contre les guillemets anglais (lorsque nous parlons francais) */

[LANG|=fr] > * { quotes: "«" "»" "“" "”" }
[LANG|=en] > * { quotes: "“" "”" "‘" "’" }

blockquote, q {
	font-style: italic;
  font-family: Georgia, Palatino, 'Palatino Linotype', 'Times New Roman', Times, Sylfaen, serif;
}

