#village {position : relative}
#village img {display : block ; border : 0}
#village img.visuel { border : 1px solid #bbb }

.tipped {position : absolute ; cursor : pointer ; z-index: 1}
.tip {display: none ; padding : 6px 12px ; background : #fff ; border : 1px solid #666; width : 300px ; font : 11px Tahoma, Arial; z-index: 100 ; -moz-border-radius: 10px ; -webkit-border-radius: 10px ; -khtml-border-radius: 10px ; border-radius: 10px }
.tip .visuel {width : 100px ; float : right ; margin : 0 0 5px 5px}
.tip-title {display : none}
.tip .clear {clear : both ; height : 1px}
