/************************************************************************
* General styles
************************************************************************/
body, table, td, input, select, button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: white;
	margin-top: 0;
}
textarea {
	font-size: 12px;
}
a {
	color: #002166;
}
img {
	border: 0;
}
form {
	margin-top: 0;
	margin-bottom: 0;
}
input, select, textarea, button {
	border: solid 1px #000000;
}
input[type=image] {
	border: 0;
}
.menu {
	text-decoration: none;
	font-weight: bold;
	color: white;
}

td.standartTreeRow {
	cursor: move !important;
}
.smaller {
	font-size: 10px;
}
img, h1, h2, h3, p, .noPageBreak, tr {
	page-break-inside: avoid;
}

/************************************************************************
* Text styles
************************************************************************/
h1 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

/************************************************************************
* Tableaux
************************************************************************/
.Editeur_Ligne {
	background-color: #EAF7DD;
}
.Editeur_Ligne2 {
	background-color: #DFF7C7;
}
.Editeur_Titre {
	background-color: #6C8F25;
	color: white;
}
.Editeur_Titre a {
	color: white;
}

/************************************************************************
* Onglets
************************************************************************/
.ongletOff {
	background-color: #002166;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	height: 25px;
	text-align: center;
	border: 1px solid #2B4071;
}
.ongletOff a {
	color: #ffffff;
	text-decoration: none;
}
.ongletOn {
	background-color: #D3DCE9;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	height: 25px;
	text-align: center;
	border: 1px solid #2B4071;
}
.ongletOn a {
	color: #000000;
	text-decoration: none;
}

/************************************************************************
* Divers
************************************************************************/
.error {
	color: red;
	font-weight: bold;
}
.message {
	color: #008800;
	font-weight: bold;
}
.alerte {
	background: #fff6bf url('images/exclamation.png') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
.information {
	/*
	background: #f8fafc url('images/information.png') center no-repeat;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
	background-position: 15px 50%; /* x-pos y-pos */

	background: #FFFFE1 url('images/information.png') center no-repeat;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border: 1px solid #CECF8E;
	background-position: 15px 50%; /* x-pos y-pos */
}

/* utilisé pour les onglets dans clients, fournisseurs et produits */
.black, .black a {
	color: black;
}