body {
	width: 100%;
	background-color: #000;
	xbackground: #000000 url(/theme/images/bodyBG.jpg) 0 0 repeat fixed;
	position: relative;
}

a:link {
	text-decoration: none;
	color: #995b11;
}

a:visited {
	text-decoration: none;
	color: #995b11;
}

a:hover {
	text-decoration: none;
	color: #ff0;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

ul, li {
	padding-left: 0px;
	}

#menuWrapper a:link, #foot a:link {
	text-decoration: none;
	color: #fff;
}

#menuWrapper a:visited, #foot a:visited{
	text-decoration: none;
	color: #ccc;
}

#menuWrapper a:hover, #foot a:hover {
	text-decoration: none;
	color: #ff0;
}


body,td,th {
	color: #FFFFFF;
}

p {
	text-align: left;
	}
	
#foot {
	position: relative;
	right: 20px;
	width: 100%;
	text-align: center;
 	}
 	
.li_menuUp {
	display: inline;
	margin-right: 3px;
	padding: 5px;
	background: url(/theme/images/fondMenuLiUp.jpg) 0 0 repeat-x scroll;	
	border: 1px solid #66360e;
	}
	
.li_menuDwn {
	display: inline;
	margin-right: 3px;
	padding: 5px;
	background: url(/theme/images/fondMenuLiDwn.jpg) 0 0 repeat-x scroll;	
	border: 1px solid #66360e;
	}
	
#menuWrapper {
	width: 100%;
	text-align: center;
	background: url(/misc/topikmenuphotolagrenoir.jpg) 23% 50% no-repeat scroll;
	}
	
#content {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	xbackground-color: #000;
	xpadding: 10px;
	xborder: 1px solid #555;
	}
	
.center {
	text-align: center;
	}

.left {
	text-align: left;
	}
	
.right {
	text-align: right;
	}
	
.courier {
	font-family: "Courier New", Courier, mono;
	}

.hidden {
	display: none;
	}

	