/* CSS Document */
#menuhaut {
	margin: 0px;
	width: 655px;
	height: 35px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 36px;
	background-image: url(../images/fond_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* remove all the bullets, borders and padding from the default list styling */
#menuhaut ul {
padding:0;
margin:0;
list-style-type:none;

}
#menuhaut ul ul {
	margin: 0px;
	padding: 0px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menuhauthaut positon */
#menuhaut li {
float:left;
margin: 0px;
padding: 0px;

}
/* style the links for the top level */
#menuhaut a, #menuhaut a:visited {
display:block;
font-size:11px;
text-decoration:none;
line-height:20px;
width: auto;
}

/* style the second level background */
#menuhautul ul a.drop, #menuhaut ul ul a.drop:visited {

}
/* style the second level hover */
#menuhaut ul ul a.drop:hover{
}
#menuhaut ul ul :hover > a.drop {
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menuhaut ul ul {
visibility:hidden;
position:absolute;
height:0;
margin-top:-8px;
margin-left:0;
width:130px
}
/* another hack for IE5.5 */
* html #menuhaut ul ul {
margin-top:33px;
margin-left:-73px;
}

/* position the third level flyout menuhauthaut */
#menuhaut ul ul ul{
margin-left:110px; 
margin-top:0;
width:110px;
}
/* position the third level flyout menuhauthaut for a left flyout */
#annuairemenuhaut ul ul ul {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menuhaut table {position:absolute; margin-top:0; margin-left:-20;}
* html #menuhaut ul ul a{
width:80px;
}

/* make the second level visible when hover on first level list OR link */
#menuhaut ul li:hover ul,
#menuhaut ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#menuhaut ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#menuhaut ul :hover ul :hover ul{ 
visibility:visible;
}
/* MENU HAUT */
a.menuhaut1 {
	background-image: url(../images/menu_02.gif);
	display: block;
	width: 74px;
	margin: 0px;
	padding: 0px;
}
a.menuhaut1:hover {
background-image: url(../images/menuroll_02.gif);
}
a.menuhaut2 {
	background-image: url(../images/menu_03.gif);
	display: block;
	width: 97px;
	margin: 0px;
	padding: 0px;
}
a.menuhaut2:hover {
background-image: url(../images/menuroll_03.gif);
}
a.menuhaut3 {
	background-image: url(../images/menu_04.gif);
	display: block;
	width: 95px;
	margin: 0px;
	padding: 0px;
}
a.menuhaut3:hover {
background-image: url(../images/menuroll_04.gif);
}
a.menuhaut4 {
	background-image: url(../images/menu_05.gif);
	display: block;
	width: 109px;
}
a.menuhaut4:hover {
background-image: url(../images/menuroll_05.gif);
}
a.menuhaut5 {
	background-image: url(../images/menu_06.gif);
	display: block;
	width: 66px;
}
a.menuhaut5:hover {
background-image: url(../images/menuroll_06.gif);
}
a.menuhaut6 {
	background-image: url(../images/menu_07.gif);
	display: block;
	width: 77px;
}
a.menuhaut6:hover {
background-image: url(../images/menuroll_07.gif);
}
a.menuhaut7 {
	background-image: url(../images/menu_08.gif);
	display: block;
	width: 137px;
}
a.menuhaut7:hover {
background-image: url(../images/menuroll_08.gif);
}
