* {
	margin: 0; padding: 0;
/*	border: 1px solid orange;*/
	}

body {
	background-color: #000;
	text-align: center;
	font-family: Century Gothic, sans-serif;
	}

#page {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 800px;
	position: relative;
	}

/*-- BANDO ---------------------------------------------*/	
	
#bando {
	width: 800px;
	height: 100px;
	}
	
#bando img {
	float: left;
	}

/*-- HEADER ---------------------------------------------*/	
	
#title {
	position: absolute;
	top: 55px;
	left: 180px;
	width: 530px;
	color: White;
	font-size: 1.5em;
	font-weight: normal;
	font-family: century gothic;
	text-align: left;
	}

/*-- NAVIG ---------------------------------------------*/	
	
.sep {
	position: relative;
	top: -2px;
	}

#navig {
	width: 800px;
	height: 25px;
	position: relative;
	font-family: century gothic;
	font-size: 12px;
	text-align: left;
	}

#navig img {
	border: 0px;
	}

#navig a:hover {
	color: white;
	}

#menu a {
	color: Gray;
	text-decoration: none;
	padding: 0px 20px 0px 0px;
	margin: 0px;
	}

#nopage {
	position: absolute;
	font-family: century gothic;
	font-size: 12px;
	color: Gray;
	top: 4px;
	left: 651px;
}

#left {
	position: absolute;
	top: 4px;
	left: 751px;
	}
	
#up {
	position: absolute;
	top: 4px;
	left: 769px;
	}
	
#upend {
	position: absolute;
	top: 4px;
	left: 769px;
	padding: 0px 20px 0px 0px;
	}
	
#right {
	position: absolute;
	top: 4px;
	left: 787px;
	}
	
/*------------------------------------------------------*/	

#board {
	position: relative;
	top: 20px;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: black;
	text-align: center;
	}

#board a {
	text-decoration: none;
	}
	
#board a img {
	border: 0px;
	}

#centertable {
	margin-left: auto;
	margin-right: auto;
	font-size:10px;
	}

#centertable a {
	color: #444;
	}
	
/* file info */

#imageInfo {
	width: 461px;
	margin-left: auto;
	margin-right: auto;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 6px 0 6px;
}

.content {
	font-size:11px;
	color: #FFFFFF;

	padding-top:6px;
	padding-bottom:6px;
}

.texte {
	font-family: Century Gothic, sans-serif;
}

.note {
	font-size: .8em;
	color: Gray;
	}
.note a {
	text-decoration: underline;
}
