

		/*----------------*/
        /* TITRE GENERALE */	
		/*----------------*/		
		.titresitesvoisins
		{
			width:990px;
			font-family:Georgia; 
			font-size: 1.55em; 
			font-style:italic;
			font-weight:bold;
			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(185,255,255);			
		}










		/*---------------*/
        /* ZONE GENERALE */	
		/*---------------*/		
		.zonegeneralesitesvoisins
		{
			width:980px;
			margin-left:14px;
			margin-top:12px;
			margin-bottom:20px;		
		}





        /*-----------------*/
        /* Tableau général */
        /*-----------------*/	
		.tableaugeneralsitesvoisins {
			vertical-align: top; 
			Padding-bottom: 5px;
			background-color:white;
			border: 1px solid #F2F2F2;
			box-shadow: 1px 1px 1px #aaa;
			border-radius:10px;				
		}

        /*---------------------*/
        /* Cellules du tableau */
        /*---------------------*/	
		.tableaugeneralsitesvoisins td {
			width:240px;
			Padding: 12px; 
			vertical-align:top;
		}



		