
/*** fil d'arianne ***/
.menu-rootline {
	background-color: white;
	height: 22px;
	font-size: 10px;
}

.menu-rootline ul{
	padding: 0;
	margin: 0;
	margin-left: 5px;
}

.menu-rootline li{
	list-style: none;
	list-style-position: inside;
	float: left;
	height: 22px;
	line-height: 22px;
}

.menu-rootline a{
	color: black;
	text-decoration: none;
}

.header-menu {
	position: absolute;
	right: 245px;
	!right:265px;
	bottom: 0;
}

.header-menu ul, .header-menu li {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-position: inside;
	text-transform: uppercase;
	text-align: right;
	width: 250px;
}

.header-menu li {
	height: 18px;
	margin-top: 4px;
}

.header-menu a {
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.top-menu{
	float: right;
}

.top-menu ul, .top-menu li{
	padding: 0;
	margin: 0;
}

.top-menu li{
	height: 23px;
	line-height: 23px;
	float: right;
	list-style: none;
	font-size: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

.top-menu li a{
	color: white;
	text-decoration: none;
}

.second-menu{
	position: absolute;
	top: 0;
	left: 0;
}

.second-menu ul{
	padding: 0;
	margin: 0;
	overflow: auto;
	height: 208px;
	width:180px;
}

.second-menu li{
	list-style: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
/*	line-height: 14px;*/
	line-height: 11px;
}

.second-menu li a{
	color: white;
	text-decoration: none;
	display: block;
	padding-left: 24px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 155px;
}

.second-menu li.active a{
	background-color: white;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: black;
}

/*.second-menu li a:hover, */
.second-menu li a.fixhover{
	background-color: white;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: black;
}

.troisieme-menu{

}

.troisieme-menu ul{
	margin: 0;
	padding: 0;
}

.troisieme-menu ul li{
	list-style: none;
	padding:0 10px 0 5px;
}

.troisieme-menu ul li a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 20px;
	line-height: 20px;
	width: 100%;
	padding: 3px;
}

.troisieme-menu ul li:hover{
}

/*.troisieme-menu ul li a:hover, */
.troisieme-menu ul li a.fixhover{
	color: black;
	background-color: white;
}

.btn-menu{
	background: url(img/menu.gif) no-repeat top left;
	padding-top: 3px;
	color: white;
	display: block;
	width: 52px;
	height: 47px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}


.default-black-menu{
	background-color:black;
	color:white;
	height:21px;
	position:absolute;
	right:222px;
	text-transform:uppercase;
	top:255px;
	font-size: 10px;
	width:358px;
	font-weight: bold;
}

.default-black-menu a{
	color: white;
	text-decoration: none;
}

.default-black-menu ul{
	padding: 0;
	margin: 0;
}

.default-black-menu li{
	float: left;
	background-image: url(img/puces/puce_black.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height:21px;
	list-style: none;
	margin-right: 10px;
	margin-left: 5px;
}
