/****************************************************
(adapted from pbase member Katanga's stylesheet            
 ****************************************************/
/****************************************************
     Modified by: Michael Martin
                  www.pbase.come/pinemikey
     Name:        pineskatanga
*****************************************************/
/****************************************************
     Modified by: Christian Girault (07-01-2010)
                  www.pbase.com/frenchkriss
     Name:        Frenchkriss
*****************************************************/

/* - Remove Pbase header - */
body table td a img { display:none;}
.thumbnails table img {display:none;}
table img {display:block;}
.display,.display img {display:block;}
.thumbnails table,.thumbnails table img, .display,p.small{ display: inline;} 
body div.galleryheader table td a img {display:inline;}

/* - Remove path, treepath, slideshow header - */
/* - (ligne à désactiver pour retrouver la fonction "EDIT GALLERY" */
TABLE { display: none ; }
.thumbnails TABLE, .image TABLE { display: inline ; }
td.titre-liens {
               border-width:1px;
               border-style:solid;
               border-color: rgb(255, 255, 255);
               color: rgb(204, 204, 255);
               width:50%; 
}
/* - Nécessaire pour conserver l'affichage des titres et des liens - */
table.table-titre-liens { display: block ;
               border-width:0px;
               border-style:solid;
               border-color: rgb(255, 255, 255);
               color: rgb(204, 204, 255);
               width:100%;
}

a, a:link,a:visited,a:active {
        color: rgb(204, 204, 255);
        text-decoration: none;
}
a:hover {
        color: rgb(95, 121, 216);
        text-decoration: none;
}
a:focus 
{ 
outline:0; 
}
a.thumbnail, a.thumbnail:link, a.thumbnail:visited, a.thumbnail:active {
     border-color:rgb(0, 0, 0);
     border-width:1px;
     border-style:solid;
     margin-bottom: -45px; 
     padding-top: 5px; 
     display: block; 
     color:white;
     background: rgb(41, 51, 61); 
     width: 172px; 
     height: 197px;
     filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); /* IE 6,7 */
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE 8 */
     -moz-opacity: 0.6; /* Mozilla */
     -khtml-opacity: 0.6; /* Safari */
     opacity: 0.6; /* Modern explorators */
}
a.thumbnail:hover            {
    border-color:rgb(95, 121, 216);
    border-width:1px;
    border-style:solid;
    margin-bottom: -45px; 
    padding-top: 5px; 
    display: block; 
    color: rgb(255, 255, 255);
    background: rgb(71, 81, 91); 
    width: 172px; 
    height: 197px; 
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); /* IE 6,7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
    -moz-opacity: 1; /* Mozilla */
    -khtml-opacity: 1; /* Safari */
    opacity: 1; /* Modern explorators */
}
body {
        margin-bottom: 20px;
        margin-top: 0px;
        background: rgb(51, 61, 71);
        scrollbar-face-color: rgb(115, 115, 115);
        scrollbar-shadow-color: rgb(95, 121, 216);
        scrollbar-highlight-color: rgb(204, 204, 255);
        scrollbar-3dlight-color: rgb(255, 255, 255);
        scrollbar-darkshadow-color: rgb(0, 0, 0);
        scrollbar-track-color:  rgb(65, 65, 65);
        scrollbar-arrow-color: rgb(204, 204, 255);
}
div,th,tr,table,font,li,ul,form,
blockquote,p,b,i,h1,h2,h3,h4,h5,font, center {
        border: 0px;
        color: rgb(121, 121, 131); 
/*        color: rgb(91, 91, 101); */
        font: 12px verdana, arial, sans-serif;
}
font {
        margin-left: 4px;
        margin-right: 4px;
        width: 170px;
        display: block;
        color: rgb(91, 91, 101);
        font: 9px Verdana, Tahoma, Helvetica, sans-serif;
        letter-spacing: 0px;
}
h1, h2 {
        border-bottom: rgb(95, 121, 216) 1px solid;
        border-top: rgb(95, 121, 216) 1px solid;
        border-left: 1px none;
        border-right: 1px none;
        margin-bottom: 1em;
        margin-top:1em;
        margin-left: -10px;
        margin-right: 0px;
        padding: 5px;
        width: 100%;
        display: block;
        background: rgb(0, 0, 0);
        color: rgb(204, 204, 255);
        font-size: 12px ;
        font-weight: normal;
        letter-spacing: 8px;
        text-align: center;
        height: 21px;
        position: relative;
        filter:
progid:DXImageTransform.Microsoft.gradient(gradientType=1,enabled='true',startColorstr
='#000000',endColorstr='#2D2D2D');
}
h3 {

        padding: 0px;
        width: 400px;
        display: block;
        background: rgb(40, 40, 40);
        color: rgb(204, 204, 255);
        font-size: 10px;
        font-family: sans-serif;
        font-weight: normal;
        letter-spacing: 0px;
        text-align: center;
}
h5 {
        padding-left: 2px;
        width: 150px;
        display: block;
        color: #FFFFCC;
        font: 9px sans-serif;
        filter:
progid:DXImageTransform.Microsoft.gradient(gradientType=1,enabled='true',startColorstr
='#000000',endColorstr='#2D2D2D');
}
i{
        border-bottom: rgb(0, 0, 0) 1px none;
        padding: 1px;
        background: rgb(51, 61, 71);
        font-size: 10px;
        font-family: sans-serif
        font-weight: normal;
}
img{
        border: rgb(0, 0, 0) 1px none;
}
img.thumbnail {
        border: rgb(0, 0, 0) 1px solid;
        margin: 0px;
        padding: 0px;
        background: rgb(45, 45, 45);
        vertical-align: middle;
}input {
        border: rgb(0, 0, 0) 1px solid;
}
table.table-titre-liens { display: table ; /* - Nécessaire pour conserver l'affichage des titres et des liens - */
               border-width:0px;
               border-style:solid;
               border-color: rgb(255, 255, 255);
               color: rgb(204, 204, 255);
               width:100%;
}
table.barre-menu { display: block ; /* - Nécessaire pour conserver l'affichage de la barre de menu - */
               border-width:0px;
               border-style:solid;
               border-color: rgb(255, 255, 255);
               color: rgb(204, 204, 255);
               width:100%;
}

