#menu{
	height				: 37px;
	background			: url('../img/menu/bg-menu.jpg');
	padding-left		: 23px;
}

#menu li{
	float				: left;
	background			: url('../img/menu/bg-li-menu.jpg');
	position			: relative;
}

#menu li a{
	padding				: 15px 20px 0 8px;
	text-decoration		: none;
	height				: 22px;
	display				: block;
	float				: left;
}

#menu li a:hover, #menu li .selected{
	color				: #ebc710;
}

#menu li span{
	position			: absolute;
	width				: 10px;
	height				: 37px;
	display				: block;
	top					: 0;
	left				: -10px;
	background			: url('../img/menu/li-sep.jpg');
}

#menu #accueil span{
	background			: url('../img/menu/li-sep-accueil.jpg');
}

#menu li#contact{
	background			: url('../img/menu/li-contact.jpg') top right;
}

#menu li#contact a{
	padding-left		: 10px;
}


/**************** SOUS MENU IDENTITE VISUELLE *******************************/

#albums{
	background			: url('../img/bg-ssmenu.jpg');
	width				: 175px;
	height				: 280px;
	padding				: 90px 10px 0 0px;
	margin				: 0 0 0 0px;
	text-align			: right;
	float				: left;
}

#albums li a{
	background			: none;
	color				: #fff;
	font-size			: 13px;
	text-decoration		: none;
	display				: block;
	height				: 25px;
	padding				: 7px 0 0 0;
}

#left #albums li a.selected, #left #albums li a:hover{
	color				: #ffd500;
}

.categorie{
	position			: absolute;
	top					: 0;
	left				: 1px;
	z-index				: 50;
}

#btn{
	float				: left;
	width				: 137px;
	margin-top			: 25px;
}

#btn li{
	float				: left;
}

#btn li a, #btn li span{
	display:block;
	color				: #ffd500;
	height				: 21px;
	width				: 34px;
	padding				: 8px 0 0 0;
	text-align			: center;
	background			: url('../img/btn.jpg');
	text-decoration		: none;
	margin-bottom		: 5px;
	cursor				: pointer;
}

#btn li a:hover, #btn li a.selected, #btn li span:hover, #btn li span.selected{
	background-position : 0 -30px;
	color				: #ffd500;
	cursor				: pointer;
}

#tooltip{
	position			: absolute;
	border				: 1px solid #000;
	background			: #333;
	padding				: 2px 5px;
	color				: #fff;
	display				: none;
	width				: 250px;
	text-align			: left;
	z-index				: 50;
	font-size			: 10px;
}
