﻿button {
    cursor:pointer;
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
   	overflow:visible;
	text-align:center;
	white-space:nowrap;	
	height:26px;
	line-height:24px;
}
button span, button em {
	display:block;
	height:26px;
	line-height:24px;
	margin:0;
	color:#954b05;
}

/* Espace pour voir le picto à gauche */
button span {
	padding-left:35px;
}	
button em {
	font-style:normal;
	padding-right:20px;
}

button span em a {
    text-decoration:none;
    color:black;
}

.button {
    cursor:pointer;
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
   	overflow:visible;
	text-align:center;
	white-space:nowrap;	
	height:26px;
	line-height:24px;
}

/* -------------------- Bouton NORMAL pour l'Administration -------------------- */
.normalBo span {
    background:url(./img/boutons/normalBo/bt-normalBo.png) no-repeat 0 0;
}
.normalBo em {
    background:url(./img/boutons/normalBo/bt-normalBo.png) no-repeat 100% 0;
}
.normalBoHover span {
    background:url(./img/boutons/normalBo/bt-normalBo-over.png) no-repeat 0 0;
}
.normalBoHover em {
    background:url(./img/boutons/normalBo/bt-normalBo-over.png) no-repeat 100% 0;
}

/* -------------------- Bouton NORMAL ou STANDARD -------------------- */
.normal span {
    background:url(./img/boutons/normal/bt-normal.png) no-repeat 0 0;
}
.normal em {
    background:url(./img/boutons/normal/bt-normal.png) no-repeat 100% 0;
}
.normalHover span {
    background:url(./img/boutons/normal/bt-normal-over.png) no-repeat 0 0;
}
.normalHover em {
    background:url(./img/boutons/normal/bt-normal-over.png) no-repeat 100% 0;
}

/* -------------------- Bouton VALIDER -------------------- */
.valider span {
    background:url(./img/boutons/valider/bt-valider.png) no-repeat 0 0;
}
.valider em {
    background:url(./img/boutons/valider/bt-valider.png) no-repeat 100% 0;
}
.validerHover span {
    background:url(./img/boutons/valider/bt-valider-over.png) no-repeat 0 0;
}
.validerHover em {
    background:url(./img/boutons/valider/bt-valider-over.png) no-repeat 100% 0;
}

/* -------------------- Bouton ENREGISTRER -------------------- */
.enregistrer span {
    background:url(./img/boutons/enregistrer/bt-enregistrer.png) no-repeat 0 0;
}
.enregistrer em {
    background:url(./img/boutons/enregistrer/bt-enregistrer.png) no-repeat 100% 0;
}
.enregistrerHover span {
    background:url(./img/boutons/enregistrer/bt-enregistrer-over.png) no-repeat 0 0;
}
.enregistrerHover em {
    background:url(./img/boutons/enregistrer/bt-enregistrer-over.png) no-repeat 100% 0;
}

/* -------------------- Bouton ANNULER -------------------- */
.annuler span {
    background:url(./img/boutons/annuler/bt-annuler.png) no-repeat 0 0;
}
.annuler em {
    background:url(./img/boutons/annuler/bt-annuler.png) no-repeat 100% 0;
}
.annulerHover span {
    background:url(./img/boutons/annuler/bt-annuler-over.png) no-repeat 0 0;
}
.annulerHover em {
    background:url(./img/boutons/annuler/bt-annuler-over.png) no-repeat 100% 0;
}

/* -------------------- Bouton MODIFIER -------------------- */
.modifier span {
    background:url(./img/boutons/modifier/bt-modifier.png) no-repeat 0 0;
}
.modifier em {
    background:url(./img/boutons/modifier/bt-modifier.png) no-repeat 100% 0;
}
.modifierHover span {
    background:url(./img/boutons/modifier/bt-modifier-over.png) no-repeat 0 0;
}
.modifierHover em {
    background:url(./img/boutons/modifier/bt-modifier-over.png) no-repeat 100% 0;
}

/* -------------------- Bouton RECHERCHER -------------------- */
.rechercher span {
    background:url(./img/boutons/rechercher/bt-rechercher.png) no-repeat 0 0;
}
.rechercher em {
    background:url(./img/boutons/rechercher/bt-rechercher.png) no-repeat 100% 0;
}
.rechercherHover span {
    background:url(./img/boutons/rechercher/bt-rechercher-over.png) no-repeat 0 0;
}
.rechercherHover em {
    background:url(./img/boutons/rechercher/bt-rechercher-over.png) no-repeat 100% 0;
}

