#fEditor {
	width: 1000px;
	position: relative !important;
	margin: 1% auto !important;
	padding: 25px;
	background-color: rgba(255, 255, 255, 1);
	border-style: solid;
	border-color: #3a9be2;
}

#tEditor {
	width: 1000px;
}

#Client_Adresse {
	font-size: 125%;
	padding: 10px;
	position: absolute;
	right: 25px;
	top: 10px;
	width: 370px;
	height: 90px;
	overflow: visible;
	background-color: rgba(255, 255, 255, 0);
}

#Reference {
	width: 99%;
	height: 2em;
}

#Log {
	width: 99%;
	height: 4em;
	font-style: italic;
}

#tEditor th {
	font-size: 12px;
	padding: 5px;
	text-align: left;
	max-width: 100px;
}

table #facture_lignes {
	width: 1000px;
}

td.staticText {
	padding: 0 !important;
}

input[readonly], textarea[readonly] {
	border: 0 none;
	color: #506077;
	padding-top: 4px;
	font-size: 0.9em;
}

.erreur {
	border-style: solid;
	border-color: red;
}

.onglets {
	margin-bottom: -1px;
	margin-top: 1em;
	position: relative;
	vertical-align: bottom;
	z-index: 10;
}

.onglet {
	color: rgba(58, 155, 226, 1);
	background-color: #eeeeee;
	border-image: none;
	border-radius: 12px 12px 0 0;
	border-style: solid solid none solid;
	border-width: 1px 1px 0 1px;
	border-color: #cccccc;
	line-height: 0.5em;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 1px 0;
	min-width: 100px;
	padding: 10px 10px 8px 10px;
	text-align: center;
	text-decoration: none;
	font-weight: 800;
}

.onglet.actif {
	background-color: rgba(58, 155, 226, 0.8);
	color: white;
	border-color: rgba(58, 155, 226, 0.8);
	margin: 0 5px 0 0;
}

/*		FORMATAGE SPÉCIFIQUES DES CHAMPS DE LA BDD		*/
.chp_ecriture_NumeroExport {
	font-size: 0.5em;
	color: rgba(58, 155, 226, 1);
}

.chp_ecriture_Libelle {
	font-size: 0.5em;
}

.chp_tiers_Compte {
	color: rgba(58, 155, 226, 1) !important;
	text-align: center !important;
}

.chp_tiers_Raison_Sociale {
	color: rgba(100, 100, 100, 0.8) !important;
	font-weight: bold;
}

.mail a {
	color: rgba(0, 95, 178, 1) !important;
}

.form_page #Title {
	width: 35em !important;
}

.form_banque_pattern #Pattern {
	min-width: 40em;
}

.form_site_a_louer img {
	position: absolute;
	top: 25px;
	right: 25px;
}
.editableArea{
	border: 10px solid rgba(58, 155, 226, 0.1);
    border-radius: 5px;
	margin: 1em 0;
}

.smallist{
	position: absolute;
	top: 10px;
	right: 25px;
}
.filepreview{
	display: block;
	width: 100%;
}
.shot_img{
	height: 80px;
}

}
