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;		
		}
		


		.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: 500px;
	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: 500px;
	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;
				}
	

				


						
.globalRow .encartZoom #conteneurImage p {
	color: #000;
}


/* MODIF EDDY JANVIER 2017 */
			.animate
		{
			transition: all 0.1s;
			-webkit-transition: all 0.1s;
		}
		.action-button
		{
			position: relative;
			padding: 8px;
			margin: 0px 10px 10px 0px;
			border-radius: 10px;
			font-size: 12px;
			color: #FFF;
			text-decoration: none;	
			/*font-family: "Calibri light";*/
		}
		.blue
		{
			background-color: #d9ebf7;
			border-bottom: 5px solid #2980B9;
			color: #FFF;
			/*text-shadow: 0px -2px #2980B9;*/
		}
		.action-button:active
		{
			transform: translate(0px,5px);
			-webkit-transform: translate(0px,5px);
			border-bottom: 1px solid;
		}
		.arboListing { color: #000; }
		
		.listing li {
			list-style-type: none;
			margin-bottom: 10px;
		}
/* MODIF EDDY JANVIER 2017 */		
		
		
.selectedSection {background-color: #2babc7;color:#fff !important;}
