body, div, table, td, label, legend, input, textarea, form, ul, li, p {
	font-family: verdana, sans-serif;
	font-size: 10pt;
}

a, a:visited {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
	color: red;
}

img {
	border: 0;
}

.centrer_text {
	text-align: center;
}

.centrer_bloc {
	margin-left: auto;
	margin-right: auto;
}

.cacher {
	display: none;
}

.rouge {
	color: #FF0000;
	background-color: inherit;
}

.souligner {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.petit {
	font-size: 8pt;
}

table {
	width: 100%;
}