@charset "windows-1252";
<!-- Source: 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 #990000;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
/*background-color: #910000;*/
padding: 5px;
/*left: -1000px;*/
border: 1px solid #990000;
visibility: hidden;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 300;  
margin-left: auto;
margin-right: auto;
/*left: 230px; position where enlarged image should offset horizontally */
z-index: 50;
}

.titre1 { 
	width: 790px;
	padding: 10px;
	height: auto;	
	margin-right: auto;	
	margin-left:auto;
	background-color: #910000;
	border: 1px solid #1c0001; 
	text-align: center;
}

.gauch {
	margin: 22px;
	float: left;
	width: auto;
	height: auto;  
	border: 0px solid #1c0001; 
}

.espace {
	margin: 6px;
	float: left;
	width: 40px;
	height: 60px;  
	border: 0px solid #1c0001; 
}
