td img {display: block;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Titre {
	color: #333;
	font-weight: bold;
	font-size: x-large;
}
.Gras {
	font-size: large;
	color:#666
}
.Normal {
	font-size: 14;
	color: #666
}
.Petit {
	font-size: x-small;
	color: #666
}
.TPetit {
	font-size: xx-small;
	color: #666
}
A:link {
	text-decoration: none;
	color:#666
}
A:visited {
	text-decoration: none;
	color:#666
}
A:active {
	text-decoration: none;
	color:#666
}
A:hover {
	text-decoration: underline;
	color:#CCC
}