table.thumbnail {
        width: 10%;
}
td {
        border: 1px none;
        background: none;
        border-collapse: collapse;
        empty-cells: show;
}
td.continent {
        font-style: italic;
        border: rgb(95, 121, 216) 1px solid;
        border-left: 1px none;
        border-right: 1px none;
        border-top: 1px none;
        padding-left: 12px;
        padding-right: 12px;
        text-align: center;
        background: rgb(51, 61, 71);
        width:50%;
}
td.langue {
        width:100%;
        float:left;
}
td.menu {
        width:50%;
}
td.menu a img {
        display: block ;
}

td.message_body {
        border-bottom: rgb(0, 0, 0) 1px dotted;
        border-left: 1px none;
        border-right: 1px none;
        border-top: 1px none;
        display: block;
        background: rgb(40, 40, 40);
}
td.titre {
        border: rgb(95, 121, 216) 1px solid;
        border-left: 1px none;
        border-right: 1px none;
        border-bottom: 1px none;
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
        padding-left: 0px;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 8px;
        text-align: right;
        background: rgb(51, 61, 71);
        color: rgb(204, 204, 255);
        width:100%;
        float:left;
}
td.thumbnail:link {
        color: rgb(204, 204, 255);
}

/* - Suppression du titre de la galerie fourni par Pbase - */
#page-1 h2 {display:none;
}
#imagecaption {
        color: rgb(95, 121, 216);
        font: 11px sans-serif;
        font-style: normal;
        margin-left:10em;
        margin-right:10em;
}
#inline_slideshow {
        display:inline;
}

.barre-invisible {
  display:inline;
}
.barre-menu {
        width: 100%;
        background: rgb(71, 81, 91); 
}
.camera{
        font-size: 10px;
        font-family: sans-serif;
        font-style: italic;
}.caption {
        color: rgb(95, 121, 216);
        font-size: 12px Verdana, Tahoma, Helvetica, sans-serif;
        font-style: italic;
}
.copyright {
        font-size: 11px;
        font-family: sans-serif;
        font-weight: normal;
        font-style: normal;
}
.date{
        font-size: 9px;
        font-family: sans-serif;
        font-style: normal;
}
.display {
        border: rgb(0, 0, 0) 1px solid;
        margin-top: 1em;
        background: rgb(0, 0, 0);
        filter:
progid:DXImageTransform.Microsoft.Shadow(color="#141414",Direction=135,Strength=5);
}
.galleryheader {
        margin-left:120px;
        margin-right:120px;
}
.gallery_comments {
        margin-bottom:13px;
}
.langue {
        font-size: 12px ;
        padding-right: 10px;
        text-align: right;
}

.lid{
        background: rgb(55, 55, 55);
        color: rgb(102, 102, 102);
        font: 10px sans-serif;
        text-decoration: none;
}
.location{
        font-size: 11px;
        padding: 2px;
        font-family: sans-serif;
        font-weight: normal;
        font-style: normal;
        background: rgb(41, 51, 61);
}
.menu {
        font-size: 12px ;
        padding-left: 10px;
        text-align: left;
}
.message_body {
        margin: 5px 5px 10px;
        color: rgb(204, 204, 255)
        font: 10px sans-serif;
}
.othersizes{
        font-size: 9px;
        font-family: sans-serif;
        font-weight: normal;
        font-style: italic;
}
.rectangle-bleu {
        background-color: rgb(95, 121, 216);
        border: rgb(95, 121, 216) 0px solid;
        width:2%;
}
.title{
        border-bottom: rgb(95, 121, 216) 1px solid;
        border-top: rgb(95, 121, 216) 1px solid;
        border-left: 1px none;
        border-right: 1px none;
        margin-bottom: 1em;
        margin-top:1em;
        background: rgb(0,0,0);
        font-size: 12px;
        font-family: sans-serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 4px
}
.sb{
        background: rgb(91, 91, 101);
        color: rgb(204, 204, 255);
        font: 10px sans-serif;
        text-decoration: none;
}

BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }


BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