/* -------------------- Bouton AJOUTER -------------------- */
.ajouter span {
    background:url(./img/boutons/ajouter/bt-ajouter.png) no-repeat 0 0;
}
.ajouter em {
    background:url(./img/boutons/ajouter/bt-ajouter.png) no-repeat 100% 0;
}
.ajouterHover span {
    background:url(./img/boutons/ajouter/bt-ajouter-over.png) no-repeat 0 0;
}
.ajouterHover em {
    background:url(./img/boutons/ajouter/bt-ajouter-over.png) no-repeat 100% 0;
}

/* -------------------- Bouton SUPPRIMER -------------------- */
.supprimer span {
    background:url(./img/boutons/supprimer/bt-supprimer.png) no-repeat 0 0;
}
.supprimer em {
    background:url(./img/boutons/supprimer/bt-supprimer.png) no-repeat 100% 0;
}
.supprimerHover span {
    background:url(./img/boutons/supprimer/bt-supprimer-over.png) no-repeat 0 0;
}
.supprimerHover em {
    background:url(./img/boutons/supprimer/bt-supprimer-over.png) no-repeat 100% 0;
}

/* -------------------- Bouton RETOUR -------------------- */
.retour span {
    background:url(./img/boutons/retour/bt-retour.png) no-repeat 0 0;
}
.retour em {
    background:url(./img/boutons/retour/bt-retour.png) no-repeat 100% 0;
}
.retourHover span {
    background:url(./img/boutons/retour/bt-retour-over.png) no-repeat 0 0;
}
.retourHover em {
    background:url(./img/boutons/retour/bt-retour-over.png) no-repeat 100% 0;
}

/* -------------------- Bouton NOUVEAU -------------------- */
.nouveau span {
    background:url(./img/boutons/nouveau/bt-nouveau.png) no-repeat 0 0;
}
.nouveau em {
    background:url(./img/boutons/nouveau/bt-nouveau.png) no-repeat 100% 0;
}
.nouveauHover span {
    background:url(./img/boutons/nouveau/bt-nouveau-over.png) no-repeat 0 0;
}
.nouveauHover em {
    background:url(./img/boutons/nouveau/bt-nouveau-over.png) no-repeat 100% 0;
}

/* -------------------- Bouton IMPRIMER -------------------- */
.imprimer span {
    background:url(./img/boutons/imprimer/bt-print.png) no-repeat 0 0;
}
.imprimer em {
    background:url(./img/boutons/imprimer/bt-print.png) no-repeat 100% 0;
}
.imprimerHover span {
    background:url(./img/boutons/imprimer/bt-print-over.png) no-repeat 0 0;
}
.imprimerHover em {
    background:url(./img/boutons/imprimer/bt-print-over.png) no-repeat 100% 0;
}

/* -------------------- Bouton NORMAL ou STANDARD -------------------- */
.filtrer span {
    background:url(./img/boutons/normal/bt-normal.png) no-repeat 0 0;
}
.filtrer em {
    background:url(./img/boutons/normal/bt-normal.png) no-repeat 100% 0;
}
.filtrerHover span {
    background:url(./img/boutons/normal/bt-normal-over.png) no-repeat 0 0;
}
.filtrerHover em {
    background:url(./img/boutons/normal/bt-normal-over.png) no-repeat 100% 0;
}

/* -------------------- Bouton Valider la commande -------------------- */
.btnValiderCommande {
    background:url(./img/bt_validerCmd.png) no-repeat 0 0;
    height:43px;
}

.btnValiderCommande:hover {
    background:url(./img/bt_validerCmd_hover.png) no-repeat 0 0;
    height:43px;
}

/* -------------------- Bouton Imprimer la commande -------------------- */
.btnImprimerCommande {
    background:url(./img/boutons/imprimer/btn-imprimer.png) no-repeat 0 0;
}

.btnImprimerCommande:hover {
    background:url(./img/boutons/imprimer/btn-imprimer-over.png) no-repeat 0 0;
}

/* -------------------- Bouton Imprimer le récapitulatif des feectifs portions -------------------- */
.btnImprimerEffectifPortion {
    background:url(./img/boutons/imprimer/btn-imprimer-effectif-portion.png) no-repeat 0 0;
}

.btnImprimerEffectifPortion:hover {
    background:url('./img/boutons/imprimer/btn-imprimer-effectif-portion-over.png') no-repeat 0 0;
}