body {
    color:#333;
    background-color:#fbfaf8;
    margin:20px;
    padding:0px;
    font:12px/20px verdana, arial, helvetica, sans-serif;
}

div {
    padding:5px 10px;
}

h1 {
    margin:0 0 0.5em 0;
    font-size:28px;
    font-weight:900;
    color:#aaa;
}

#title {
    padding:0;
}

h2 {
    margin:0 0 0.5em 0;
    color:#777;
}

h2.coords {
    margin:0 0 0.5em 0;
    color:#777;
}

.date {
    color:#000;
}

h3 {
    color:#999;
    margin:0 0 0.2em 0;
}

p {
    font:12px/20px verdana, arial, helvetica, sans-serif;
    margin:0 0 0.5em 0;
}

ul {
    font:12px/20px verdana, arial, helvetica, sans-serif;
    list-style-type: none;
    margin:0 0 .5em 0;
    padding: 0 0 0 0;
}

li {
    background-image: url(/img/arrow-anim.gif);
    background-repeat: no-repeat;
    background-position: 0 .7em;
    padding-left: .9em;
}

a:link {
    color:#555;
    font-weight:bold;
    text-decoration:none;
}

a:visited {
    color:#777;
}

a:hover {
    color:#333;
}

a:active {
    color:#aaa;
}

#navStyle a img {
    width: 52px;
    height: 40px;
    background: #f00;
    margin:2px;
    padding: 2px;
    border:1px solid black;
}

#navStyle a img:hover {
background: #000;
}

.content {
    position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width:auto;
    min-width:370px;
    margin:0px 190px 20px 170px;
    border:1px solid black;
    /* background-color:white; */
    padding:5px 10px 10px 10px;
    z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
    background: #fff;
}

img {
    border :0;
}

img.noshow {
    display:none;
}

#leftCol {
    position:absolute;
    width:150px;
    top:20px;
    left:20px;
    padding:0;
    z-index:2;
}

#navRealisations div {
    width: 128px;
}

#navRealisations {
    margin:0 0 20px 0;
    border:1px dashed black;
    background-color:#eee;
}

#navStyle {
    margin:0 0 20px 0;
    border:1px dashed black;
    background-color:#eee;
}

#navPhoto {
    background: url(/img/id-2016-170.jpg) top left no-repeat;
    text-align:center;
    position:absolute;
    width:170px;
    height:128px;
    top:20px;
    right:20px;
    border:1px solid black;
    background-color:#eee;
    padding:0;
    z-index:1;
}

#navPhoto p {
    padding:100px 0 0 0;
}

#navCoords {
    /* background-image: url(/img/logo.jpg); */
    background: #eee no-repeat fixed 0 0;
    border:1px dashed black;

    position:absolute;
    width:150px;
    top:172px;
    right:20px;
    padding:5px 10px 10px 10px;
    z-index:1;
}

.top {
    width:25px;
    height:25px;
    position:absolute;
    top:-2px;
    right:-2px;
    background: url(/img/uparrow.png) top right no-repeat;
}

#footer {
    position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width:auto;
    height:50px;
    min-width:370px;
    margin:0px 190px 20px 170px;
    border:1px solid black;
    background-color:white;
    /* padding:5px 10px 10px 10px; */
    z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
    text-align: center;
}

#galleries {
    display:none;
}
