/* block menu */
#menuGauche {
	position:relative;
	margin-top:50px;
	padding:0;
	width:159px; 
	height:100%;
}

/* -----------------------------------------------------
					Elements generaux
	-----------------------------------------------------*/
/* ensemble bouton menu + sous menu */
#menuGauche dl {
	clear: left;
	list-style-type: none;
	padding: 0; 
	margin:0; 
}

/* bouton menu */
#menuGauche dt {
	position:relative;
	clear:both;
	height:auto;
	padding: 0; 
	margin: 0; 
	border: 0;
}

/* sous menus*/
#menuGauche dd {
	position:relative;
	display:block;
	padding:0; 
	margin: 0;
	
}


/* -----------------------------------------------------
				aspect de chaque bouton menu
--------------------------------------------------------*/
	
	#menuGauche dt a {
		background-image:url(../img/puce_menu.gif);
		background-position:2px -2px;
		background-repeat:no-repeat;	
		display: block;
		width:147px;
		height:auto;
		text-decoration: none;
		color:#273C62;
		font-weight:bold;
		cursor:pointer;
		padding:3px 0 3px 12px;
		margin:5px 0;
		border:0;
	}
	
	#menuGauche dt a:hover, #menuGauche dt a.select {
		background-image:url(../img/puce_menu_over.gif);
		background-position:4px -2px;
		background-repeat:no-repeat;	
		background-color:#82A7CF;
		display: block;
		width:147px;
		height:auto;;
		padding:3px 0 3px 12px;
		margin:5px 0;
		border:0;
		color:#FFF;
	}
		
/* -----------------------------------------------------
						sous menu 
--------------------------------------------------------*/


/* liste dans les sous menus */
#menuGauche ul{
	margin:0;
	padding:0 0 0 15px;
	list-style-type:none;
}

/* aspect général des liste*/
#menuGauche li {
	margin:0; 
	padding:0;
	list-style-type: none;
}

/* aspect des liens dans les listes */
#menuGauche li a {
	color: #1D3258; 
	text-decoration: none;
}

#menuGauche li a:hover, #menuGauche li.select a {
	color: #fff; 
}

