/* CSS de base */

html {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3, h4, h5, h6, ul, li, p, form {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a:link, a:active, a:visited {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

img, img.png {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


img, img.png, div {
	behavior: url("pngbehavior.htc");
}

.separation {
	height: 30px;
	clear: both;
}

.nettoyeur {
	clear: both;
}

.invisible {
	display: none;
}

a.selection {
	color: #000000;
	font-weight: bold;
}
