/* vim:set noswapfile: */
/* Reset vers une absence de toute decoration */

iframe, html, body {
	background-color: white;
	color: black;
}
html, body, iframe, form, table, tbody, tfoot, tr, th, td,
ul, ol, li, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style-type: none;
}
iframe, table, td, th, img { border: 0 none; }
body, td, th, input, select, textarea, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Sans-Serif, FreeSans, Helvetica;
	font-size: 9pt;
}
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; }

/* YCC */

input[type=submit] {
	border-radius: 0;
	-webkit-appearance: none;
}
/*eof*/
