a:link       { color:#999999 }

.index_right          { font-size:12px; font-family:Times New Roman; color:#C0C0C0; text-align: 
               right}
.index_left          { font-size:12px; font-family:Times New Roman; color:#C0C0C0; text-align: 
               left}

.lien_tete   { font-family: Arial; font-size: 8pt; color: #808080 }

p            { color: #C0C0C0; font-size: 18pt; font-family: Times New Roman; font-weight: 
               bold }
a:visited    { color:#808080 }
a:active     { color:#800000 }

h1           { font-size:12px; font-family:Times New Roman; color:#C0C0C0; text-align: 
               justify; text-indent: 20 }
h2           { color:#999999; font-size:10pt; font-family:Verdana }
h3           { color:#C0C0C0; font-size:12pt; font-family:Tempus Sans ITC; font-style:italic }
h4           { color:#C0C0C0; font-family:Arial; font-size:18pt }
h5           { color:#999999; font-family:Arial; font-size:24pt }
h6           { color: #C0C0C0; font-family: Arial; font-size: 36pt }
span         { color:#C0C0C0; font-size:8pt; font-family: Arial;text-decoration: 
               underline }
table        {  }


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

:hover.thumbnail{
background-color: transparent;
}

:hover.thumbnail img{
border: 1px solid blue;
}


body {background-color:#000000;
	   scrollbar-face-color: #666666;
       scrollbar-shadow-color: #666666;
       scrollbar-highlight-color: #666666;
       scrollbar-3dlight-color: #000000;
       scrollbar-darkshadow-color: #000000;
       scrollbar-track-color: #000000;
       scrollbar-arrow-color: #000000;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

:hover.thumbnail span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}