
/*+++ Degrade couleur de la NavBar +++*/
.bg_navbar{
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.1, #2d1752),
		color-stop(0.9, #b3e961)
	);
	background: -moz-linear-gradient(
		left center,
		#2d1752 10%,
		#b3e961 90%
	);
	﻿FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr='#ff2d1752',endColorStr='#ffb3e961');
}
/*--- fin degrade couleur NavBar ---*/

#menu{
	position: relative;
	float: left;
	width: 250px;
	height: 450px;
}
#menu_ul{
	position: relative;
	width: 200px;
	height: 250px;
	margin: 200px 0 0 30px;
	padding-right: 20px;
	list-style: none;
	display: block;
	overflow: hidden;
	z-index: 5;
}
#menu_ul li{
	position: relative;
	width: 200px;
	float: left;
	line-height: 50px;
	text-align: right;
	font-size: 18px;
	z-index: 6;
}
#menu_ul a{
	display: block;
	line-height: 50px;
	z-index: 7;
}
#menu_under{
	position: absolute;
	background: url(../img/menu_ul_bg.png) no-repeat;
	width: 200px;
	height: 40px;
	top: 206px;
	left: 50px;
	z-index: 4;
	display: none;
}

#navbar{
	width: 750px;
	height: 50px;
}
#navbar_ul{
	position: relative;
	width: 300px;
	height: 50px;
	overflow: hidden;
}
#navbar_ul li{
	background: transparent url(../img/points.png) no-repeat;
	background-position: left top;
	list-style: none;
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	z-index: 10;
}
#navbar_ul li.back{
	background: transparent url(../img/points.png) no-repeat;
	background-position: 0 -50px;
	position: absolute;
	overflow: hidden;
	z-index: 5;
}
#navbar_ul li.back .left{
	z-index: 5;
}

#navbar_ul li a{
	background: none;
	position: relative;
	margin: 0;
	line-height: 50px;
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0;
	cursor: pointer;
	z-index: 11;
}


