body {
	font: normal 10pt arial;
	color: #FFF;
}

table {
	border-collapse:collapse;
}

td {
	text-align: center; 
	border: 0px ;
}

		.divMiniature { 
			display: none;
			margin: 5px 0px 5px -80px;
		}

		.listing li {
	list-style-type: decimal;
	font-weight: bold;
	margin-top: 5px;
	color: #2baac7; /*pour le texte des puces*/
		}

		.listing a {
			display: block;
			color: #333333;
			cursor: pointer;
			text-decoration: none;
		}

		.listing a:hover{
			display: block;
			background-color:#94e4f6;
			cursor: pointer;		
		}
		
		.selectedSection {background-color: #2babc7;}

		.listing div { 
			text-align:center;
		}

		.souslisting li { 
			list-style-type: circle;
			font-weight: normal; 
			color: black;
			margin-top: 0px;
			margin-left: -10px; /* Diminue le retrait des puces */
		}
		.souslisting a {
			display: block;
			/*width: 100%;*/
			/*height: 100%;*/
			color: black;
			cursor: pointer;
			text-decoration: none;
		}

		.souslisting a:hover {
			display: block;
			/*width: 100%;*/
			/*height: 100%;*/
			background-color:#2babc7;
			cursor: pointer;		
		}		
		
		/*.souslisting img{
			width: 120px;
		}*/

		.globalRow {
	width: 850px;
	margin: auto auto;
	border: 0px;
	height: 700px;
		}

				.encartTitre {
					width:100%;
					height:70px;
					background-color:#2babc7;				
				}

						.encartTitre .encartTitreTexte {
	margin: auto auto;
	text-align: center;
	font-size: 20pt;
	color: #ffffff;
	line-height: 70px;
						}


				.encartZoom {
	float: left;
	width: 56%;
	height: 550px;
	border-left: #2babc7 0px solid;
	margin-top: 20px;
	margin-left: 18px;
	
				}
					
					
						.encartZoom .conteneurJmol {
							width:400px;
							height:500px;
							display:none;
						}

						.encartZoom .matrixImg {
	float: left;
	border: #2babc7 1px solid;
	width: 200px;
	height:200px;
	margin-top: 18px;
	margin-left: 18px;
						}

					
				.encartMenu {
	float: right;
	width: 40%;
	height: 550px;
	border-left: #2babc7 1px solid;
	margin-top: 10px;
				}

						.encartMenu .arboTitre {
							padding:5px; 
							font-weight:bold;
							border: #2babc7 1px solid;
							border-left: none;
							color: #42730a;
							background-color:#f1f7c5;
						}


						.encartMenu .arboListing {
	float: right;
	width: 96%;
	height: 100%;
	overflow: auto;
	background-color: #ffffff;
						}

				.cadreBas {
	width: 100%;
	height: 55px;
	background-color: #2babc7;
	margin-top: 3px;
	margin-bottom: 3px;
				}
	

				


						
