/* ======================================================================== */
/* = Mise en forme globale                                                = */
/* ======================================================================== */
#central {
	height: 400px;
/*	color: rgb(30, 30, 30);*/
}

html>body #central {
	height: auto;
	min-height: 400px;
}

a img {
	border: none;
}

h2 {
	font-size: 13px;
}

#errors li{
	list-style: none;
	color: red;
	border: 2px solid red;
  	padding: 7px;
  	margin: 10px;
  	background-color: white;
	font-weight: bold;
	text-align: center;
}

#infos li{
	list-style: none;
	color: green;
	border: 2px solid green;
  	padding: 7px;
  	margin: 10px;
  	background-color: white;
	font-weight: bold;
	text-align: center;
}

/* ======================================================================== */
/* = Mise en forme des formulaires                                        = */
/* ======================================================================== */
.two_columns p > label {
	width: 20em;
	float: left;
	text-align: right;
	margin-right: 1em;
}

.two_columns p > label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
}

.two_columns p {
	clear: both;
}

.two_columns em {
	font-weight: bold;
	padding: 0 1em 0 .5em;
	vertical-align: top;
}

.two_columns fieldset {
	margin-bottom: 1em;
}

.two_columns legend {
	font-weight: bold;
}

.two_columns p input {
	width: 200px;
}

/* ======================================================================== */
/* = Page d'upload des fichiers                                           = */
/* ======================================================================== */
.BlockUpload {
	height: auto;
	min-height: 300px;
/*	overflow: auto;*/
}

.BlockUpload #images {
	list-style: none;
	margin: 0;
	padding: 0;
}

.BlockUpload #images .image {
	float: left;
	margin: 1em;
/*	border: 1px solid black;*/
}

.BlockUpload #images .thumbnail {
	width: 150px;
	height: 100px;
	margin-bottom: 0.5em;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
/*	background-color: #C9C9C9;*/
}

.BlockUpload #images .queued .thumbnail {
	background-image: url(file.png);
}

.BlockUpload #images .error .thumbnail {
	background-image: url(file_error.png);
}

.BlockUpload #images .in_progress .thumbnail {
	background-image: url(ajax-loader.gif);
}

.BlockUpload #images .name {
	width: 150px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.BlockUpload #images .thumbnail img {
	background-color: white;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 5px;
}

.ui-widget-content {
	background-image: none;
	background-color: rgb(111, 111, 111);
}

.ui-progressbar-value {
	background-image: url(images/pbar-ani.gif);
}

/* ======================================================================== */
/* = Page de configuration des tirages                                    = */
/* ======================================================================== */
.tirage {
	margin-bottom: 20px;
}

.preview {
	margin: 3px auto;
}

.preview img {
	border-width: 1px;
	border-style: solid;
}

.tirage .supports {
	width: 95%;
}

.BlockLivraison {
	height: auto;
}

.tirage .finitions {
/*	min-height: 100px;*/
}

.groupe_finitions {
/*	width: 100%;*/
}

/* ======================================================================== */
/* = Page des preferences                                                 = */
/* ======================================================================== */
.preferences {
	font-weight: bold;
	list-style: none;
	padding: 0;
	margin: 0;
}

.preferences li {
	margin: 0 0 1.5em 0;
}

.preferences_prestations {
	list-style: none;
	padding: 0;
	margin: 0 0 0 2em;
}

.preferences_prestations li {
	margin: 0.2em 0;
}

.preferences a {
	text-decoration: none;
	color: black;
}