﻿body {
	behavior: url(../../csshover.htc);
	background: url(fond.jpg) top left no-repeat;
}
div#menu {
width: 225px;
height: 1800px;

}
div#menu ul,li {
margin: 0;
padding: 0;

}
div#menu ul {
	padding: 4px 2px 1px 2px;
	position: absolute;
	top: 254px;
	left: 33px;
	width: 170px;
	/*background-color: #ffffff;
	letter-spacing:0.1em;*/
	font: 13px verdana, arial, sans-serif;
	font-weight: lighter;
	text-align: left;
	
}
div#menu ul li {
/*border-bottom: 1px solid;*/
position: relative;
list-style-type: none;
}
div#menu ul ul {
position: absolute;
top: -2px;
left: 170px;
display:none;

}

div#menu ul.niveau1 li.sousmenu:hover ul.niveau2,
div#menu ul.niveau2 li.sousmenu:hover ul.niveau3 {
display:block;
}
div#menu a {
font-size:13px;
font-weight : normal;
display: block;
border: 0px solid white;
padding: 0px 0 0 6px;
margin-top:-2px;
width: 168px;
height: 35px;
color: #e8e8f1;
line-height: 35px;
text-decoration: none;
background: url(bouton6.jpg) no-repeat 0px -35px;
}
div#menu a:hover {
font-size:13px;
color: #ffffff;
font-weight : normal;
background-position: 0px 0px;
}
