/* CSS Document */

body {
	margin-top: 0px;
	background-color: #6D1503;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a {
	font-size: 16px;
	color: #00CC33;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CC33;
}
a:hover {
	text-decoration: underline;
	color: #EF0202;
}
a:active {
	text-decoration: none;
	color: #00CC33;
}

/*
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/head.png', sizingMethod='crop');

*/

#header{
height:115px;
width:760px;
background-repeat:no-repeat;
background-image:url(../images/head.png);

}

/* Lien pathway*/

.a-path {
	font-size: 12px;
	color: #00CC33;
	font-weight: bold;
}
.a-path:link {
	text-decoration: none;
}
.a-path:visited {
	text-decoration: none;
	color: #00CC33;
}
.a-path:hover {
	text-decoration: underline;
	color: #EF0202;
}
.a-path:active {
	text-decoration: none;
	color: #00CC33;
}
