        /*--------------------------------*/
        /* Corps de la page web            */
        /*--------------------------------*/

		HTML {
			height: 100%;
			margin: 0 auto; 
			padding: 0;
		}






		BODY {
			width:1000px;
			display : table;		
			height: 100%;
			margin: 0 auto; 
			padding: 0;
			font-size: 13px;		
			background-color: rgb(255,255,255);
		}

		



		img,
		table,
		td,
		blockquote,
		code,
		pre,
		textarea,
		input,
		iframe,
		object,
		embed,
		video {
			max-width: 100%;
		}





		
		HEADER {
			width:1000px;
			display: flex;
			background-color: #F3FFFF;
			height: 158px;			
			z-index: 900;					
		}		






		MAIN {
			width: 100%;			
			float: left;
			background-color: #F3FFFF;	
			clear: both;
			overflow: auto;				
		}



		


		FOOTER {
			display : table-row;
			height: 100px;			
		}

		
		
		
		
		
		
		
		
		
        /*--------------------------------------------*/
        /* Contenu général de la page de navigation   */
        /*--------------------------------------------*/



        /*----------*/
        /* Sections */
        /*----------*/	
		.sections{
			width:1000px;			
		}
				
        /*---------------*/
        /* Titre général */
        /*---------------*/			
		.sections > h1 {
			font-family:Times New Roman;		
			font-size:3.55em;
			font-style:italic;
			font-weight:bold;			
			text-align:center;		
			color:#0000CD;	
		}			










        /*------------------*/		
        /* Accès aux photos */	
        /*------------------*/		
		.accesauxphotos {
			width:1000px;
			padding:6px;
			margin-top:-15px;
			margin-bottom:15px;			
		}
		









        /*-----------------*/
        /* Tableau général */
        /*-----------------*/	
		.tableaugeneralgaleriezonesgeos {
			vertical-align: top; 
			margin-left:6px;
			margin-top:0px;			
			Padding-bottom: 8px;			
		}

        /*---------------------*/
        /* Cellules du tableau */
        /*---------------------*/	
		.tableaugeneralgaleriezonesgeos td {
			width:330px;			
			Padding: 10px; 
			vertical-align:top;				
		}
		