body
{
	background-color: #670013;
	margin: 0px;
}	

div#accueil
{
	background-image: url("../wt_images/accueil2.jpg");
	background-repeat: no-repeat;
	margin: auto;
	width: 800px;
	height: 630px;
	margin-top: 30px;
}

img
{
	border-width: 0px
}

a
{
	text-decoration: none;
}

#menu
{
	position: relative;
	padding-left: 650px;
	padding-top: 500px;
	cursor: pointer;
}

#menu table
{
	display:none;
}

#menu td
{
	text-indent: 5px;
}

#menu a
{
	color: #d3931b;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

#menu a:hover
{
	color: #670013;
	border-style: solid;
	border-width: 1px;
	border-color: #670013;
}