/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menus/pro_dropline_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#mnu_ligne {
	height: 35px;
	width: 100%;
	background: url(images/black_0.gif);
	position: relative;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	z-index: 100;
	margin-left: -10px;
	margin-top: -10px;
}

#mnu_ligne .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

#mnu_ligne li {
float:left;
background:url(images/black_1.gif);
}

#mnu_ligne li.lrt {
float:right;
background:url(images/black_1.gif);
}


#mnu_ligne .select a {
	display: block;
	height: 35px;
	float: left;
	background: url(images/black_0.gif);
	padding: 0 0 0 15px;
	text-decoration: none;
	line-height: 33px;
	white-space: nowrap;
	color: orange;
}


#mnu_ligne .select li.lrt a {
	color: lime;
}


#mnu_ligne .select a b {
display:block;
padding:0 30px 0 15px; 
background:url(images/black_0.gif) right top;
}

#mnu_ligne .select li.line a b {
background:url(images/black_0a.gif) right top;
}

#mnu_ligne .select a:hover, 
#mnu_ligne .select li:hover a {
	background: url(images/black_1.gif);
	padding: 0 0 0 15px;
	cursor: pointer;
	color: white;
}

#mnu_ligne .select li.lrt a:hover, 
#mnu_ligne .select li.lrt:hover a {
background: url(images/black_1.gif); 
}

#mnu_ligne .select a:hover b, 
#mnu_ligne .select li:hover a b {
display:block; 
float:left;
padding:0 30px 0 15px; 
background:url(images/black_1.gif) right top; 
cursor:pointer;
}

#mnu_ligne .select li.line a:hover b, 
#mnu_ligne .select li.line:hover a b {
background:url(images/black_1a.gif) right top; 
}

#mnu_ligne .select li.lrt a:hover b, 
#mnu_ligne .select li.lrt:hover a b {
background:url(images/black_1.gif) right top; 
}

#mnu_ligne .select li.lrt a:hover b.arrow, 
#mnu_ligne .select li.lrt:hover a b.arrow {
background:url(images/black_1a.gif) right top; 
}

#mnu_ligne .sub {
position:absolute; left:-9999px; width:0;
}

/* IE6 only */
#mnu_ligne table {
border-collapse:collapse; 
margin:-1px -10px -1px -1px; 
font-size:1em; 
width:0; 
height:0;
}

#mnu_ligne .sub {
margin:0; 
padding:0;
list-style:none;
}

#mnu_ligne .sub li {background:transparent;}

#mnu_ligne .select :hover .sub {
	height: 25px;
	position: absolute;
	width: 100%;
	top: 35px;
	left: 0;
	text-align: center;
	background: url(images/fade.png);
	border-bottom: 1px solid silver;
}

#mnu_ligne .select :hover .rt li {float:right;}

#mnu_ligne .select :hover .sub li a 
{
	display: block;
	height: 25px;
	line-height: 22px;
	float: left;
	background: url(images/fade.png);
	padding: 0 16px;
	margin: 0;
	white-space: nowrap;
	color: black;
	font-size: 10px;
}

#mnu_ligne .select :hover .sub li.subline a {
	color: red;
}

#mnu_ligne .select :hover .sub li a:hover,
#mnu_ligne .select :hover .sub li:hover
{
	color: black;
	line-height: 20px;
	position: relative;
	background: url(images/fade.png) left bottom;
	background-color: white;
}

