#menu_tarifs
{
	height: 21px; /* .::. HAUTEUR DU MENU .::. */
	width: 100%;
	background: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
}

#text_deroulant
{
	text-align: center;
}

/* .::. MENU TARIFS .::. */
#nav, #nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em; 
}

#nav a
{
	display: block;
	padding: 0px 5px;
	/*border: 1px solid #000000;*/
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

#nav a:hover
{
	background-color: #FFFFFF;
	color: #000000;
}

#nav li
{
	float: left;
	position: relative;
	cursor: pointer;
}

#nav ul 
{
	position: absolute;
	display: none;
	width: 12em;
	top: 1.5em;
}

#nav li ul a
{
	width: 12em;
	height: auto;
	float: left;
}

#nav ul ul
{
	top: auto;
}	

#nav li ul ul 
{
	left: 12em;
	margin: 0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul
{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul
{
	display:block;
}