	
#navigation li,#navigation2 li { 
	list-style-type: none;
	width:230px; 
	
}
#navigation,#navigation2 {
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#FFFFFF;
	width:230px;
}
#navigation a.head,#navigation2 a.head {
	/* IR181007 background:#760F13 url(/Images/deg_mgauche.jpg) top left no-repeat ; */
	background:#760F13 url(../Images/deg_mgauche.jpg) top left no-repeat ;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	height:20px;
	margin:0px;
	padding:0px;
	padding-top:5px;
	text-indent:30px;
	text-decoration: none;
	font-size:1.1em;
	border-bottom:1px solid #FFFFFF;
}
#navigation2 a.head {
	cursor:pointer;
}
#navigation a.head:hover,#navigation2 a.head:hover{
	color:#FFFF99;
}
#navigation a.selected,#navigation2 a.selected {
	/*background-image: url(expanded.gif);*/
	/*IR181007 background:#760F13 url(/Images/deg_mgauche2.jpg) top left no-repeat ; */
	background:#760F13 url(../Images/deg_mgauche2.jpg) top left no-repeat ; */
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	height:20px;
	margin:0px;
	padding:0px;
	padding-top:5px;
	text-indent:30px;
	text-decoration: none;
	font-size:1.1em;
	border-bottom:1px solid #FFFFFF;
}
#navigation a.selected:visited,#navigation2 a.selected:visited {
	color:#FFFFFF;
}
#navigation a.current,#navigation2 a.current {
	background-color:#FFFF99;
}
#navigation ul,#navigation2 ul {
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li,#navigation2 li {
	list-style:none outside none; display:inline;
}
#navigation li li a,#navigation2 li li a {
	color:#3E2F28;
	font-size:10pt ;
	display:block;
	text-indent:10px;
	text-decoration: none;
	padding:6px 0;
	border-bottom:1px solid #FFFFFF;
}
#navigation li li a span.inside,#navigation2 li li a span.inside {
	color:#000000;
	display:block;
	text-indent:30px;
	text-decoration: none;
	background:url(../Images/bullet.gif) 20px 5px no-repeat ;
}
#navigation li li a:hover,#navigation2 li li a:hover {
	background-color:#FFFF99;
	color:#FF0000;
}
.dotted_bot {
	margin-bottom:8px;
	border-bottom:1px dotted #710815 ;
}