.echelleFlashen {
	font-size:10px;
	margin : 0px auto;
}

.echelleFlashen thead tr td{
	text-align:center;
}
.echelleFlashen thead tr td.intitule{
	width:65px;
	text-align:center;
	font-weight:bold;
}

.sliderFlashen {
	margin : 0px auto;
	border-collapse:collapse;
	border-spacing:0px;
}

.sliderFlashen tr td.marginSlider_moin {
	background:url('images/borne_glissiere_moin.gif') no-repeat center center; 
	width:40px;
	}
	
.sliderFlashen tr td.marginSlider_plus {
	background:url('images/borne_glissiere_plus.gif') no-repeat center center; 
	width:40px;
	}
	
.sliderFlashen tr td.contentSlider {
	background:url('images/fond_glissiere7.gif') center center; 
	width:340px; 
	margin-left:30px;
	cursor : pointer;
	}
	
.sliderFlashen tr td.contentSlider img{
	cursor:pointer;
	}

	
	
	/* CLASSEMENTS */
	.classementDragDrop {
		background: pink;
	}

	.classementDragDrop h4 {
		height: 20px;
		font-size: 15px;
		font-weight: bold;
		margin:0px;
	}		

	.classementDragDrop ul {
		height: 185px;
		padding : 15px 5px 5px 5px;
		background: url('images/classement/fondZone.gif') no-repeat left top;
		list-style-type: none;
		margin:0px;
	}	

	.classementDragDrop ul li {
		width: 188px;
		height: 26px;
		padding: 3px 2px 0px 5px;
		margin : auto;
		background: url('images/classement/fondElement.gif') no-repeat left top;
		cursor: move;
	}

	.classementDragDrop ul li span {
		font-weight: bold;
		margin-right: 6px;
	}
		
				
	.classementDragDrop div.elements {
		width: 215px;
		float: left;
	}
	
	.classementDragDrop div.centre {
		width: 60px;
		margin : 10px;
		height: 200px;
		float: left;
		background: url('images/classement/centre.png') no-repeat center center;
	}			
	
	.classementDragDrop div.classement {
		width: 215px;
		float: left;
	}
	
	
	/* Test Visuel */
	table.visuels{
		border-spacing : 10px;
		width : 85%;
		margin : 10px;
	}
		table.visuels td{
			border : solid 1px #ececec;
			padding : 10px;
			text-align : center;
			cursor : pointer;
		}
			table.visuels td img{
				display : block;
				padding : 2px;
				border : solid 0px #efefef;
				margin-bottom : 10px;
			}
			
	/* audio */
	.lecteurSon{
		width : 115px;
		background : #fff;
		padding : 2px;
		margin : 15px auto;
		height : 16px;
	}
		.lecteurSon #playBtn,.lecteurSon #stopBtn{
			cursor : pointer;
		}
		.lecteurSon #pg,.lecteurSon #niveau{
			position : relative;
				top : -2px;
		}
		.lecteurSon #niveau{
			color : #0078aa;
			font-style : italic;
			margin-left :3px;
		}
	
	
		/* video */
	.lecteurVideo{
		width : 400px;
		background : #fff;
		padding : 2px;
		margin : 15px auto;
		height : 320px;
	}
		.lecteurVideo #playBtn,.lecteurVideo #stopBtn{
			cursor : pointer;
		}
		.lecteurVideo #pg,.lecteurVideo #niveau{
			position : relative;
				top : -2px;
		}
		.lecteurVideo #niveau{
			color : #0078aa;
			font-style : italic;
			margin-left :3px;
		}
	