/* Reset vers une absence de toute decoration */

html, body {
	background-color: white;
	color: black;
}
iframe {
	background-color: transparent;
	color: black;
}
html, body, iframe, form, table, thead, tbody, tfoot, tr, th, td,
ol, ul, menu, li, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
ol, ul, menu {
	list-style-type: none;
}
iframe, table, td, th, img { border: 0 none; }
body, th, td, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	/* word-wrap: break-word; ** Allows long words to be broken and wrap onto the next line */
}
button, input, select, textarea {
	margin: 0;
	padding: 1px;
	outline: none;
}
h1, h2, h3, h4, h5, h6, cite {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}
table, frameset {
	border-spacing: 0;
	border-collapse: collapse;
}
th, td {
	text-align: left;
}
a {
	text-decoration: none;
	color: black;
	cursor: pointer;
	outline: none;
}
th, strong { font-weight: normal; }
em { font-style: normal; }
iframe, th, td, img, input[type=image] { vertical-align: top; }

