#posit {
	position: relative;

}



.menu {
	background-color: Black;
	color: White;
	text-align: center;
	border-left: 0px solid White;
	text-indent: 0px;
}
.menu a {
	text-decoration: none;	
	width: 130px;
	text-align: center;
	display: Block;
	color: white;
}
.menu a:hover {
	text-decoration: none;	
	width: 130px;
	text-align: center;
	display: Block;
	color: white;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}
.smenu {
	
}
a.smenu a.smenu:hover a.smenu:link a.smenu:visited {
	display: block;
}
a.smenu  {
	color: White;
	text-indent: 0px;
	text-decoration: none;
}
a.smenu:hover {
	color: Yellow;
	text-indent: 0px;
	text-decoration: none;
}


#accueil {
	width: 160px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-top: 5px solid Lime;
}
#accueil a:hover {
	background-color: lime;
	color: Black;
}
#menu_1 {
	width: 130px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-top: 5px solid #008EB0;
	

}
#menu_1 a:hover {
	background-color: #008EB0;
	color: Black;
}
#smenu_1 {
	background-color: #008EB0;
		color: white;
			filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}


#menu_2 {
	width: 130px;
	position: absolute;
	top: 0px;
	left: 130px;
	border-top: 5px solid #40A4A1;
}
#menu_2 a:hover {
	background-color: #40A4A1;
	color: Black;
}
#smenu_2 {
	background-color: #40A4A1;
		color: white;
			filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}

#menu_3 {
	width: 130px;
	position: absolute;
	top: 0px;
	left: 260px;
	border-top: 5px solid #BD1A8D;
}
#menu_3 a:hover {
	background-color: #BD1A8D;
	color: Black;
}
#smenu_3 {
	background-color: #BD1A8D;
		color: white;
			filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}


#menu_4 {
	width: 130px;
	position: absolute;
	top: 0px;
	left: 390px;
	border-top: 5px solid #DEB887;
}
#menu_4 a:hover {
	background-color: #DEB887;
	color: Black;
}
#smenu_4 {
	background-color: #DEB887;
		color: white;
			filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}

#menu_5 {
	width: 130px;
	position: absolute;
	top: 0px;
	left: 520px;
	border-top: 5px solid #F57F2C;
}
#menu_5 a:hover {
	background-color: #F57F2C;
	color: Black;
}
#smenu_5 {
	background-color: #F57F2C;
		color: white;
			filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}
#menu_6 {
	width: 130px;
	position: absolute;
	top: 0px;
	left: 650px;
	border-top: 5px solid #961C1F;
}
#menu_6 a:hover {
	background-color: #961C1F;
	color: Black;
}
#smenu_6 {
	background-color: #961C1F;
		color: white;
			filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}

