

		/*----------------*/
        /* TITRE GENERALE */	
		/*----------------*/		
		.titresitesvoisins
		{
			width:340px;
			font-family:Georgia; 
			font-size: 1.35em; 
			font-style:italic;
			text-align:center;			
			border-top: 1px solid gray;
			padding-top:10px;
			padding-left:10px;
			padding-bottom:10px;
			margin-left:6px;
			margin-bottom:6px;
			background-color:rgb(0,249,249);			
		}










		/*---------------*/
        /* ZONE GENERALE */	
		/*---------------*/		
		.zonegeneralesitesvoisins
		{
			width:340px;
			margin-left:6px;
			margin-top:0px;
			margin-bottom:15px;		
		}






        /*-----------------*/
        /* Tableau général */
        /*-----------------*/	
		.tableaugeneralsitesvoisins {
			vertical-align: top; 
			background-color:rgb(249,255,255);
			border: 1px solid #F2F2F2;			
			box-shadow: 1px 1px 1px #aaa;
			border-radius:10px;				
		}

        /*---------------------*/
        /* Cellules du tableau */
        /*---------------------*/	
		.tableaugeneralsitesvoisins td {
			width:175px;
			vertical-align:top;
			Padding: 6px;			
		}



		