.TableErreur {
	border: 1px solid black;
	width: 95%;
	margin: 10px auto;
}
	
.Erreur {
	color: red;
	margin: 9px 0;
}

.BoxTelechargement {
	background-color: #FFFFCF;
	border: 1px dashed gray;
}

.NoWrap {
	white-space: nowrap;
}

.divInformations {
	text-align: center;
	margin-bottom: 12px;
	padding: 6px;
}

.spanInformations {
	background-color: #FFFFBB;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 12px;
	padding: 6px;
	cursor: pointer;
	border-radius: 0.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.spanErreurs {
	background-color: #FF6666;
	border: 1px solid #DDD;
	margin-bottom: 12px;
	padding: 6px;
	cursor: pointer;
}

.tabPaiement {
	border: 2px solid gray;
	width: 100%;
	background-color: white;
}

.histRouge {color: red;}
.histVert {color: green;}
.histBleu {color: blue;}
.histSuppr, .histSupprX {color:red;font-style:italic;}
.histSupprX {display: none;}