/* ---------------- GLOBAL STYLE -----------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	color: #6B567D;}

body {
	background-color: #6B567D;}

a img { 
	border: 0px none;}	
	
/* ---------------- PAGE STYLE -----------------------------*/
#page {
	position: relative;
	width: 802px;
	height: 552px;
	margin: 0px auto;
	margin-top: 20px;
	background-color: #6B567D;
	border: 1px solid #FFFFFF;}

/* ---------------------- NAVMAIN ---------------------------*/
#navMain {
	position: absolute;
	width: 434px;
	height: 552px;
	top: 220px;}

/* ---------------------- BANDE -----------------------------*/
#bande {
	position: absolute;
	width: 65px;
	height:552px;
	left: 368px;
	top: 0px;}

