@charset "iso-8859-1";
/* CSS Document */
body {
    width:800px;
}

div#menugauche {
    display:inline;
    width:140px;
    z-index: 110;
    position:relative;
    float:left;
    clear:both;
    border : 0.1em outset green; 
    margin: 0 10px 0 0;
    padding : 5px;
}

div#lieuxcentre {
    display:inline;
    position:relative;
}

div#googlemap {
    width:400px;
    height:400px;
    float:right;
    /*display:block;    */
    clear:left;   
}
div#lieuxcentre td {
    font:  1.2em/1.6em verdana;
    vertical-align: middle;
}
