body
	{
	color: white;
	background-color: black;
	font-family: sans-serif;
	font-size: 11pt;
	scrollbar-base-color: black;
	scrollbar-arrow-color: silver;
	scrollbar-highlight-color: silver;
	border: none;
	}

p
	{
	text-align: justify;
	}

h1
	{
	text-align: center;
	width: 100%;
	}

h2
	{
	color: #C00000;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100%;
	filter: glow(color=#AAAAAA, Strength=0);
	}

h3
	{
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
	}

h4
	{
	font-size: 11pt;
	font-weight: normal;
	text-align: center;
	}

h5
	{
	color: red;
	font-size: 13pt;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
	}

h6
	{
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	letter-spacing: 3px;
	}

dl
	{
	color: firebrick;
	text-align: right;
	width: 100%;
	}

dt
	{
	color: red;
	text-decoration: underline;
	text-transform: uppercase;
	margin: 0px 5px 10px 0px;
	}

dd
	{
	background-image: url(../../images/Ligne.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 10pt;
	}

ul
	{
	list-style-type: none;
	text-transform: lowercase;
	margin-right: 25pt;
	}

table
	{
	font-size: 10pt;
	border-collapse: collapse;
	}

th
	{
	color: white;
	background-color: dimgray;
	font-weight: bold;
	text-align: left;
	}

#titre
	{
	text-decoration: underline;
	}

#total
	{
	color: red;
	background-color: yellow;
	font-weight: bold;
	}

#cadre
	{
	background-color: dimgray;
	border: 1px outset silver;
	}

img
	{
	border: none;
	}

a
	{
	color: firebrick;
	text-decoration: none;
	}

a:hover
	{
	color: red;
	text-decoration: underline;
	}

a img
	{
	border: 1px solid black;
	}

a:hover img
	{
	border-color: red;
	}
