﻿
.bibliotheque
{
	width: 0px;
	height: 30px;
	overflow: auto;
	background-color: #D9E9FD;
}

.bibliotheque .bibliTitre
{
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	background-color: #4883D2;
	color: White;
	height: 18px;
	padding: 6px;
}

.bibliotheque .bibliContent
{
	border: solid 1px #4883D2;
	padding-top: 10px;
	color: Black;
	text-align: left;
	height: 457px;
}

.bibliothequePOpen
{
	border: solid 1px #4883D2;
	width: 5px;
	height: 29px;
	background-color: #4883D2;
	cursor: hand;
}

.biblioReceptacleGlobal
{
	width: 100%;
	border: solid 1px #4883D2;
}

.biblioReceptacleDnd
{
	height: 100px;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
	overflow: auto;
	border-bottom: 1px solid #4883D2;
	border-top: 1px solid #4883D2;
}

.biblioReceptacleDnd .biblioLabelVide
{
	color: Gray;
}

.biblioReceptacleDnd .fichier img, input
{
	padding-right: 5px;
	padding-left: 5px;
}

.bilbioReceptacleUpload
{
	margin: 5px;
	height: 30px;
}

.biblioReceptacleGlobal .biblioReceptacleTitre
{
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	background-color: #4883D2;
	color: White;
	height: 18px;
	padding: 6px;
}

.biblioReceptacleGlobal .biblioReceptacleTitre input
{
	float:right;
}

.progressBar
{
	background-image: url( '../../../images/Bibliotheque/jsProgressBar/percentImage_back1.png' );
	background-position: 0px 0px;
}

