@charset "utf-8";
/* CSS Document */
.menusandsearch{
width:750px; 
float:left;

}
.menu{
padding-left:120px;
margin:0px; 
height:25px; 
border:0px solid red;
}
.menu dl{
float:left;
padding-left:0px;
text-align:center;
margin:0px;
}
.menu dl a{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
text-decoration:none;
}
#menu1{
background-image:url(../images/accueil_blue.gif);
background-repeat:no-repeat;
width:94px;
height:22px;
padding-top:3px;
}
#menu2{
background-image:url(../images/Visite-guidee_blue.gif);
background-repeat:no-repeat;
width:106px;
height:22px;
padding-top:3px;
}
#menu3{
background-image:url(../images/Qui-sont-les-pros_blue.gif);
background-repeat:no-repeat;
width:136px;
height:22px;
padding-top:3px;
}
#menu4{
background-image:url(../images/Toutes-les-categories_blue.gif);
background-repeat:no-repeat;
width:166px;
height:22px;
padding-top:3px;
}
.menu_space{
background-image:url(../images/whitespace_menu.gif);
width:1px;
height:18px;
float:left;
}
.menu_space_sub{
background-image:url(../images/whitespace_menu.gif);
background-position:center;
width:1px;
height:28px;
background-repeat:no-repeat;
}
.subMenu{
display:none;
height:28px;
background-color:#ee7a2c;
clear:both;
padding-left:1px;
}
.subMenu dl{
padding-left:0px;
background-color:#ee7a2c;
margin:0px;
float:left;
}
.subMenu dt{
    height:21px;
    margin-bottom:1px;
    margin-top:1px;
    padding-left:7px;
    padding-right:7px;
    padding-top:5px;
    float:left;
}
.subMenu dl a{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
text-decoration:none;
color:#FFFFFF;
}
