/*DEBUT:Positionnement du menu*/
#Liste {
	display : block;
	
	width : 180px;
	
	margin : 0px;
	padding : 0px;
	
	z-index : 250;
}

/* configuration des listes */
#Liste ul {
	display : block;
	
	width : 180px;
	
	margin : 0px;
	padding : 0px;
	
	border-style : solid;
	border-width : 0px 1px 1px 1px;
	border-color : #555555;
}

/* Etat de depart des sous-menus */
#Liste ul li ul {
	visibility : hidden;
	position : absolute; 
	top : auto;
	left : auto;
	
	margin : -10px 0px 0px 150px;
	
	background-color : #ffffff;
}

/* Comportement des ancres */
#Liste a {
	display : block;
	width : 170px;
	
	margin : 0px; 
	padding : 4px 6px 4px 4px;
	
	border-style : solid;
	border-width : 1px 0px 0px 0px;
	border-color : #555555;
	
	background-color : #cc0033;
	color : #ffffff;
	
	text-align : left;
	font-weight : bold;
	text-decoration : none;
	font-size : 12px;
}
#Liste a.ListeIndicateur {
	background-color : #990000;
	background-image : url(../images/indicateur.gif);
	background-repeat : no-repeat;
	background-position : right center;
}
#Liste a:hover {
    background-color : #ff0000;
	color : #ffffff;
}

/* Positionnement des conteneurs */
#Liste li {
	display : inline;
	float : none;
	
	width : 180px;
	height : auto;
	
	margin : 0px;
	padding : 0px;
	
	list-style : none;
}
#Liste li li {
	display : block;
	float : none;
}

/* Recherche */
#Liste .recherche {
	border-width : 0px;
	
	background-color : #ffffff;
}
#Liste .recherche table  {
	width : 178px;
	
	margin : 1px;
	padding : 2px;
	
	border-style : solid;
	border-color : #999999;
	border-width : 1px;
	
	background-color : #eeeeee;
}
