.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 600px;
	width: 800px;
	position: relative;
	background-color: #FFFFFF;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	top:10px;
}
body {
	margin: 0px;
}

.menu1 {
	font-size: 10px;
	color: #FFFFFF;
	background-color:#CC0000;
	height: 25px;
	width: 120px;
	top: 300px;
	position: absolute;
	z-index: 4;
	text-transform: uppercase;
	text-indent: 2px;
	padding: 0px;
	line-height: 24px;
	visibility: visible;
}

.menu2 {
	font-size: 10px;
	color: #FFFFFF;
	background-color:#FF3300;
	height: 25px;
	width: 120px;
	top: 330px;
	position: absolute;
	z-index: 3;
	text-transform: uppercase;
	text-indent: 4px;
	padding: 0px;
	line-height: 24px;
	visibility: visible;
}


.menu3 {
	font-size: 10px;
	color: #FFFFFF;
	background-color:#FF9900;
	height: 25px;
	width: 120px;
	top: 360px;
	position: absolute;
	z-index: 2;
	text-transform: uppercase;
	text-indent: 4px;
	padding: 0px;
	line-height: 24px;
	visibility: visible;
}


.menu4 {
	font-size: 10px;
	color: #FFFFFF;
	background-color:#CC3300;
	height: 25px;
	width: 120px;
	top: 390px;
	position: absolute;
	z-index: 2;
	text-transform: uppercase;
	text-indent: 4px;
	padding: 0px;
	line-height: 24px;
	visibility: visible;
}


.menu5 {
	font-size: 10px;
	color: #FFFFFF;
	background-color:#CC0000;
	height: 25px;
	width: 120px;
	top: 420px;
	position: absolute;
	z-index: 2;
	text-transform: uppercase;
	text-indent: 4px;
	padding: 0px;
	line-height: 24px;
	visibility: visible;	
}

.menu6 {
	font-size: 10px;
	color: #FFFFFF;
	background-color:#660000;
	height: 25px;
	width: 120px;
	top: 450px;
	position: absolute;
	z-index: 2;
	text-transform: uppercase;
	text-indent: 4px;
	padding: 0px;
	line-height: 24px;
	visibility: visible;	
}
.menu7 {
	font-size: 10px;
	color: #FFFFFF;
	background-color:#3399FF;
	height: 25px;
	width: 120px;
	top: 480px;
	position: absolute;
	z-index: 2;
	text-transform: uppercase;
	text-indent: 4px;
	padding: 0px;
	line-height: 24px;
	visibility: visible;	
}
.menu8 {
	font-size: 10px;
	color: #FFFFFF;
	background-color:#FFFFFF;
	height: 90px;
	width: 120px;
	bottom: 0px;
	position: absolute;
	z-index: 2;
	text-transform: uppercase;
	text-indent: 4px;
	padding: 0px;
	line-height: 24px;
	visibility: visible;	
}
.logo {
	background-image: url(images/logo.gif);
	height: 285px;
	width: 120px;
	left: 0px;
	top: 3px;
}
.colonne_centre {
	font-size: 12px;
	background-color: #FFFFFF;
	height: 600px;
	width: 400px;
	position: absolute;
	left: 140px;
	top: 0px;
	visibility: visible;
}

.colonne_droite {
	font-size: 12px;
	background-color: #FFFFFF;
	height: 600px;
	width: 240px;
	position: absolute;
	left: 560px;
	top: 0px;
	visibility: visible;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

