        /*---------------------------------------*/
        /* Quantité et période prises de vue et  */
        /*---------------------------------------*/	
		.acces-aux-photos {
			width: 980px;
			font-family:Times New Roman; 
			font-size: 1.6em; 
			font-style:italic;
			font-weight:bold;
			text-align:center;			
			margin-left:10px;
			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:300px;			
		
		}	



        /* Cellules du tableau */		
		.cellulestableauccesauxphotos{		
			width:320px;
			height:220px;			
			Padding-left:10px; 
			padding-top:18px;
			vertical-align:top;			
		}
		
		
		
		div#cellulestableauaccesauxphotos {
			align-items: center;		
			width: 300px;
			height: 200px;
			vertical-align:down;			
		}

		div#cellulestableauaccesauxphotostexte {
			position: relative;	
			align-items: left;			
			left:5px;	
			padding:3px;			
			width: 300px;			
			height: 40px;
			margin-top:4px;
			vertical-align:top;			
		}		
		
		 
		
		
		
		