/* ====================================================================
MENUMAISON LAYOUT
-------------------------------------------------------------------- */

#menumaison {
position: relative;
width : 500px;
height: 400px;
margin: auto;
background: url(../images/menumaison54.jpg) center no-repeat;
border:0px solid green;
}



#zone1 {
position: absolute;
width : 100px;
height: 30px;
left: 70px;
top: 60px;
border: 0px dotted white;
}
#zone2 {
position: absolute;
width : 100px;
height: 30px;
left: 70px;
top: 90px;
border: 0px solid white;
}
#zone3 {
position: absolute;
width : 130px;
height: 30px;
left: 20px;
top: 110px;
border: 0px dotted white;
}
#zone4 {
position: absolute;
width : 130px;
height: 50px;
left: 20px;
top: 140px;
border: 0px dotted white;
}
#zone5 {
position: absolute;
width : 60px;
height: 40px;
left: 190px;
top: 80px;
border: 0px dotted white;
}
#zone6 {
position: absolute;
width : 90px;
height: 50px;
left: 270px;
top: 70px;
border: 0px dotted white;
}
#zone7 {
position: absolute;
width : 80px;
height: 40px;
left: 330px;
top: 130px;
border: 0px dotted white;
}
#zone8 {
position: absolute;
width : 50px;
height: 80px;
left: 280px;
top: 170px;
border: 0px dotted white;
}
#zone9 {
position: absolute;
width : 60px;
height: 60px;
left: 330px;
top: 170px;
border: 0px dotted white;
}
#zone10 {
position: absolute;
width : 40px;
height: 60px;
left: 160px;
top: 130px;
border: 0px dotted white;
}
#zone11 {
position: absolute;
width : 60px;
height: 140px;
left: 320px;
top: 240px;
border: 0px dotted white;
}
#zone12 {
position: absolute;
width : 60px;
height: 140px;
left: 100px;
top: 240px;
border: 0px dotted white;
}
#zone13 {
position: absolute;
width : 90px;
height: 20px;
left: 200px;
top: 130px;
border: 0px dotted white;
}

/* image hover */

#zone1:hover {
position: absolute;
width : 100px;
height: 30px;
left: 70px;
top: 60px;
border: 0px solid white;
background: transparent url(../images/imag1.jpg) top no-repeat;
z-index: 100;
}
#zone2:hover {
position: absolute;
width : 100px;
height: 30px;
left: 70px;
top: 90px;
border: 0px solid white;
background: transparent url(../images/imag2.jpg) top no-repeat;
z-index: 100;
}
#zone3:hover {
position: absolute;
width : 130px;
height: 30px;
left: 20px;
top: 110px;
border: 0px solid white;
background: transparent url(../images/imag3.jpg) top no-repeat;
z-index: 100;
}
#zone4:hover {
position: absolute;
width : 130px;
height: 50px;
left: 20px;
top: 140px;
border: 0px solid white;
background: transparent url(../images/imag4.jpg) top no-repeat;
z-index: 100;
}
#zone5:hover {
position: absolute;
width : 60px;
height: 40px;
left: 190px;
top: 80px;
border: 0px solid white;
background: transparent url(../images/imag5.jpg) center no-repeat;
z-index: 100;
}
#zone6:hover {
position: absolute;
width : 90px;
height: 50px;
left: 270px;
top: 70px;
border: 0px solid white;
background: transparent url(../images/imag6.jpg) top no-repeat;
z-index: 100;
}
#zone7:hover {
position: absolute;
width : 80px;
height: 40px;
left: 330px;
top: 130px;
border: 0px solid white;
background: transparent url(../images/imag7.jpg) top no-repeat;
z-index: 100;
}
#zone8:hover {
position: absolute;
width : 50px;
height: 80px;
left: 280px;
top: 170px;
border: 0px solid white;
background: transparent url(../images/imag8.jpg) top no-repeat;
z-index: 100;
}
#zone9:hover {
position: absolute;
width : 60px;
height: 60px;
left: 330px;
top: 170px;
border: 0px solid white;
background: transparent url(../images/imag9.jpg) top no-repeat;
z-index: 100;
}
#zone10:hover {
position: absolute;
width : 40px;
height: 60px;
left: 160px;
top: 130px;
border: 0px solid white;
background: transparent url(../images/imag10.jpg) top no-repeat;
z-index: 100;
}
#zone11:hover {
position: absolute;
width : 60px;
height: 140px;
left: 320px;
top: 240px;
border: 0px solid white;
background: transparent url(../images/imag11.jpg) top no-repeat;
z-index: 100;
}
#zone12:hover {
position: absolute;
width : 60px;
height: 140px;
left: 100px;
top: 240px;
border: 0px solid white;
background: transparent url(../images/imag12.jpg) top no-repeat;
z-index: 100;
}
#zone13:hover {
position: absolute;
width : 90px;
height: 20px;
left: 200px;
top: 130px;
border: 0px solid white;
background: transparent url(../images/imag1b.jpg) top no-repeat;
z-index: 100;
}


