/* Définition de règle */
@charset "iso-8859-1";

/* menu de gauche */

#menu_droit {
	width: 232px;
	position:absolute;
	z-index:10;
	top: 170px;
	left: 900px;
	font-size: 10px;
	color: #999999;
}

#menu_droit_liste {
	position:relative;
	width:232px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

#menu_droit_liste .menu_droit_titre {
	font-weight: bold;
	margin-left: 10px;
}

#menu_droit_liste ul {
	list-style-type: none;
	padding: 10px;
}

#menu_droit_liste li {
	list-style-type: none;
}

#menu_droit_liste a {
	text-decoration: none;
}

.menu_droit_article  a {
	font-size: 10px;
	color: #999999;
}



.menu_droit_listefoot {
	/*background-image: url(fichiers_habillage/subnav_footer.png);
	background-repeat: no-repeat;
	width:232px;
	height: 32px;
	position: absolute;*/
}
