body {
	background-color: #D3D5E2;
}
.officiel {
	font-family: Trebuchet MS,tahoma, Verdana;
	font-size: 17px;
}
.officielpetit {
	font-family: Trebuchet MS,tahoma, Verdana;
	font-size: 16px;
}
.officielitalique {
	font-family: Trebuchet MS,tahoma, Verdana;
	font-size: 17px;
	font-style: italic;
}
.officielgras {
	font-family: Trebuchet MS,tahoma, Verdana;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}