﻿#menu {
	width: 200px;
	float: left;
	margin-left: 20px;
	font-weight: bolder;
	z-index: 2;
	position: absolute;
	margin-top: 70px;
	font-family: "Book Antiqua";
}

.menu{
	background-repeat: repeat-x;
	padding-bottom: 1px;
	border-style: outset;
	border-width: 2px;
	border-color: #BD082B;
	background-color:rgb(228,233,239);
}


#menu ul { 
	width: 155px;
	list-style:none;
}

#menu ul ul {
	width: 200px;
	position:absolute;
	padding-left:0px;
	left:190px;
}

#menu ul li:hover {
	color:#9B0404;
}

#menu ul.niveau1 li.sousmenu:hover {
	background-image:url(img/fleche2.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#menu li ul.niveau2 { 
	list-style-type:none ; 
	list-style-image:none;
	display:none;

}

#menu ul.niveau2 li {
	width:100%;
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-color:black;
	margin-bottom:2px;
	padding-left:10px;
	padding-right:5px;
	background-color:rgb(228,233,239);
	text-align:left;
}

#menu li:hover ul.niveau2 {
	display:inline;
}
