body {
	margin: 0;
	color: #041e09;
	background-color: #fbd780;
	font: 13px "Trebuchet MS", Arial, sans-serif;
	top: 10px;
}

td {
	color: #041e09;
	font: 13px "Trebuchet MS", Arial, sans-serif;
}

li {
	line-height: 130%;
}

.gras {
	font-weight: bold;
}

.ital {
	font-style: italic;
}

.grasital {
	font-weight: bold;
	font-style: italic;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}
.Titre1 {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
.Titre2 {
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
}
.Titre3 {
	font-size: 22px;
	font-weight: bold;
	line-height: normal;
}

a:link {
	color : #e85514;
	}

a:hover {
	color : #f00;
	}

a:visited {
	color : #9d431b;
	}

a:active {
	color: #f86d35;
	}