/* Idel Menu de gauche */
/* CSS inspiré des tutoriels www.alsacreations.com/articles */

div#extension dl, div#extension dt, div#extension dd, div#extension ul
{
margin: 0;
padding: 0;
}
dl#menuLeft {
/*width: 15em;*/
}
dl#menuLeft dt {
	cursor: pointer;
	display					: block;
	font-weight				: bold;
	background-image		: url(/images/puce.gif);
	background-repeat		: no-repeat;
	margin					: 10px 0 10px 5px;
	padding					: 0 0 0 22px;	
	text-decoration		: none;
	height					: 20px;
	text-align				: left;
	vertical-align			: middle;
}
dl#menuLeft dd {
}

dl#menuLeft dt a, dl#menuLeft dt a:hover
{
	font-family				: verdana;
	font-size				: 12px;
	color						: black;
	padding					: 0 0 0 0;
	margin					: 0 0 0 0;
	text-decoration		: none;
}
li.menugauche, li.menugaucheSelect
{
	list-style-image		: url(/images/puce3.gif);
	list-style-position	: outside;
	margin					: 0 0 0 40px;
	padding					: 0;
	text-decoration		: none;
}
li.menugauche a, li.menugaucheSelect a
{
	font-family				: verdana;
	font-size				: 11px;
	color						: black ;
	padding					: 0 0 0 0;
	margin					: 0 0 0 0;
	text-decoration		: none;
}
li.menugauche a:hover
{
	color						: #7082C9;
	text-decoration		: none;
}
li.menugaucheSelect a
{
	font-weight				: bold;
	color						: #F0BB21;
	text-decoration		: none;
}

