body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* exemple 1 */
/* le player forme */
#divPlayer1 {
	width: 500px;
	margin-left: 20px;
	margin-right: auto;
	border: 1px solid #aaa;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	padding: 10px;
	margin-top: 50px;
	background-color: #FDFDFD;
}
/* le player format */
/* exemple 2 */
/* le player forme */
#divPlayer2 {
	width: 500px;
	margin-left: 20px;
	margin-right: auto;
	border: 1px solid #aaa;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	padding: 10px;
	margin-top: 50px;
	background-color: #FDFDFD;
}
/* le player format */
/* exemple 3 */
/* le player forme */
#divPlayer3 {
	width: 500px;
	margin-left: 20px;
	margin-right: auto;
	border: 1px solid #aaa;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	padding: 10px;
	margin-top: 50px;
	background-color: #FDFDFD;
}
/* le player format */
/* exemple 4 */
/* le player forme */
#divPlayer4 {
	width: 500px;
	margin-left: 20px;
	margin-right: auto;
	border: 1px solid #aaa;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	padding: 10px;
	margin-top: 50px;
	background-color: #FDFDFD;
}
/* le player format */
/* exemple 5 */
/* le player forme */
#divPlayer5 {
	width: 500px;
	margin-left: 20px;
	margin-right: auto;
	border: 1px solid #aaa;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	padding: 10px;
	margin-top: 50px;
	background-color: #FDFDFD;
}
/* le player format */

h1 {
	font-size: 17px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	border-bottom: #000 1px solid;
}
/* format des bouton */
button, input[type='button'], input[type='submit'] {
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
	background: -moz-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
	border: 1px solid #aaa;
	color: #444;
	margin-bottom: 0px;
	min-width: 4em;
	font-size: 15px;
	cursor: pointer;
}
.control {
	width: 50px;	
}
.volume {
	vertical-align: bottom;
	display: inline-block;
	height: 25px;
	white-space: nowrap;
	position: relative;
	width: 56px;
}
.volume a {
	display: inline-block;
	background: #ddd;
	width: 8px;
	vertical-align: bottom;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
	border-left: 1px solid #fff;
	position: absolute;
	bottom: 0;	
}
.stick1 { height: 5px;  left: 0px; }
.stick2 { height: 10px; left: 12px; }
.stick3 { height: 15px; left: 24px; }
.stick4 { height: 20px; left: 36px; }
.stick5 { height: 25px; left: 48px; }

#progressBarControl3 {
	width: 460px;
	height: 16px;
	border: 1px solid #aaa;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	margin-bottom: 5px;
	display: inline-block;
}

#progressBar3 {
	width: 0px;
	background: #A7F5FF;
	height: 16px;
	text-align: right;
	line-height: 16px;
	font-size: 10px;
	white-space: nowrap;
}

#progressBarControl4 {
	width: 460px;
	height: 16px;
	border: 1px solid #aaa;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	margin-bottom: 5px;
	display: inline-block;
}

#progressBar4 {
	width: 0px;
	background: #A7F5FF;
	height: 16px;
	text-align: right;
	line-height: 16px;
	font-size: 10px;
	white-space: nowrap;
}

#progressBarControl5 {
	width: 460px;
	height: 16px;
	border: 1px solid #aaa;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	margin-bottom: 5px;
	display: inline-block;
}

#progressBar5 {
	width: 0px;
	background: #A7F5FF;
	height: 16px;
	text-align: right;
	line-height: 16px;
	font-size: 10px;
	white-space: nowrap;
	cursor: pointer;
}

#progressTime4 {
	font-size: 12px;
	color: #666;
}
#progressTime5 {
	font-size: 12px;
	color: #666;
}
