/* Gestion des sous menus */

#wrapper_sousmenu{
	position:relative;
	width:820px;
	margin: 4px auto 0;
	padding:0 10px;
	background:url(../img/fd_global.gif) no-repeat center 10px;
	text-align:left;
	overflow:visible;
	z-index:80;
}

#sousmenu{
	position:absolute;
	z-index:50;
	/*top:3px; // Modification pour IE & IE6
	left:6px;*/
	margin:0;
	padding:0;
	border:0px solid red;
	display: none;
}

#sousmenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	background-color:#fff;
	overflow:visible;
	z-index:50;
	list-style:none;
	padding:10px;
	width:205px;
	border:1px solid #999;
}
	#sousmenu li{
		background:url(../img/btn_fleche2.gif) no-repeat 0 0;
		padding:0 0 4px 20px;
		overflow:visible;
	}
		#sousmenu li:hover{
			background:url(../img/btn_fleche3.gif) no-repeat 0 0;
		}
	#sousmenu li.separateurs {
		background:url(../img/pointilles.gif) repeat-x 0 0;
		margin:0 0 0 20px;
		height:1px;
		line-height:0px;
		font-size:0%;
	}
		#sousmenu li.separateurs:hover{
			background:url(../img/pointilles.gif) repeat-x 0 0;
		}
	#sousmenu a{
		text-decoration:none;
		color:#5A6774;
	}
		#sousmenu a:hover{
			font-weight:bold;
		}

/* rep�re pointe */
#sousmenu .pointe{
	background:url(../img/pointe.gif) no-repeat 0 0;
	display:block;
	width:20px; height:11px;
	position:absolute;
	top:-10px;
	left:11px;
}

/* Liste des sous menus */
#smenu1{
	position:relative;
	margin-left:82px;
	border-top:4px solid #271B71;
	top:-8px;
}
	#smenu1 a:hover{
		color:#271B71;
	}
	#smenu1 li{
		background:url(../img/btn_fleche2_mauve.gif) no-repeat 0 0;
	}
		#smenu1 li:hover{
			background:url(../img/btn_fleche3_mauve.gif) no-repeat 0 0;
		}

#smenu2{
	position:relative;
	margin-left:159px;
	border-top:4px solid #0075BD;
	top:-8px;
}
	#smenu2 a:hover{
		color:#0075BD;
	}
	#smenu2 li{
		background:url(../img/btn_fleche2_bleu.gif) no-repeat 0 0;
	}
		#smenu2 li:hover{
			background:url(../img/btn_fleche3_bleu.gif) no-repeat 0 0;
		}
#smenu3{
	position:relative;
	margin-left:273px;
	border-top:4px solid #EE7820;
	top:-8px;
}
	#smenu3 a:hover{
		color:#EE7820;
	}
	#smenu3 li{
		background:url(../img/btn_fleche2_orange.gif) no-repeat 0 0;
	}
		#smenu3 li:hover{
			background:url(../img/btn_fleche3_orange.gif) no-repeat 0 0;
		}
#smenu4{
	position:relative;
	margin-left:358px;
	border-top:4px solid #D83234;
	top:-8px;
}
	#smenu4 a:hover{
		color:#D83234;
	}
	#smenu4 li{
		background:url(../img/btn_fleche2_rouge.gif) no-repeat 0 0;
	}
		#smenu4 li:hover{
			background:url(../img/btn_fleche3_rouge.gif) no-repeat 0 0;
		}

#smenu5{
	position:relative;
	margin-left:476px;
	border-top:4px solid #5F3B75;
	top:-8px;
}
	#smenu5 a:hover{
		color:#5F3B75;
	}
	#smenu5 li{
		background:url(../img/btn_fleche2_violet.gif) no-repeat 0 0;
	}
		#smenu5 li:hover{
			background:url(../img/btn_fleche3_violet.gif) no-repeat 0 0;
		}

#smenu6{
	position:relative;
	margin-left:572px;
	border-top:4px solid #90B631;
	top:-8px;
}
	#smenu6 a:hover{
		color:#90B631;
	}
	#smenu6 li{
		background:url(../img/btn_fleche2_vert.gif) no-repeat 0 0;
	}
		#smenu6 li:hover{
			background:url(../img/btn_fleche3_vert.gif) no-repeat 0 0;
		}

#smenu7{
	position:relative;
	margin-left:672px;
	border-top:4px solid #374634;
	top:-8px;
}
	#smenu7 a:hover{
		color:#374634;
	}
	#smenu7 li{
		background:url(../img/btn_fleche2.gif) no-repeat 0 0;
	}
		#smenu7 li:hover{
			background:url(../img/btn_fleche3.gif) no-repeat 0 0;
		}
