/* Style général */
body
{
	font-size: 16px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: auto;
	padding-left: 1em;
	background: url('fond.png') no-repeat top left fixed;
}

h1
{
	width: 950px;
	text-align: center;
	font-size: 24px;
	font-style: italic;
}


table
{
	width: 950px;
	border-collapse: collapse;
	border: 4px solid blue;
	text-align: center;
}

table tr th
{
	background: #2a3b40;
	color: white;
}
	table thead tr th.blink
	{
		text-decoration: blink;
	}

table tr td
{
	height: 1.6em;
	padding: 6px;
}
table tr th
{
	height: 1.8em;
	padding: 6px;
}

table tbody
{
	background: red;
}

table tr:nth-child(2n) td
{
	background: #b1eb9b;
}

table tr:nth-child(2n+1) td
{
	background: #9bb0eb;
}

table tr td:nth-child(2), table tr th:nth-child(2)
{
	text-align: left;
}

table a
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}
	table a:hover
	{
		text-decoration: underline;
		color: #333;
	}

table a img
{
	height: 40px;
	vertical-align: -12px;
}
