		div#galerie
		{
			background: 		#333333;
			padding:			 25px 0 10px 100px;
			height:				700px;
		}		
		div#navig_photos
		{
			height:		20px;
		}
		div#navig_photos .bouton
		{
			display: 	block;	
			position: 	relative;
			float:		left;
			width: 		242px;
			background: #777;
			border: 	1px solid #888888;
			color:		#DDDDDD;
			text-decoration: none;
			font:  		small-caps 10px verdana;
			margin-right: 12px;
			text-align: center;
		}	
		div#navig_photos .bouton:hover
		{
			background: #999;
			border: 	1px solid #888888;
			color:		#EEEEEE;
		}
		ul#thumbnails
		{
			clear: 		both;
			height:		60px;
			list-style-type: none ;
			margin:		0;
			padding:	0;
		}		
		ul#thumbnails li
		{
			float: left ;
			margin:		0;
			padding:	0;
			margin-right: 4px;
			position: 	relative; 
			width: 		50px;
			height: 		34px;
			overflow: 	hidden;
			border: 	1px solid #dcb ;
		}	
		img.thumb
		{	
			width: 		125%;
			position: 	relative;
			left: 			-5px;
			top:			-10px;
		}
		dl#cadre
		{
			margin:		0;
			padding:	0;
			width: 500px;
			clear: both ;
		}
		dl#cadre dd
		{
			margin:		0;
			padding:	0;
			text-align: center;
		}
		
		dl#cadre dt
		{
			margin:		0;
			padding:	0;
			font: italic 2.5em/1.5em Georgia, serif ;
			color: #dcb ;
		}
