#header	
{
	background: url(/images/headers/neurone.png) no-repeat;
}
			
#header h1
{
	color: #FF0000;
	background: url(/images/logos/brown.png) no-repeat;
}

table.download
{
	border: none;
	border-bottom: 1px solid #3689B3;
	font-family: "Century Gothic", Arial, sans-serif;
}

#contenu table.download a
{
	border: none;
	background: inherit;
}

table.download a img
{
	opacity: 0.5;
}

table.download a img:hover
{
	opacity: 1;
}


table.download td
{
	text-align: center;
	padding: 10px 20px;
}

table.download td.title, 
table.download td.item
{
	color: #3689b3;
}

td.binary
{
	color: #59b359;
	background: #d9ffd9;
	border: 1px solid #59b359;
	border-bottom: none;
	font-weight: bold;
}

td.title, td.item
{
	border: 1px solid #3689b3;
	border-bottom: none;
	border-right: none;
	font-weight: bold;
}

td.last
{
	border-right: 1px solid #3689b3;
}

