body {
	color: Black;
	font-family: arial, sans-serif, verdana, geneva;
	background-color: #E6E6FA;
	margin: 20px;
	font-size: 18px;
}
h1	{
	font-size: 24px;
	color: Black;
	line-height: 150%;
	font-weight: bold;
	text-align: center;
}

h2	{
	font-size: 20px;
	color: Black;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}	

h3	{
	font-size:	18px; color :#990000;
	font-weight: bold; 
}

h4	{
	font-size:	16px; color :#990000;
	font-weight: bold; 
}

p {
	line-height: 150%;
	text-align: justify;
}

p.biblio {
	line-height: 110%;
	text-align: left;
	font-size: 12px;
}

table.outils{
	border: 1px;
	border-style: solid solid solid solid;
	border-color: Black Black Black Black;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto;
	text-align: center;
	font-size: 14px;
}

table.outils caption{
	color: #000080;
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
}

table.outils thead th{
	border: 1px;
	border-style: solid solid solid solid;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.outils tbody td{
	border: 1px;
	border-style: solid solid solid solid;
	padding: 3px;
}

.date {
	text-align: center;
	font-size: 12px;
	font-style: italic;
}

A:link {
	color: Fuchsia;
	text-decoration: none;
}

A:visited {
	color: Green;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

A:active {
	color: Aqua;
	text-decoration: none;
}

#content {
	color: inherit;
	width: 750px;
	margin: 0px auto 0px auto;
	text-align: justify;
	padding: 0px 0px 0px 0px;
	position: relative;
}