        /*--------------------------------*/
        /* 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: 130px;			
			z-index: 900;					
		}		






		MAIN {
			width: 100%;			
			float: left;
			background-color: #F3FFFF;
			clear: both;
			overflow: auto;				
		}
		
		
		
		


		FOOTER {
			display : table-row;
			height: 100px;			
		}		
	

		
		
		
		
		
		
		
		
        /*------------------------------------*/
        /* Contenu de la page de navigation   */
        /*------------------------------------*/


		
        /*---------------*/
        /* Titre général */
        /*---------------*/			
		div#titrethemedefilementauto{
			font-size:2.5em;			
			font-style:italic;
			font-weight:bold;			
			text-align:center;		
			color:#0000CD;
			padding:0.3em;					
		}	





		
		
		
		/*------------------------------------------------*/
        /* Sous-titre pour afficher la quantité de photos */
		/*------------------------------------------------*/	
		div#soustitrequantitephotos {
			color:black;
			font-family:Times New Roman;
			font-size: 1.3rem;	 			
			text-align : center;
			margin-left:15px;
			padding:0.4em;				
		}		




		/*-------------------------------*/
        /* Lien d'accès aux autres sites */
		/*-------------------------------*/	
		div#autressitestouristiques {
			color:black;
			font-family:Times New Roman;
			font-size: 1.95em;	 			
			text-align : left;
			margin-left:25px;
			padding:0.4em;				
		}		


				