/* CSS Document */
h1#title {
position : absolute;
padding : 3px;
height : 20px;
margin-left: 380px;
padding-top: 40px;
}




div.gauche {

width :300px;
height : 400px;
float : left;
}

#support {
position:relative; 
 width:500px;
 height:500px;
 overflow:hidden; 
 
}


#thumbs-container {
margin-top:53px;


} 
#thumbs-container img, a { 
border:0px; 
text-decoration:none; 
padding:0px;
margin : 0;
}


#thumbs-container img { 
border : 1px solid #555;
margin-right: 5px;
margin-bottom: 5px;

}



#thumbs-container li {
display: inline;
list-style-type: none;

}

#image-container img {
border:1px solid #555; 
 margin-top :20px;
}
#caption-container {
display : block;
font-size: 11px; 
color:#333; 
letter-spacing:2px;
word-spacing:2px;
margin-left : 0;
width : 500px;
}



#caption * {
margin : 0;

}
#caption img {
border :1px solid #111;
margin-bottom : 5px;
}
#caption  p{
margin-bottom :20px;
width : 400px;
display : block;
}

.thumbUnSel {
filter:alpha(opacity=55);
-moz-opacity:.55;
opacity:.55;
}
.thumbSel {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
.thumbUnSel:hover {
filter:alpha(opacity=95);
-moz-opacity:.95;
opacity:.95;
}

#nav {
margin-top : 15px;
width : 250px;
font-size :10px;
letter-spacing : 1px;


}












