@charset "UTF-8";
/* CSS Document */

#menu {
display:block;
float:right;
height:70px;
margin:0px;
padding-bottom:50px;
padding-left:0px;
padding-right:0px;
padding-top:80px;
}

#menu li {
display:block;
float:left;
height:70px;
list-style:none;
margin:0px;
padding:0px;
}

#menu li a {
display:block;
height:100%;
width:100%;
}

#menu #accueil {
background:url(../img/menu/accueil.jpg) no-repeat top;
width:109px;
}

#menu #entreprise {
background:url(../img/menu/entreprise.jpg) no-repeat top;
width:109px;
}

#menu #immeubles {
background:url(../img/menu/immeubles.jpg) no-repeat top;
width:124px;
}

#menu #references {
background:url(../img/menu/reference.jpg) no-repeat top;
width:108px;
}

#menu #contact {
background:url(../img/menu/contact.jpg) no-repeat top;
width:109px;
}
