        /*--------------------------------*/
        /* 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(242,242,242);			
		}

		
		
		HEADER {
			width:1000px;
			display: flex;
			height: 120px;			
			z-index: 900;					
		}		



		FOOTER {
			display : table-row;	
			height: 100px;				
		}	
		

		
		
		
		
		
		
		
		
        /*------------------------------------*/
        /* Contenu de la page de cartographie   */
        /*------------------------------------*/



        /*----------------------------*/
        /* Section du contenu général */
        /*----------------------------*/	
		SECTION {
			width: 100%;			
			float: left;
			background: #E0FFFF;			
			clear: both;
			overflow: auto;
		}
		
		
		
		
		
		
		
		
		
		
        /*---------------*/
        /* Titre général */
        /*---------------*/			
		div#titregeneral{
			font-family:Georgia;		
			font-size: 1.65rem;
			font-weight:bold;
			color:#0000cd;			
			text-align:left;
			line-height : 1.6;					
			padding:14px;	
			margin-bottom:8px;									
		}




		





        /*----------------------------------------*/
        /* Contenu sous-pages carte Région PACA   */
        /*----------------------------------------*/		
		div#contenusouspagecarteregionpaca {
			position:absolute;			
			width:995px;
			height:930px;
			background-color:#CCFFFF;
			border-width:1px;
			border-style:dotted;			
			border-color:black;
		}		










        /*---------------------------------------------*/
        /* Contenu sous-pages carte Bouches-du-Rhone   */
        /*---------------------------------------------*/		
		
		div#contenusouspagecartebouchesdurhone {
			position:absolute;					
			width:995px;
			height:800px;
			background-color:#CCFFFF;
			border-width:1px;
			border-style:dotted;			
			border-color:black;		
		}		










        /*-------------------------------------*/
        /* Contenu sous-pages carte Vaucluse   */
        /*-------------------------------------*/		
		div#contenusouspagecartevaucluse {
			width:995px;
			min-height:800px;
			background-color:#FFCCFF;
			border-width:1px;
			border-style:dotted;			
			border-color:black;
			position:absolute;				
		}










        /*--------------------------------*/
        /* Contenu sous-pages carte Var   */
        /*--------------------------------*/		
		
		div#contenusouspagecartevar {
			width:995px;
			min-height:800px;
			background-color:#CCFFFF;
			border-width:1px;
			border-style:dotted;			
			border-color:black;
			position:absolute;				
		}










        /*--------------------------------------------*/
        /* Contenu sous-pages carte Alpes-Maritimes   */
        /*--------------------------------------------*/		
		
		div#contenusouspagecartealpesmaritimes {
			width:995px;
			min-height:800px;
			background-color:#CCFFFF;
			border-width:1px;
			border-style:dotted;			
			border-color:black;
			position:absolute;				
		}			










        /*----------------------------------------------------*/
        /* Contenu sous-pages carte Alpes-de-Haute-Provence   */
        /*----------------------------------------------------*/		
		
		div#contenusouspagecartealpesdehauteprovence {
			width:995px;
			min-height:930px;
			background-color:#FFFFCC;
			border-width:1px;
			border-style:dotted;			
			border-color:black;
			position:absolute;				
		}		










        /*-----------------------------------------*/
        /* Contenu sous-pages carte Hautes-Alpes   */
        /*-----------------------------------------*/		
		
		div#contenusouspagecartehautesalpes {
			width:995px;
			min-height:800px;
			background-color:#FFFFCC;
			border-width:1px;
			border-style:dotted;			
			border-color:black;
			position:absolute;				
		}	










        /*----------------------------------*/
        /* Contenu sous-pages carte Drôme   */
        /*----------------------------------*/		
		
		div#contenusouspagecartedrome {
			width:995px;
			min-height:1250px;
			background-color:#FFFFCC;
			border-width:1px;
			border-style:dotted;			
			border-color:black;
			position:absolute;				
		}	










        /*------------------------------------*/
        /* Contenu sous-pages carte Ardèche   */
        /*------------------------------------*/		
		
		div#contenusouspagecarteardeche {
			width:995px;
			min-height:1145px;
			background-color:#A5FFC6;
			border-width:1px;
			border-style:dotted;			
			border-color:black;
			position:absolute;				
		}










        /*---------------------------------*/
        /* Contenu sous-pages carte Gard   */
        /*---------------------------------*/		
		
		div#contenusouspagecartegard {
			width:995px;
			min-height:900px;
			background-color:#CCFFFF;
			border-width:1px;
			border-style:dotted;			
			border-color:black;
			position:absolute;				
		}		


