/* CSS Document */

#menuhautfr {
margin: 0px;
height: 32px;
padding: 0px;

}
#menuhaut {


margin:0px;
height: 32px;
padding-left: 90px;
}



/* remove all the bullets, borders and padding from the default list styling */
#menuhaut ul {
padding:0;
margin:0;
list-style-type:none;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menuhauthaut positon */
#menuhaut li {
margin: 0px;
text-align: center;
float: left;
padding: 0px;
}
/* style the links for the top level */
#menuhaut a, #menuhaut a:visited {
font-size:10px;
text-decoration:none;
line-height:25px;
color: #669900;
display: block;
margin: 0px;
padding: 0px;
text-transform: uppercase;
}


#menuhautfr ul {
padding:0;
margin:0;
list-style-type:none;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menuhauthaut positon */
#menuhautfr li {
margin: 0px;
text-align: center;
float: left;
padding: 0px;
}
/* style the links for the top level */
#menuhautfr a, #menuhautfr a:visited {
font-size:10px;
text-decoration:none;
line-height:25px;
color: #669900;
display: block;
margin: 0px;
padding: 0px;
text-transform: uppercase;
}


/* MENU HAUT */
a.menuhaut1, a.menuhaut2, a.menuhaut3 , a.menuhaut4, a.menuhaut5, a.menuhaut6{
background-image: url(img/fond-menuhaut.gif);
display: block;
width: 100px;
margin: 0px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
background-repeat: no-repeat;
background-position: center top;
height: 25px;
}
a.menuhaut4 {
/*background-image: url(img/fond-menuhaut2.gif);*/
background-image: url(img/fond-menuhaut2_b.gif);
display: block;
width: 94px;
margin: 0px;
color : white !important;
background-repeat: no-repeat;
background-position: center top;
height: 25px;
padding: 0px;
}