/* CSS Document */
#menuhaut {
	margin: 0px;
	padding-top: 28px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* 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:right;
	margin: 0px;
	padding: 0px;
	width: 74px;
	text-align: center;
	background-image: url(../images/fond_menuhaut.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C7CBCC;

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

/* 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_01.gif);
	display: block;
	width: 104px;
	margin: 0px;
	padding: 0px;
}
a.menuhaut1:hover {
background-image: url(../images/menu_roll_01.gif);
}

a.menuhaut2 {
	background-image: url(../images/menu_02.gif);
	display: block;
	width: 109px;
	margin: 0px;
	padding: 0px;
}
a.menuhaut2:hover {
background-image: url(../images/menu_roll_02.gif);
}
a.menuhaut3 {
	background-image: url(../images/menu_03.gif);
	display: block;
	width: 108px;
	margin: 0px;
	padding: 0px;
}
a.menuhaut3:hover {
background-image: url(../images/menu_roll_03.gif);
}
a.menuhaut4 {
background-image: url(../images/menu_04.gif);
display: block;
width: 107px;
}
a.menuhaut4:hover {
background-image: url(../images/menu_roll_04.gif);
}
a.menuhaut5 {
background-image: url(../images/menu_05.gif);
display: block;
width: 108px;
}
a.menuhaut5:hover {
background-image: url(../images/menu_roll_05.gif);
}
a.menuhaut6 {
background-image: url(../images/menu_06.gif);
display: block;
width: 108px;
}
a.menuhaut6:hover {
background-image: url(../images/menu_roll_06.gif);
}
a.menuhaut7 {
background-image: url(../images/menu_07.gif);
display: block;
width: 120px;
}
a.menuhaut7:hover {
background-image: url(../images/menu_roll_07.gif);
}
