/************************************************************************
* Default styles
************************************************************************/
body, table, td, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: white;
	margin: 0;
}
textarea {
	font-size: 12px;
}
a {
	color: black; /* #002166 */
}
img {
	border: 0;
}
form {
	margin-bottom: 0;
}

/************************************************************************
* Text styles
************************************************************************/
.titre {
	font: bold 15px Verdana;
	text-transform: uppercase;
	background-image: url('images/template/titre-degrade.gif');
	background-repeat: repeat-y;
	display: block;
	width: 580px;
	border-top: solid 1px #7F7B77;
	padding: 2px 5px;
}
.soustitre {
	font-size: 13px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.right {
	text-align: right;
}
.error {
	color: red;
	font-weight: bold;
}
.message {
	color: #008800;
	font-weight: bold;
}
.paiementDu {
	color: #FF0000;
	font-weight: bold;
}
.paiementDu a {
	color: red !important;
}
.red {
	color: red !important;
}
.redBold {
	color: red !important;
	font-weight: bold;
}
.borderRight {
	border-right: solid 1px #E98128;
}
.borderBottom {
	border-bottom: solid 1px #E98128;
}

/************************************************************************
* Editeur
************************************************************************/
.Editeur_Ligne {
	background-color: white;
}
.Editeur_Ligne td {
	padding: 3px;
}
.Editeur_Ligne a {
	color: black; /*#002166*/
}
.Editeur_Ligne2 {
	background-color: #FFDFBF;
}
.Editeur_Ligne2 td {
	padding: 3px;
}
.Editeur_Ligne3 {
	background-color: #E2E2E2;
}
.Editeur_Ligne3 td {
	padding: 3px;
}
.Editeur_Titre {
	background-color: #5A5A5A; /* #E98128 */
	/* background-image: url('images/template/titre-degrade2.gif'); */
	background-position: right;
	background-repeat: repeat-y;
	color: white;
	font-weight: bold;
}
.Editeur_Titre td {
	padding: 3px;
}
.Editeur_Titre a {
	color: #FFFFFF;
}
.Editeur_Titre2 {
	background-color: #ACACAC;
	/* background-image: url('images/template/titre-degrade3.gif'); */
	background-position: center;
	background-repeat: repeat-y;
	color: white;
}
.Editeur_Titre2 td {
	padding: 3px;
}
.Editeur_Titre2 a {
	color: #FFFFFF;
}
.Editeur_Label {
	font-weight: bold;
}
.tableauBordures {
	border-top: solid 2px #393939;
	border-left: solid 2px #393939;
	border-right: solid 2px #393939;
}
.tableauBordureBas {
	border-bottom: solid 2px #393939;
}

.ongletFamilleOn {
	background-color: #5A5A5A;
	width: 75px;
	height: 25px;
}

.ongletFamilleOn a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.ongletFamilleOff {
	background-color: #b6b6b6;
	width: 75px;
	height: 25px;
}

.ongletFamilleOff a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/************************************************************************
* Champs
************************************************************************/
/*
.form_input {
	color: red;
}
.form_textarea {
	color: green;
}
.form_select {
	color: blue;
}
.form_checkbox {
	color: orange;
}
.form_radio {
	color: grey;
}
*/
.form_button {
	color: white;
	background-color: black;
	text-transform: uppercase;
	font-weight: normal;
}

/************************************************************************
* Divers
************************************************************************/
.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;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}
.fraisCommandeMin {
	font-weight: bold;
	color: #F74536;
}
.disponibiliteManquante {
	/* font-weight: bold;
	color: #F74536; */
	background-color: #EA837D;
}
.disponibiliteManquanteChiffre {
	color: white;
	font-weight: bold;
}

.menuAdmin {
	background-color: #828282;
	border-top: solid 2px white;
	font-weight: bold;
	color: white;
	padding: 5px;
	font-size: 10px;
}
.menuAdmin a {
	color: white;
	text-decoration: none;
}
/* .menuAdmin a:hover {
	text-decoration: underline;
	color: #EFBC7E;
} */
