

/* CSS Document MENU IE */
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* *********************************************** MENU *********************************************** */
#menurouge {
	cursor: pointer;
	/*position: relative;*/
	top: 0;
	left: 0;
	/*border-top: 1px solid #999999; */border-bottom:0px; border-left:0px; border-right:0px;
}

/* *********************************************** MENU / DL *********************************************** */
#menurouge dl{
	border-top: 1px solid #999999; border-bottom:0px; border-left:0px; border-right:0px;
}

/* *********************************************** MENU /DL / DT *********************************************** */
#menurouge dt {
	min-height: 20px;
	text-align: center;
	color:#FFF;
	border-bottom: 1px solid #999999; border-top:0px; border-left:0px; border-right:0px;
	background:  firebrick;
	font-family: verdana, arial, sans-serif;
}

#menurouge dt.blanc {
	height: 5px;
	border-bottom: 1px solid #999999;
	background: #FFFFFF;
}
#menurouge dt a, #menurouge dt a:link {
	color:#fff;
	text-decoration: none;
}

#menurouge dt a:hover {
	color:#66CCFF;
	/*background: #eee;*/
}

/* *********************************************** MENU / DL / DT / DD *********************************************** */
#menurouge dd {
	border-bottom: 1px solid #999999; border-top:0px; border-left:0px; border-right:0px;
}

/* *********************************************** MENU / DL / DT / DD / UL / LI *********************************************** */
#menurouge li {
	text-align: left;
	background-color:#999;
	padding-left:5px;
	font-family: verdana, arial, sans-serif;
	font-size:x-small;
	min-height:15px;
}
#menurouge li.class3{
	background-color:#eee;
}

#menurouge li a{
	color:#FFF;
	text-decoration: none;
	border:0px;
}
#menurouge li a:visited{
	color:#FFF;
	text-decoration: none;
	border:0px;
}

#menurouge li.class3 a:link, #menurouge li.class3 a:visited, #menurouge li.class3 a:hover{
	color:#003366;
}
#menurouge li a:hover {
	color:firebrick;
}

