.btnSaisie{
	padding: 3px 18px;
	color:#fff;
	text-align:center;
	text-decoration: none;
    font-family:Comic Sans MS,sans-serif;
	font-size: 14px;
	font-weight:500;
	border:none;
	vertical-align: middle;
	-webkit-border-radius:5px;
        -moz-border-radius:5px;
            border-radius:5px;
	background: rgb(109,109,109); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(109,109,109,1) 0%, rgba(40,40,40,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,109,109,1)), color-stop(100%,rgba(40,40,40,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(109,109,109,1) 0%,rgba(40,40,40,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(109,109,109,1) 0%,rgba(40,40,40,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(109,109,109,1) 0%,rgba(40,40,40,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(109,109,109,1) 0%,rgba(40,40,40,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:inset 0px 1px 0px 0px #bdbdbd;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bdbdbd;
	box-shadow:inset 0px 1px 0px 0px #bdbdbd;
	background-color:#d9d9d9;
	border:1px solid #2c2c2c;
	cursor: pointer;
}

.btnSaisie:hover{
	text-shadow: 0 0 0.2em #069da2, 0 0 0.2em #069da2,0 0 0.2em #069da2;
}

.btnSaisie:active{
    color:#2a2a2a;
    background:#7e7e7e;
	text-shadow: none;
    -webkit-box-shadow:1px 1px 10px #4d4d4d inset, 0 1px 0 rgba(255,255,255,0.4);
       -moz-box-shadow:1px 1px 10px #4d4d4d inset, 0 1px 0 rgba(255,255,255,0.4);
            box-shadow:1px 1px 10px #4d4d4d inset, 0 1px 0 rgba(255,255,255,0.4);
}

.btnSaisie:disabled,
.btnSaisie[disabled]{
	color: #c0c0c0;
	text-shadow:0px 1px 1px #f4f4f4;
	background: rgb(252,255,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(223,229,215,1) 40%, rgba(179,190,173,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(40%,rgba(223,229,215,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
	background-color:#d9d9d9;
	border:1px solid #2c2c2c;
	cursor: not-allowed;
}

/* Minify Classic Button */
.btnSaisie-minified{
	color: white;
	font: bold 14px Avenir;
	border:none;
	padding: 5px 20px 5px 20px;
	text-align:center;
	vertical-align: middle;
	cursor: pointer;
}

.btnSaisie-minified:hover{
	text-shadow: 0 0 0.2em black, 0 0 0.2em black,0 0 0.2em black;
}

.btnSaisie-minified:active{
	text-shadow: none;
    -webkit-box-shadow:1px 1px 10px #4d4d4d inset, 0 1px 0 rgba(255,255,255,0.4);
       -moz-box-shadow:1px 1px 10px #4d4d4d inset, 0 1px 0 rgba(255,255,255,0.4);
            box-shadow:1px 1px 10px #4d4d4d inset, 0 1px 0 rgba(255,255,255,0.4);
}

.btnSaisie-minified:disabled,
.btnSaisie-minified[disabled]{
	color: #c0c0c0;
	background-color:#d9d9d9;
	text-shadow:0px 1px 1px #f4f4f4;
	background: rgb(252,255,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(223,229,215,1) 40%, rgba(179,190,173,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(40%,rgba(223,229,215,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
	cursor: not-allowed;
}

.link-user, .link-ticket, .link-refresh {
	cursor:pointer;
	color:white;
	text-transform: uppercase;
	font: 15px Avenir;
	transition-property: font-size;
    transition-duration: 0.5s;
    transition-delay: 0.1s;
}
.link-user:hover, .link-ticket:hover, .link-refresh:hover {
	font-size: 20px;
}
.btn-close,
.btn-toggle,
.btn-user,
.btn-ticket,
.btn-toggle-on,
.btn-del,
.btn-fill,
.btn-apply,
.btn-warning,
.btn-suppr,
.btn-add,
.btn-refresh{
	min-width:25px;
	min-height:25px;
	max-width:25px;
	max-height:25px;
	background:none;
	border:none;
	background-size: 100%;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
}

.btn-close:active,
.btn-toggle:active,
.btn-user:active,
.btn-ticket:active,
.btn-toggle-on:active,
.btn-del:active,
.btn-fill:active,
.btn-apply:active,
.btn-warning:active,
.btn-suppr:active,
.btn-add:active,
.btn-refresh:active{
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	background-position:top left;
}

.btn-close{background-image:url(pictures/ico/icoClose.png);}
.btn-toggle{background-image:url(pictures/ico/icoToogle.png);}
.btn-user{background-image:url(pictures/ico/icoUser.png);}
.btn-ticket{background-image:url(pictures/ico/icoQuestion.png);}
.btn-toggle-on{background-image:url(pictures/ico/icoToogle.png);}
.btn-del{background-image:url(pictures/ico/icoDel.png);}
.btn-fill{background-image:url(pictures/ico/icoFill.png);}
.btn-apply{background-image:url(pictures/ico/icoApply.png);}
.btn-warning{background-image:url(pictures/ico/icoWarning.png);}
.btn-suppr{background-image:url(pictures/ico/icoSuppr.png);}
.btn-add{background-image:url(pictures/ico/icoAdd.png);}
.btn-refresh{background-image:url(pictures/ico/icoRefresh.png);}
.btn-excel{background-image:url(pictures/ico/icoExcel.png);}
.btn-pdf{background-image:url(pictures/ico/icoPDF.png);}