* {
	margin: 0px;
	padding: 0px;
}
html {
/*	overflow: scroll;*/
}
body {
	background: white;
	margin-bottom: 1em;
}
table {
	border-collapse: collapse;
}
td, input {
	font: 11px Arial, Helvetica, sans-serif;
	color: #0E91BD;
}
p {
	text-align: justify;
}
a {
	color: #0E91BD;
}
img {
	border: 0px none;
}
h1 {
	font-size: 1.4em;
	margin: 0.7em 0em;
}
h2 {
	font-size: 1.2em;
	margin: 0.4em 0em;
}


.titre {
	font-size: 2.3em;
	margin: 1em 0em;
}
.nodeco {
	text-decoration: none;
}
.gras {
	font-weight: bold;
}
.textbox {
	border: 1px solid #0E91BD;
}
