body {
	margin: 0 8% 0 8%;
	padding: 0;
	font: 100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: White ;
	background-image: url(../illustrations/fondABC.gif);
}

div#titre {
	border: 1px solid black;
	border-width: 0 0 1px 1px;
	width: 100%;
	background-color: #7d7466;
	height: 100px;
}

div#illu {
	position: absolute;
	right: 0;
	top: 0;
}
h3 {
	font-size: 90%;
	font-weight: normal;
}
table {
	margin-bottom: 1em;
}

table th {
	text-align: left;
	border-bottom: 1px solid black;
	font-variant: normal;
	font-size: 120%;
	letter-spacing: .12em;
	color: #0F0000;
}

table td {
	padding-left: 20px;
	text-align: justify;
}

.texte {
	font-size: 80%;
}

.commentaire {
	font-size: 75%;
	color: #663366;
	font-style: italic;
}

a:link, a:visited {
	color: #297B4D;
}

a:hover {
	color: #4682B4;
	text-decoration: none;
}

div#graphisme {
  position: absolute;
  left: 17%;
  top: 12%;
  border: 3px solid #333333;
  background-color: #656053;
}

