/* xxxxxxxxxxxxxxxxxxxx MENU DYNAMIQUE xxxxxxxxxxxxxxxxxxxxx */

#navigation div h3 a{
	color: #ff1942;
}

#navigation h3 {
	display: block;
	padding: 0px 0 0px 10px;
	margin:0;
	font-size: 12px;
	font-weight: bold;
}

/* ---------------------------- NAVIGATION ----------------------------------*/

	#navigation {
		list-style: none;
		margin: 0 1px 0px 2px;;
		padding: 0;
		/*background: url(/templates/01/images/hline-dot-l.gif) repeat-x left bottom;*/
		}
		
/* Sous-rubrique */
	#navigation div.level1 {
		font-weight:bold;
		margin: 0 0 0 0px;
		}

/* Article */
	#navigation div.level2 {
		font-size:95%;
		}

	#navigation div.level2 {
		margin: 0 0 0 0px;
		}

	#navigation div.toggles{
		padding: 6px 0 3px 0;
		margin:1px 0 0 0;
		display:block;
		width: 165px;	
		background: url(/doc/images_site/interface/background-menu-gauche.png) no-repeat;
		/*margin-left: 2px;*/
		}
	#navigation div.articles a {padding: 3px 0;display:block}

#navigation div.level2 {border:1px solid #ccc;margin:0 0 0px 0;}
#navigation div.bSel {border:1px solid #ccc;margin:0; }


#navigation div a {
	padding: 5px 10px;
	/*background: url(/templates/01/images/hline-dot-l.gif) repeat-x left top;*/
	/*float: left;*/
	/*width: 120px;*/
	font-weight:bold;
}


/*#navigation div a:hover, #navigation div.mSel {*/
#navigation div.mSel {
	background: url(/doc/images_site/interface/background-menu-gauche.png) no-repeat;
	color: #FFF;
	padding: 5px 0 3px 0;
	margin:1px 0 0 0;
	/*margin-left: 2px;*/

}

#navigation div.mSel a {
	font-weight: bold;
	color: #FFF;
}

#navigation div.articles a {
	font-size: 11px;
	padding: 3px 10px 3px 15px;
	color: #000;
	font-weight: normal;
	background-image: none;
	/*background: url(/templates/01/images/puce.gif) no-repeat 0 8px;
	/*width: auto;*/
}

#navigation div.articles a:hover {
	text-decoration: none;
	background: url(/doc/images_site/interface/arrow.png) no-repeat 3px 5px;
	color: #000;
	text-decoration: none;
}

#navigation div.aSel a {
	font-weight:bold;
	background: url(/doc/images_site/interface/arrow.png) no-repeat 3px 5px;
	color:#000;
}

