body {
	background-image: url(images/fond.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

a {
	text-decoration: none;
	color: #FF0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	text-decoration: none;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td {
	text-align: center;
}

.orange {
	font-size: 14px;
	color: #FF6600;
}
.italik {
	font-style: italic;
}
.titre {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}

#tablofoto img:hover {
    filter:alpha(opacity=50);
    -moz-opacity:.5;
    opacity:.5;
}
