        /*---------------------------------------*/
        /* Quantité et période prises de vue et  */
        /*---------------------------------------*/	
		.acces-aux-photos {
			width: 340px;
			font-family:Times New Roman; 
			font-size: 0.95em; 
			font-style:italic;
			font-weight:bold;
			text-align:center;			
			margin-left:5px;
			margin-bottom:15px;									
			clear: both;
			overflow: auto;	
			background-color: #CCFFFE;	
			border: 1px solid #F2F2F2;			
			box-shadow: 1px 1px 1px #aaa;
			border-radius:10px;			
		}
		
	




	
		
		/*-------------------------------------*/
        /* Style du Tableau d'accès aux photos */	
		/*-------------------------------------*/
		.tableauaccesauxphotos{
			position:relative;			
			height:200px;			
		
		}	



        /* Cellules du tableau */		
		.cellulestableauccesauxphotos{		
			width:155px;
			height:100px;			
			Padding-left:10px; 
			padding-top:18px;
			vertical-align:top;			
		}
		
		
		
		div#cellulestableauaccesauxphotos {
			align-items: center;		
			width: 100px;
			height: 100px;
			vertical-align:down;			
		}

		div#cellulestableauaccesauxphotostexte {
			position: relative;	
			align-items: left;			
			left:5px;	
			padding:3px;			
			width: 150px;			
			height: 30px;
			margin-top:4px;
			vertical-align:top;			
		}		
		
		 
		
		
		
		