@charset "utf-8";
/* CSS Document */

.gallerycadre {
	position:absolute;
		background-color: #7f7f7f;
		background-image:url(../img/cadregallery.png);
		 width:400px;
	 height:315px;
}

.dessins {
	 position:absolute;
	 top:205px;
     left:157px;
	 width:55px;
	 height:9px;
	 }
	  
.peintures {
	 position:absolute;
	 top:205px;
     left:237px;
	 width:81px;
	 height:10px;
}
	  
.photos {
	 position:absolute;
	 top:205px;
     left:345px;
	 width:51px;
	 height:9px;
}

.containeur{
	position:absolute;
	top:240px;
    left:280px;
	width: 420px;
	margin: 5px;
	padding: 15px;
	height:305px;
	
}

/* jQuery lightBox plugin - Gallery style */
#gallery {
	
		padding: 5px;
		width: 410px;
        height:305px;
		overflow:auto;
		overflow-x: hidden;
	}
		
	#gallery ul {
		list-style: none; 
	}
	
	#gallery img {
		border-color:#000000;
		border-style:solid;
		border-width:3px;
		}
	
	#gallery ul li {
		display: inline; 
		margin:10px;
		}
		
	#gallery ul a:hover img {
		border-color:#fbf9e4;
		border-style:solid;
		border-width:3px;
	}
	
	#gallery ul a:hover { 
	color: #fff; 
	}



