        /*----------------------*/
        /* 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:990px;
			display: flex;
			background-color: white;				
			height: 128px;			
			z-index: 900;					
		}		






		MAIN {
			width: 100%;			
			float: left;
			background-color: white;		
			margin-right: -310px;
			clear: both;
			overflow: auto;				
		}
		
		
		
		
		
		
		FOOTER {
			display : table-row;	
			height: 100px;	
		}

		
		
		
		
		
		
		
		
		
        /*--------------------------------------------*/
        /* Contenu général de la page de navigation   */
        /*--------------------------------------------*/



        /*----------*/
        /* Sections */
        /*----------*/	
		.sections{
			width:1000px;			
		}





		
        /*-------------------------*/
        /* Nom du site touristique */
        /*-------------------------*/	
		.sections > h1 {
			font-family:Verdana; 
			font-size:3.05em;				
			font-style:italic;
			color:rgb(255,139,23);			
			text-align:center;	
			padding-bottom:12px;			
		}






        /*-------------------------------------------*/
        /* Zone de défilement automatique des photos */	
        /*-------------------------------------------*/		

        /* Syle de base de la galerie images Slidy 2  */
		#slidy-container { 
			width: 599px; 
			margin: 0 auto; 
			overflow: hidden;
		}






        /*----------------------------*/		
        /* Défilement auto des photos */
        /*----------------------------*/			
		.defilementphotos {
			width:600px;
			margin-top:15px;
			margin-left:200px;			
			margin-bottom:15px;
		}		







        /*------------------*/		
        /* Accès aux photos */
        /*------------------*/			
		.accesauxphotos {
			width:970px;
			margin-top:15px;
			margin-left:-12px;			
			margin-bottom:5px;
		}






        /*---------------------------*/
        /* Sujet du site touristique */
        /*---------------------------*/	
		.sections > p {	
			-webkit-text-size-adjust:100%;
			font-family: CharterITCStd;				
			font-size:1.80em;
			color: #1d1db;			
			text-align:left;			
			line-height:1.6;	
			padding:20px;
			margin-top:30px;			
			margin-left:17px;
			margin-right:17px;
			margin-bottom:5px;
			background-color:white;
			border: 1px solid #F2F2F2;			
			box-shadow: 1px 1px 1px #aaa;
			border-radius:10px;				
		}							
	

	
        /*---------------------------------*/
        /* Fenêtre modale sujet en anglais */
        /*---------------------------------*/	
		div#sujetenanglais {
			width:980px;
			font-family:arial;
			font-size:1.6em;			
			text-align:center;
			padding-bottom:0px;
			margin-left:10px;
			margin-right:10px;			
			margin-top:0px;
			margin-bottom:50px;
			background-color: rgb(255,255,255);
		}			






        /*--------------------*/
        /* Carte géographique */
        /*--------------------*/			
		div#cartegeographique{
			width:600px;
			margin-left:205px;
			margin-top:20px;			
			margin-bottom:20px;
		}		
	




