/* CSS Document */
/* ----------------------------------------------------- Curseur */
	.bloc_curseur {
	width: 100px;
	float: left;
	background-position: center;
	margin-left: 60px;
	}
	.fond_curseur {
	background-image: url(../img/structure/background/affretement_auto/fond_curseur.png);
	width: 19px;
	height: 154px;
	margin-left: 41px;
	}
	.fond_barre {
	background-image: url(../img/structure/background/affretement_auto/fond_barre.gif);
	width: 0px;
	height: 12px;
	float: left;
	}
	.curseur {
	cursor: n-resize;
	background-image: url(../img/boutons/curseur.gif);
	width: 19px;
	height: 17px;
	z-index: 10;
	}
	#titre_curseur {
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	padding-bottom: 5px;
	text-align: center;
	}
	#titre_barre {
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	margin-left: 20px;
	width: 100px;
	text-align: right;
	margin-right: 5px;
	float: left;
	}
