/* IE6 css fixer v0.7: Mon, 15 Feb 2010 19:54:00 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add zoom:1 to pos:relative elements */
ul#menu1 li {zoom:1;}

@charset "utf-8";
/* CSS Document */


ul#menu1{
	margin:0;
	padding:0;
	text-decoration:none;
	list-style-type:none;
	width:215px;
	font-weight:300;
	background-image: url(fond_liste.gif);

}
ul#menu1 li{
	position:relative;
	width:200px;
	background-image:url('left_nav_head_bg.gif');
	background-repeat:repeat-x;
	padding:0 0 0 15px;
}



#menu1 li a{
	font-size:14px;
	line-height:30px;
	color:#0c6393;
	text-decoration:none;
	margin-left: 8px;
	font-weight: bold;
}


#menu1 li a:hover{
	font-weight:bold;
}
#menu1 li ul{
padding:6px 0 6px 0;
list-style-type:none;
}
#menu1 li li{
background-image:none;
padding:0;
}
#menu1 li li a{
font-size:12px;
height:24px;
text-decoration:none;
line-height:24px;

}
#menu1 li li a:hover{
font-size:12px;
height:24px;
text-decoration:none;
line-height:24px;
padding-left:6px;
font-weight:bold;
}
