.appButton {
    border: 0;
    cursor: pointer;
    font-weight: bold;
    padding: 0 18px 0 0;
    text-align:right;
    background: url(../_img/homepage/button_blue_right.png) no-repeat right top;
    height: 28px;
    color:#fff;
}

.appButton div {
    margin: 0;
    padding: 0 0 0 14px;
    height: 28px;
    line-height: 1.8;
	white-space:nowrap;
    background: url(../_img/homepage/button_blue_left.png) no-repeat left top;
}

.appButton.FireFoxButton  {
    padding: 0 14px 0 0;
}

.appButton.FireFoxButton div {
    top: -1px;
    position: relative;
}

.appButton.appRedButton {
	background: url(../_img/mytnt/button_red_right.png) no-repeat right top;
}

.appButton.appRedButton div {
	background: url(../_img/mytnt/button_red_left.png) no-repeat left top;
} 

/* Correction des bug Internet Explorer */ 
* html button {overflow:visible;} 
*:first-child+html button {overflow:visible;}

.appButton_mini { 
    border: 0; 
    cursor: pointer;
    font-weight: bold;
    padding: 0 15px 0 0;
    text-align:right;
    background: url(../images/boutons/mini_button_blue_right.png) no-repeat right 3px;
    height: 20px;
    color:#fff;
}
     
.appButton_mini div { 
	margin: 0;
	padding: 0 0 0 10px;
	height: 20px;
	line-height: 23px;
	white-space:nowrap;
	background: url(../images/boutons/mini_button_blue_left.png) no-repeat left 3px;
	font-size: 8pt;
}

.appButton_mini.FireFoxButton {
	padding: 0 10px 0 0;
}

.appButton_mini.FireFoxButton div {
	top: -1px;
	position: relative;
}

.appButton_gris { 
	border: 0; 
	cursor: pointer;
	font-weight: bold;
	padding: 0 18px 0 0;
	text-align:right;
	background: url(../images/boutons/button_grey_right.png) no-repeat right top;
	height: 28px;
	color:#fff;
}

.appButton_gris div { 
	margin: 0;
	padding: 0 0 0 14px;
	height: 28px;
	line-height: 1.8;
	white-space:nowrap;
	background: url(../images/boutons/button_grey_left.png) no-repeat left top;
}

/*
.appButton_gris:active, .appButton_gris.active {
	padding: 0 19px 0 0;
	margin-top: -1px;
}  
   
.appButton_gris:active div, .appButton_gris.active div {
	margin-top: -1px;
}
*/

.appButton_gris.FireFoxButton {
	padding: 0 14px 0 0;
}

.appButton_gris.FireFoxButton div {
	top: -1px;
	position: relative;
}

.appButton.orange {
    background: url(../_img/mytnt/button_orange_right.png) no-repeat right top;
}

.appButton.orange div {
    background: url(../_img/mytnt/button_orange_left.png) no-repeat left top;
}