        /*----------------------*/
        /* Corps de la page web */
        /*----------------------*/

 		HTML {
			width:auto;
			margin: 0 auto; 
			padding: 0;
		}






		BODY {
			width:100%;
			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:100%;
			display: flex;
			background-color: #F3FFFF;			
			height: 128px;
			z-index: 900;					
		}		






		MAIN {
			width: 100%;			
			float: left;
			clear: both;
			background-color: #F3FFFF;				
			overflow: auto;					
		}
		





		FOOTER {
			width:100%;
			display : table-row;	
			height: 100px;	
		}

		
		
		
		
		
		
		
		
		
        /*--------------------------------------------*/
        /* Contenu général de la page de navigation   */
        /*--------------------------------------------*/



        /*---------------*/
        /* Titre général */
        /*---------------*/			
		div#titrethemedefilementauto{
			font-size:1.2em;			
			font-style:italic;
			font-weight:bold;			
			text-align:center;		
			color:#0000CD;
			padding:0.3em;					
		}	
		
		


        /*----------*/
        /* Sections */
        /*----------*/	
		.sections{
			width:350px;		
		}


		
        /*-------------------------*/
        /* Nom du theme des photos */
        /*-------------------------*/	
		.sections > h1 {		
			font-family:Tahoma; 
			font-size:1.70em;				
			font-style:italic;
			color:#0000cd;			
			text-align:center;				
		}





		/*------------------------------------------------*/
        /* Sous-titre pour afficher la quantité de photos */
		/*------------------------------------------------*/	
		div#soustitrequantitephotos {
			color:black;
			font-family:Times New Roman;
			font-size: 1.25em;	 			
			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.35em;	 			
			text-align : left;
			margin-left:13px;
			padding:0.4em;				
		}	



