@charset "utf-8";
/* Menu droulants */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
	height: 28px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size:0.9em;
	text-decoration:none;
	background-image: url(../images/images_template/virgule.png);
	background-repeat: no-repeat;
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#nav li a:hover{
	font-weight: bold;
}
#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	margin: 0;
	background: url(../images/images_template/bkgd_nav_item.gif) left top no-repeat ;
	}
#nav li:hover{
	background: url(../images/images_template/bkgd_nav_item.gif) right top no-repeat ;
		font-weight: bold;
}
#nav li ul.sol { /* second-level lists */
	background-image: url(../images/images_template/bkgd_f_menu_sol.png);
	width: 279px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul.prod { /* second-level lists */
	background-image: url(../images/images_template/bkgd_f_menu_produit.png);
	width: 199px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul.act, #nav li ul.cont { /* second-level lists */
	background-image: url(../images/images_template/bkgd_f_menu_cont.png);
	width: 199px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul.soc { /* second-level lists */
	background-image: url(../images/images_template/bkgd_f_menu_soc.png);
	width: 199px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul { /* second-level lists */
	position: absolute;
	background-image: url(../images/images_template/bkgd_f_menu.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 194px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul.sol li a { /* second-level lists */
	width: 245px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #404348;
	background-image: none;
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#nav li ul.prod li a, #nav li ul.act li a, #nav li ul.cont li a, #nav li ul.soc li a { /* second-level lists */
	width: 159px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #404348;
	background-image: none;
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 6px;
	padding-right: 17px;
	padding-bottom: 6px;
	padding-left: 12px;
}
#nav li ul li a { /* second-level lists */
	width: 170px;
	height: 15px;
	padding: 6px 12px 6px 12px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-weight: normal;
	font-size:0.8em;
	text-decoration:none;
	color:#404348;
	/*background: #555552; */
	float:none;
	margin:0px;
}
#nav li ul.prod li a:hover, #nav li ul.act li a:hover, #nav li ul.cont li a:hover, #nav li ul.soc li a:hover, #nav li ul.sol li a:hover { /* second-level lists */
	background-image: url(../images/images_template/bkgd_f_menu_item_produit_hov.png);
}
#nav li ul li a:hover { /* second-level lists */
	/*background: #999 ;*/
}
#nav li ul li.firstm { 
	margin-top:15px;
}
#nav li ul li { 
	float:none;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}




