        /*----------------------*/
        /* 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: white;				
			height: 128px;
			z-index: 900;					
		}		




	

		MAIN {
			width: 100%;			
			float: left;
			background-color: white;				
			clear: both;				
			overflow: auto;					
		}
		





		FOOTER {
			width:100%;
			display : table-row;	
			height: 100px;	
		}

		
		
		
		
		
		
		
		
		
        /*--------------------------------------------*/
        /* Contenu général de la page de navigation   */
        /*--------------------------------------------*/



        /*----------*/
        /* Sections */
        /*----------*/	
		.sections{
			width:350px;		
		}





		
        /*-------------------------*/
        /* Nom du site touristique */
        /*-------------------------*/	
		.sections > h1 {		
			font-family:Verdana; 
			font-size:2.15em;				
			font-style:italic;
			color:rgb(255,139,23);			
			text-align:center;
			padding-bottom:6.5px;				
		}






        /*------------------*/		
        /* Accès aux photos */
        /*------------------*/			
		.accesauxphotos {
			width:355px;
			margin-top:13px;		
			margin-bottom:5px;
		}	
		





        /*---------------------------*/
        /* Sujet du site touristique */
        /*---------------------------*/	
		.sections > p {			
			-webkit-text-size-adjust:100%;
			font-family: CharterITCStd;				
			font-size:1.20em;
			color: #1d1db;					
			text-align:left;			
			line-height : 1.4;	
			padding:10px;
			margin-top:20px;			
			margin-left:10px;
			margin-right:8px;
			margin-bottom:3px;			
			background-color:white;
			border: 1px solid #F2F2F2;			
			box-shadow: 1px 1px 1px #aaa;
			border-radius:10px;				
		}							



        /*---------------------------------*/
        /* Fenêtre modale sujet en anglais */
        /*---------------------------------*/	
		div#sujetenanglais {
			font-family:arial;
			font-size:1.6em;			
			text-align:center;
			padding-left:10px;
			padding-bottom:15px;
			margin-left:10px;
			margin-right:8px;			
			margin-top:0px;
			margin-bottom:35px;
			background-color: rgb(255,255,255);
		}








        /*--------------------*/
        /* Carte géographique */
        /*--------------------*/			
		div#cartegeographique{
			width:100%;
			margin-left:8px;
			margin-top:20px;			
			margin-bottom:20px;
		}		





