
#gal {
 color: white; 
 font-size: 10px; 
 font-family: Arial; 
 text-align: center; 
 cursor: default; 
 margin: 0 auto; 
 position: relative; 
 width: 350px; 
 height: 400px; 
 border: solid 0 #000 }
 
#gal ul{
list-style:none;
padding: 0px;
margin: 0px;
position: absolute;
top: 0px;
left: 0px;
text-align: center;
width: 100%;
}
#gal a {
text-decoration: none;
}
#gal a:hover {
background: none;
}
#gal a span {
display: none;
cursor: default;
}
/* position et hauteur des thumbs*/
#gal a img {
display: inline;
margin:0 5 0 5; 
border: 1px solid black ; 
position: relative;
height: 35px;
width: auto;
}
/*image projetée et du texte commentaire*/
#gal a:active span, #gal a:focus span  {
display: inline;
visibility: visible;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
background: transparent;
}
/* position image initiale*//* image projetée*/
#gal img, #gal a span img  { margin: 50px auto 0; width: auto; height: auto; border: solid 7px #8a8a8a }
/* position et caractéristiques du texte commentaire*/
#gal a textarea  { color: #900; font-size: 10px; font-family: Arial; background-color: transparent; text-align: left; cursor: default; margin: 250px auto 0; position: relative; height: 190px; overflow: hidden; border: solid 0 }
-->
</style>
