object { 
	display:block; 
}

body {
	margin: 0px;
	padding: 0px;
	font-size:11px;
	font-family:verdana;
	color:#000000;
}

.spacer {
	clear:both;
	width:0px;
	height:0px;
}


.ligne{
	clear:both;
}

.libelle{
	width:100px;
	float:left;
	text-align:right;
	margin-right:15px;
}

.champ{
	float:left;
}

.pagination {
	margin:40px 0;
	text-align:center
}

.pagination a {
	background:#fff;
	border:1px solid #959596;
	color:#06c;
	margin:2px;
	padding:.2em .4em;
	text-decoration:none
}

.pagination a:hover {
	background:#fff;
	border:1px solid #CAD200;
	color:#CAD200;
	text-decoration:none;
}

.pagination span.inactive {
	background:#fff;
	border:1px solid #f0f0ff;
	color:#f0f0ff;
	margin:2px;
	padding:.2em .4em
}

.pagination span.active {
	background:#f4ebff;
	border:1px solid #CAD200;
	color:#CAD200;
	font-weight:700;
	margin:2px;
	padding:.2em .4em
}




/***** UPLOAD FICHIERS *****/
#custom-demo .uploadifyQueueItem {
	background-color: #FFFFFF;
	border: none;
	border-bottom: 1px solid #E5E5E5;
	font: 11px Verdana;
	height: 50px;
	margin-top: 0;
	padding: 10px;
	width: 245px;
}

#custom-demo .uploadifyError {
	background-color: #FDE5DD;
	border: none;
	border-bottom: 1px solid #FBCBBC;
}

#custom-demo .uploadifyQueueItem .cancel {
	float: right;
}

#custom-demo .uploadifyQueue .completed {
	color: #C5C5C5;
	width: 245px;
}

#custom-demo .uploadifyProgress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 245px;
}

#custom-demo .uploadifyProgressBar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}

#custom-demo #custom-queue {
	border: 1px dashed #000;
	background-color:#FFFFFF;
	height: 245px;
	margin-bottom: 5px;
	overflow: hidden;
}

#custom-demo #status-message {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:10px;
}
