/* CSS Document */

#menu ul{
display:none;}

#menu_accueil ul{
display:none;}

a.vente_allume{
display:block;
float:left;
width:84px;
height:28px;
background-image:url(img/menu2/acheter_allume.gif);
background-repeat:no-repeat;
}
a.vente_eteint{
display:block;
float:left;
width:84px;
height:28px;
background-image:url(img/menu2/acheter_eteint.gif);
background-repeat:no-repeat;
}
a:hover.vente_eteint{
display:block;
float:left;
width:84px;
height:28px;
background-image:url(img/menu2/acheter_allume.gif);
background-repeat:no-repeat;
}

a.location_allume{
display:block;
float:left;
width:68px;
height:28px;
margin-left:37px;
background-image:url(img/menu2/louer_allume.gif);
background-repeat:no-repeat;
}
a.location_eteint{
display:block;
float:left;
width:68px;
height:28px;
margin-left:37px;
background-image:url(img/menu2/louer_eteint.gif);
background-repeat:no-repeat;
}
a:hover.location_eteint{
display:block;
float:left;
width:68px;
height:28px;
margin-left:37px;
background-image:url(img/menu2/louer_allume.gif);
background-repeat:no-repeat;
}

a.vendre_allume{
display:block;
float:left;
width:76px;
height:28px;
margin-left:37px;
background-image:url(img/menu2/vendre_allume.gif);
background-repeat:no-repeat;
}
a.vendre_eteint{
display:block;
float:left;
width:76px;
height:28px;
margin-left:37px;
background-image:url(img/menu2/vendre_eteint.gif);
background-repeat:no-repeat;
}
a:hover.vendre_eteint{
display:block;
float:left;
width:76px;
height:28px;
margin-left:37px;
background-image:url(img/menu2/vendre_allume.gif);
background-repeat:no-repeat;
}

a.gerer_allume{
display:block;
float:left;
width:69px;
height:28px;
margin-left:37px;
background-image:url(img/menu2/gerer_allume.gif);
background-repeat:no-repeat;
}
a.gerer_eteint{
display:block;
float:left;
width:69px;
height:28px;
margin-left:37px;
background-image:url(img/menu2/gerer_eteint.gif);
background-repeat:no-repeat;
}
a:hover.gerer_eteint{
display:block;
float:left;
width:69px;
height:28px;
margin-left:37px;
background-image:url(img/menu2/gerer_allume.gif);
background-repeat:no-repeat;
}

a.contact_allume{
display:block;
float:left;
width:83px;
height:28px;
margin-left:37px;
background-image:url(img/menu2/contact_allume.gif);
background-repeat:no-repeat;
}
a.contact_eteint{
display:block;
float:left;
width:83px;
height:28px;
margin-left:37px;
background-image:url(img/menu2/contact_eteint.gif);
background-repeat:no-repeat;
}
a:hover.contact_eteint{
display:block;
float:left;
width:83px;
height:28px;
margin-left:37px;
background-image:url(img/menu2/contact_allume.gif);
background-repeat:no-repeat;
}

#menu_vendre{
margin-left:226px;
border-left:1px solid #F08A00;
padding-left:10px;
font-weight:bold;
}

#menu_vendre a{
text-decoration:none;
color:#58585B;
}

#menu_vendre p{
padding-top:20px;
}

#menu_gerer{
margin-left:339px;
border-left:1px solid #F9B200;
padding-left:10px;
font-weight:bold;
}

#menu_gerer a{
text-decoration:none;
color:#58585B;
}

#menu_gerer p{
padding-top:20px;
}